2026-03-29 06:00:09 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 06: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 06:00:09 [bca.uk] INFO: Starting spider bca.uk
2026-03-29 06:00:09 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 06:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 06:00:09 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2114
2026-03-29 06:00:09 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 06:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 06:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:00:09 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-03-29 06:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:00:09 [bca.uk] INFO: Loaded cached Auth0 token from Azure Tables (length=1492)
2026-03-29 06:00:09 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 06:00:09 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 06:00:09 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 06:00:09 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 06:00:09 [scrapy.extensions.telnet] INFO: Telnet Password: db54f135daec6fac
2026-03-29 06: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 06: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-29T06_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 06:00:09 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 06:00:09 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 06:00:09 [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 06:00:09 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 06:00:09 [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 06:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:10 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 06: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 06:00:10 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 06:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 06: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 06: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 06:00:10 [scrapy.core.engine] INFO: Spider opened
2026-03-29 06:00:10 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 06:00:10 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-29 06:00:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-29 06:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-29 06:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-29 06:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-29 06:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-29 06:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-29 06:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-29 06:00:10 [scrapy-playwright] INFO: Browser chromium launched
2026-03-29 06:00:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 06:00:10 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-29 06:00:10 [scrapy-playwright] INFO: Browser chromium launched
2026-03-29 06:00:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 06:00:10 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-29 06:00:15 [bca.uk] INFO: No cached cookies available, starting login process with credentials
2026-03-29 06:00:15 [bca.uk] INFO: Zyte login attempt 1/3
2026-03-29 06: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 06:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/> (referer: None) ['zyte-api']
2026-03-29 06:00:52 [bca.uk] INFO: Action 0 (waitForTimeout): status=success, elapsed=5.001s
2026-03-29 06:00:52 [bca.uk] INFO: Action 1 (waitForSelector): status=success, elapsed=0.006s
2026-03-29 06:00:52 [bca.uk] INFO: Action 2 (evaluate): status=success, elapsed=0.002s
2026-03-29 06:00:52 [bca.uk] INFO: Action 3 (waitForTimeout): status=success, elapsed=1s
2026-03-29 06:00:52 [bca.uk] INFO: Action 4 (click): status=success, elapsed=1.743s
2026-03-29 06:00:52 [bca.uk] INFO: Action 5 (waitForSelector): status=success, elapsed=0.906s
2026-03-29 06:00:52 [bca.uk] INFO: Action 6 (waitForTimeout): status=success, elapsed=1s
2026-03-29 06:00:52 [bca.uk] INFO: Action 7 (click): status=success, elapsed=2.727s
2026-03-29 06:00:52 [bca.uk] INFO: Action 8 (type): status=success, elapsed=0.032s
2026-03-29 06:00:52 [bca.uk] INFO: Action 9 (waitForTimeout): status=success, elapsed=1s
2026-03-29 06:00:52 [bca.uk] INFO: Action 10 (click): status=success, elapsed=1.586s
2026-03-29 06:00:52 [bca.uk] INFO: Action 11 (type): status=success, elapsed=0.043s
2026-03-29 06:00:52 [bca.uk] INFO: Action 12 (waitForTimeout): status=success, elapsed=1s
2026-03-29 06:00:52 [bca.uk] INFO: Action 13 (click): status=success, elapsed=1.738s
2026-03-29 06:00:52 [bca.uk] INFO: Action 14 (waitForSelector): status=success, elapsed=3.619s
2026-03-29 06:00:52 [bca.uk] INFO: Action 15 (evaluate): status=success, elapsed=0.002s
2026-03-29 06:00:52 [bca.uk] INFO: Action 16 (waitForTimeout): status=success, elapsed=10.001s
2026-03-29 06:00:53 [bca.uk] INFO: Action 17 (evaluate): status=success, elapsed=0.001s
2026-03-29 06:00:53 [bca.uk] INFO: Page URL after login: https://www.bca.co.uk/
2026-03-29 06:00:53 [bca.uk] INFO: Successfully logged in via Zyte API session
2026-03-29 06:00:53 [bca.uk] INFO: Scrapy-formatted cookies: [{'name': 'gpv_pn', 'value': 'auctionview', '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': 'INGRESSCOOKIE', 'value': '3ca5901f445451cff7c573e48b96bb8f|17148814d3d29f21517da122aae4be83', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dest', 'value': 'https://www.bca.co.uk/', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'rxvt', 'value': '1774765841125|1774764017953', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv_s', 'value': 'First%20Visit', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtSa', 'value': '-', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Sun+Mar+29+2026+02%3A00%3A40+GMT-0400+(Eastern+Daylight+Time)&version=202510.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=378f7131-853f-4c2d-a41a-a61f0f56afe1&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0003%3A1%2CC0004%3A1%2CC0002%3A1&intType=1&geolocation=US%3BFL&AwaitingReconsent=false', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtCookie', 'value': 'v_4_srv_6_sn_E1D3D7F492081D4045FBA8F187E425E6_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3Aea7c4b59f27d43eb_1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'ASLBSA', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'csrf', 'value': 'vJqAOTVTklsdmQTsH9UX30xuHKXPsZuk8ZBmfYEHLrhcziEstd5Ua02VVSZM0AqrQHnbcW1_rp8j4igrl6JLaw:AAABnTgtw0s:TDZV4y_-dSz7rW3aphqsXw', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv', 'value': '1774764041238', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_sq', 'value': '%5B%5BB%5D%5D', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'ASLBSACORS', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': 'vLaXBxBFVIWPMTLzg99u3qXIYavoEzrwUj3LWJmZA24-1774764016.0561492-1.0.1.1-1X7Z.qzDqx6fXOTJMwytkdo3zJzQnMhX856WHg7yYV3xbwdKMdmT7fJcGLMoL.XWV1I2rEgOrS1jrRzXMgK3dM6AfnVX5Qdp2mXj2bJWjBMMhN4mOqgWaAxfWnM73LJrm7vA1OhkESFTIjOjTgXW7A', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'rxVisitor', 'value': '1774764017952D6NLL6O2NPLG208J6TR92SKM8AORFP92', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonAlertBoxClosed', 'value': '2026-03-29T06:00:25.075Z', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCVS_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_getNewRepeat', 'value': '1774764041239-New', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_cc', 'value': 'true', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': 'DECBA49F17E4AAAD8CD1ED891370D05E', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dtPC', 'value': '6$564040387_859h-vFUSDPFFNOWCRKERIUTPSUTKCKUJIOQDK-0e0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCV_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '179643557%7CMCIDTS%7C20542%7CMCMID%7C41988120480685019480458330049855148343%7CMCAAMLH-1775368829%7C7%7CMCAAMB-1775368829%7C6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y%7CMCOPTOUT-1774771229s%7CNONE%7CMCSYNCSOP%7C411-20549%7CvVersion%7C5.5.0', 'domain': '.bca.co.uk', 'path': '/'}]
2026-03-29 06:00:53 [bca.uk] INFO: Extracted 24 cookies from Zyte login response
2026-03-29 06:00:53 [bca.uk] INFO: Merged 15 browser cookies, total: 24
2026-03-29 06:00:53 [bca.uk] INFO: Auth0 token capture: token=yes, error=client-created
2026-03-29 06:00:53 [bca.uk] INFO: Got Auth0 access token via dynamic SDK (length=1492)
2026-03-29 06:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:53 [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 06:00:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded
2026-03-29 06:00:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:00:53 [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 06:00:53 [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 06:00:53 [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 06:00: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 06:00:55 [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 06:00:55 [bca.uk] INFO: Total items found: 100
2026-03-29 06:00:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded
2026-03-29 06:00:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:00:55 [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 06:00:55 [bca.uk] INFO: Found listing with ID: KS17%20LFM
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:55 [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 06:00:55 [bca.uk] INFO: Scrape type for KS17%20LFM: 0
2026-03-29 06:00:55 [bca.uk] INFO: Found listing with ID: DS64%20KUP
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:55 [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 06:00:55 [bca.uk] INFO: Scrape type for DS64%20KUP: 0
2026-03-29 06:00:55 [bca.uk] INFO: Found listing with ID: DY61%20NHM
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:55 [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 06:00:55 [bca.uk] INFO: Scrape type for DY61%20NHM: 2
2026-03-29 06:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM
2026-03-29 06:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc865dcc-55f4-5fec-88f6-e2dc9b793842 with scrape type 2
2026-03-29 06:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc865dcc-55f4-5fec-88f6-e2dc9b793842 with scrape type 2
2026-03-29 06:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc865dcc-55f4-5fec-88f6-e2dc9b793842, identifier: DY61%20NHM
2026-03-29 06:00:55 [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 06:00:55 [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 06:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-29 06:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:00: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 06:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-29 06:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:00: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 06:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM
2026-03-29 06:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM to the API
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:00:55 [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=DY61%20NHM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc865dcc-55f4-5fec-88f6-e2dc9b793842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY61 NHM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY61%20NHM&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 91315,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 16V SRI Hatchback',
'transmission': 'manual',
'trim': '16V SRI',
'vin': 'W0L0SDL68B4391055',
'year': 2011}
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:55 [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 06:00:55 [bca.uk] INFO: Saving data for DY61%20NHM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563586.12723, 'last_price_update_time': 1774764055.989596}
2026-03-29 06:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY61%2520NHM') HTTP/1.1" 204 0
2026-03-29 06:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:00:56 [bca.uk] INFO: Found listing with ID: EU12%20RAX
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [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 06:00:56 [bca.uk] INFO: Scrape type for EU12%20RAX: 2
2026-03-29 06:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX
2026-03-29 06:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with scrape type 2
2026-03-29 06:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with scrape type 2
2026-03-29 06:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9, identifier: EU12%20RAX
2026-03-29 06:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-29 06:00:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX
2026-03-29 06:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX to the API
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:00:56 [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=EU12%20RAX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2bc0804b-67de-5833-bee5-d9ecc03d2dc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU12 RAX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU12%20RAX&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 89820,
'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.5 DCI TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DCI TEKNA',
'vin': 'SJNFCAF15U6226749',
'year': 2012}
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [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 06:00:56 [bca.uk] INFO: Saving data for EU12%20RAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563587.069132, 'last_price_update_time': 1774764056.559718}
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU12%2520RAX') HTTP/1.1" 204 0
2026-03-29 06:00:56 [bca.uk] INFO: Found listing with ID: FG12%20NLT
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [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 06:00:56 [bca.uk] INFO: Scrape type for FG12%20NLT: 0
2026-03-29 06:00:56 [bca.uk] INFO: Found listing with ID: YF62%20DGV
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [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 06:00:56 [bca.uk] INFO: Scrape type for YF62%20DGV: 0
2026-03-29 06:00:56 [bca.uk] INFO: Found listing with ID: YG66%20MEV
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:56 [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 06:00:56 [bca.uk] INFO: Scrape type for YG66%20MEV: 2
2026-03-29 06:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV
2026-03-29 06:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9326a550-d954-5c23-8bf9-a1a770977de3 with scrape type 2
2026-03-29 06:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9326a550-d954-5c23-8bf9-a1a770977de3 with scrape type 2
2026-03-29 06:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9326a550-d954-5c23-8bf9-a1a770977de3, identifier: YG66%20MEV
2026-03-29 06:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey HTTP/1.1" 200 None
2026-03-29 06:00:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV
2026-03-29 06:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV to the API
2026-03-29 06:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:00:57 [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=YG66%20MEV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9326a550-d954-5c23-8bf9-a1a770977de3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG66 MEV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG66%20MEV&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 131218,
'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 R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'D 180 AWD R SPORT',
'vin': 'SADCA2AN6HA078387',
'year': 2016}
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [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 06:00:57 [bca.uk] INFO: Saving data for YG66%20MEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476113.455374, 'last_price_update_time': 1774764057.204472}
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG66%2520MEV') HTTP/1.1" 204 0
2026-03-29 06:00:57 [bca.uk] INFO: Found listing with ID: DP64%20OFX
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [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 06:00:57 [bca.uk] INFO: Scrape type for DP64%20OFX: 2
2026-03-29 06:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX
2026-03-29 06:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8550509f-aba4-57c5-bb46-af58fd833f7d with scrape type 2
2026-03-29 06:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8550509f-aba4-57c5-bb46-af58fd833f7d with scrape type 2
2026-03-29 06:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8550509f-aba4-57c5-bb46-af58fd833f7d, identifier: DP64%20OFX
2026-03-29 06:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-29 06:00:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:00: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 06:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX
2026-03-29 06:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX to the API
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:00:57 [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=DP64%20OFX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8550509f-aba4-57c5-bb46-af58fd833f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP64 OFX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP64%20OFX&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 127780,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 16V SXI Hatchback',
'transmission': 'manual',
'trim': '16V SXI',
'vin': 'W0L0SDL68E4339088',
'year': 2015}
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [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 06:00:57 [bca.uk] INFO: Saving data for DP64%20OFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774274712.140584, 'last_price_update_time': 1774764057.780622}
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP64%2520OFX') HTTP/1.1" 204 0
2026-03-29 06:00:57 [bca.uk] INFO: Found listing with ID: VA62%20BTY
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [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 06:00:57 [bca.uk] INFO: Scrape type for VA62%20BTY: 0
2026-03-29 06:00:57 [bca.uk] INFO: Found listing with ID: VO13%20UKS
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [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 06:00:57 [bca.uk] INFO: Scrape type for VO13%20UKS: 0
2026-03-29 06:00:57 [bca.uk] INFO: Found listing with ID: DS09%20KHK
2026-03-29 06:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:57 [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 06:00:57 [bca.uk] INFO: Scrape type for DS09%20KHK: 2
2026-03-29 06:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK
2026-03-29 06:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with scrape type 2
2026-03-29 06:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with scrape type 2
2026-03-29 06:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb, identifier: DS09%20KHK
2026-03-29 06:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-29 06:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06: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 06:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK
2026-03-29 06:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK to the API
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:00: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 06:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS09%20KHK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS09 KHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS09%20KHK&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MINI',
'model': 'COOPER',
'odometer': 84000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.6 S Convertible',
'transmission': 'manual',
'trim': 'S',
'vin': 'WMWMS32070TX92024',
'year': 2009}
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS09%2520KHK%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Saving data for DS09%20KHK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563332.099634, 'last_price_update_time': 1774764058.435529}
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS09%2520KHK') HTTP/1.1" 204 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: DY59%20OYL
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY59%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for DY59%20OYL: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: KS09%20VZK
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS09%2520VZK%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for KS09%20VZK: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: KU60%20XCH
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU60%2520XCH%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for KU60%20XCH: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: LY10%20BTE
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY10%2520BTE%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for LY10%20BTE: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: MV60%20OCJ
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV60%2520OCJ%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for MV60%20OCJ: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: ND62%20EWM
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND62%2520EWM%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for ND62%20EWM: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: OV07%20NNA
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV07%2520NNA%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for OV07%20NNA: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: OY14%20LMF
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY14%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for OY14%20LMF: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: P60%20GOB
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27P60%2520GOB%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for P60%20GOB: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: PJ12%20NEO
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ12%2520NEO%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for PJ12%20NEO: 0
2026-03-29 06:00:58 [bca.uk] INFO: Found listing with ID: SA62%20FAO
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA62%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:00:58 [bca.uk] INFO: Scrape type for SA62%20FAO: 2
2026-03-29 06:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO
2026-03-29 06:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b338f84-3348-54b0-bce1-7c210cc0f0ee with scrape type 2
2026-03-29 06:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b338f84-3348-54b0-bce1-7c210cc0f0ee with scrape type 2
2026-03-29 06:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b338f84-3348-54b0-bce1-7c210cc0f0ee, identifier: SA62%20FAO
2026-03-29 06:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO
2026-03-29 06:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO
2026-03-29 06:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO to the API
2026-03-29 06:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA62%20FAO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4b338f84-3348-54b0-bce1-7c210cc0f0ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA62 FAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA62%20FAO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 108517,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
'transmission': 'manual',
'trim': '16V 115 SRI',
'vin': 'W0LPF6ED0DG012723',
'year': 2012}
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA62%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Saving data for SA62%20FAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564951.475251, 'last_price_update_time': 1774764059.165907}
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA62%2520FAO') HTTP/1.1" 204 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: AP17%20LGF
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP17%2520LGF%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Scrape type for AP17%20LGF: 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: BD57%20OLK
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD57%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Scrape type for BD57%20OLK: 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: CN63%20OLH
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CN63%2520OLH%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Scrape type for CN63%20OLH: 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: DA64%20WPD
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA64%2520WPD%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Scrape type for DA64%20WPD: 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: OY18%20OKJ
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY18%2520OKJ%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Scrape type for OY18%20OKJ: 2
2026-03-29 06:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ
2026-03-29 06:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c001ae9-59b8-5114-a530-7ff794ebdcca with scrape type 2
2026-03-29 06:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c001ae9-59b8-5114-a530-7ff794ebdcca with scrape type 2
2026-03-29 06:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c001ae9-59b8-5114-a530-7ff794ebdcca, identifier: OY18%20OKJ
2026-03-29 06:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ
2026-03-29 06:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ
2026-03-29 06:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ to the API
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY18%20OKJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3c001ae9-59b8-5114-a530-7ff794ebdcca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY18 OKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY18%20OKJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 61942,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 TFSI 95 SPORT Hatchback',
'transmission': 'manual',
'trim': 'TFSI 95 SPORT',
'vin': 'WAUZZZ8X9JB055052',
'year': 2018}
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY18%2520OKJ%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Saving data for OY18%20OKJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774217274.406218, 'last_price_update_time': 1774764059.956712}
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY18%2520OKJ') HTTP/1.1" 204 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: PJ18%20YMZ
2026-03-29 06:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-29 06:00:59 [bca.uk] INFO: Scrape type for PJ18%20YMZ: 0
2026-03-29 06:00:59 [bca.uk] INFO: Found listing with ID: RX68%20XHM
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX68%2520XHM%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for RX68%20XHM: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: HT19%20CVS
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HT19%2520CVS%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for HT19%20CVS: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: LT70%20TDO
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT70%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for LT70%20TDO: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: BJ68%20UWN
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ68%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for BJ68%20UWN: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: BJ70%20EHU
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ70%2520EHU%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for BJ70%20EHU: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: KJ73%20EOT
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ73%2520EOT%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for KJ73%20EOT: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: BP15%20GZB
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP15%2520GZB%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for BP15%20GZB: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: VX52%20YYH
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX52%2520YYH%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for VX52%20YYH: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: WU66%20XNV
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU66%2520XNV%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for WU66%20XNV: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: DS15%20KUO
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS15%2520KUO%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for DS15%20KUO: 2
2026-03-29 06:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO
2026-03-29 06:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1625c7db-c27c-50a9-bad7-e00dc95703fb with scrape type 2
2026-03-29 06:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1625c7db-c27c-50a9-bad7-e00dc95703fb with scrape type 2
2026-03-29 06:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1625c7db-c27c-50a9-bad7-e00dc95703fb, identifier: DS15%20KUO
2026-03-29 06:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-29 06:01:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06: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 06:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO
2026-03-29 06:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO to the API
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 90,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS15%20KUO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1625c7db-c27c-50a9-bad7-e00dc95703fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS15 KUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS15%20KUO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 98197,
'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 CLIO 1.5 DCI 90 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'DCI 90 DYNAMIQUE S',
'vin': 'VF15RFL0H52316062',
'year': 2015}
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS15%2520KUO%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Saving data for DS15%20KUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774449142.890582, 'last_price_update_time': 1774764060.760038}
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520KUO') HTTP/1.1" 204 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: FP65%20EUR
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FP65%2520EUR%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for FP65%20EUR: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: LL16%20FYY
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL16%2520FYY%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for LL16%20FYY: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: MV65%20CCA
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV65%2520CCA%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for MV65%20CCA: 0
2026-03-29 06:01:00 [bca.uk] INFO: Found listing with ID: PE16%20VRM
2026-03-29 06:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE16%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:01:00 [bca.uk] INFO: Scrape type for PE16%20VRM: 2
2026-03-29 06:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM
2026-03-29 06:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with scrape type 2
2026-03-29 06:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with scrape type 2
2026-03-29 06:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b513c6-2bcb-5ab9-854b-f024b649e9e0, identifier: PE16%20VRM
2026-03-29 06:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM
2026-03-29 06:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM
2026-03-29 06:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM to the API
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:01 [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=PE16%20VRM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd1b513c6-2bcb-5ab9-854b-f024b649e9e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE16 VRM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE16%20VRM&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'CITROEN',
'model': 'C3 PICASSO',
'odometer': 105086,
'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 PICASSO 1.6 BLUEHDI 100 PLATINUM MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 100 PLATINUM',
'vin': 'VF7SHBHY6GT503985',
'year': 2016}
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Saving data for PE16%20VRM: {'auction_closing_time': 1774864800.0, 'created_time': 1774449115.218426, 'last_price_update_time': 1774764061.372133}
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE16%2520VRM') HTTP/1.1" 204 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: FG66%20KHH
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520KHH%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for FG66%20KHH: 2
2026-03-29 06:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH
2026-03-29 06:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with scrape type 2
2026-03-29 06:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with scrape type 2
2026-03-29 06:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac, identifier: FG66%20KHH
2026-03-29 06:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH
2026-03-29 06:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH
2026-03-29 06:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH to the API
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:01 [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=FG66%20KHH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG66 KHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG66%20KHH&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': '218D',
'odometer': 89972,
'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 218D 2.0 150 SPORT Coupe',
'transmission': 'manual',
'trim': '150 SPORT',
'vin': 'WBA2G52080V661290',
'year': 2016}
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520KHH%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Saving data for FG66%20KHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563574.051888, 'last_price_update_time': 1774764061.844132}
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG66%2520KHH') HTTP/1.1" 204 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: FP11%20OHH
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP11%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for FP11%20OHH: 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: YB66%20SGO
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520SGO%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for YB66%20SGO: 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: BG16%20XLF
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG16%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for BG16%20XLF: 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: ET68%20NZV
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520NZV%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for ET68%20NZV: 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: FR68%20BNA
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR68%2520BNA%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for FR68%20BNA: 0
2026-03-29 06:01:01 [bca.uk] INFO: Found listing with ID: GX18%20JHA
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JHA%27 HTTP/1.1" 200 None
2026-03-29 06:01:01 [bca.uk] INFO: Scrape type for GX18%20JHA: 2
2026-03-29 06:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA
2026-03-29 06:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d61d0e87-4817-5cc1-891e-997ad45c431b with scrape type 2
2026-03-29 06:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d61d0e87-4817-5cc1-891e-997ad45c431b with scrape type 2
2026-03-29 06:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d61d0e87-4817-5cc1-891e-997ad45c431b, identifier: GX18%20JHA
2026-03-29 06:01:02 [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 06:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA
2026-03-29 06:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA
2026-03-29 06:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA to the API
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX18%20JHA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd61d0e87-4817-5cc1-891e-997ad45c431b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX18 JHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX18%20JHA&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'MERCEDES-BENZ',
'model': 'E220 D',
'odometer': 50761,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Convertible',
'transmission': 'manual',
'trim': 'AMG LINE 9G',
'vin': 'WDD2384142F054942',
'year': 2018}
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX18%2520JHA%27 HTTP/1.1" 200 None
2026-03-29 06:01:02 [bca.uk] INFO: Saving data for GX18%20JHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774649948.281353, 'last_price_update_time': 1774764062.426142}
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX18%2520JHA') HTTP/1.1" 204 0
2026-03-29 06:01:02 [bca.uk] INFO: Found listing with ID: ML64%20UOC
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML64%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 06:01:02 [bca.uk] INFO: Scrape type for ML64%20UOC: 0
2026-03-29 06:01:02 [bca.uk] INFO: Found listing with ID: DS18%20FJC
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS18%2520FJC%27 HTTP/1.1" 200 None
2026-03-29 06:01:02 [bca.uk] INFO: Scrape type for DS18%20FJC: 0
2026-03-29 06:01:02 [bca.uk] INFO: Found listing with ID: DA57%20XKX
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA57%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:01:02 [bca.uk] INFO: Scrape type for DA57%20XKX: 0
2026-03-29 06:01:02 [bca.uk] INFO: Found listing with ID: DK10%20YMG
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-29 06:01:02 [bca.uk] INFO: Scrape type for DK10%20YMG: 2
2026-03-29 06:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG
2026-03-29 06:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with scrape type 2
2026-03-29 06:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with scrape type 2
2026-03-29 06:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fd96a7a-6686-5915-b59f-1372ff70dcc6, identifier: DK10%20YMG
2026-03-29 06:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG
2026-03-29 06:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG
2026-03-29 06:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG to the API
2026-03-29 06:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK10%20YMG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9fd96a7a-6686-5915-b59f-1372ff70dcc6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DK10 YMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK10%20YMG&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 118340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXGAJJAY88059',
'year': 2010}
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-29 06:01:03 [bca.uk] INFO: Saving data for DK10%20YMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774449076.813663, 'last_price_update_time': 1774764063.043958}
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK10%2520YMG') HTTP/1.1" 204 0
2026-03-29 06:01:03 [bca.uk] INFO: Found listing with ID: DK12%20ZGD
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-29 06:01:03 [bca.uk] INFO: Scrape type for DK12%20ZGD: 2
2026-03-29 06:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD
2026-03-29 06:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb31945-33df-5888-8c3f-8d7ae57163d1 with scrape type 2
2026-03-29 06:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bb31945-33df-5888-8c3f-8d7ae57163d1 with scrape type 2
2026-03-29 06:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bb31945-33df-5888-8c3f-8d7ae57163d1, identifier: DK12%20ZGD
2026-03-29 06:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD
2026-03-29 06:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD
2026-03-29 06:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD to the API
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK12%20ZGD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1bb31945-33df-5888-8c3f-8d7ae57163d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DK12 ZGD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK12%20ZGD&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'MERCEDES-BENZ',
'model': 'E220',
'odometer': 162186,
'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 E220 2.1 CDI B/E EXECUTIVE SE TIP Estate',
'transmission': 'manual',
'trim': 'CDI B/E EXECUTIVE SE TIP',
'vin': 'WDD2122022A609443',
'year': 2012}
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-29 06:01:03 [bca.uk] INFO: Saving data for DK12%20ZGD: {'auction_closing_time': 1774864800.0, 'created_time': 1774449083.172612, 'last_price_update_time': 1774764063.491495}
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK12%2520ZGD') HTTP/1.1" 204 0
2026-03-29 06:01:03 [bca.uk] INFO: Total items found: 100
2026-03-29 06:01:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded
2026-03-29 06:01:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:01:03 [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 06:01:03 [bca.uk] INFO: Found listing with ID: DY63%20HCO
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-29 06:01:03 [bca.uk] INFO: Scrape type for DY63%20HCO: 2
2026-03-29 06:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO
2026-03-29 06:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39b4cfc0-6804-555a-a314-d889d68f822e with scrape type 2
2026-03-29 06:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39b4cfc0-6804-555a-a314-d889d68f822e with scrape type 2
2026-03-29 06:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39b4cfc0-6804-555a-a314-d889d68f822e, identifier: DY63%20HCO
2026-03-29 06:01:03 [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 06:01:03 [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 06:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-29 06:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06: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 06:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO
2026-03-29 06:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO to the API
2026-03-29 06:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY63%20HCO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '39b4cfc0-6804-555a-a314-d889d68f822e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY63 HCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY63%20HCO&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 141268,
'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.5 TDCI 75 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TDCI 75 TITANIUM',
'vin': 'WF0DXXGAKDDC71589',
'year': 2013}
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Saving data for DY63%20HCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774449055.056611, 'last_price_update_time': 1774764064.094254}
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY63%2520HCO') HTTP/1.1" 204 0
2026-03-29 06:01:04 [bca.uk] INFO: Found listing with ID: GN15%20TXC
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN15%2520TXC%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Scrape type for GN15%20TXC: 2
2026-03-29 06:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC
2026-03-29 06:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129c8cde-ad55-5712-b5b4-e91285c463b4 with scrape type 2
2026-03-29 06:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129c8cde-ad55-5712-b5b4-e91285c463b4 with scrape type 2
2026-03-29 06:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 129c8cde-ad55-5712-b5b4-e91285c463b4, identifier: GN15%20TXC
2026-03-29 06:01: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 06:01:04 [bca.uk] INFO: Found listing with ID: GK63%20TXV
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK63%2520TXV%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Scrape type for GK63%20TXV: 0
2026-03-29 06:01:04 [bca.uk] INFO: Found listing with ID: MJ12%20UFB
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ12%2520UFB%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Scrape type for MJ12%20UFB: 0
2026-03-29 06:01:04 [bca.uk] INFO: Found listing with ID: PE14%20KXO
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE14%2520KXO%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Scrape type for PE14%20KXO: 0
2026-03-29 06:01:04 [bca.uk] INFO: Found listing with ID: PN57%20XKS
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN57%2520XKS%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Scrape type for PN57%20XKS: 2
2026-03-29 06:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS
2026-03-29 06:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 195b0801-eb8c-575c-8267-4ba0410b5704 with scrape type 2
2026-03-29 06:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 195b0801-eb8c-575c-8267-4ba0410b5704 with scrape type 2
2026-03-29 06:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 195b0801-eb8c-575c-8267-4ba0410b5704, identifier: PN57%20XKS
2026-03-29 06:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC
2026-03-29 06:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC
2026-03-29 06:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC to the API
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN15%20TXC-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '129c8cde-ad55-5712-b5b4-e91285c463b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GN15 TXC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN15%20TXC&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'KIA',
'model': 'VENGA',
'odometer': 110956,
'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 VENGA 1.4 CRDI 2 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 2',
'vin': 'U5YEH813LFL103325',
'year': 2015}
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN15%2520TXC%27 HTTP/1.1" 200 None
2026-03-29 06:01:04 [bca.uk] INFO: Saving data for GN15%20TXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448922.727729, 'last_price_update_time': 1774764064.753992}
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN15%2520TXC') HTTP/1.1" 204 0
2026-03-29 06:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS
2026-03-29 06:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS
2026-03-29 06:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS to the API
2026-03-29 06:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 165,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN57%20XKS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '195b0801-eb8c-575c-8267-4ba0410b5704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN57 XKS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN57%20XKS&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 78776,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.4 80 S Hatchback',
'transmission': 'manual',
'trim': '80 S',
'vin': 'WVWZZZ1KZ8W028816',
'year': 2007}
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN57%2520XKS%27 HTTP/1.1" 200 None
2026-03-29 06:01:05 [bca.uk] INFO: Saving data for PN57%20XKS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563559.672197, 'last_price_update_time': 1774764065.186157}
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN57%2520XKS') HTTP/1.1" 204 0
2026-03-29 06:01:05 [bca.uk] INFO: Found listing with ID: DY15%20MXL
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY15%2520MXL%27 HTTP/1.1" 200 None
2026-03-29 06:01:05 [bca.uk] INFO: Scrape type for DY15%20MXL: 2
2026-03-29 06:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL
2026-03-29 06:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 489cf848-2824-57ce-93f4-a8c89f633c43 with scrape type 2
2026-03-29 06:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 489cf848-2824-57ce-93f4-a8c89f633c43 with scrape type 2
2026-03-29 06:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 489cf848-2824-57ce-93f4-a8c89f633c43, identifier: DY15%20MXL
2026-03-29 06:01:05 [bca.uk] INFO: Found listing with ID: PY15%20TGO
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY15%2520TGO%27 HTTP/1.1" 200 None
2026-03-29 06:01:05 [bca.uk] INFO: Scrape type for PY15%20TGO: 0
2026-03-29 06:01:05 [bca.uk] INFO: Found listing with ID: SK13%20XZN
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK13%2520XZN%27 HTTP/1.1" 200 None
2026-03-29 06:01:05 [bca.uk] INFO: Scrape type for SK13%20XZN: 0
2026-03-29 06:01:05 [bca.uk] INFO: Found listing with ID: VO12%20XVT
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-29 06:01:05 [bca.uk] INFO: Scrape type for VO12%20XVT: 2
2026-03-29 06:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT
2026-03-29 06:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4dddf4a-f6d5-580a-b063-d2b93f551661 with scrape type 2
2026-03-29 06:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4dddf4a-f6d5-580a-b063-d2b93f551661 with scrape type 2
2026-03-29 06:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4dddf4a-f6d5-580a-b063-d2b93f551661, identifier: VO12%20XVT
2026-03-29 06:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL
2026-03-29 06:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL
2026-03-29 06:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL to the API
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:05 [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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY15%20MXL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '489cf848-2824-57ce-93f4-a8c89f633c43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY15 MXL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY15%20MXL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 62588,
'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 S/S StationWagon',
'transmission': 'manual',
'trim': 'T 140 SE 2WD S/S',
'vin': 'W0LJD7E88F4089011',
'year': 2015}
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY15%2520MXL%27 HTTP/1.1" 200 None
2026-03-29 06:01:05 [bca.uk] INFO: Saving data for DY15%20MXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774649927.684928, 'last_price_update_time': 1774764065.870916}
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY15%2520MXL') HTTP/1.1" 204 0
2026-03-29 06:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT
2026-03-29 06:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT
2026-03-29 06:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT to the API
2026-03-29 06:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO12%20XVT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e4dddf4a-f6d5-580a-b063-d2b93f551661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO12 XVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO12%20XVT&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 92505,
'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.4 N-TEC+ Hatchback',
'transmission': 'manual',
'trim': 'N-TEC+',
'vin': 'SJNFAAE11U2171443',
'year': 2012}
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Saving data for VO12%20XVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774449057.139362, 'last_price_update_time': 1774764066.215572}
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO12%2520XVT') HTTP/1.1" 204 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: VA57%20MMV
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA57%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for VA57%20MMV: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: AV03%20RSZ
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV03%2520RSZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for AV03%20RSZ: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: GC14%20BYZ
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GC14%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for GC14%20BYZ: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: GJ09%20KHA
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ09%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for GJ09%20KHA: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: GK60%20ZSE
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK60%2520ZSE%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for GK60%20ZSE: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: LO10%20GWV
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO10%2520GWV%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for LO10%20GWV: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: PY60%20HJF
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY60%2520HJF%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for PY60%20HJF: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: SM62%20CJZ
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM62%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for SM62%20CJZ: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: FV69%20BJO
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV69%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for FV69%20BJO: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: YS68%20WCC
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS68%2520WCC%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for YS68%20WCC: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: AV68%20JYU
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV68%2520JYU%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for AV68%20JYU: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: BU64%20FFW
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU64%2520FFW%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for BU64%20FFW: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: FD64%20DKV
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD64%2520DKV%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for FD64%20DKV: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: ML18%20SVE
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520SVE%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for ML18%20SVE: 0
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: MM17%20ZZL
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM17%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for MM17%20ZZL: 2
2026-03-29 06:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL
2026-03-29 06:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with scrape type 2
2026-03-29 06:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with scrape type 2
2026-03-29 06:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14121fba-661e-5698-9f0b-8a0fa0ddfe55, identifier: MM17%20ZZL
2026-03-29 06:01:06 [bca.uk] INFO: Found listing with ID: YP66%20VYN
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 06:01:06 [bca.uk] INFO: Scrape type for YP66%20VYN: 2
2026-03-29 06:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN
2026-03-29 06:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with scrape type 2
2026-03-29 06:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with scrape type 2
2026-03-29 06:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de, identifier: YP66%20VYN
2026-03-29 06:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL
2026-03-29 06:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL
2026-03-29 06:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL to the API
2026-03-29 06:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM17%20ZZL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '14121fba-661e-5698-9f0b-8a0fa0ddfe55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MM17 ZZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM17%20ZZL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 110969,
'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 ED4 150 2WD SE TECH Hatchback',
'transmission': 'manual',
'trim': 'ED4 150 2WD SE TECH',
'vin': 'SALVB2CN4HH264623',
'year': 2017}
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM17%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Saving data for MM17%20ZZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774651047.619079, 'last_price_update_time': 1774764067.02766}
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM17%2520ZZL') HTTP/1.1" 204 0
2026-03-29 06:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN
2026-03-29 06:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN
2026-03-29 06:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN to the API
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP66%20VYN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0323cf0c-536e-5bbb-a2e6-2db22d67b7de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP66 VYN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP66%20VYN&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'GALAXY',
'odometer': 150085,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD GALAXY 2.0 TDCI 150 ZETEC P/S MPV',
'transmission': 'automatic',
'trim': 'TDCI 150 ZETEC P/S',
'vin': 'WF0KXXWPCKGL59534',
'year': 2016}
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Saving data for YP66%20VYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774449059.290688, 'last_price_update_time': 1774764067.456702}
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP66%2520VYN') HTTP/1.1" 204 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: ND64%20WZO
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND64%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for ND64%20WZO: 2
2026-03-29 06:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO
2026-03-29 06:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c396f42-298e-592c-9dce-ba257d3d01c8 with scrape type 2
2026-03-29 06:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c396f42-298e-592c-9dce-ba257d3d01c8 with scrape type 2
2026-03-29 06:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c396f42-298e-592c-9dce-ba257d3d01c8, identifier: ND64%20WZO
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: CW58%20JRW
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CW58%2520JRW%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for CW58%20JRW: 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: LC08%20XBB
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC08%2520XBB%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for LC08%20XBB: 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: VKZ%202608
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VKZ%25202608%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for VKZ%202608: 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: AU61%20XXN
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU61%2520XXN%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for AU61%20XXN: 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: AV12%20XOM
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV12%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for AV12%20XOM: 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: BG14%20OHU
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG14%2520OHU%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for BG14%20OHU: 0
2026-03-29 06:01:07 [bca.uk] INFO: Found listing with ID: BL12%20HFK
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL12%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 06:01:07 [bca.uk] INFO: Scrape type for BL12%20HFK: 2
2026-03-29 06:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK
2026-03-29 06:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4af9672-e966-5db4-9f37-99b06be74838 with scrape type 2
2026-03-29 06:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4af9672-e966-5db4-9f37-99b06be74838 with scrape type 2
2026-03-29 06:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4af9672-e966-5db4-9f37-99b06be74838, identifier: BL12%20HFK
2026-03-29 06:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO
2026-03-29 06:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO
2026-03-29 06:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO to the API
2026-03-29 06:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:08 [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=ND64%20WZO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4c396f42-298e-592c-9dce-ba257d3d01c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND64 WZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND64%20WZO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 81044,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA 1.4 T 140 EXCLUSIV 2WD S/S StationWagon',
'transmission': 'manual',
'trim': 'T 140 EXCLUSIV 2WD S/S',
'vin': 'W0LJC7E88FB057819',
'year': 2014}
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND64%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Saving data for ND64%20WZO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448952.141434, 'last_price_update_time': 1774764068.217002}
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND64%2520WZO') HTTP/1.1" 204 0
2026-03-29 06:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK
2026-03-29 06:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK
2026-03-29 06:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK to the API
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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=BL12%20HFK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4af9672-e966-5db4-9f37-99b06be74838',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BL12 HFK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL12%20HFK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'UP!',
'odometer': 98525,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN UP! 1.0 75 UP WHITE Hatchback',
'transmission': 'manual',
'trim': '75 UP WHITE',
'vin': 'WVWZZZAAZCD059225',
'year': 2012}
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL12%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Saving data for BL12%20HFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774449097.635965, 'last_price_update_time': 1774764068.559904}
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL12%2520HFK') HTTP/1.1" 204 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: PE15%20LHF
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE15%2520LHF%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for PE15%20LHF: 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: VO71%20XBU
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO71%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for VO71%20XBU: 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: YK65%20OXD
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK65%2520OXD%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for YK65%20OXD: 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: WP63%20XYK
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP63%2520XYK%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for WP63%20XYK: 2
2026-03-29 06:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK
2026-03-29 06:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d691196-e913-5798-a96e-ea9066069266 with scrape type 2
2026-03-29 06:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d691196-e913-5798-a96e-ea9066069266 with scrape type 2
2026-03-29 06:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d691196-e913-5798-a96e-ea9066069266, identifier: WP63%20XYK
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: EK63%20FTA
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK63%2520FTA%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for EK63%20FTA: 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: EO61%20TBV
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO61%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for EO61%20TBV: 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: FT61%20VUR
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT61%2520VUR%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for FT61%20VUR: 0
2026-03-29 06:01:08 [bca.uk] INFO: Found listing with ID: GJ11%20JRU
2026-03-29 06:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ11%2520JRU%27 HTTP/1.1" 200 None
2026-03-29 06:01:08 [bca.uk] INFO: Scrape type for GJ11%20JRU: 2
2026-03-29 06:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU
2026-03-29 06:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c79e859-b859-515e-9a37-9675403e5a20 with scrape type 2
2026-03-29 06:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c79e859-b859-515e-9a37-9675403e5a20 with scrape type 2
2026-03-29 06:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c79e859-b859-515e-9a37-9675403e5a20, identifier: GJ11%20JRU
2026-03-29 06:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK
2026-03-29 06:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK
2026-03-29 06:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK to the API
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:09 [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=WP63%20XYK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3d691196-e913-5798-a96e-ea9066069266',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP63 XYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP63%20XYK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 53691,
'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 Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 TITANIUM',
'vin': 'WF0DXXGAKDDE70522',
'year': 2013}
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP63%2520XYK%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Saving data for WP63%20XYK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563535.160302, 'last_price_update_time': 1774764069.293623}
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP63%2520XYK') HTTP/1.1" 204 0
2026-03-29 06:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU
2026-03-29 06:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU
2026-03-29 06:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU to the API
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ11%20JRU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c79e859-b859-515e-9a37-9675403e5a20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ11 JRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ11%20JRU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 93554,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.6 COOPER D Hatchback',
'transmission': 'manual',
'trim': 'COOPER D',
'vin': 'WMWZD32020WL40190',
'year': 2011}
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ11%2520JRU%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Saving data for GJ11%20JRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774449072.74218, 'last_price_update_time': 1774764069.741664}
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ11%2520JRU') HTTP/1.1" 204 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: YK21%20DGC
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK21%2520DGC%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for YK21%20DGC: 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: YR13%20ZXN
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR13%2520ZXN%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for YR13%20ZXN: 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: DK63%20WMY
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK63%2520WMY%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for DK63%20WMY: 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: DY10%20SSJ
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY10%2520SSJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for DY10%20SSJ: 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: FH08%20ABU
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH08%2520ABU%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for FH08%20ABU: 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: FL14%20OFC
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL14%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for FL14%20OFC: 2
2026-03-29 06:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC
2026-03-29 06:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d622c67f-48d3-57ad-b722-24f075d079ce with scrape type 2
2026-03-29 06:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d622c67f-48d3-57ad-b722-24f075d079ce with scrape type 2
2026-03-29 06:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d622c67f-48d3-57ad-b722-24f075d079ce, identifier: FL14%20OFC
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: GU12%20NFM
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU12%2520NFM%27 HTTP/1.1" 200 None
2026-03-29 06:01:09 [bca.uk] INFO: Scrape type for GU12%20NFM: 0
2026-03-29 06:01:09 [bca.uk] INFO: Found listing with ID: GU59%20RWV
2026-03-29 06:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU59%2520RWV%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for GU59%20RWV: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: LX14%20YNM
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX14%2520YNM%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for LX14%20YNM: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: OE05%20XXM
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE05%2520XXM%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for OE05%20XXM: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: ST10%20NZU
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST10%2520NZU%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for ST10%20NZU: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: PL70%20OLP
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL70%2520OLP%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for PL70%20OLP: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: EP18%20LGJ
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EP18%2520LGJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for EP18%20LGJ: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: GK68%20YWC
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK68%2520YWC%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for GK68%20YWC: 0
2026-03-29 06:01:10 [bca.uk] INFO: Found listing with ID: GN18%20FPD
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN18%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Scrape type for GN18%20FPD: 2
2026-03-29 06:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD
2026-03-29 06:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15f250cf-7ef2-5fb3-9795-810bea2526d7 with scrape type 2
2026-03-29 06:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15f250cf-7ef2-5fb3-9795-810bea2526d7 with scrape type 2
2026-03-29 06:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15f250cf-7ef2-5fb3-9795-810bea2526d7, identifier: GN18%20FPD
2026-03-29 06:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC
2026-03-29 06:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC
2026-03-29 06:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC to the API
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL14%20OFC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd622c67f-48d3-57ad-b722-24f075d079ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL14 OFC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL14%20OFC&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 122373,
'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': 'U5YPC813NEL452676',
'year': 2014}
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL14%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 06:01:10 [bca.uk] INFO: Saving data for FL14%20OFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448191.640873, 'last_price_update_time': 1774764070.583055}
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL14%2520OFC') HTTP/1.1" 204 0
2026-03-29 06:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD
2026-03-29 06:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD
2026-03-29 06:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD to the API
2026-03-29 06:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN18%20FPD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '15f250cf-7ef2-5fb3-9795-810bea2526d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GN18 FPD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN18%20FPD&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'CITROEN',
'model': 'C3',
'odometer': 96222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'CITROEN C3 1.6 BLUEHDI 100 FLAIR S/S Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 100 FLAIR S/S',
'vin': 'VF7SXBHW6JT543679',
'year': 2024}
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN18%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Saving data for GN18%20FPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774448943.03352, 'last_price_update_time': 1774764071.015036}
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN18%2520FPD') HTTP/1.1" 204 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: KX09%20PFF
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX09%2520PFF%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for KX09%20PFF: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: LG61%20TGV
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG61%2520TGV%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for LG61%20TGV: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: NU65%20OJO
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for NU65%20OJO: 2
2026-03-29 06:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO
2026-03-29 06:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b3743f-4cd7-582b-a6d8-e045fee4f122 with scrape type 2
2026-03-29 06:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b3743f-4cd7-582b-a6d8-e045fee4f122 with scrape type 2
2026-03-29 06:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b3743f-4cd7-582b-a6d8-e045fee4f122, identifier: NU65%20OJO
2026-03-29 06:01:11 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 26 items (at 26 items/min)
2026-03-29 06:01:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 173MiB
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: RJ19%20XHK
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ19%2520XHK%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for RJ19%20XHK: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: ML19%20YFV
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML19%2520YFV%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for ML19%20YFV: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: AE20%20NXF
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE20%2520NXF%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for AE20%20NXF: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: GJ21%20YWB
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ21%2520YWB%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for GJ21%20YWB: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: RO22%20KPT
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO22%2520KPT%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for RO22%20KPT: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: EU05%20FSN
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU05%2520FSN%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for EU05%20FSN: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: AF13%20XPW
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF13%2520XPW%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for AF13%20XPW: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: LD64%20FZX
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD64%2520FZX%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for LD64%20FZX: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: YM63%20ETA
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM63%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for YM63%20ETA: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: CA57%20YVV
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA57%2520YVV%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for CA57%20YVV: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: EO59%20HAX
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO59%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for EO59%20HAX: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: GF52%20OWM
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF52%2520OWM%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for GF52%20OWM: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: GV07%20WHR
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV07%2520WHR%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for GV07%20WHR: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: SV57%20URE
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV57%2520URE%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for SV57%20URE: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: LX67%20JRZ
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX67%2520JRZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for LX67%20JRZ: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: FY65%20OSN
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY65%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for FY65%20OSN: 0
2026-03-29 06:01:11 [bca.uk] INFO: Found listing with ID: GC65%20ULU
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GC65%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 06:01:11 [bca.uk] INFO: Scrape type for GC65%20ULU: 2
2026-03-29 06:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU
2026-03-29 06:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffb4687-58d3-5e88-968d-454e52ae627a with scrape type 2
2026-03-29 06:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffb4687-58d3-5e88-968d-454e52ae627a with scrape type 2
2026-03-29 06:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ffb4687-58d3-5e88-968d-454e52ae627a, identifier: GC65%20ULU
2026-03-29 06:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO
2026-03-29 06:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO
2026-03-29 06:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO to the API
2026-03-29 06:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU65%20OJO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '96b3743f-4cd7-582b-a6d8-e045fee4f122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU65 OJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU65%20OJO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 138113,
'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 OCTAVIA 2.0 TDI CR 184 VRS DSG Estate',
'transmission': 'automatic',
'trim': 'TDI CR 184 VRS DSG',
'vin': 'TMBKK7NE2G0073476',
'year': 2015}
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-29 06:01:12 [bca.uk] INFO: Saving data for NU65%20OJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448211.559565, 'last_price_update_time': 1774764072.030599}
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU65%2520OJO') HTTP/1.1" 204 0
2026-03-29 06:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=purple HTTP/1.1" 200 None
2026-03-29 06:01:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU
2026-03-29 06:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU to the API
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 92,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC65%20ULU-GB',
'category': 'Car',
'color': 'purple',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0ffb4687-58d3-5e88-968d-454e52ae627a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GC65 ULU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC65%20ULU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'CITROEN',
'model': 'C4 CACTUS',
'odometer': 106891,
'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 C4 CACTUS 1.6 BLUEHDI 100 FLAIR Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 100 FLAIR',
'vin': 'VF70BBHY3GE504037',
'year': 2016}
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GC65%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 06:01:12 [bca.uk] INFO: Saving data for GC65%20ULU: {'auction_closing_time': 1774864800.0, 'created_time': 1774649891.061444, 'last_price_update_time': 1774764072.588033}
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC65%2520ULU') HTTP/1.1" 204 0
2026-03-29 06:01:12 [bca.uk] INFO: Found listing with ID: PK10%20NKU
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK10%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 06:01:12 [bca.uk] INFO: Scrape type for PK10%20NKU: 2
2026-03-29 06:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU
2026-03-29 06:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31d18c25-1f0a-52b0-8808-6455a1858fda with scrape type 2
2026-03-29 06:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31d18c25-1f0a-52b0-8808-6455a1858fda with scrape type 2
2026-03-29 06:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31d18c25-1f0a-52b0-8808-6455a1858fda, identifier: PK10%20NKU
2026-03-29 06:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU
2026-03-29 06:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU
2026-03-29 06:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU to the API
2026-03-29 06:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK10%20NKU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '31d18c25-1f0a-52b0-8808-6455a1858fda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK10 NKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK10%20NKU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 61056,
'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.6 VISIA Hatchback',
'transmission': 'manual',
'trim': 'VISIA',
'vin': 'SJNFAAJ10U2018627',
'year': 2010}
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK10%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Saving data for PK10%20NKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563340.308228, 'last_price_update_time': 1774764073.05137}
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK10%2520NKU') HTTP/1.1" 204 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: PO61%20YVU
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO61%2520YVU%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for PO61%20YVU: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: MK19%20LHL
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK19%2520LHL%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for MK19%20LHL: 2
2026-03-29 06:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL
2026-03-29 06:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad66db60-b0e9-54c7-8640-43bf80bf9595 with scrape type 2
2026-03-29 06:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad66db60-b0e9-54c7-8640-43bf80bf9595 with scrape type 2
2026-03-29 06:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad66db60-b0e9-54c7-8640-43bf80bf9595, identifier: MK19%20LHL
2026-03-29 06:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL
2026-03-29 06:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL
2026-03-29 06:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL to the API
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK19%20LHL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ad66db60-b0e9-54c7-8640-43bf80bf9595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK19 LHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK19%20LHL&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 99244,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 1.6 TDI 115 R LINE Hatchback',
'transmission': 'manual',
'trim': 'TDI 115 R LINE',
'vin': 'WVGZZZA1ZKV089427',
'year': 2019}
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK19%2520LHL%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Saving data for MK19%20LHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563341.280863, 'last_price_update_time': 1774764073.552202}
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK19%2520LHL') HTTP/1.1" 204 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: AV17%20OFO
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV17%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for AV17%20OFO: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: NG16%20RUC
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG16%2520RUC%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for NG16%20RUC: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: SG15%20UVN
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG15%2520UVN%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for SG15%20UVN: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: YF14%20OCH
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF14%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for YF14%20OCH: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: VN63%20OZK
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN63%2520OZK%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for VN63%20OZK: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: WG14%20FZH
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG14%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for WG14%20FZH: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: WJ62%20DYN
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ62%2520DYN%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for WJ62%20DYN: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: WK13%20ORJ
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK13%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for WK13%20ORJ: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: YC61%20FBL
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC61%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for YC61%20FBL: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: YD15%20XKJ
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD15%2520XKJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for YD15%20XKJ: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: YE59%20VRX
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE59%2520VRX%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for YE59%20VRX: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: YP07%20ZRX
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP07%2520ZRX%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for YP07%20ZRX: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: BF12%20MYT
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF12%2520MYT%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for BF12%20MYT: 0
2026-03-29 06:01:13 [bca.uk] INFO: Found listing with ID: EA62%20XPM
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA62%2520XPM%27 HTTP/1.1" 200 None
2026-03-29 06:01:13 [bca.uk] INFO: Scrape type for EA62%20XPM: 2
2026-03-29 06:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM
2026-03-29 06:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fea908e7-7d37-5975-9fe7-4434718eb10e with scrape type 2
2026-03-29 06:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fea908e7-7d37-5975-9fe7-4434718eb10e with scrape type 2
2026-03-29 06:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fea908e7-7d37-5975-9fe7-4434718eb10e, identifier: EA62%20XPM
2026-03-29 06:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM
2026-03-29 06:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM
2026-03-29 06:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM to the API
2026-03-29 06:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA62%20XPM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fea908e7-7d37-5975-9fe7-4434718eb10e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA62 XPM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA62%20XPM&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'HYUNDAI',
'model': 'I40 TOURER',
'odometer': 97045,
'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 I40 TOURER 1.7 CRDI B/D 136 STYLE Estate',
'transmission': 'manual',
'trim': 'CRDI B/D 136 STYLE',
'vin': 'KMHLC81ULDU044150',
'year': 2012}
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA62%2520XPM%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Saving data for EA62%20XPM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563537.383146, 'last_price_update_time': 1774764074.239424}
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA62%2520XPM') HTTP/1.1" 204 0
2026-03-29 06:01:14 [bca.uk] INFO: Found listing with ID: FE14%20AVW
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE14%2520AVW%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Scrape type for FE14%20AVW: 0
2026-03-29 06:01:14 [bca.uk] INFO: Found listing with ID: MT07%20FBY
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT07%2520FBY%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Scrape type for MT07%20FBY: 0
2026-03-29 06:01:14 [bca.uk] INFO: Found listing with ID: NX63%20FVZ
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX63%2520FVZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Scrape type for NX63%20FVZ: 0
2026-03-29 06:01:14 [bca.uk] INFO: Found listing with ID: PE59%20LYK
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE59%2520LYK%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Scrape type for PE59%20LYK: 0
2026-03-29 06:01:14 [bca.uk] INFO: Found listing with ID: SL63%20HWN
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL63%2520HWN%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Scrape type for SL63%20HWN: 0
2026-03-29 06:01:14 [bca.uk] INFO: Found listing with ID: WN18%20XOM
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Scrape type for WN18%20XOM: 2
2026-03-29 06:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM
2026-03-29 06:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5442b9b-84a0-53d2-bf2a-431ff4138685 with scrape type 2
2026-03-29 06:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5442b9b-84a0-53d2-bf2a-431ff4138685 with scrape type 2
2026-03-29 06:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5442b9b-84a0-53d2-bf2a-431ff4138685, identifier: WN18%20XOM
2026-03-29 06:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM
2026-03-29 06:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM
2026-03-29 06:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM to the API
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN18%20XOM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f5442b9b-84a0-53d2-bf2a-431ff4138685',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN18 XOM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN18%20XOM&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'ALFA ROMEO',
'model': 'STELVIO',
'odometer': 82052,
'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': 'ALFA ROMEO STELVIO 2.2 D 210 AWD MILANO StationWagon',
'transmission': 'automatic',
'trim': 'D 210 AWD MILANO',
'vin': 'ZARFAHGU0H7B84334',
'year': 2018}
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 06:01:14 [bca.uk] INFO: Saving data for WN18%20XOM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448940.759921, 'last_price_update_time': 1774764074.988307}
2026-03-29 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN18%2520XOM') HTTP/1.1" 204 0
2026-03-29 06:01:15 [bca.uk] INFO: Found listing with ID: PF68%20ZTH
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 06:01:15 [bca.uk] INFO: Scrape type for PF68%20ZTH: 2
2026-03-29 06:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH
2026-03-29 06:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with scrape type 2
2026-03-29 06:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with scrape type 2
2026-03-29 06:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9, identifier: PF68%20ZTH
2026-03-29 06:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH
2026-03-29 06:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH
2026-03-29 06:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH to the API
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:15 [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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF68%20ZTH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '361760cf-fd1c-55a5-98a8-8a9a7c44dfa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF68 ZTH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF68%20ZTH&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MERCEDES-BENZ',
'model': 'A200',
'odometer': 80534,
'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 A200 1.3 AMG LINE PREMIUM DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'WDD1770872V016067',
'year': 2019}
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 06:01:15 [bca.uk] INFO: Saving data for PF68%20ZTH: {'auction_closing_time': 1774864800.0, 'created_time': 1774448939.675566, 'last_price_update_time': 1774764075.493868}
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF68%2520ZTH') HTTP/1.1" 204 0
2026-03-29 06:01:15 [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 06:01:15 [bca.uk] INFO: Found listing with ID: OY68%20FWV
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY68%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:01:15 [bca.uk] INFO: Scrape type for OY68%20FWV: 0
2026-03-29 06:01:15 [bca.uk] INFO: Found listing with ID: AY64%20SVS
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY64%2520SVS%27 HTTP/1.1" 200 None
2026-03-29 06:01:15 [bca.uk] INFO: Scrape type for AY64%20SVS: 2
2026-03-29 06:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS
2026-03-29 06:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with scrape type 2
2026-03-29 06:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with scrape type 2
2026-03-29 06:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e, identifier: AY64%20SVS
2026-03-29 06:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS
2026-03-29 06:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS
2026-03-29 06:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS to the API
2026-03-29 06:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY64%20SVS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8d049f60-e7ba-5cac-b8d4-23f8c08ce33e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY64 SVS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY64%20SVS&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 63670,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'NLHA851ALFZ068452',
'year': 2014}
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY64%2520SVS%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Saving data for AY64%20SVS: {'auction_closing_time': 1774864800.0, 'created_time': 1774649903.575527, 'last_price_update_time': 1774764076.034188}
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY64%2520SVS') HTTP/1.1" 204 0
2026-03-29 06:01:16 [bca.uk] INFO: Found listing with ID: BA15%20AFX
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BA15%2520AFX%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Scrape type for BA15%20AFX: 0
2026-03-29 06:01:16 [bca.uk] INFO: Found listing with ID: DG15%20ONP
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG15%2520ONP%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Scrape type for DG15%20ONP: 2
2026-03-29 06:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP
2026-03-29 06:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2143a874-83de-502f-a59f-e2110a796697 with scrape type 2
2026-03-29 06:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2143a874-83de-502f-a59f-e2110a796697 with scrape type 2
2026-03-29 06:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2143a874-83de-502f-a59f-e2110a796697, identifier: DG15%20ONP
2026-03-29 06:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP
2026-03-29 06:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP
2026-03-29 06:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP to the API
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG15%20ONP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2143a874-83de-502f-a59f-e2110a796697',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG15 ONP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG15%20ONP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 84733,
'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 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0CXXGAKCFC09389',
'year': 2015}
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG15%2520ONP%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Saving data for DG15%20ONP: {'auction_closing_time': 1774864800.0, 'created_time': 1774649905.823238, 'last_price_update_time': 1774764076.512807}
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG15%2520ONP') HTTP/1.1" 204 0
2026-03-29 06:01:16 [bca.uk] INFO: Found listing with ID: FL17%20BVP
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL17%2520BVP%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Scrape type for FL17%20BVP: 0
2026-03-29 06:01:16 [bca.uk] INFO: Found listing with ID: KT15%20TFY
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT15%2520TFY%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Scrape type for KT15%20TFY: 0
2026-03-29 06:01:16 [bca.uk] INFO: Found listing with ID: NC54%20LBO
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NC54%2520LBO%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Scrape type for NC54%20LBO: 0
2026-03-29 06:01:16 [bca.uk] INFO: Found listing with ID: PO63%20ERY
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO63%2520ERY%27 HTTP/1.1" 200 None
2026-03-29 06:01:16 [bca.uk] INFO: Scrape type for PO63%20ERY: 2
2026-03-29 06:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY
2026-03-29 06:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3220cd0b-5240-531c-925e-f46c62d1c529 with scrape type 2
2026-03-29 06:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3220cd0b-5240-531c-925e-f46c62d1c529 with scrape type 2
2026-03-29 06:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3220cd0b-5240-531c-925e-f46c62d1c529, identifier: PO63%20ERY
2026-03-29 06:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY
2026-03-29 06:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY
2026-03-29 06:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY to the API
2026-03-29 06:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO63%20ERY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3220cd0b-5240-531c-925e-f46c62d1c529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PO63 ERY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO63%20ERY&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MAZDA',
'model': '3',
'odometer': 21446,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MAZDA 3 2.0 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'JMZBM546611114576',
'year': 2014}
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO63%2520ERY%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Saving data for PO63%20ERY: {'auction_closing_time': 1774864800.0, 'created_time': 1774352257.571689, 'last_price_update_time': 1774764077.13971}
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO63%2520ERY') HTTP/1.1" 204 0
2026-03-29 06:01:17 [bca.uk] INFO: Total items found: 100
2026-03-29 06:01:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded
2026-03-29 06:01:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:01:17 [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 06:01:17 [bca.uk] INFO: Found listing with ID: SD61%20OMA
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD61%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for SD61%20OMA: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: SK09%20KND
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK09%2520KND%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for SK09%20KND: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: ST11%20EOH
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST11%2520EOH%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for ST11%20EOH: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: SY59%20TZB
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for SY59%20TZB: 2
2026-03-29 06:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB
2026-03-29 06:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d426fd1-53da-5e49-82d6-1bac00d6a75d with scrape type 2
2026-03-29 06:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d426fd1-53da-5e49-82d6-1bac00d6a75d with scrape type 2
2026-03-29 06:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d426fd1-53da-5e49-82d6-1bac00d6a75d, identifier: SY59%20TZB
2026-03-29 06:01:17 [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 06:01:17 [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 06:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB
2026-03-29 06:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB
2026-03-29 06:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB to the API
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY59%20TZB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8d426fd1-53da-5e49-82d6-1bac00d6a75d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY59 TZB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY59%20TZB&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MAZDA',
'model': '2',
'odometer': 73691,
'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': 'MAZDA 2 1.5 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'JMZDE145200261161',
'year': 2009}
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Saving data for SY59%20TZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774362403.003637, 'last_price_update_time': 1774764077.689046}
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY59%2520TZB') HTTP/1.1" 204 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: LN07%20YUR
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN07%2520YUR%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for LN07%20YUR: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: WV18%20WXN
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV18%2520WXN%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for WV18%20WXN: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: WJ15%20ZVL
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ15%2520ZVL%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for WJ15%20ZVL: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: VO16%20OOC
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO16%2520OOC%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for VO16%20OOC: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: WJ67%20VEM
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ67%2520VEM%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for WJ67%20VEM: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: YS06%20XVF
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS06%2520XVF%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for YS06%20XVF: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: YY56%20ODW
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY56%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for YY56%20ODW: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: AK60%20YGR
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK60%2520YGR%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for AK60%20YGR: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: AY07%20YBB
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY07%2520YBB%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for AY07%20YBB: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: EO61%20OVX
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO61%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for EO61%20OVX: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: WN12%20FKU
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN12%2520FKU%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for WN12%20FKU: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: FD70%20LYC
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD70%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for FD70%20LYC: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: WX18%20RKK
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX18%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for WX18%20RKK: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: RJ71%20WJK
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ71%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for RJ71%20WJK: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: WN70%20GXV
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN70%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for WN70%20GXV: 0
2026-03-29 06:01:17 [bca.uk] INFO: Found listing with ID: AV09%20XGM
2026-03-29 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV09%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 06:01:17 [bca.uk] INFO: Scrape type for AV09%20XGM: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: KN12%20MPO
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN12%2520MPO%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for KN12%20MPO: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: WJ10%20DVF
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ10%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for WJ10%20DVF: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: YG19%20DRZ
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG19%2520DRZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for YG19%20DRZ: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: X575%20MKR
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X575%2520MKR%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for X575%20MKR: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: YC06%20JWZ
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC06%2520JWZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for YC06%20JWZ: 1
2026-03-29 06:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ
2026-03-29 06:01:18 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: WK09%20UJC
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK09%2520UJC%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for WK09%20UJC: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: YG14%20WCU
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG14%2520WCU%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for YG14%20WCU: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: CE10%20VBJ
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE10%2520VBJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for CE10%20VBJ: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: FE11%20RVF
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE11%2520RVF%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for FE11%20RVF: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: FY59%20UVB
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY59%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for FY59%20UVB: 2
2026-03-29 06:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB
2026-03-29 06:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75a09d40-e370-5f04-96b1-2250d4b7cf56 with scrape type 2
2026-03-29 06:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75a09d40-e370-5f04-96b1-2250d4b7cf56 with scrape type 2
2026-03-29 06:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75a09d40-e370-5f04-96b1-2250d4b7cf56, identifier: FY59%20UVB
2026-03-29 06:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB
2026-03-29 06:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB
2026-03-29 06:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB to the API
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY59%20UVB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '75a09d40-e370-5f04-96b1-2250d4b7cf56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY59 UVB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY59%20UVB&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'VERSO',
'odometer': 180189,
'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 VERSO 1.6 VVT-I LE MPV',
'transmission': 'manual',
'trim': 'VVT-I LE',
'vin': 'NMTEZ16R40R049883',
'year': 2009}
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY59%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Saving data for FY59%20UVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563346.847682, 'last_price_update_time': 1774764078.691762}
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY59%2520UVB') HTTP/1.1" 204 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: YR08%20YHO
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR08%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for YR08%20YHO: 1
2026-03-29 06:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO
2026-03-29 06:01:18 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: FY59%20ZGR
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY59%2520ZGR%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for FY59%20ZGR: 0
2026-03-29 06:01:18 [bca.uk] INFO: Found listing with ID: KU58%20EZM
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-29 06:01:18 [bca.uk] INFO: Scrape type for KU58%20EZM: 2
2026-03-29 06:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM
2026-03-29 06:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faed8ce-278b-556c-ada8-a230c189d9af with scrape type 2
2026-03-29 06:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2faed8ce-278b-556c-ada8-a230c189d9af with scrape type 2
2026-03-29 06:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2faed8ce-278b-556c-ada8-a230c189d9af, identifier: KU58%20EZM
2026-03-29 06:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM
2026-03-29 06:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-29 06:01:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM
2026-03-29 06:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM to the API
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU58%20EZM-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2faed8ce-278b-556c-ada8-a230c189d9af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU58 EZM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU58%20EZM&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 88185,
'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 SRI Hatchback',
'transmission': 'manual',
'trim': 'VVT SRI',
'vin': 'W0L0AHL0885161862',
'year': 2008}
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-29 06:01:19 [bca.uk] INFO: Saving data for KU58%20EZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448937.956051, 'last_price_update_time': 1774764079.432142}
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU58%2520EZM') HTTP/1.1" 204 0
2026-03-29 06:01:19 [bca.uk] INFO: Found listing with ID: YR10%20WLK
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR10%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 06:01:19 [bca.uk] INFO: Scrape type for YR10%20WLK: 1
2026-03-29 06:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK
2026-03-29 06:01:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:01:19 [bca.uk] INFO: Found listing with ID: NU15%20KYB
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU15%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 06:01:19 [bca.uk] INFO: Scrape type for NU15%20KYB: 0
2026-03-29 06:01:19 [bca.uk] INFO: Found listing with ID: SD62%20CKY
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD62%2520CKY%27 HTTP/1.1" 200 None
2026-03-29 06:01:19 [bca.uk] INFO: Scrape type for SD62%20CKY: 0
2026-03-29 06:01:19 [bca.uk] INFO: Found listing with ID: SG14%20FMC
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:01:19 [bca.uk] INFO: Scrape type for SG14%20FMC: 2
2026-03-29 06:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC
2026-03-29 06:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with scrape type 2
2026-03-29 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with scrape type 2
2026-03-29 06:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f, identifier: SG14%20FMC
2026-03-29 06:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC
2026-03-29 06:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC
2026-03-29 06:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC to the API
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG14%20FMC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9d2e75de-a6bf-528e-a5e5-a0060b76e62f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG14 FMC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG14%20FMC&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'KA',
'odometer': 59320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'FORD KA 1.2 EDGE S/S Hatchback',
'transmission': 'manual',
'trim': 'EDGE S/S',
'vin': 'WF0UXXLTRUEL61525',
'year': 2014}
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:01:19 [bca.uk] INFO: Saving data for SG14%20FMC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448918.751033, 'last_price_update_time': 1774764079.949375}
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG14%2520FMC') HTTP/1.1" 204 0
2026-03-29 06:01:19 [bca.uk] INFO: Found listing with ID: HV09%20UFD
2026-03-29 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV09%2520UFD%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for HV09%20UFD: 1
2026-03-29 06:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD
2026-03-29 06:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: YC58%20WGE
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC58%2520WGE%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for YC58%20WGE: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: YH11%20WZW
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH11%2520WZW%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for YH11%20WZW: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: YP12%20HGG
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP12%2520HGG%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for YP12%20HGG: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: YR60%20FLD
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR60%2520FLD%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for YR60%20FLD: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: YX10%20UNJ
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX10%2520UNJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for YX10%20UNJ: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: EN64%20OCP
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN64%2520OCP%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for EN64%20OCP: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: LC11%20ZGK
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC11%2520ZGK%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for LC11%20ZGK: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: LX58%20WKD
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX58%2520WKD%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for LX58%20WKD: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: SJ58%20VYU
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ58%2520VYU%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for SJ58%20VYU: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: YK12%20LUP
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK12%2520LUP%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for YK12%20LUP: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: HJ15%20MKL
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ15%2520MKL%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for HJ15%20MKL: 2
2026-03-29 06:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL
2026-03-29 06:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with scrape type 2
2026-03-29 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with scrape type 2
2026-03-29 06:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a, identifier: HJ15%20MKL
2026-03-29 06:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL
2026-03-29 06:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL
2026-03-29 06:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL to the API
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ15%20MKL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ab58d4b9-df71-5df2-98c8-8d08f6f79f4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ15 MKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ15%20MKL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'GLA45 AMG',
'odometer': 88046,
'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 GLA45 AMG 2.0 4MATIC DCT Hatchback',
'transmission': 'automatic',
'trim': '4MATIC DCT',
'vin': 'WDC1569522J068005',
'year': 2015}
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ15%2520MKL%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Saving data for HJ15%20MKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774361713.45471, 'last_price_update_time': 1774764080.690804}
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ15%2520MKL') HTTP/1.1" 204 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: HV59%20VKF
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV59%2520VKF%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for HV59%20VKF: 1
2026-03-29 06:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF
2026-03-29 06:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: BG13%20FKD
2026-03-29 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG13%2520FKD%27 HTTP/1.1" 200 None
2026-03-29 06:01:20 [bca.uk] INFO: Scrape type for BG13%20FKD: 0
2026-03-29 06:01:20 [bca.uk] INFO: Found listing with ID: DY13%20XDF
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY13%2520XDF%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for DY13%20XDF: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: SP59%20FDN
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP59%2520FDN%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for SP59%20FDN: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: HS19%20GYN
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HS19%2520GYN%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for HS19%20GYN: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: CA21%20OVG
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA21%2520OVG%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for CA21%20OVG: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: CN69%20YVF
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CN69%2520YVF%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for CN69%20YVF: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: DH74%20NTG
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DH74%2520NTG%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for DH74%20NTG: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: FR19%20MWZ
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FR19%2520MWZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for FR19%20MWZ: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: MT71%20NEN
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT71%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for MT71%20NEN: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: WT69%20BHA
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT69%2520BHA%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for WT69%20BHA: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: BV70%20UZS
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV70%2520UZS%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for BV70%20UZS: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: DG14%20YNA
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG14%2520YNA%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for DG14%20YNA: 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: MF10%20DTZ
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF10%2520DTZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for MF10%20DTZ: 1
2026-03-29 06:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ
2026-03-29 06:01:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: NA06%20VBC
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA06%2520VBC%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for NA06%20VBC: 1
2026-03-29 06:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC
2026-03-29 06:01:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: BN63%20ZHC
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for BN63%20ZHC: 2
2026-03-29 06:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC
2026-03-29 06:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a54cef-901d-5f87-92c4-1b745eebac8b with scrape type 2
2026-03-29 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a54cef-901d-5f87-92c4-1b745eebac8b with scrape type 2
2026-03-29 06:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89a54cef-901d-5f87-92c4-1b745eebac8b, identifier: BN63%20ZHC
2026-03-29 06:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC
2026-03-29 06:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC
2026-03-29 06:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC to the API
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN63%20ZHC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '89a54cef-901d-5f87-92c4-1b745eebac8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN63 ZHC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN63%20ZHC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MERCEDES-BENZ',
'model': 'B200',
'odometer': 200478,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ B200 1.8 CDI B/E SPORT MPV',
'transmission': 'automatic',
'trim': 'CDI B/E SPORT',
'vin': 'WDD2462012J194118',
'year': 2013}
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Saving data for BN63%20ZHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448076.256738, 'last_price_update_time': 1774764081.756969}
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN63%2520ZHC') HTTP/1.1" 204 0
2026-03-29 06:01:21 [bca.uk] INFO: Found listing with ID: FE13%20XAH
2026-03-29 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE13%2520XAH%27 HTTP/1.1" 200 None
2026-03-29 06:01:21 [bca.uk] INFO: Scrape type for FE13%20XAH: 2
2026-03-29 06:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH
2026-03-29 06:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with scrape type 2
2026-03-29 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with scrape type 2
2026-03-29 06:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae, identifier: FE13%20XAH
2026-03-29 06:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH
2026-03-29 06:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH
2026-03-29 06:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH to the API
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE13%20XAH-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9de790f9-b6fc-5e16-bb8c-72b19a73c8ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE13 XAH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE13%20XAH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': '3',
'odometer': 100620,
'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 D 115 VENTURE EDITION Hatchback',
'transmission': 'manual',
'trim': 'D 115 VENTURE EDITION',
'vin': 'JMZBLB4Y611562717',
'year': 2013}
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE13%2520XAH%27 HTTP/1.1" 200 None
2026-03-29 06:01:22 [bca.uk] INFO: Saving data for FE13%20XAH: {'auction_closing_time': 1774864800.0, 'created_time': 1774621604.687996, 'last_price_update_time': 1774764082.341113}
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE13%2520XAH') HTTP/1.1" 204 0
2026-03-29 06:01:22 [bca.uk] INFO: Found listing with ID: FE14%20ONN
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE14%2520ONN%27 HTTP/1.1" 200 None
2026-03-29 06:01:22 [bca.uk] INFO: Scrape type for FE14%20ONN: 0
2026-03-29 06:01:22 [bca.uk] INFO: Found listing with ID: GJ59%20KPO
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ59%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:01:22 [bca.uk] INFO: Scrape type for GJ59%20KPO: 0
2026-03-29 06:01:22 [bca.uk] INFO: Found listing with ID: NA59%20XZD
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA59%2520XZD%27 HTTP/1.1" 200 None
2026-03-29 06:01:22 [bca.uk] INFO: Scrape type for NA59%20XZD: 2
2026-03-29 06:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD
2026-03-29 06:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3098dff-47b2-5db7-acf1-a0b77f02c360 with scrape type 2
2026-03-29 06:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3098dff-47b2-5db7-acf1-a0b77f02c360 with scrape type 2
2026-03-29 06:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3098dff-47b2-5db7-acf1-a0b77f02c360, identifier: NA59%20XZD
2026-03-29 06:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC06%20JWZ-GB>
2026-03-29 06:01:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR08%20YHO-GB>
2026-03-29 06:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:22 [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 06:01:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD
2026-03-29 06:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD to the API
2026-03-29 06:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA59%20XZD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c3098dff-47b2-5db7-acf1-a0b77f02c360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA59 XZD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA59%20XZD&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HONDA',
'model': 'INSIGHT',
'odometer': 132069,
'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 INSIGHT 1.3 IMA ES HYBRID Hatchback',
'transmission': 'automatic',
'trim': 'IMA ES HYBRID',
'vin': 'JHMZE2870AS212894',
'year': 2009}
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA59%2520XZD%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Saving data for NA59%20XZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774563435.289832, 'last_price_update_time': 1774764083.121954}
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA59%2520XZD') HTTP/1.1" 204 0
2026-03-29 06:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR10%20WLK-GB>
2026-03-29 06:01:23 [bca.uk] INFO: Found listing with ID: NK63%20DYU
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK63%2520DYU%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Scrape type for NK63%20DYU: 2
2026-03-29 06:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU
2026-03-29 06:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with scrape type 2
2026-03-29 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with scrape type 2
2026-03-29 06:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5, identifier: NK63%20DYU
2026-03-29 06:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU
2026-03-29 06:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU
2026-03-29 06:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU to the API
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK63%20DYU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '539a404c-9523-59e0-8bc4-01a5c9a5a8d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NK63 DYU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK63%20DYU&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 69609,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.4 MATCH EDITION Hatchback',
'transmission': 'manual',
'trim': 'MATCH EDITION',
'vin': 'WVWZZZ6RZEU003699',
'year': 2013}
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK63%2520DYU%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Saving data for NK63%20DYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774621604.023103, 'last_price_update_time': 1774764083.589974}
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK63%2520DYU') HTTP/1.1" 204 0
2026-03-29 06:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV09%20UFD-GB>
2026-03-29 06:01:23 [bca.uk] INFO: Found listing with ID: SD62%20HPL
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD62%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Scrape type for SD62%20HPL: 0
2026-03-29 06:01:23 [bca.uk] INFO: Found listing with ID: YB57%20XVN
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB57%2520XVN%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Scrape type for YB57%20XVN: 0
2026-03-29 06:01:23 [bca.uk] INFO: Found listing with ID: YD10%20WDL
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD10%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Scrape type for YD10%20WDL: 1
2026-03-29 06:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL
2026-03-29 06:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV59%20VKF-GB>
2026-03-29 06:01:23 [bca.uk] INFO: Found listing with ID: YX59%20UZR
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX59%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Scrape type for YX59%20UZR: 0
2026-03-29 06:01:23 [bca.uk] INFO: Found listing with ID: YY10%20GKZ
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY10%2520GKZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:23 [bca.uk] INFO: Scrape type for YY10%20GKZ: 2
2026-03-29 06:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ
2026-03-29 06:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ee654c-7de3-5453-94ea-297c87ef9a2f with scrape type 2
2026-03-29 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ee654c-7de3-5453-94ea-297c87ef9a2f with scrape type 2
2026-03-29 06:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ee654c-7de3-5453-94ea-297c87ef9a2f, identifier: YY10%20GKZ
2026-03-29 06:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ
2026-03-29 06:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ
2026-03-29 06:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ to the API
2026-03-29 06:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY10%20GKZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '50ee654c-7de3-5453-94ea-297c87ef9a2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY10 GKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY10%20GKZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HONDA',
'model': 'CR-Z',
'odometer': 105874,
'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': 'HONDA CR-Z 1.5 IMA SPORT HYBRID Coupe',
'transmission': 'manual',
'trim': 'IMA SPORT HYBRID',
'vin': 'JHMZF1340BS204454',
'year': 2010}
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY10%2520GKZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Saving data for YY10%20GKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774622450.251931, 'last_price_update_time': 1774764084.161286}
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY10%2520GKZ') HTTP/1.1" 204 0
2026-03-29 06:01:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF10%20DTZ-GB>
2026-03-29 06:01:24 [bca.uk] INFO: Found listing with ID: DY61%20OKO
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY61%2520OKO%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Scrape type for DY61%20OKO: 0
2026-03-29 06:01:24 [bca.uk] INFO: Found listing with ID: MW10%20RDZ
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW10%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Scrape type for MW10%20RDZ: 0
2026-03-29 06:01:24 [bca.uk] INFO: Found listing with ID: OE10%20AEP
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE10%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Scrape type for OE10%20AEP: 2
2026-03-29 06:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP
2026-03-29 06:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53b3fbd-8685-5303-a1b5-3c172089bc84 with scrape type 2
2026-03-29 06:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d53b3fbd-8685-5303-a1b5-3c172089bc84 with scrape type 2
2026-03-29 06:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d53b3fbd-8685-5303-a1b5-3c172089bc84, identifier: OE10%20AEP
2026-03-29 06:01:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA06%20VBC-GB>
2026-03-29 06:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP
2026-03-29 06:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP
2026-03-29 06:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP to the API
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 188,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE10%20AEP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd53b3fbd-8685-5303-a1b5-3c172089bc84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE10 AEP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE10%20AEP&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MAZDA',
'model': '6',
'odometer': 147942,
'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 6 2.5 SPORT Estate',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'JMZGHA9L601411194',
'year': 2010}
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE10%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Saving data for OE10%20AEP: {'auction_closing_time': 1774864800.0, 'created_time': 1774622432.17502, 'last_price_update_time': 1774764084.658483}
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE10%2520AEP') HTTP/1.1" 204 0
2026-03-29 06:01:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD10%20WDL-GB>
2026-03-29 06:01:24 [bca.uk] INFO: Found listing with ID: SM57%20OPB
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM57%2520OPB%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Scrape type for SM57%20OPB: 1
2026-03-29 06:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB
2026-03-29 06:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:01:24 [bca.uk] INFO: Found listing with ID: YP10%20CTO
2026-03-29 06:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-29 06:01:24 [bca.uk] INFO: Scrape type for YP10%20CTO: 2
2026-03-29 06:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO
2026-03-29 06:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with scrape type 2
2026-03-29 06:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with scrape type 2
2026-03-29 06:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4, identifier: YP10%20CTO
2026-03-29 06:01:24 [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 06:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO
2026-03-29 06:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO
2026-03-29 06:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO to the API
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP10%20CTO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1ed2d68b-b618-525b-9d62-3fb0fe958ab4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP10 CTO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP10%20CTO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 87300,
'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': 'automatic',
'trim': '16V 115 EXCLUSIV',
'vin': 'W0LPD6ED1A8072019',
'year': 2010}
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Saving data for YP10%20CTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477116.781569, 'last_price_update_time': 1774764085.249382}
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP10%2520CTO') HTTP/1.1" 204 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: LM59%20JDO
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM59%2520JDO%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for LM59%20JDO: 1
2026-03-29 06:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO
2026-03-29 06:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: MK63%20AXR
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK63%2520AXR%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for MK63%20AXR: 1
2026-03-29 06:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR
2026-03-29 06:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: MV06%20EOF
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV06%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for MV06%20EOF: 1
2026-03-29 06:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF
2026-03-29 06:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:01:25 [bca.uk] INFO: Total items found: 100
2026-03-29 06:01:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded
2026-03-29 06:01:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:01:25 [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 06:01:25 [bca.uk] INFO: Found listing with ID: RO60%20MKV
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO60%2520MKV%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for RO60%20MKV: 1
2026-03-29 06:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV
2026-03-29 06:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: LY64%20DTU
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY64%2520DTU%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for LY64%20DTU: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: DV14%20VNO
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV14%2520VNO%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for DV14%20VNO: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: LM61%20DYD
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM61%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for LM61%20DYD: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: YK11%20VUF
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK11%2520VUF%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for YK11%20VUF: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: RK12%20WBW
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK12%2520WBW%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for RK12%20WBW: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: SL62%20VWY
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL62%2520VWY%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for SL62%20VWY: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: YE63%20EHG
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE63%2520EHG%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for YE63%20EHG: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: CU63%20NGZ
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU63%2520NGZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for CU63%20NGZ: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: CV55%20OPY
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV55%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for CV55%20OPY: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: EJ63%20EXO
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ63%2520EXO%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for EJ63%20EXO: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: EY14%20HKC
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY14%2520HKC%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for EY14%20HKC: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: HY10%20UJL
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY10%2520UJL%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for HY10%20UJL: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: HY58%20NPG
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY58%2520NPG%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for HY58%20NPG: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: YF07%20CJE
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF07%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for YF07%20CJE: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: DS61%20FOF
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS61%2520FOF%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for DS61%20FOF: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: LT64%20JYY
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT64%2520JYY%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for LT64%20JYY: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: MA61%20BFY
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA61%2520BFY%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for MA61%20BFY: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: MT12%20LJZ
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT12%2520LJZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for MT12%20LJZ: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: YP11%20SXG
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP11%2520SXG%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for YP11%20SXG: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: B10%20PGJ
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27B10%2520PGJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for B10%20PGJ: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: DK23%20XXL
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK23%2520XXL%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for DK23%20XXL: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: DT69%20OUG
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DT69%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for DT69%20OUG: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: MF19%20KHM
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF19%2520KHM%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for MF19%20KHM: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: YT69%20LRX
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT69%2520LRX%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for YT69%20LRX: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: LY69%20GMG
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY69%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for LY69%20GMG: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: DX68%20ZHP
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX68%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for DX68%20ZHP: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: GP19%20AEE
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GP19%2520AEE%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for GP19%20AEE: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: PK20%20LVZ
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK20%2520LVZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for PK20%20LVZ: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: YT70%20LPK
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT70%2520LPK%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for YT70%20LPK: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: DT18%20GME
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DT18%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for DT18%20GME: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: MM67%20RNV
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM67%2520RNV%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for MM67%20RNV: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: AE58%20YDD
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE58%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for AE58%20YDD: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: KK07%20YAO
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK07%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for KK07%20YAO: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: M5%20SNV
2026-03-29 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M5%2520SNV%27 HTTP/1.1" 200 None
2026-03-29 06:01:25 [bca.uk] INFO: Scrape type for M5%20SNV: 0
2026-03-29 06:01:25 [bca.uk] INFO: Found listing with ID: VF15%20KKY
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VF15%2520KKY%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for VF15%20KKY: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: WN16%20MXA
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN16%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for WN16%20MXA: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: GH15%20HTD
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GH15%2520HTD%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for GH15%20HTD: 2
2026-03-29 06:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD
2026-03-29 06:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a4436d6-595e-5dad-a619-837678ea4d83 with scrape type 2
2026-03-29 06:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a4436d6-595e-5dad-a619-837678ea4d83 with scrape type 2
2026-03-29 06:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a4436d6-595e-5dad-a619-837678ea4d83, identifier: GH15%20HTD
2026-03-29 06:01:26 [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 06:01:26 [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 06:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD
2026-03-29 06:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD
2026-03-29 06:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD to the API
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01: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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GH15%20HTD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6a4436d6-595e-5dad-a619-837678ea4d83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GH15 HTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GH15%20HTD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'COOPER',
'odometer': 59714,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MINI COOPER 2.0 192 S Hatchback',
'transmission': 'automatic',
'trim': '192 S',
'vin': 'WMWXS720102C47692',
'year': 2015}
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GH15%2520HTD%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Saving data for GH15%20HTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774362652.978823, 'last_price_update_time': 1774764086.510827}
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GH15%2520HTD') HTTP/1.1" 204 0
2026-03-29 06:01: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 06:01:26 [bca.uk] INFO: Found listing with ID: OU10%20XUH
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU10%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for OU10%20XUH: 1
2026-03-29 06:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH
2026-03-29 06:01:26 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: LT66%20HCJ
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT66%2520HCJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for LT66%20HCJ: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: SJ16%20SYV
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ16%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for SJ16%20SYV: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: BU67%20KTN
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU67%2520KTN%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for BU67%20KTN: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: WM66%20HPY
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM66%2520HPY%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for WM66%20HPY: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: SV13%20XGW
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV13%2520XGW%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for SV13%20XGW: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: AE15%20URC
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE15%2520URC%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for AE15%20URC: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: KJ19%20ZRG
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ19%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for KJ19%20ZRG: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: KN68%20YYB
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN68%2520YYB%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for KN68%20YYB: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: AU02%20VYG
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU02%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for AU02%20VYG: 0
2026-03-29 06:01:26 [bca.uk] INFO: Found listing with ID: BF18%20GZO
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-29 06:01:26 [bca.uk] INFO: Scrape type for BF18%20GZO: 2
2026-03-29 06:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO
2026-03-29 06:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with scrape type 2
2026-03-29 06:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with scrape type 2
2026-03-29 06:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 865e7d5e-aabc-54aa-ac7e-43bb821b4686, identifier: BF18%20GZO
2026-03-29 06:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO
2026-03-29 06:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO
2026-03-29 06:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO to the API
2026-03-29 06:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01: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': 214,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF18%20GZO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '865e7d5e-aabc-54aa-ac7e-43bb821b4686',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF18 GZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF18%20GZO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 114300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 3.0 P380 R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'P380 R-DYNAMIC HSE',
'vin': 'SALYA2AV9JA727955',
'year': 2018}
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-29 06:01:27 [bca.uk] INFO: Saving data for BF18%20GZO: {'auction_closing_time': 1774951200.0, 'created_time': 1773822360.836007, 'last_price_update_time': 1774764087.273453}
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF18%2520GZO') HTTP/1.1" 204 0
2026-03-29 06:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:27 [bca.uk] INFO: Found listing with ID: PN13%20GPF
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN13%2520GPF%27 HTTP/1.1" 200 None
2026-03-29 06:01:27 [bca.uk] INFO: Scrape type for PN13%20GPF: 2
2026-03-29 06:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF
2026-03-29 06:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60048722-bb21-566f-a772-d3e3d357c811 with scrape type 2
2026-03-29 06:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60048722-bb21-566f-a772-d3e3d357c811 with scrape type 2
2026-03-29 06:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60048722-bb21-566f-a772-d3e3d357c811, identifier: PN13%20GPF
2026-03-29 06:01:27 [bca.uk] INFO: Found listing with ID: RF61%20EUB
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF61%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 06:01:27 [bca.uk] INFO: Scrape type for RF61%20EUB: 2
2026-03-29 06:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB
2026-03-29 06:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957c4dde-50e1-50f1-8dca-84efb96838b0 with scrape type 2
2026-03-29 06:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957c4dde-50e1-50f1-8dca-84efb96838b0 with scrape type 2
2026-03-29 06:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 957c4dde-50e1-50f1-8dca-84efb96838b0, identifier: RF61%20EUB
2026-03-29 06:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF
2026-03-29 06:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF
2026-03-29 06:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF to the API
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN13%20GPF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '60048722-bb21-566f-a772-d3e3d357c811',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN13 GPF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN13%20GPF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 101524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'ACENTA PREMIUM',
'vin': 'SJNFBAF15U6368896',
'year': 2013}
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN13%2520GPF%27 HTTP/1.1" 200 None
2026-03-29 06:01:27 [bca.uk] INFO: Saving data for PN13%20GPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622427.296753, 'last_price_update_time': 1774764087.94641}
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN13%2520GPF') HTTP/1.1" 204 0
2026-03-29 06:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB
2026-03-29 06:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB
2026-03-29 06:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB to the API
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:28 [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': 219,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF61%20EUB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '957c4dde-50e1-50f1-8dca-84efb96838b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF61 EUB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF61%20EUB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 110105,
'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 XC90 2.4 D5 200 SE G/T Estate',
'transmission': 'manual',
'trim': 'D5 200 SE G/T',
'vin': 'YV1CZ3056C1629851',
'year': 2012}
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF61%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Saving data for RF61%20EUB: {'auction_closing_time': 1774951200.0, 'created_time': 1773822896.784583, 'last_price_update_time': 1774764088.450279}
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF61%2520EUB') HTTP/1.1" 204 0
2026-03-29 06:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: RJ14%20CFF
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ14%2520CFF%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for RJ14%20CFF: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: RJ61%20OHF
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ61%2520OHF%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for RJ61%20OHF: 2
2026-03-29 06:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF
2026-03-29 06:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86e36140-61ef-5d4d-8c05-f96cf86cc74e with scrape type 2
2026-03-29 06:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86e36140-61ef-5d4d-8c05-f96cf86cc74e with scrape type 2
2026-03-29 06:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86e36140-61ef-5d4d-8c05-f96cf86cc74e, identifier: RJ61%20OHF
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: FE68%20XBZ
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE68%2520XBZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for FE68%20XBZ: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: SP15%20VFV
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP15%2520VFV%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for SP15%20VFV: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: ST64%20MMV
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST64%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for ST64%20MMV: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: AF20%20XNC
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF20%2520XNC%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for AF20%20XNC: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: LX62%20RKE
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX62%2520RKE%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for LX62%20RKE: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: SW19%20FWZ
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for SW19%20FWZ: 0
2026-03-29 06:01:28 [bca.uk] INFO: Found listing with ID: KT15%20GYV
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT15%2520GYV%27 HTTP/1.1" 200 None
2026-03-29 06:01:28 [bca.uk] INFO: Scrape type for KT15%20GYV: 2
2026-03-29 06:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV
2026-03-29 06:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with scrape type 2
2026-03-29 06:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with scrape type 2
2026-03-29 06:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a, identifier: KT15%20GYV
2026-03-29 06:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF
2026-03-29 06:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF
2026-03-29 06:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF to the API
2026-03-29 06:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ61%20OHF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '86e36140-61ef-5d4d-8c05-f96cf86cc74e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ61 OHF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ61%20OHF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'SHARAN',
'odometer': 162487,
'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 SHARAN 2.0 TDI CR 170 BMT SE DSG MPV',
'transmission': 'automatic',
'trim': 'TDI CR 170 BMT SE DSG',
'vin': 'WVWZZZ7NZCV022714',
'year': 2012}
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ61%2520OHF%27 HTTP/1.1" 200 None
2026-03-29 06:01:29 [bca.uk] INFO: Saving data for RJ61%20OHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622196.617617, 'last_price_update_time': 1774764089.150676}
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ61%2520OHF') HTTP/1.1" 204 0
2026-03-29 06:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV
2026-03-29 06:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV
2026-03-29 06:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV to the API
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:29 [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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT15%20GYV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KT15 GYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT15%20GYV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '308',
'odometer': 136540,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 2.0 BLUEHDI 150 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 150 GT LINE',
'vin': 'VF3L8AHRHFS098936',
'year': 2015}
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT15%2520GYV%27 HTTP/1.1" 200 None
2026-03-29 06:01:29 [bca.uk] INFO: Saving data for KT15%20GYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774651461.743048, 'last_price_update_time': 1774764089.632975}
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT15%2520GYV') HTTP/1.1" 204 0
2026-03-29 06:01:29 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-29 06:01:29 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-29 06:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0168f350>
2026-03-29 06:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-29 06: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 06:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_expert_report_file_933f2c25-0b54-42ba-8a19-074c4b4e2382.pdf HTTP/1.1" 201 0
2026-03-29 06:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:01:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2a083a9-001d-5527-8e63-77536ab01675, skipping ID generation
2026-03-29 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYR08YHO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YR08YHO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM59%20JDO-GB>
2026-03-29 06:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM57%20OPB-GB>
2026-03-29 06:01:29 [bca.uk] INFO: Found listing with ID: RV59%20FHW
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV59%2520FHW%27 HTTP/1.1" 200 None
2026-03-29 06:01:29 [bca.uk] INFO: Scrape type for RV59%20FHW: 0
2026-03-29 06:01:29 [bca.uk] INFO: Found listing with ID: SH59%20HJU
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH59%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 06:01:29 [bca.uk] INFO: Scrape type for SH59%20HJU: 1
2026-03-29 06:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU
2026-03-29 06:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:01:29 [bca.uk] INFO: Found listing with ID: CU71%20VTC
2026-03-29 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU71%2520VTC%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for CU71%20VTC: 0
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: SR21%20XPN
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR21%2520XPN%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for SR21%20XPN: 2
2026-03-29 06:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN
2026-03-29 06:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd9f6c8d-5ac1-5073-926d-cde7ef297540 with scrape type 2
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd9f6c8d-5ac1-5073-926d-cde7ef297540 with scrape type 2
2026-03-29 06:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd9f6c8d-5ac1-5073-926d-cde7ef297540, identifier: SR21%20XPN
2026-03-29 06:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN
2026-03-29 06:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN
2026-03-29 06:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN to the API
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:30 [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': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR21%20XPN-GB',
'category': 'LightCommercialVehicle',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd9f6c8d-5ac1-5073-926d-cde7ef297540',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SR21 XPN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR21%20XPN&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 64156,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB TREND L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 300 LWB TREND L/R',
'vin': 'WF0YXXTTGYLT46894',
'year': 2021}
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR21%2520XPN%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Saving data for SR21%20XPN: {'auction_closing_time': 1775210400.0, 'created_time': 1774564945.99446, 'last_price_update_time': 1774764090.462}
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR21%2520XPN') HTTP/1.1" 204 0
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080025%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080025 not downloaded yet
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019abe10>
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_expert_report_file_a0ba792c-56c5-4b7c-a9a9-5a6b18d015a9.pdf HTTP/1.1" 201 0
2026-03-29 06:01:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:01:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 056e5af8-d80e-5630-a951-d65c5ac3ec53, skipping ID generation
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DYR10WLK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YR10WLK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01762210>
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_expert_report_file_888e58f3-4030-48ba-8173-90a7a621dd10.pdf HTTP/1.1" 201 0
2026-03-29 06:01:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:01:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 930fd093-6582-5cc9-ad41-f7df0906882d, skipping ID generation
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DYC06JWZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YC06JWZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010b41d0>
2026-03-29 06:01:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_expert_report_file_6247dc4f-d8e9-48bd-b52f-e95797f252e1.pdf HTTP/1.1" 201 0
2026-03-29 06:01:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:01:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b7abab0-0989-5d2a-9e66-5492881ffe95, skipping ID generation
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DHV59VKF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV59VKF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV06%20EOF-GB>
2026-03-29 06:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK63%20AXR-GB>
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: VF14%20EFD
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VF14%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for VF14%20EFD: 0
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: VN62%20UST
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN62%2520UST%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for VN62%20UST: 2
2026-03-29 06:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST
2026-03-29 06:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3413077e-c1dd-5b30-ba12-0e8253db91e7 with scrape type 2
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3413077e-c1dd-5b30-ba12-0e8253db91e7 with scrape type 2
2026-03-29 06:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3413077e-c1dd-5b30-ba12-0e8253db91e7, identifier: VN62%20UST
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: ST72%20OPY
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST72%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for ST72%20OPY: 0
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: ST72%20OSN
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST72%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for ST72%20OSN: 0
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: ST72%20TKU
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST72%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for ST72%20TKU: 0
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: SY22%20UHR
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY22%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for SY22%20UHR: 0
2026-03-29 06:01:30 [bca.uk] INFO: Found listing with ID: MD19%20GWP
2026-03-29 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD19%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:01:30 [bca.uk] INFO: Scrape type for MD19%20GWP: 2
2026-03-29 06:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP
2026-03-29 06:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91b0de90-17dd-509b-97a4-cbd114383d8a with scrape type 2
2026-03-29 06:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91b0de90-17dd-509b-97a4-cbd114383d8a with scrape type 2
2026-03-29 06:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91b0de90-17dd-509b-97a4-cbd114383d8a, identifier: MD19%20GWP
2026-03-29 06:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST
2026-03-29 06:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST
2026-03-29 06:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST to the API
2026-03-29 06:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN62%20UST-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3413077e-c1dd-5b30-ba12-0e8253db91e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN62 UST',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN62%20UST&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 64236,
'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 MOKKA 1.7 CDTI 130 EXCLUSIV 2WD S/S StationWagon',
'transmission': 'manual',
'trim': 'CDTI 130 EXCLUSIV 2WD S/S',
'vin': 'W0LJC7EL3DB034563',
'year': 2012}
2026-03-29 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN62%2520UST%27 HTTP/1.1" 200 None
2026-03-29 06:01:31 [bca.uk] INFO: Saving data for VN62%20UST: {'auction_closing_time': 1774864800.0, 'created_time': 1774622198.087826, 'last_price_update_time': 1774764091.785215}
2026-03-29 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN62%2520UST') HTTP/1.1" 204 0
2026-03-29 06:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP
2026-03-29 06:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP
2026-03-29 06:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP to the API
2026-03-29 06:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20GWP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '91b0de90-17dd-509b-97a4-cbd114383d8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MD19 GWP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20GWP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS ACTIVE',
'odometer': 34080,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD FOCUS ACTIVE 1.0 E/B 125 Hatchback',
'transmission': 'manual',
'trim': 'E/B 125',
'vin': 'WF0NXXGCHNKC27215',
'year': 2019}
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD19%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Saving data for MD19%20GWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562562.998326, 'last_price_update_time': 1774764092.254397}
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520GWP') HTTP/1.1" 204 0
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080038%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080038 not downloaded yet
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079966%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079966 not downloaded yet
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089293%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089293 not downloaded yet
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079974%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079974 not downloaded yet
2026-03-29 06:01:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014cd350>
2026-03-29 06:01:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_expert_report_file_d4bfd2a1-6264-4636-b035-8f1616f44f40.pdf HTTP/1.1" 201 0
2026-03-29 06:01:32 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:01:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14beab74-d4b0-5c96-91b8-c360a57c70e0, skipping ID generation
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3DHV09UFD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV09UFD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU10%20XUH-GB>
2026-03-29 06:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO60%20MKV-GB>
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: VO14%20ZHE
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO14%2520ZHE%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for VO14%20ZHE: 2
2026-03-29 06:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE
2026-03-29 06:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with scrape type 2
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with scrape type 2
2026-03-29 06:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e7331af-b563-5d60-9956-5cb2dc5f7b15, identifier: VO14%20ZHE
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: DE72%20KZJ
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE72%2520KZJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for DE72%20KZJ: 0
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: BW21%20EVR
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW21%2520EVR%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for BW21%20EVR: 0
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: CA19%20YWE
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA19%2520YWE%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for CA19%20YWE: 0
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: HL19%20RNJ
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HL19%2520RNJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for HL19%20RNJ: 0
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: KF19%20DKY
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF19%2520DKY%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for KF19%20DKY: 0
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: LG72%20UJY
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG72%2520UJY%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for LG72%20UJY: 0
2026-03-29 06:01:32 [bca.uk] INFO: Found listing with ID: RJ69%20GGF
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-29 06:01:32 [bca.uk] INFO: Scrape type for RJ69%20GGF: 2
2026-03-29 06:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF
2026-03-29 06:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 589971e4-91c9-5652-afd0-ee88da4b7369 with scrape type 2
2026-03-29 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 589971e4-91c9-5652-afd0-ee88da4b7369 with scrape type 2
2026-03-29 06:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 589971e4-91c9-5652-afd0-ee88da4b7369, identifier: RJ69%20GGF
2026-03-29 06:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE
2026-03-29 06:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE
2026-03-29 06:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE to the API
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO14%20ZHE-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e7331af-b563-5d60-9956-5cb2dc5f7b15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO14 ZHE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO14%20ZHE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SEAT',
'model': 'LEON',
'odometer': 149254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SEAT LEON 1.6 TDI 105 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 SE',
'vin': 'VSSZZZ5FZER091200',
'year': 2014}
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO14%2520ZHE%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [bca.uk] INFO: Saving data for VO14%20ZHE: {'auction_closing_time': 1774864800.0, 'created_time': 1774622062.590416, 'last_price_update_time': 1774764093.466281}
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO14%2520ZHE') HTTP/1.1" 204 0
2026-03-29 06:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF
2026-03-29 06:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF
2026-03-29 06:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF to the API
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ69%20GGF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '589971e4-91c9-5652-afd0-ee88da4b7369',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ69 GGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ69%20GGF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 51002,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE X Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE X',
'vin': 'WF0NXXGCHNKU46185',
'year': 2019}
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [bca.uk] INFO: Saving data for RJ69%20GGF: {'auction_closing_time': 1774864800.0, 'created_time': 1774305677.315609, 'last_price_update_time': 1774764093.835363}
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ69%2520GGF') HTTP/1.1" 204 0
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080051%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080051 not downloaded yet
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079975%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079975 not downloaded yet
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089300%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089300 not downloaded yet
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079983%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079983 not downloaded yet
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089273%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089273 not downloaded yet
2026-03-29 06:01:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d21090>
2026-03-29 06:01:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_expert_report_file_10453ca2-83c7-40d7-ace8-7ddebedd6070.pdf HTTP/1.1" 201 0
2026-03-29 06:01:33 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:01:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56b80215-19b6-5c51-bea0-4c9a7eae3493, skipping ID generation
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DNA06VBC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NA06VBC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01181510>
2026-03-29 06:01:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_expert_report_file_68df43f7-3da4-40b8-b780-53ad38e4e981.pdf HTTP/1.1" 201 0
2026-03-29 06:01:34 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:01:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea5ea119-f77b-520f-b0a9-4d0ff4317e88, skipping ID generation
2026-03-29 06:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3DMF10DTZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF10DTZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:34 [bca.uk] INFO: Found listing with ID: WJ13%20VRX
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ13%2520VRX%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [bca.uk] INFO: Scrape type for WJ13%20VRX: 2
2026-03-29 06:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX
2026-03-29 06:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f427af9d-a9ff-5031-99fb-738c5de761f6 with scrape type 2
2026-03-29 06:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f427af9d-a9ff-5031-99fb-738c5de761f6 with scrape type 2
2026-03-29 06:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f427af9d-a9ff-5031-99fb-738c5de761f6, identifier: WJ13%20VRX
2026-03-29 06:01:34 [bca.uk] INFO: Found listing with ID: RK68%20WZS
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK68%2520WZS%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [bca.uk] INFO: Scrape type for RK68%20WZS: 0
2026-03-29 06:01:34 [bca.uk] INFO: Found listing with ID: YH70%20HRN
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH70%2520HRN%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [bca.uk] INFO: Scrape type for YH70%20HRN: 0
2026-03-29 06:01:34 [bca.uk] INFO: Found listing with ID: MP19%20HZK
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP19%2520HZK%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [bca.uk] INFO: Scrape type for MP19%20HZK: 0
2026-03-29 06:01:34 [bca.uk] INFO: Found listing with ID: MT23%20TUO
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT23%2520TUO%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [bca.uk] INFO: Scrape type for MT23%20TUO: 2
2026-03-29 06:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO
2026-03-29 06:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08448525-46db-5d5a-bdd8-6675e5af7665 with scrape type 2
2026-03-29 06:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08448525-46db-5d5a-bdd8-6675e5af7665 with scrape type 2
2026-03-29 06:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08448525-46db-5d5a-bdd8-6675e5af7665, identifier: MT23%20TUO
2026-03-29 06:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX
2026-03-29 06:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX
2026-03-29 06:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX to the API
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ13%20VRX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f427af9d-a9ff-5031-99fb-738c5de761f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ13 VRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ13%20VRX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 180046,
'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 HDI 115 ALLURE MPV',
'transmission': 'manual',
'trim': 'HDI 115 ALLURE',
'vin': 'VF30U9HD8DS112363',
'year': 2013}
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ13%2520VRX%27 HTTP/1.1" 200 None
2026-03-29 06:01:34 [bca.uk] INFO: Saving data for WJ13%20VRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774535461.418599, 'last_price_update_time': 1774764094.683247}
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ13%2520VRX') HTTP/1.1" 204 0
2026-03-29 06:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO
2026-03-29 06:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO
2026-03-29 06:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO to the API
2026-03-29 06:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT23%20TUO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '08448525-46db-5d5a-bdd8-6675e5af7665',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT23 TUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT23%20TUO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'PUMA',
'odometer': 49185,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
'transmission': 'manual',
'trim': 'E/B MHEV 125 ST-LINE X',
'vin': 'WF02XXERK2PC59265',
'year': 2023}
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT23%2520TUO%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Saving data for MT23%20TUO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562572.062234, 'last_price_update_time': 1774764095.112968}
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT23%2520TUO') HTTP/1.1" 204 0
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080060%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080060 not downloaded yet
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079982%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079982 not downloaded yet
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089305%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089305 not downloaded yet
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079990%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079990 not downloaded yet
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089282%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089282 not downloaded yet
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079976%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079976 not downloaded yet
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079970%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079970 not downloaded yet
2026-03-29 06:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH59%20HJU-GB>
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: YE62%20YPM
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE62%2520YPM%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for YE62%20YPM: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: YH61%20VSP
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH61%2520VSP%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for YH61%20VSP: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: YJ13%20VUC
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ13%2520VUC%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for YJ13%20VUC: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: YR58%20XNT
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR58%2520XNT%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for YR58%20XNT: 2
2026-03-29 06:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT
2026-03-29 06:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with scrape type 2
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with scrape type 2
2026-03-29 06:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f, identifier: YR58%20XNT
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: NU72%20GYN
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU72%2520GYN%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for NU72%20GYN: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: RGZ%202258
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RGZ%25202258%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for RGZ%202258: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: SH22%20GFY
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH22%2520GFY%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for SH22%20GFY: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: WF68%20XGD
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF68%2520XGD%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for WF68%20XGD: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: WO19%20HKY
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO19%2520HKY%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for WO19%20HKY: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: YC68%20TVN
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC68%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for YC68%20TVN: 0
2026-03-29 06:01:35 [bca.uk] INFO: Found listing with ID: YK19%20TBP
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK19%2520TBP%27 HTTP/1.1" 200 None
2026-03-29 06:01:35 [bca.uk] INFO: Scrape type for YK19%20TBP: 2
2026-03-29 06:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP
2026-03-29 06:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with scrape type 2
2026-03-29 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with scrape type 2
2026-03-29 06:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5, identifier: YK19%20TBP
2026-03-29 06:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT
2026-03-29 06:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT
2026-03-29 06:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT to the API
2026-03-29 06:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR58%20XNT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR58 XNT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR58%20XNT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 109193,
'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 C-MAX 1.6 ZETEC MPV',
'transmission': 'manual',
'trim': 'ZETEC',
'vin': 'WF0EXXGCDE8Y48817',
'year': 2008}
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR58%2520XNT%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Saving data for YR58%20XNT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563816.011979, 'last_price_update_time': 1774764096.049175}
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR58%2520XNT') HTTP/1.1" 204 0
2026-03-29 06:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP
2026-03-29 06:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP
2026-03-29 06:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP to the API
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20TBP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK19 TBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20TBP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 99512,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.5 EBL 120 TITANIUM X P/S Hatchback',
'transmission': 'automatic',
'trim': 'EBL 120 TITANIUM X P/S',
'vin': 'WF0NXXGCHNKL52136',
'year': 2019}
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK19%2520TBP%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Saving data for YK19%20TBP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562553.093686, 'last_price_update_time': 1774764096.504839}
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520TBP') HTTP/1.1" 204 0
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080067%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080067 not downloaded yet
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079988%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079988 not downloaded yet
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089311%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089311 not downloaded yet
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079999%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079999 not downloaded yet
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089288%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089288 not downloaded yet
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079985%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079985 not downloaded yet
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079977%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079977 not downloaded yet
2026-03-29 06:01:36 [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 06:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01104810>
2026-03-29 06:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_expert_report_file_a75c1a66-6b01-4b4f-bc71-10ce23a55a11.pdf HTTP/1.1" 201 0
2026-03-29 06:01:36 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:01:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7df4b070-0c1e-5a51-827f-4e02f701b648, skipping ID generation
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3DYD10WDL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YD10WDL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: HV09%20PXZ
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV09%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for HV09%20PXZ: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: HV60%20FGZ
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV60%2520FGZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for HV60%20FGZ: 2
2026-03-29 06:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ
2026-03-29 06:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with scrape type 2
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with scrape type 2
2026-03-29 06:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c26c00d1-c15f-580d-9fdf-e7cc50ea3793, identifier: HV60%20FGZ
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: DK69%20NEO
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK69%2520NEO%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for DK69%20NEO: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: MH19%20RHF
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH19%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for MH19%20RHF: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: MJ19%20JYG
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for MJ19%20JYG: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: ML71%20WFO
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML71%2520WFO%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for ML71%20WFO: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: YE19%20VLP
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE19%2520VLP%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for YE19%20VLP: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: YB19%20VUL
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB19%2520VUL%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for YB19%20VUL: 0
2026-03-29 06:01:36 [bca.uk] INFO: Found listing with ID: NG19%20PXT
2026-03-29 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG19%2520PXT%27 HTTP/1.1" 200 None
2026-03-29 06:01:36 [bca.uk] INFO: Scrape type for NG19%20PXT: 2
2026-03-29 06:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT
2026-03-29 06:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129b3712-9308-57bb-8c30-2815358632d3 with scrape type 2
2026-03-29 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129b3712-9308-57bb-8c30-2815358632d3 with scrape type 2
2026-03-29 06:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 129b3712-9308-57bb-8c30-2815358632d3, identifier: NG19%20PXT
2026-03-29 06:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ
2026-03-29 06:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ
2026-03-29 06:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ to the API
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV60%20FGZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c26c00d1-c15f-580d-9fdf-e7cc50ea3793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV60 FGZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV60%20FGZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'RIO',
'odometer': 68378,
'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 RIO 1.4 DOMINO Hatchback',
'transmission': 'manual',
'trim': 'DOMINO',
'vin': 'KNADH511LA6708891',
'year': 2010}
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV60%2520FGZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [bca.uk] INFO: Saving data for HV60%20FGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621990.229265, 'last_price_update_time': 1774764097.345343}
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV60%2520FGZ') HTTP/1.1" 204 0
2026-03-29 06:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT
2026-03-29 06:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT
2026-03-29 06:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT to the API
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG19%20PXT-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '129b3712-9308-57bb-8c30-2815358632d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG19 PXT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG19%20PXT&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 58998,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 LANDMARK StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 LANDMARK',
'vin': 'SALCA2AN3KH821722',
'year': 2019}
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG19%2520PXT%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [bca.uk] INFO: Saving data for NG19%20PXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774476203.654185, 'last_price_update_time': 1774764097.702058}
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG19%2520PXT') HTTP/1.1" 204 0
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080075%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080075 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079997%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079997 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089316%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089316 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080011%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080011 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089294%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089294 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079994%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079994 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699079989%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079989 not downloaded yet
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176548%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176548 not downloaded yet
2026-03-29 06:01:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011cd1d0>
2026-03-29 06:01:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:01:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_expert_report_file_ca934c08-0553-43a9-b26f-dab5d1ba7664.pdf HTTP/1.1" 201 0
2026-03-29 06:01:37 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:01:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5, skipping ID generation
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DMK63AXR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MK63AXR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:37 [bca.uk] INFO: Found listing with ID: HV62%20ZWC
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV62%2520ZWC%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [bca.uk] INFO: Scrape type for HV62%20ZWC: 1
2026-03-29 06:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC
2026-03-29 06:01:37 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:01:37 [bca.uk] INFO: Found listing with ID: LP69%20AYT
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [bca.uk] INFO: Scrape type for LP69%20AYT: 0
2026-03-29 06:01:37 [bca.uk] INFO: Found listing with ID: BD19%20VEB
2026-03-29 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD19%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 06:01:37 [bca.uk] INFO: Scrape type for BD19%20VEB: 2
2026-03-29 06:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB
2026-03-29 06:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8d3972-758e-5a7d-842a-646bfbe60b9d with scrape type 2
2026-03-29 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa8d3972-758e-5a7d-842a-646bfbe60b9d with scrape type 2
2026-03-29 06:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa8d3972-758e-5a7d-842a-646bfbe60b9d, identifier: BD19%20VEB
2026-03-29 06:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080007/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YR08YHO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB
2026-03-29 06:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB to the API
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD19%20VEB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': 'fa8d3972-758e-5a7d-842a-646bfbe60b9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD19 VEB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD19%20VEB&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 94445,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
'transmission': 'automatic',
'trim': '40KWH N-CONNECTA (6.6KC)',
'vin': 'SJNFAAZE1U0053428',
'year': 2019}
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD19%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [bca.uk] INFO: Saving data for BD19%20VEB: {'auction_closing_time': 1774864800.0, 'created_time': 1774080106.316097, 'last_price_update_time': 1774764098.456276}
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD19%2520VEB') HTTP/1.1" 204 0
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699080084%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080084 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699080012%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080012 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699089323%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089323 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699080019%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080019 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699089299%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089299 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699080004%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080004 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699079998%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079998 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699176551%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176551 not downloaded yet
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145664%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145664 not downloaded yet
2026-03-29 06:01:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004e40d0>
2026-03-29 06:01:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:01:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_expert_report_file_3bae29f4-b8a2-4dde-a299-0b9f8d015a01.pdf HTTP/1.1" 201 0
2026-03-29 06:01:38 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:01:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f79b4162-bbc2-5bb2-9328-c675c65e3fa9, skipping ID generation
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSM57OPB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SM57OPB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:38 [bca.uk] INFO: Total items found: 100
2026-03-29 06:01:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded
2026-03-29 06:01:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:01:38 [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 06:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:38 [bca.uk] INFO: Found listing with ID: HW13%20FAK
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HW13%2520FAK%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [bca.uk] INFO: Scrape type for HW13%20FAK: 1
2026-03-29 06:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK
2026-03-29 06:01:38 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:01:38 [bca.uk] INFO: Found listing with ID: AP14%20VMA
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP14%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [bca.uk] INFO: Scrape type for AP14%20VMA: 0
2026-03-29 06:01:38 [bca.uk] INFO: Found listing with ID: HN67%20CEF
2026-03-29 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN67%2520CEF%27 HTTP/1.1" 200 None
2026-03-29 06:01:38 [bca.uk] INFO: Scrape type for HN67%20CEF: 2
2026-03-29 06:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484fe4ae-dabd-5bea-a7a2-a75679abde16 with identifier: HN67%20CEF
2026-03-29 06:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484fe4ae-dabd-5bea-a7a2-a75679abde16 with scrape type 2
2026-03-29 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 484fe4ae-dabd-5bea-a7a2-a75679abde16 with scrape type 2
2026-03-29 06:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 484fe4ae-dabd-5bea-a7a2-a75679abde16, identifier: HN67%20CEF
2026-03-29 06:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 484fe4ae-dabd-5bea-a7a2-a75679abde16 with identifier: HN67%20CEF
2026-03-29 06:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 484fe4ae-dabd-5bea-a7a2-a75679abde16 with identifier: HN67%20CEF
2026-03-29 06:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 484fe4ae-dabd-5bea-a7a2-a75679abde16 with identifier: HN67%20CEF to the API
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN67%20CEF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '484fe4ae-dabd-5bea-a7a2-a75679abde16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN67 CEF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN67%20CEF&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'BMW',
'model': '330E',
'odometer': 52470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T M SPORT STEP Saloon',
'transmission': 'automatic',
'trim': 'T M SPORT STEP',
'vin': 'WBA8E12040A237461',
'year': 2017}
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN67%2520CEF%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Saving data for HN67%20CEF: {'auction_closing_time': 1774778400.0, 'created_time': 1774649917.93222, 'last_price_update_time': 1774764099.253805}
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN67%2520CEF') HTTP/1.1" 204 0
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080088%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080088 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080021%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080021 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089328%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089328 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080031%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080031 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089306%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089306 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080016%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080016 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080013%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080013 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176557%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176557 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145670%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145670 not downloaded yet
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146524%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146524 not downloaded yet
2026-03-29 06:01:39 [bca.uk] INFO: Found listing with ID: GJ68%20DWO
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ68%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Scrape type for GJ68%20DWO: 0
2026-03-29 06:01:39 [bca.uk] INFO: Found listing with ID: SB64%20PPZ
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB64%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Scrape type for SB64%20PPZ: 2
2026-03-29 06:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ
2026-03-29 06:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91140f3c-cd18-5d3c-8512-2aa130a71662 with scrape type 2
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91140f3c-cd18-5d3c-8512-2aa130a71662 with scrape type 2
2026-03-29 06:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91140f3c-cd18-5d3c-8512-2aa130a71662, identifier: SB64%20PPZ
2026-03-29 06:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089264/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV09UFD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:01:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079964/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV59VKF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:01:39 [bca.uk] INFO: Found listing with ID: KM59%20UED
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM59%2520UED%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Scrape type for KM59%20UED: 0
2026-03-29 06:01:39 [bca.uk] INFO: Found listing with ID: KN56%20JYW
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN56%2520JYW%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Scrape type for KN56%20JYW: 2
2026-03-29 06:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW
2026-03-29 06:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63eded0-b479-5ee0-a4b4-1cbdedef75be with scrape type 2
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63eded0-b479-5ee0-a4b4-1cbdedef75be with scrape type 2
2026-03-29 06:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d63eded0-b479-5ee0-a4b4-1cbdedef75be, identifier: KN56%20JYW
2026-03-29 06:01:39 [bca.uk] INFO: Found listing with ID: PJ17%20GNU
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ17%2520GNU%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Scrape type for PJ17%20GNU: 0
2026-03-29 06:01:39 [bca.uk] INFO: Found listing with ID: SO15%20AOG
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO15%2520AOG%27 HTTP/1.1" 200 None
2026-03-29 06:01:39 [bca.uk] INFO: Scrape type for SO15%20AOG: 2
2026-03-29 06:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04199a7-3363-584f-8594-1af34d5616c8 with identifier: SO15%20AOG
2026-03-29 06:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04199a7-3363-584f-8594-1af34d5616c8 with scrape type 2
2026-03-29 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04199a7-3363-584f-8594-1af34d5616c8 with scrape type 2
2026-03-29 06:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a04199a7-3363-584f-8594-1af34d5616c8, identifier: SO15%20AOG
2026-03-29 06:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ
2026-03-29 06:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ
2026-03-29 06:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ to the API
2026-03-29 06:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB64%20PPZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '91140f3c-cd18-5d3c-8512-2aa130a71662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB64 PPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB64%20PPZ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 97769,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.2 DIG-T 113 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 113 ACENTA PREMIUM',
'vin': 'SJNFEAF15U7066618',
'year': 2014}
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB64%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:40 [bca.uk] INFO: Saving data for SB64%20PPZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651070.973228, 'last_price_update_time': 1774764100.463496}
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB64%2520PPZ') HTTP/1.1" 204 0
2026-03-29 06:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW
2026-03-29 06:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW
2026-03-29 06:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW to the API
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 222,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN56%20JYW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd63eded0-b479-5ee0-a4b4-1cbdedef75be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN56 JYW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN56%20JYW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '325I',
'odometer': 156796,
'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': 'BMW 325I 2.5 M SPORT Estate',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAVS12060KV96848',
'year': 2006}
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN56%2520JYW%27 HTTP/1.1" 200 None
2026-03-29 06:01:40 [bca.uk] INFO: Saving data for KN56%20JYW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534719.234809, 'last_price_update_time': 1774764100.850689}
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN56%2520JYW') HTTP/1.1" 204 0
2026-03-29 06:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a04199a7-3363-584f-8594-1af34d5616c8 with identifier: SO15%20AOG
2026-03-29 06:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a04199a7-3363-584f-8594-1af34d5616c8 with identifier: SO15%20AOG
2026-03-29 06:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a04199a7-3363-584f-8594-1af34d5616c8 with identifier: SO15%20AOG to the API
2026-03-29 06:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:41 [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=SO15%20AOG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a04199a7-3363-584f-8594-1af34d5616c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SO15 AOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO15%20AOG&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 88443,
'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 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0DXXGAKDFS22074',
'year': 2015}
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO15%2520AOG%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [bca.uk] INFO: Saving data for SO15%20AOG: {'auction_closing_time': 1774778400.0, 'created_time': 1774649984.081826, 'last_price_update_time': 1774764101.190649}
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO15%2520AOG') HTTP/1.1" 204 0
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080032%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080032 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089340%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089340 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080047%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080047 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089310%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089310 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080027%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080027 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080020%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080020 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176563%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176563 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145674%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145674 not downloaded yet
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146533%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146533 not downloaded yet
2026-03-29 06:01:41 [bca.uk] INFO: Found listing with ID: SF15%20TPC
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF15%2520TPC%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [bca.uk] INFO: Scrape type for SF15%20TPC: 2
2026-03-29 06:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad1cb084-8f51-5345-b86d-13fbf3116111 with identifier: SF15%20TPC
2026-03-29 06:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad1cb084-8f51-5345-b86d-13fbf3116111 with scrape type 2
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad1cb084-8f51-5345-b86d-13fbf3116111 with scrape type 2
2026-03-29 06:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad1cb084-8f51-5345-b86d-13fbf3116111, identifier: SF15%20TPC
2026-03-29 06:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004db210>
2026-03-29 06:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_expert_report_file_b22af53b-f645-4272-bda4-a42ce0c97da3.pdf HTTP/1.1" 201 0
2026-03-29 06:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a37c638-ed6f-5dd6-8024-40d17f8181cf, skipping ID generation
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3DMV06EOF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MV06EOF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f9a210>
2026-03-29 06:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_expert_report_file_8297868d-1112-4d6e-b127-d3004dfe61b3.pdf HTTP/1.1" 201 0
2026-03-29 06:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a44b8dd-8f76-59d5-928a-329c8a33933d, skipping ID generation
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3DLM59JDO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LM59JDO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089287/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YC06JWZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:01:41 [bca.uk] INFO: Found listing with ID: KR09%20EXE
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR09%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [bca.uk] INFO: Scrape type for KR09%20EXE: 1
2026-03-29 06:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE
2026-03-29 06:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:01:41 [bca.uk] INFO: Found listing with ID: SY66%20NNC
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY66%2520NNC%27 HTTP/1.1" 200 None
2026-03-29 06:01:41 [bca.uk] INFO: Scrape type for SY66%20NNC: 2
2026-03-29 06:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26e0c7ee-8968-5e53-993a-e5af1d892839 with identifier: SY66%20NNC
2026-03-29 06:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26e0c7ee-8968-5e53-993a-e5af1d892839 with scrape type 2
2026-03-29 06:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26e0c7ee-8968-5e53-993a-e5af1d892839 with scrape type 2
2026-03-29 06:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26e0c7ee-8968-5e53-993a-e5af1d892839, identifier: SY66%20NNC
2026-03-29 06:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad1cb084-8f51-5345-b86d-13fbf3116111 with identifier: SF15%20TPC
2026-03-29 06:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad1cb084-8f51-5345-b86d-13fbf3116111 with identifier: SF15%20TPC
2026-03-29 06:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad1cb084-8f51-5345-b86d-13fbf3116111 with identifier: SF15%20TPC to the API
2026-03-29 06:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01: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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF15%20TPC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad1cb084-8f51-5345-b86d-13fbf3116111',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SF15 TPC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF15%20TPC&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'VIVA',
'odometer': 76656,
'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 VIVA 1.0 SL Hatchback',
'transmission': 'manual',
'trim': 'SL',
'vin': 'W0LDE6E71GC517035',
'year': 2015}
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF15%2520TPC%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Saving data for SF15%20TPC: {'auction_closing_time': 1774778400.0, 'created_time': 1774563216.397019, 'last_price_update_time': 1774764102.130111}
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF15%2520TPC') HTTP/1.1" 204 0
2026-03-29 06:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26e0c7ee-8968-5e53-993a-e5af1d892839 with identifier: SY66%20NNC
2026-03-29 06:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26e0c7ee-8968-5e53-993a-e5af1d892839 with identifier: SY66%20NNC
2026-03-29 06:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26e0c7ee-8968-5e53-993a-e5af1d892839 with identifier: SY66%20NNC to the API
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY66%20NNC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '26e0c7ee-8968-5e53-993a-e5af1d892839',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY66 NNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY66%20NNC&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'PEUGEOT',
'model': '208',
'odometer': 57545,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 ALLURE',
'vin': 'VF3CCHMZ6GT060310',
'year': 2016}
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY66%2520NNC%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Saving data for SY66%20NNC: {'auction_closing_time': 1774778400.0, 'created_time': 1774651103.439523, 'last_price_update_time': 1774764102.579307}
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY66%2520NNC') HTTP/1.1" 204 0
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699089317%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089317 not downloaded yet
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080041%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080041 not downloaded yet
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080029%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080029 not downloaded yet
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176570%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176570 not downloaded yet
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145682%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145682 not downloaded yet
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146537%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146537 not downloaded yet
2026-03-29 06:01:42 [bca.uk] INFO: Found listing with ID: SK67%20UUF
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK67%2520UUF%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Scrape type for SK67%20UUF: 0
2026-03-29 06:01:42 [bca.uk] INFO: Found listing with ID: SM65%20WDL
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM65%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Scrape type for SM65%20WDL: 0
2026-03-29 06:01:42 [bca.uk] INFO: Found listing with ID: DG16%20ZDM
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG16%2520ZDM%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Scrape type for DG16%20ZDM: 2
2026-03-29 06:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f28e23cc-59ed-5805-9243-924db8396f19 with identifier: DG16%20ZDM
2026-03-29 06:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f28e23cc-59ed-5805-9243-924db8396f19 with scrape type 2
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f28e23cc-59ed-5805-9243-924db8396f19 with scrape type 2
2026-03-29 06:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f28e23cc-59ed-5805-9243-924db8396f19, identifier: DG16%20ZDM
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145754%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145754 not downloaded yet
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145259%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145259 not downloaded yet
2026-03-29 06:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080025/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080025>
2026-03-29 06:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079970>
2026-03-29 06:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079959/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YR10WLK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:01:42 [bca.uk] INFO: Found listing with ID: LD54%20JZA
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD54%2520JZA%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Scrape type for LD54%20JZA: 0
2026-03-29 06:01:42 [bca.uk] INFO: Found listing with ID: LG13%20JHF
2026-03-29 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG13%2520JHF%27 HTTP/1.1" 200 None
2026-03-29 06:01:42 [bca.uk] INFO: Scrape type for LG13%20JHF: 2
2026-03-29 06:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF
2026-03-29 06:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 919c191b-92e1-5e23-ab8d-514b4c861b07 with scrape type 2
2026-03-29 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 919c191b-92e1-5e23-ab8d-514b4c861b07 with scrape type 2
2026-03-29 06:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 919c191b-92e1-5e23-ab8d-514b4c861b07, identifier: LG13%20JHF
2026-03-29 06:01:43 [bca.uk] INFO: Found listing with ID: CA65%20KLE
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA65%2520KLE%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Scrape type for CA65%20KLE: 0
2026-03-29 06:01:43 [bca.uk] INFO: Found listing with ID: DA14%20ORY
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA14%2520ORY%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Scrape type for DA14%20ORY: 0
2026-03-29 06:01:43 [bca.uk] INFO: Found listing with ID: M80%20AKD
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M80%2520AKD%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Scrape type for M80%20AKD: 0
2026-03-29 06:01:43 [bca.uk] INFO: Found listing with ID: SC14%20NFN
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC14%2520NFN%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Scrape type for SC14%20NFN: 0
2026-03-29 06:01:43 [bca.uk] INFO: Found listing with ID: SK68%20YYP
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK68%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Scrape type for SK68%20YYP: 0
2026-03-29 06:01:43 [bca.uk] INFO: Found listing with ID: YA66%20ACZ
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA66%2520ACZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Scrape type for YA66%20ACZ: 0
2026-03-29 06:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f28e23cc-59ed-5805-9243-924db8396f19 with identifier: DG16%20ZDM
2026-03-29 06:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f28e23cc-59ed-5805-9243-924db8396f19 with identifier: DG16%20ZDM
2026-03-29 06:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f28e23cc-59ed-5805-9243-924db8396f19 with identifier: DG16%20ZDM to the API
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG16%20ZDM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f28e23cc-59ed-5805-9243-924db8396f19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG16 ZDM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG16%20ZDM&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'DS AUTOMOBILES',
'model': 'DS 4 CROSSBACK',
'odometer': 76262,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 CROSSBACK 1.2 P/T 130 Hatchback',
'transmission': 'manual',
'trim': 'P/T 130',
'vin': 'VF7NXHNYMGY507369',
'year': 2016}
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG16%2520ZDM%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [bca.uk] INFO: Saving data for DG16%20ZDM: {'auction_closing_time': 1774778400.0, 'created_time': 1774649968.245185, 'last_price_update_time': 1774764103.695257}
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG16%2520ZDM') HTTP/1.1" 204 0
2026-03-29 06:01:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00416450>
2026-03-29 06:01:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_expert_report_file_8cc7e127-d5ff-4e7b-b93e-b9a80ce2668e.pdf HTTP/1.1" 201 0
2026-03-29 06:01:43 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:01:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3, skipping ID generation
2026-03-29 06:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRO60MKV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RO60MKV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079976/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079976>
2026-03-29 06:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF
2026-03-29 06:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF
2026-03-29 06:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF to the API
2026-03-29 06:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:44 [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=LG13%20JHF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '919c191b-92e1-5e23-ab8d-514b4c861b07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG13 JHF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG13%20JHF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 139651,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 VVT LTD.EDITION Hatchback',
'transmission': 'manual',
'trim': 'VVT LTD.EDITION',
'vin': 'W0L0SDL08D4139639',
'year': 2013}
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG13%2520JHF%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Saving data for LG13%20JHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563418.35318, 'last_price_update_time': 1774764104.18541}
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG13%2520JHF') HTTP/1.1" 204 0
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080055%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080055 not downloaded yet
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699080043%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080043 not downloaded yet
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176583%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176583 not downloaded yet
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145688%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145688 not downloaded yet
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146544%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146544 not downloaded yet
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: DL14%20OCO
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL14%2520OCO%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for DL14%20OCO: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: MT67%20JTY
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT67%2520JTY%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for MT67%20JTY: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: MX66%20VHW
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX66%2520VHW%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for MX66%20VHW: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: MF68%20OCS
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF68%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for MF68%20OCS: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: BU65%20UXW
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU65%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for BU65%20UXW: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: EA65%20ZNP
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA65%2520ZNP%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for EA65%20ZNP: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: LC66%20FZS
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC66%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for LC66%20FZS: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: YD18%20PGR
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD18%2520PGR%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for YD18%20PGR: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: FE15%20XBZ
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE15%2520XBZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for FE15%20XBZ: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: SC64%20XUW
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC64%2520XUW%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for SC64%20XUW: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: SV65%20UOS
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV65%2520UOS%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for SV65%20UOS: 2
2026-03-29 06:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77bc5e9e-16c6-5289-953a-7ebf9c1753be with identifier: SV65%20UOS
2026-03-29 06:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77bc5e9e-16c6-5289-953a-7ebf9c1753be with scrape type 2
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77bc5e9e-16c6-5289-953a-7ebf9c1753be with scrape type 2
2026-03-29 06:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77bc5e9e-16c6-5289-953a-7ebf9c1753be, identifier: SV65%20UOS
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145763%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145763 not downloaded yet
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145269%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145269 not downloaded yet
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: LL10%20FPD
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL10%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for LL10%20FPD: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: LL10%20HMK
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL10%2520HMK%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for LL10%20HMK: 0
2026-03-29 06:01:44 [bca.uk] INFO: Found listing with ID: LL13%20WXE
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL13%2520WXE%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Scrape type for LL13%20WXE: 1
2026-03-29 06:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE
2026-03-29 06:01:44 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77bc5e9e-16c6-5289-953a-7ebf9c1753be with identifier: SV65%20UOS
2026-03-29 06:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77bc5e9e-16c6-5289-953a-7ebf9c1753be with identifier: SV65%20UOS
2026-03-29 06:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77bc5e9e-16c6-5289-953a-7ebf9c1753be with identifier: SV65%20UOS to the API
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV65%20UOS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '77bc5e9e-16c6-5289-953a-7ebf9c1753be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV65 UOS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV65%20UOS&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'AUDI',
'model': 'A1',
'odometer': 74159,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'AUDI A1 1.4 TFSI 125 SPORT Hatchback',
'transmission': 'manual',
'trim': 'TFSI 125 SPORT',
'vin': 'WAUZZZ8X9GB027941',
'year': 2015}
2026-03-29 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV65%2520UOS%27 HTTP/1.1" 200 None
2026-03-29 06:01:44 [bca.uk] INFO: Saving data for SV65%20UOS: {'auction_closing_time': 1774778400.0, 'created_time': 1774563448.291862, 'last_price_update_time': 1774764104.99812}
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV65%2520UOS') HTTP/1.1" 204 0
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146406%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146406 not downloaded yet
2026-03-29 06:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176595%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176595 not downloaded yet
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145700%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145700 not downloaded yet
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146546%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146546 not downloaded yet
2026-03-29 06:01:45 [bca.uk] INFO: Found listing with ID: CF18%20AYX
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF18%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [bca.uk] INFO: Scrape type for CF18%20AYX: 2
2026-03-29 06:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0181f50f-cc9f-5ad0-992c-4156eed1f9a9 with identifier: CF18%20AYX
2026-03-29 06:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0181f50f-cc9f-5ad0-992c-4156eed1f9a9 with scrape type 2
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0181f50f-cc9f-5ad0-992c-4156eed1f9a9 with scrape type 2
2026-03-29 06:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0181f50f-cc9f-5ad0-992c-4156eed1f9a9, identifier: CF18%20AYX
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145768%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145768 not downloaded yet
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145276%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145276 not downloaded yet
2026-03-29 06:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:01:45 [bca.uk] INFO: Found listing with ID: LS14%20LGU
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS14%2520LGU%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [bca.uk] INFO: Scrape type for LS14%20LGU: 0
2026-03-29 06:01:45 [bca.uk] INFO: Found listing with ID: MX59%20URP
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX59%2520URP%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [bca.uk] INFO: Scrape type for MX59%20URP: 0
2026-03-29 06:01:45 [bca.uk] INFO: Found listing with ID: NX12%20WBL
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX12%2520WBL%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [bca.uk] INFO: Scrape type for NX12%20WBL: 0
2026-03-29 06:01:45 [bca.uk] INFO: Found listing with ID: CV62%20BUH
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV62%2520BUH%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [bca.uk] INFO: Scrape type for CV62%20BUH: 2
2026-03-29 06:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH
2026-03-29 06:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674562cc-843d-570a-9c98-24c1e54b0445 with scrape type 2
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 674562cc-843d-570a-9c98-24c1e54b0445 with scrape type 2
2026-03-29 06:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 674562cc-843d-570a-9c98-24c1e54b0445, identifier: CV62%20BUH
2026-03-29 06:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0181f50f-cc9f-5ad0-992c-4156eed1f9a9 with identifier: CF18%20AYX
2026-03-29 06:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0181f50f-cc9f-5ad0-992c-4156eed1f9a9 with identifier: CF18%20AYX
2026-03-29 06:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0181f50f-cc9f-5ad0-992c-4156eed1f9a9 with identifier: CF18%20AYX to the API
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01: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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF18%20AYX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0181f50f-cc9f-5ad0-992c-4156eed1f9a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF18 AYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF18%20AYX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 74987,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 125 ST-LINE X Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE X',
'vin': 'WF0JXXGAHJJS37794',
'year': 2018}
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF18%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [bca.uk] INFO: Saving data for CF18%20AYX: {'auction_closing_time': 1774778400.0, 'created_time': 1774448121.014804, 'last_price_update_time': 1774764105.941959}
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF18%2520AYX') HTTP/1.1" 204 0
2026-03-29 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146413%27 HTTP/1.1" 200 None
2026-03-29 06:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146413 not downloaded yet
2026-03-29 06:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH
2026-03-29 06:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH
2026-03-29 06:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH to the API
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV62%20BUH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '674562cc-843d-570a-9c98-24c1e54b0445',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV62 BUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV62%20BUH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AVENSIS',
'odometer': 144280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'TOYOTA AVENSIS 2.2 D-CAT TR Estate',
'transmission': 'automatic',
'trim': 'D-CAT TR',
'vin': 'SB1EB76L70E036155',
'year': 2012}
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV62%2520BUH%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [bca.uk] INFO: Saving data for CV62%20BUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774535493.240729, 'last_price_update_time': 1774764106.317071}
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV62%2520BUH') HTTP/1.1" 204 0
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176606%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176606 not downloaded yet
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145709%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145709 not downloaded yet
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146555%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146555 not downloaded yet
2026-03-29 06:01:46 [bca.uk] INFO: Found listing with ID: WJ68%20ONK
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ68%2520ONK%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [bca.uk] INFO: Scrape type for WJ68%20ONK: 0
2026-03-29 06:01:46 [bca.uk] INFO: Found listing with ID: GK64%20GZJ
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK64%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [bca.uk] INFO: Scrape type for GK64%20GZJ: 2
2026-03-29 06:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ
2026-03-29 06:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with scrape type 2
2026-03-29 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with scrape type 2
2026-03-29 06:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8, identifier: GK64%20GZJ
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145775%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145775 not downloaded yet
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145284%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145284 not downloaded yet
2026-03-29 06:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079974/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079974>
2026-03-29 06:01:46 [bca.uk] INFO: Found listing with ID: DA09%20SGZ
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA09%2520SGZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [bca.uk] INFO: Scrape type for DA09%20SGZ: 0
2026-03-29 06:01:46 [bca.uk] INFO: Found listing with ID: DF10%20BUE
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF10%2520BUE%27 HTTP/1.1" 200 None
2026-03-29 06:01:46 [bca.uk] INFO: Scrape type for DF10%20BUE: 1
2026-03-29 06:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE
2026-03-29 06:01:46 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ
2026-03-29 06:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ
2026-03-29 06:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ to the API
2026-03-29 06:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK64%20GZJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2de136b7-1b89-5f4a-a82f-62b0fc826bb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK64 GZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK64%20GZJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 101035,
'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.0 E/B 125 ZETEC NAVIGATOR Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ZETEC NAVIGATOR',
'vin': 'WF0KXXGCBKEM41393',
'year': 2014}
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK64%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Saving data for GK64%20GZJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651022.855542, 'last_price_update_time': 1774764107.386719}
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK64%2520GZJ') HTTP/1.1" 204 0
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146424%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146424 not downloaded yet
2026-03-29 06:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01133550>
2026-03-29 06:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_expert_report_file_b4fa5b9e-9927-4831-b258-397ab9658a12.pdf HTTP/1.1" 201 0
2026-03-29 06:01:47 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:01:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb8d16bb-69fa-569d-a012-0ede4a367d5d, skipping ID generation
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DOU10XUH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OU10XUH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699176617%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176617 not downloaded yet
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145722%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145722 not downloaded yet
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146565%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146565 not downloaded yet
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: SB64%20NFX
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB64%2520NFX%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for SB64%20NFX: 0
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: YG64%20FFB
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG64%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for YG64%20FFB: 0
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: DG65%20SWK
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG65%2520SWK%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for DG65%20SWK: 0
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: OU64%20UPA
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU64%2520UPA%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for OU64%20UPA: 0
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: BP18%20KJN
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP18%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for BP18%20KJN: 2
2026-03-29 06:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f with identifier: BP18%20KJN
2026-03-29 06:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f with scrape type 2
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f with scrape type 2
2026-03-29 06:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f, identifier: BP18%20KJN
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145779%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145779 not downloaded yet
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145296%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145296 not downloaded yet
2026-03-29 06:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079962/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF10DTZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: EA11%20GDV
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA11%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for EA11%20GDV: 0
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: EA66%20VAF
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA66%2520VAF%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for EA66%20VAF: 0
2026-03-29 06:01:47 [bca.uk] INFO: Found listing with ID: EK61%20OLT
2026-03-29 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK61%2520OLT%27 HTTP/1.1" 200 None
2026-03-29 06:01:47 [bca.uk] INFO: Scrape type for EK61%20OLT: 2
2026-03-29 06:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT
2026-03-29 06:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13e6993-e9b8-508a-9049-533dac7298bf with scrape type 2
2026-03-29 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13e6993-e9b8-508a-9049-533dac7298bf with scrape type 2
2026-03-29 06:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f13e6993-e9b8-508a-9049-533dac7298bf, identifier: EK61%20OLT
2026-03-29 06:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f with identifier: BP18%20KJN
2026-03-29 06:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f with identifier: BP18%20KJN
2026-03-29 06:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 752b3fc6-f9eb-57de-9d91-eb9e12e83e6f with identifier: BP18%20KJN to the API
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:48 [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': 96,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP18%20KJN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '752b3fc6-f9eb-57de-9d91-eb9e12e83e6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP18 KJN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP18%20KJN&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 79968,
'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': 'TOYOTA YARIS 1.5 VVT-I HYBRID EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I HYBRID EXCEL',
'vin': 'VNKKD3D340A467541',
'year': 2018}
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP18%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [bca.uk] INFO: Saving data for BP18%20KJN: {'auction_closing_time': 1774778400.0, 'created_time': 1774650954.219483, 'last_price_update_time': 1774764108.303522}
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP18%2520KJN') HTTP/1.1" 204 0
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146432%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146432 not downloaded yet
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145906%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145906 not downloaded yet
2026-03-29 06:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT
2026-03-29 06:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT
2026-03-29 06:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT to the API
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK61%20OLT-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f13e6993-e9b8-508a-9049-533dac7298bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK61 OLT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK61%20OLT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 99599,
'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 E/B 150 TITANIUM MPV',
'transmission': 'manual',
'trim': 'E/B 150 TITANIUM',
'vin': 'WF0JXXWPBJBJ52898',
'year': 2011}
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK61%2520OLT%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [bca.uk] INFO: Saving data for EK61%20OLT: {'auction_closing_time': 1774864800.0, 'created_time': 1774534736.166675, 'last_price_update_time': 1774764108.780274}
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK61%2520OLT') HTTP/1.1" 204 0
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145733%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145733 not downloaded yet
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146574%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146574 not downloaded yet
2026-03-29 06:01:48 [bca.uk] INFO: Found listing with ID: RRZ%209472
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [bca.uk] INFO: Scrape type for RRZ%209472: 2
2026-03-29 06:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472
2026-03-29 06:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 130e6721-c1dd-53a1-948d-9d8e194c32de with scrape type 2
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 130e6721-c1dd-53a1-948d-9d8e194c32de with scrape type 2
2026-03-29 06:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 130e6721-c1dd-53a1-948d-9d8e194c32de, identifier: RRZ%209472
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145787%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145787 not downloaded yet
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145306%27 HTTP/1.1" 200 None
2026-03-29 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145306 not downloaded yet
2026-03-29 06:01:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010db850>
2026-03-29 06:01:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:01:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:01:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_expert_report_file_03db4818-63ac-46fa-b3bf-8e9a11f727b2.pdf HTTP/1.1" 201 0
2026-03-29 06:01:49 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:01:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce180e41-8990-510b-8d08-888d385d6817, skipping ID generation
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DSH59HJU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SH59HJU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:01:49 [bca.uk] INFO: Found listing with ID: EO58%20HTE
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO58%2520HTE%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Scrape type for EO58%20HTE: 1
2026-03-29 06:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE
2026-03-29 06:01:49 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472
2026-03-29 06:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472
2026-03-29 06:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472 to the API
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RRZ%209472-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '130e6721-c1dd-53a1-948d-9d8e194c32de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RRZ 9472',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RRZ%209472&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '320D',
'odometer': 57175,
'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 320D 2.0 XDRIVE SE STEP Saloon',
'transmission': 'automatic',
'trim': 'XDRIVE SE STEP',
'vin': 'WBA8C92010AH44163',
'year': 2018}
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Saving data for RRZ%209472: {'auction_closing_time': 1774778400.0, 'created_time': 1774448510.576743, 'last_price_update_time': 1774764109.427294}
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RRZ%25209472') HTTP/1.1" 204 0
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146435%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146435 not downloaded yet
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145913%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145913 not downloaded yet
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146584%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146584 not downloaded yet
2026-03-29 06:01:49 [bca.uk] INFO: Found listing with ID: BJ66%20UKZ
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ66%2520UKZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Scrape type for BJ66%20UKZ: 2
2026-03-29 06:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b6bb29-44c2-5fde-81e6-bd3b9202725f with identifier: BJ66%20UKZ
2026-03-29 06:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b6bb29-44c2-5fde-81e6-bd3b9202725f with scrape type 2
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b6bb29-44c2-5fde-81e6-bd3b9202725f with scrape type 2
2026-03-29 06:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6b6bb29-44c2-5fde-81e6-bd3b9202725f, identifier: BJ66%20UKZ
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145795%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145795 not downloaded yet
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145314%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145314 not downloaded yet
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146500%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146500 not downloaded yet
2026-03-29 06:01:49 [bca.uk] INFO: Found listing with ID: ET12%20MKU
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET12%2520MKU%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Scrape type for ET12%20MKU: 0
2026-03-29 06:01:49 [bca.uk] INFO: Found listing with ID: EY10%20WXW
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY10%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Scrape type for EY10%20WXW: 0
2026-03-29 06:01:49 [bca.uk] INFO: Found listing with ID: FT11%20MSY
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT11%2520MSY%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Scrape type for FT11%20MSY: 0
2026-03-29 06:01:49 [bca.uk] INFO: Found listing with ID: GF13%20GUG
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF13%2520GUG%27 HTTP/1.1" 200 None
2026-03-29 06:01:49 [bca.uk] INFO: Scrape type for GF13%20GUG: 2
2026-03-29 06:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG
2026-03-29 06:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dede8c13-1f3e-5462-8e19-35eed21f3764 with scrape type 2
2026-03-29 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dede8c13-1f3e-5462-8e19-35eed21f3764 with scrape type 2
2026-03-29 06:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dede8c13-1f3e-5462-8e19-35eed21f3764, identifier: GF13%20GUG
2026-03-29 06:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6b6bb29-44c2-5fde-81e6-bd3b9202725f with identifier: BJ66%20UKZ
2026-03-29 06:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6b6bb29-44c2-5fde-81e6-bd3b9202725f with identifier: BJ66%20UKZ
2026-03-29 06:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6b6bb29-44c2-5fde-81e6-bd3b9202725f with identifier: BJ66%20UKZ to the API
2026-03-29 06:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ66%20UKZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f6b6bb29-44c2-5fde-81e6-bd3b9202725f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ66 UKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ66%20UKZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'CLUBMAN',
'odometer': 87469,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'MINI CLUBMAN 1.5 COOPER Estate',
'transmission': 'manual',
'trim': 'COOPER',
'vin': 'WMWLN320602D91608',
'year': 2016}
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ66%2520UKZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:50 [bca.uk] INFO: Saving data for BJ66%20UKZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651039.20413, 'last_price_update_time': 1774764110.475999}
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ66%2520UKZ') HTTP/1.1" 204 0
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146445%27 HTTP/1.1" 200 None
2026-03-29 06:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146445 not downloaded yet
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145920%27 HTTP/1.1" 200 None
2026-03-29 06:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145920 not downloaded yet
2026-03-29 06:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG
2026-03-29 06:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG
2026-03-29 06:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG to the API
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF13%20GUG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dede8c13-1f3e-5462-8e19-35eed21f3764',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF13 GUG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF13%20GUG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 84593,
'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 FABIA 1.2 TSI 105 ELEGANCE Hatchback',
'transmission': 'manual',
'trim': 'TSI 105 ELEGANCE',
'vin': 'TMBFN65J5E3008732',
'year': 2013}
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF13%2520GUG%27 HTTP/1.1" 200 None
2026-03-29 06:01:50 [bca.uk] INFO: Saving data for GF13%20GUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774535500.758039, 'last_price_update_time': 1774764110.854834}
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF13%2520GUG') HTTP/1.1" 204 0
2026-03-29 06:01:50 [bca.uk] INFO: Found listing with ID: DE64%20TVD
2026-03-29 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE64%2520TVD%27 HTTP/1.1" 200 None
2026-03-29 06:01:50 [bca.uk] INFO: Scrape type for DE64%20TVD: 2
2026-03-29 06:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD
2026-03-29 06:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with scrape type 2
2026-03-29 06:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with scrape type 2
2026-03-29 06:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a, identifier: DE64%20TVD
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145806%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145806 not downloaded yet
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145326%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145326 not downloaded yet
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146510%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146510 not downloaded yet
2026-03-29 06:01:51 [bca.uk] INFO: Found listing with ID: GF61%20DZW
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF61%2520DZW%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Scrape type for GF61%20DZW: 1
2026-03-29 06:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0755e228-8801-584c-a586-61f481b14bf7 with identifier: GF61%20DZW
2026-03-29 06:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD
2026-03-29 06:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD
2026-03-29 06:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD to the API
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE64%20TVD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '957ea5a8-9e55-5bf0-8cdc-c7e456d4954a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE64 TVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE64%20TVD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SEAT',
'model': 'TOLEDO',
'odometer': 98492,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SEAT TOLEDO 1.2 TSI 105 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 105 SE',
'vin': 'VSSZZZNHZF1015201',
'year': 2014}
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE64%2520TVD%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Saving data for DE64%20TVD: {'auction_closing_time': 1774778400.0, 'created_time': 1774651041.57988, 'last_price_update_time': 1774764111.504905}
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE64%2520TVD') HTTP/1.1" 204 0
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146459%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146459 not downloaded yet
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145926%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145926 not downloaded yet
2026-03-29 06:01:51 [bca.uk] INFO: Found listing with ID: YC17%20PKX
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC17%2520PKX%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Scrape type for YC17%20PKX: 0
2026-03-29 06:01:51 [bca.uk] INFO: Found listing with ID: YH66%20USG
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH66%2520USG%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Scrape type for YH66%20USG: 0
2026-03-29 06:01:51 [bca.uk] INFO: Found listing with ID: YR15%20BJV
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR15%2520BJV%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Scrape type for YR15%20BJV: 0
2026-03-29 06:01:51 [bca.uk] INFO: Found listing with ID: YR64%20ZFO
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR64%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Scrape type for YR64%20ZFO: 2
2026-03-29 06:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO
2026-03-29 06:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with scrape type 2
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with scrape type 2
2026-03-29 06:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43, identifier: YR64%20ZFO
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145811%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145811 not downloaded yet
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145338%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145338 not downloaded yet
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146514%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146514 not downloaded yet
2026-03-29 06:01:51 [bca.uk] INFO: Found listing with ID: GJ60%20HVY
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ60%2520HVY%27 HTTP/1.1" 200 None
2026-03-29 06:01:51 [bca.uk] INFO: Scrape type for GJ60%20HVY: 2
2026-03-29 06:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY
2026-03-29 06:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f81d43f7-b20c-5204-bea9-1bf5223d3f54 with scrape type 2
2026-03-29 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f81d43f7-b20c-5204-bea9-1bf5223d3f54 with scrape type 2
2026-03-29 06:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f81d43f7-b20c-5204-bea9-1bf5223d3f54, identifier: GJ60%20HVY
2026-03-29 06:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO
2026-03-29 06:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO
2026-03-29 06:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO to the API
2026-03-29 06:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR64%20ZFO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2dbf34ee-7e26-5e90-8c28-9e7b77e59d43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR64 ZFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR64%20ZFO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 92506,
'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.5 DCI ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DCI ACENTA PREMIUM',
'vin': 'SJNFCAF15U7020201',
'year': 2014}
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR64%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Saving data for YR64%20ZFO: {'auction_closing_time': 1774778400.0, 'created_time': 1774563405.756946, 'last_price_update_time': 1774764112.217109}
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR64%2520ZFO') HTTP/1.1" 204 0
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146469%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146469 not downloaded yet
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145937%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145937 not downloaded yet
2026-03-29 06:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY
2026-03-29 06:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY
2026-03-29 06:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY to the API
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:52 [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=GJ60%20HVY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f81d43f7-b20c-5204-bea9-1bf5223d3f54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ60 HVY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ60%20HVY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'V70',
'odometer': 163705,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLVO V70 2.0 D3 163 SE G/T Estate',
'transmission': 'manual',
'trim': 'D3 163 SE G/T',
'vin': 'YV1BW5250B1180129',
'year': 2010}
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ60%2520HVY%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Saving data for GJ60%20HVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774304024.568529, 'last_price_update_time': 1774764112.686194}
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ60%2520HVY') HTTP/1.1" 204 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: OV65%20GFU
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV65%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for OV65%20GFU: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: KW67%20HUY
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW67%2520HUY%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for KW67%20HUY: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: NU67%20EBV
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU67%2520EBV%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for NU67%20EBV: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: KY66%20XSJ
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY66%2520XSJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for KY66%20XSJ: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: AK11%20NXR
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK11%2520NXR%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for AK11%20NXR: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: YB08%20OEU
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB08%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for YB08%20OEU: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: MM11%20JNV
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM11%2520JNV%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for MM11%20JNV: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: AC58%20KVH
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AC58%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for AC58%20KVH: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: KS04%20HEJ
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS04%2520HEJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for KS04%20HEJ: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: YF12%20LYA
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF12%2520LYA%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for YF12%20LYA: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: SG09%20LCM
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG09%2520LCM%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for SG09%20LCM: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: BT54%20XOM
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT54%2520XOM%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for BT54%20XOM: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: SU06%20XOV
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SU06%2520XOV%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for SU06%20XOV: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: SP59%20HRM
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP59%2520HRM%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for SP59%20HRM: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: GJ56%20ZHY
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ56%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for GJ56%20ZHY: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: M500%20MGW
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M500%2520MGW%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for M500%20MGW: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: KY06%20TYK
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY06%2520TYK%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for KY06%20TYK: 0
2026-03-29 06:01:52 [bca.uk] INFO: Found listing with ID: DG59%20XEM
2026-03-29 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-29 06:01:52 [bca.uk] INFO: Scrape type for DG59%20XEM: 2
2026-03-29 06:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM
2026-03-29 06:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with scrape type 2
2026-03-29 06:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with scrape type 2
2026-03-29 06:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7, identifier: DG59%20XEM
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146522%27 HTTP/1.1" 200 None
2026-03-29 06:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146522 not downloaded yet
2026-03-29 06:01:53 [bca.uk] INFO: Found listing with ID: GL08%20TLY
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL08%2520TLY%27 HTTP/1.1" 200 None
2026-03-29 06:01:53 [bca.uk] INFO: Scrape type for GL08%20TLY: 0
2026-03-29 06:01:53 [bca.uk] INFO: Found listing with ID: HN11%20WRZ
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN11%2520WRZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:53 [bca.uk] INFO: Scrape type for HN11%20WRZ: 2
2026-03-29 06:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ
2026-03-29 06:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 316bf907-f17b-5688-b725-5d6315538887 with scrape type 2
2026-03-29 06:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 316bf907-f17b-5688-b725-5d6315538887 with scrape type 2
2026-03-29 06:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 316bf907-f17b-5688-b725-5d6315538887, identifier: HN11%20WRZ
2026-03-29 06:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM
2026-03-29 06:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM
2026-03-29 06:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM to the API
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG59%20XEM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '30cee09c-f2f7-585f-a5e1-e5c7c23992e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG59 XEM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG59%20XEM&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 112084,
'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 YARIS 1.3 VVT-I TR Hatchback',
'transmission': 'manual',
'trim': 'VVT-I TR',
'vin': 'VNKJH98380A068161',
'year': 2009}
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-29 06:01:53 [bca.uk] INFO: Saving data for DG59%20XEM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448790.266196, 'last_price_update_time': 1774764113.629554}
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG59%2520XEM') HTTP/1.1" 204 0
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699146483%27 HTTP/1.1" 200 None
2026-03-29 06:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146483 not downloaded yet
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699145948%27 HTTP/1.1" 200 None
2026-03-29 06:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145948 not downloaded yet
2026-03-29 06:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ
2026-03-29 06:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ
2026-03-29 06:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ to the API
2026-03-29 06:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:54 [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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN11%20WRZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '316bf907-f17b-5688-b725-5d6315538887',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN11 WRZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN11%20WRZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 191391,
'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 TIGUAN 2.0 TDI BMT MATCH 2WD StationWagon',
'transmission': 'manual',
'trim': 'TDI BMT MATCH 2WD',
'vin': 'WVGZZZ5NZBW110128',
'year': 2011}
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN11%2520WRZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Saving data for HN11%20WRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535903.473214, 'last_price_update_time': 1774764114.100923}
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN11%2520WRZ') HTTP/1.1" 204 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: BJ10%20UWH
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ10%2520UWH%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for BJ10%20UWH: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: SC53%20TDX
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC53%2520TDX%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for SC53%20TDX: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: HV57%20ETA
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV57%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for HV57%20ETA: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: EN05%20JVE
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN05%2520JVE%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for EN05%20JVE: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: GP57%20RLY
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GP57%2520RLY%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for GP57%20RLY: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: AX60%20BHW
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX60%2520BHW%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for AX60%20BHW: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: CA57%20XLV
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for CA57%20XLV: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: YE59%20XKU
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE59%2520XKU%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for YE59%20XKU: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: VN60%20CDO
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for VN60%20CDO: 2
2026-03-29 06:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO
2026-03-29 06:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with scrape type 2
2026-03-29 06:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with scrape type 2
2026-03-29 06:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965, identifier: VN60%20CDO
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146526%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146526 not downloaded yet
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: HN62%20FLK
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN62%2520FLK%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for HN62%20FLK: 0
2026-03-29 06:01:54 [bca.uk] INFO: Found listing with ID: HV08%20FJE
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV08%2520FJE%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Scrape type for HV08%20FJE: 2
2026-03-29 06:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE
2026-03-29 06:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b578792-fd51-5713-829b-419abcf0d14a with scrape type 2
2026-03-29 06:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b578792-fd51-5713-829b-419abcf0d14a with scrape type 2
2026-03-29 06:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b578792-fd51-5713-829b-419abcf0d14a, identifier: HV08%20FJE
2026-03-29 06:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO
2026-03-29 06:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO
2026-03-29 06:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO to the API
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN60%20CDO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b9227d31-ace0-5be6-9a2f-2ba2cb9c4965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN60 CDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN60%20CDO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 111803,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.5 DCI 110 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 TEKNA',
'vin': 'SJNFCAJ10U2150744',
'year': 2010}
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [bca.uk] INFO: Saving data for VN60%20CDO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448747.162764, 'last_price_update_time': 1774764114.869719}
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN60%2520CDO') HTTP/1.1" 204 0
2026-03-29 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145964%27 HTTP/1.1" 200 None
2026-03-29 06:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145964 not downloaded yet
2026-03-29 06:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE
2026-03-29 06:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE
2026-03-29 06:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE to the API
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:55 [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=HV08%20FJE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6b578792-fd51-5713-829b-419abcf0d14a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV08 FJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV08%20FJE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'CEED',
'odometer': 84552,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'KIA CEED 1.6 LS Hatchback',
'transmission': 'manual',
'trim': 'LS',
'vin': 'U5YFF24228L068834',
'year': 2008}
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV08%2520FJE%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Saving data for HV08%20FJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774622209.066736, 'last_price_update_time': 1774764115.303615}
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV08%2520FJE') HTTP/1.1" 204 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: WJ58%20DWA
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ58%2520DWA%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for WJ58%20DWA: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: HV62%20WPN
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV62%2520WPN%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for HV62%20WPN: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: SD60%20WDX
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD60%2520WDX%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for SD60%20WDX: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: CV61%20KBJ
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV61%2520KBJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for CV61%20KBJ: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: VO62%20VVP
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO62%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for VO62%20VVP: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: BJ07%20JAO
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ07%2520JAO%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for BJ07%20JAO: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: YY62%20EHO
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY62%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for YY62%20EHO: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: NU62%20FVV
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU62%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for NU62%20FVV: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: YR60%20HSF
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR60%2520HSF%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for YR60%20HSF: 0
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: YE15%20JYC
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE15%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for YE15%20JYC: 2
2026-03-29 06:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC
2026-03-29 06:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bacb040-f207-55df-8cb8-c1437a24778e with scrape type 2
2026-03-29 06:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bacb040-f207-55df-8cb8-c1437a24778e with scrape type 2
2026-03-29 06:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bacb040-f207-55df-8cb8-c1437a24778e, identifier: YE15%20JYC
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146540%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146540 not downloaded yet
2026-03-29 06:01:55 [bca.uk] INFO: Found listing with ID: AE19%20YAD
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE19%2520YAD%27 HTTP/1.1" 200 None
2026-03-29 06:01:55 [bca.uk] INFO: Scrape type for AE19%20YAD: 1
2026-03-29 06:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD
2026-03-29 06:01:55 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC
2026-03-29 06:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC
2026-03-29 06:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC to the API
2026-03-29 06:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE15%20JYC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4bacb040-f207-55df-8cb8-c1437a24778e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE15 JYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE15%20JYC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '116D',
'odometer': 135816,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'BMW 116D 1.5 EFD PLUS Hatchback',
'transmission': 'manual',
'trim': 'EFD PLUS',
'vin': 'WBA1V92020P940067',
'year': 2015}
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE15%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [bca.uk] INFO: Saving data for YE15%20JYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651454.253642, 'last_price_update_time': 1774764116.048877}
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE15%2520JYC') HTTP/1.1" 204 0
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145978%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145978 not downloaded yet
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079964/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079976/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089287/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080025/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079970/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079959/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079974/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:01:56 [bca.uk] INFO: Found listing with ID: VO63%20XSD
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO63%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [bca.uk] INFO: Scrape type for VO63%20XSD: 2
2026-03-29 06:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD
2026-03-29 06:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f73b6bdc-eec8-5ec0-9494-40a36bf74561 with scrape type 2
2026-03-29 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f73b6bdc-eec8-5ec0-9494-40a36bf74561 with scrape type 2
2026-03-29 06:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f73b6bdc-eec8-5ec0-9494-40a36bf74561, identifier: VO63%20XSD
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146550%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146550 not downloaded yet
2026-03-29 06:01:56 [bca.uk] INFO: Found listing with ID: AU10%20YNF
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU10%2520YNF%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [bca.uk] INFO: Scrape type for AU10%20YNF: 0
2026-03-29 06:01:56 [bca.uk] INFO: Found listing with ID: BJ13%20MVC
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ13%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [bca.uk] INFO: Scrape type for BJ13%20MVC: 2
2026-03-29 06:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC
2026-03-29 06:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b99c93d-336f-59b3-a763-e29c7f75e870 with scrape type 2
2026-03-29 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b99c93d-336f-59b3-a763-e29c7f75e870 with scrape type 2
2026-03-29 06:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b99c93d-336f-59b3-a763-e29c7f75e870, identifier: BJ13%20MVC
2026-03-29 06:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD
2026-03-29 06:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD
2026-03-29 06:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD to the API
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:56 [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': 201,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO63%20XSD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f73b6bdc-eec8-5ec0-9494-40a36bf74561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO63 XSD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO63%20XSD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SUZUKI',
'model': 'GRAND VITARA',
'odometer': 52271,
'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': 'SUZUKI GRAND VITARA 2.4 VVT SZ4 StationWagon',
'transmission': 'manual',
'trim': 'VVT SZ4',
'vin': 'JSAJTAA4V00300143',
'year': 2013}
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO63%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [bca.uk] INFO: Saving data for VO63%20XSD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651311.68694, 'last_price_update_time': 1774764116.822553}
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO63%2520XSD') HTTP/1.1" 204 0
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145993%27 HTTP/1.1" 200 None
2026-03-29 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145993 not downloaded yet
2026-03-29 06:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089264/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC
2026-03-29 06:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC
2026-03-29 06:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC to the API
2026-03-29 06:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:57 [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=BJ13%20MVC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8b99c93d-336f-59b3-a763-e29c7f75e870',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ13 MVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ13%20MVC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'C1',
'odometer': 108661,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'CITROEN C1 1.0 VTR Hatchback',
'transmission': 'manual',
'trim': 'VTR',
'vin': 'VF7PNCFB4DR545235',
'year': 2013}
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ13%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Saving data for BJ13%20MVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774476454.773319, 'last_price_update_time': 1774764117.168945}
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ13%2520MVC') HTTP/1.1" 204 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: VK16%20BTV
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK16%2520BTV%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for VK16%20BTV: 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: RV60%20TZO
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV60%2520TZO%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for RV60%20TZO: 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: LG08%20RMU
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG08%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for LG08%20RMU: 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: HY60%20RUC
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY60%2520RUC%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for HY60%20RUC: 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: HV08%20XHP
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV08%2520XHP%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for HV08%20XHP: 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: GL11%20XOW
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL11%2520XOW%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for GL11%20XOW: 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: LN10%20VMY
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN10%2520VMY%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for LN10%20VMY: 2
2026-03-29 06:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY
2026-03-29 06:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c107993-4855-5709-90de-19f90bd62ad5 with scrape type 2
2026-03-29 06:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c107993-4855-5709-90de-19f90bd62ad5 with scrape type 2
2026-03-29 06:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c107993-4855-5709-90de-19f90bd62ad5, identifier: LN10%20VMY
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01: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%3D699146559%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146559 not downloaded yet
2026-03-29 06:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145768/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145768>
2026-03-29 06:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146413>
2026-03-29 06:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145276/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145276>
2026-03-29 06:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146546/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146546>
2026-03-29 06:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176595>
2026-03-29 06:01:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145700/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145700>
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: CP07%20ABX
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP07%2520ABX%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Scrape type for CP07%20ABX: 1
2026-03-29 06:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX
2026-03-29 06:01:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY
2026-03-29 06:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY
2026-03-29 06:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY to the API
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:57 [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': 190,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN10%20VMY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9c107993-4855-5709-90de-19f90bd62ad5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN10 VMY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN10%20VMY&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 137917,
'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': 'HONDA CR-V 2.0 I-VTEC EX Estate',
'transmission': 'manual',
'trim': 'I-VTEC EX',
'vin': 'SHSRE5770AU001159',
'year': 2010}
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN10%2520VMY%27 HTTP/1.1" 200 None
2026-03-29 06:01:57 [bca.uk] INFO: Saving data for LN10%20VMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774649105.667958, 'last_price_update_time': 1774764117.776783}
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN10%2520VMY') HTTP/1.1" 204 0
2026-03-29 06:01:57 [bca.uk] INFO: Found listing with ID: LK64%20NEJ
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK64%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for LK64%20NEJ: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: LD62%20NNR
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD62%2520NNR%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for LD62%20NNR: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: KM11%20UUD
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM11%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for KM11%20UUD: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: ST59%20MKN
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST59%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for ST59%20MKN: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: GK61%20NMX
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK61%2520NMX%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for GK61%20NMX: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: EN10%20PWV
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN10%2520PWV%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for EN10%20PWV: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: BN10%20FFD
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN10%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for BN10%20FFD: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: AV13%20PZZ
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV13%2520PZZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for AV13%20PZZ: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: CV62%20UAZ
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV62%2520UAZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for CV62%20UAZ: 2
2026-03-29 06:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ
2026-03-29 06:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62760c6d-2b73-5014-bacc-9d0975e2b486 with scrape type 2
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62760c6d-2b73-5014-bacc-9d0975e2b486 with scrape type 2
2026-03-29 06:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62760c6d-2b73-5014-bacc-9d0975e2b486, identifier: CV62%20UAZ
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699146570%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146570 not downloaded yet
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010c4e10>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699079964%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079964/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014d5690>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FNA06VBC%252F699079976%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079976/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0045a350>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089287%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089287/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f80390>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080025%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080025/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3fcae10>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMF10DTZ%252F699079970%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079970/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00420990>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699079959%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079959/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010e1110>
2026-03-29 06:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699079974%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079974/600 saved to cache
2026-03-29 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080007/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: CP11%20VEU
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP11%2520VEU%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for CP11%20VEU: 0
2026-03-29 06:01:58 [bca.uk] INFO: Found listing with ID: KP23%20AGZ
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP23%2520AGZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:58 [bca.uk] INFO: Scrape type for KP23%20AGZ: 1
2026-03-29 06:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ
2026-03-29 06:01:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ
2026-03-29 06:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ
2026-03-29 06:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ to the API
2026-03-29 06:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:59 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV62%20UAZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '62760c6d-2b73-5014-bacc-9d0975e2b486',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV62 UAZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV62%20UAZ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 102395,
'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 MERIVA 1.4 16V ACTIVE MPV',
'transmission': 'manual',
'trim': '16V ACTIVE',
'vin': 'W0LSC9DC9C4250440',
'year': 2012}
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV62%2520UAZ%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Saving data for CV62%20UAZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774449160.725752, 'last_price_update_time': 1774764119.092684}
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV62%2520UAZ') HTTP/1.1" 204 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: MV07%20KUJ
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV07%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for MV07%20KUJ: 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: DG15%20HYL
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG15%2520HYL%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for DG15%20HYL: 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: DK61%20ZMO
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK61%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for DK61%20ZMO: 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: HN64%20NHD
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN64%2520NHD%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for HN64%20NHD: 2
2026-03-29 06:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c64f7d9-d3db-5767-a35b-7869500cfd44 with identifier: HN64%20NHD
2026-03-29 06:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c64f7d9-d3db-5767-a35b-7869500cfd44 with scrape type 2
2026-03-29 06:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c64f7d9-d3db-5767-a35b-7869500cfd44 with scrape type 2
2026-03-29 06:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c64f7d9-d3db-5767-a35b-7869500cfd44, identifier: HN64%20NHD
2026-03-29 06:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00459c10>
2026-03-29 06:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01: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%252FHV09UFD%252F699089264%252F600') HTTP/1.1" 204 0
2026-03-29 06:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089264/600 saved to cache
2026-03-29 06:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079962/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146526>
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146522/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146522>
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145964/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145964>
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146540>
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145948/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145948>
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146483/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146483>
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: KM16%20UUA
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM16%2520UUA%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for KM16%20UUA: 1
2026-03-29 06:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA
2026-03-29 06:01:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c64f7d9-d3db-5767-a35b-7869500cfd44 with identifier: HN64%20NHD
2026-03-29 06:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c64f7d9-d3db-5767-a35b-7869500cfd44 with identifier: HN64%20NHD
2026-03-29 06:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c64f7d9-d3db-5767-a35b-7869500cfd44 with identifier: HN64%20NHD to the API
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN64%20NHD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5c64f7d9-d3db-5767-a35b-7869500cfd44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN64 NHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN64%20NHD&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'HYUNDAI',
'model': 'I40 TOURER',
'odometer': 126523,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'HYUNDAI I40 TOURER 1.7 CRDI B/D 115 ACTIV Estate',
'transmission': 'manual',
'trim': 'CRDI B/D 115 ACTIV',
'vin': 'KMHLB81ULFU096384',
'year': 2014}
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN64%2520NHD%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Saving data for HN64%20NHD: {'auction_closing_time': 1774778400.0, 'created_time': 1774217082.47239, 'last_price_update_time': 1774764119.782472}
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN64%2520NHD') HTTP/1.1" 204 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: BG65%20SWK
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG65%2520SWK%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for BG65%20SWK: 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: KU57%20WZP
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU57%2520WZP%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for KU57%20WZP: 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: KY58%20DDF
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY58%2520DDF%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for KY58%20DDF: 0
2026-03-29 06:01:59 [bca.uk] INFO: Found listing with ID: LT55%20XAG
2026-03-29 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT55%2520XAG%27 HTTP/1.1" 200 None
2026-03-29 06:01:59 [bca.uk] INFO: Scrape type for LT55%20XAG: 2
2026-03-29 06:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG
2026-03-29 06:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with scrape type 2
2026-03-29 06:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with scrape type 2
2026-03-29 06:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa, identifier: LT55%20XAG
2026-03-29 06:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145937/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145937>
2026-03-29 06:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG
2026-03-29 06:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG
2026-03-29 06:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG to the API
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT55%20XAG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6dd351a7-dea7-56fa-bb5c-4ae02f166baa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT55 XAG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT55%20XAG&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MINI',
'model': 'ONE',
'odometer': 87761,
'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': 'MINI ONE 1.6 Hatchback',
'transmission': 'automatic',
'trim': '',
'vin': 'WMWRA32030TE82948',
'year': 2005}
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT55%2520XAG%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Saving data for LT55%20XAG: {'auction_closing_time': 1774864800.0, 'created_time': 1774563549.993547, 'last_price_update_time': 1774764120.328272}
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT55%2520XAG') HTTP/1.1" 204 0
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011cca90>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080007%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080007/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145768/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146546/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145276/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146413/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:00 [bca.uk] INFO: Found listing with ID: RO59%20VYY
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO59%2520VYY%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Scrape type for RO59%20VYY: 0
2026-03-29 06:02:00 [bca.uk] INFO: Found listing with ID: EA59%20HXN
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA59%2520HXN%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Scrape type for EA59%20HXN: 0
2026-03-29 06:02:00 [bca.uk] INFO: Found listing with ID: GJ68%20EYU
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ68%2520EYU%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Scrape type for GJ68%20EYU: 0
2026-03-29 06:02:00 [bca.uk] INFO: Found listing with ID: KM18%20WKW
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM18%2520WKW%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Scrape type for KM18%20WKW: 0
2026-03-29 06:02:00 [bca.uk] INFO: Found listing with ID: GK19%20LKN
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK19%2520LKN%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Scrape type for GK19%20LKN: 0
2026-03-29 06:02:00 [bca.uk] INFO: Found listing with ID: GF07%20MDE
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF07%2520MDE%27 HTTP/1.1" 200 None
2026-03-29 06:02:00 [bca.uk] INFO: Scrape type for GF07%20MDE: 0
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145700/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004cf390>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMF10DTZ%252F699079962%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079962/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146570/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146570>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc017447d0>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145768%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145768/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d1fe10>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146546%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146546/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0031f850>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145276%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145276/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0031c690>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146413%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146413/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146522/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP23%20AGZ-GB>
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146483/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145948/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146540/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145964/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01a316d0>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMK63AXR%252F699145700%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145700/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0134bc90>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176595%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176595/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012d8b90>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146526%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146526/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d47d90>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146522%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146522/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014a5e90>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146483%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146483/600 saved to cache
2026-03-29 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0148e450>
2026-03-29 06:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145948%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145948/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0268e550>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146540%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146540/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0148db10>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145964%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145964/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145993>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146559/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146559>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145978/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145978>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP07%20ABX-GB>
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145937/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM16%20UUA-GB>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE19%20YAD-GB>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145811/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145811>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146469/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146469>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145338/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145338>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145926>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146514/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146514>
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146570/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc042b35d0>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145937%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145937/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146459/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146459>
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145978/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146559/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0148da90>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146570%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146570/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF61%20DZW-GB>
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145993/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d74690>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145978%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145978/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012fac50>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146559%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146559/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146514/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145811/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146510/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146510>
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145338/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146469/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item ce180e41-8990-510b-8d08-888d385d6817 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-29 06:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146459/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00deb910>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_expert_report_file_953659bb-a36a-456e-9a1c-815d9a5faa7a.pdf HTTP/1.1" 201 0
2026-03-29 06:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 39d553bb-c7bc-50d1-93fb-cf8b1352297d, skipping ID generation
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DKP23AGZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP23AGZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d0e990>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145993%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145993/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01a1f010>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_expert_report_file_406c411e-615b-4212-b24a-b4fc78899c40.pdf HTTP/1.1" 201 0
2026-03-29 06:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f, skipping ID generation
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DCP07ABX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CP07ABX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145920/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145920>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145314/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145314>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145806>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146500>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146445/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146445>
2026-03-29 06:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145326>
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144799%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144799 not downloaded yet
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142690%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142690 not downloaded yet
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144804%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144804 not downloaded yet
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142697%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142697 not downloaded yet
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004a5690>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145926%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145926/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f06ed0>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_expert_report_file_23faa97e-a7fb-4983-a963-35d2be92b789.pdf HTTP/1.1" 201 0
2026-03-29 06:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ba0d24d-2f92-5342-a80a-d8977a5d088b, skipping ID generation
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DKM16UUA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM16UUA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f82a90>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146514%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146514/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004811d0>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145811%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145811/600 saved to cache
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011046d0>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_expert_report_file_73cb51a1-99df-4854-bbc2-db541a9b38af.pdf HTTP/1.1" 201 0
2026-03-29 06:02:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04a5c4b3-92a9-592a-a182-af0b7b14706e, skipping ID generation
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DAE19YAD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AE19YAD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f7bfd0>
2026-03-29 06:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145338%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145338/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01108490>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146469%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146469/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01689350>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146459%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146459/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145795/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145795>
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144809%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144809 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142707%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142707 not downloaded yet
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145913/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145913>
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146510/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146435/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146435>
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO58%20HTE-GB>
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146584/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146584>
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146496/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SH59HJU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144739%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144739 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142030%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142030 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144813%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144813 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142725%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142725 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144744%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144744 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142047%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142047 not downloaded yet
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144821%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144821 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142734%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142734 not downloaded yet
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145314/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146500/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145306/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145306>
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144751%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144751 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142056%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142056 not downloaded yet
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145787/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145787>
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146445/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145806/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144830%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144830 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142754%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142754 not downloaded yet
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01104c90>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146510%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146510/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144758%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144758 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142066%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142066 not downloaded yet
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145920/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144839%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144839 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142778%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142778 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144765%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144765 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142078%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142078 not downloaded yet
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145913/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146496/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SH59HJU/42810771?sv=2020-08-04&st=2026-03-29T06%3A01%3A34Z&se=2026-03-29T06%3A26%3A34Z&sr=b&sp=r&sig=Ho2n%2BSCv5gWnkU0NmSN6jXoV4ubYZyS%2F1uoH%2BgbxLE0%3D)
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146435/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142015/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AE19YAD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144847%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144847 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142796%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142796 not downloaded yet
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145795/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146584/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144776%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144776 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142108%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142108 not downloaded yet
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01725cd0>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_expert_report_file_3cb72e46-c70c-4857-aa22-0ab4f094f537.pdf HTTP/1.1" 201 0
2026-03-29 06:02:02 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0755e228-8801-584c-a586-61f481b14bf7, skipping ID generation
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGF61DZW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF61DZW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011b0e90>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145314%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145314/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011bb490>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146500%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146500/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fbd790>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145326%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145326/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00cf9150>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146445%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146445/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012b4c50>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145806%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145806/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00cf9150>
2026-03-29 06:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145920%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145920/600 saved to cache
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142725/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142725>
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144856%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144856 not downloaded yet
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142812%27 HTTP/1.1" 200 None
2026-03-29 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142812 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144786%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144786 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142128%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142128 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143906%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143906 not downloaded yet
2026-03-29 06:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144744/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144744>
2026-03-29 06:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144821/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144821>
2026-03-29 06:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142047/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142047>
2026-03-29 06:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142734/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142734>
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144797%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144797 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142158%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142158 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143918%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143918 not downloaded yet
2026-03-29 06:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145787/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145306/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001e5250>
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FOU10XUH%252F699145913%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145913/600 saved to cache
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00ddac10>
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSH59HJU%252F699146496%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146496/600 saved to cache
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ce180e41-8990-510b-8d08-888d385d6817
2026-03-29 06:02:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce180e41-8990-510b-8d08-888d385d6817, skipping ID generation
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce180e41-8990-510b-8d08-888d385d6817 sending to next pipeline
2026-03-29 06:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce180e41-8990-510b-8d08-888d385d6817, identifier: SH59%20HJU
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010da5d0>
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146435%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146435/600 saved to cache
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001ccc90>
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145795%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145795/600 saved to cache
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d402d0>
2026-03-29 06:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146584%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146584/600 saved to cache
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144813/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144813>
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144805%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144805 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699142177%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142177 not downloaded yet
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699143928%27 HTTP/1.1" 200 None
2026-03-29 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143928 not downloaded yet
2026-03-29 06:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU
2026-03-29 06:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU
2026-03-29 06:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU to the API
2026-03-29 06:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146496/600>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_expert_report_file_03db4818-63ac-46fa-b3bf-8e9a11f727b2.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH59%20HJU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ce180e41-8990-510b-8d08-888d385d6817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH59 HJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH59%20HJU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '407 SW',
'odometer': 85072,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50723,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146496/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46091,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146500/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46440,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146510/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49738,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146514/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47117,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146522/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42525,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146526/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100359,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146540/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109321,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146559/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce180e41-8990-510b-8d08-888d385d6817/ce180e41-8990-510b-8d08-888d385d6817_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79666,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SH59HJU/699146570/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'PEUGEOT 407 SW 2.0 HDI 140 SPORT Estate',
'transmission': 'manual',
'trim': 'HDI 140 SPORT',
'vin': 'VF36ERHF89L023015',
'year': 2009}
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH59%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [bca.uk] INFO: Saving data for SH59%20HJU: {'created_time': 1774764124.09346, 'last_price_update_time': 1774764124.093472, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH59%2520HJU') HTTP/1.1" 204 0
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142015/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144765>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142754>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142778/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142778>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142078/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142078>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144839>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142066/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142066>
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143939%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143939 not downloaded yet
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016ce150>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_expert_report_file_a89a52ef-8b62-417a-8989-465e3e6d1cff.pdf HTTP/1.1" 201 0
2026-03-29 06:02:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67ff4e26-7e28-5446-bedc-8d38dde58077, skipping ID generation
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3DEO58HTE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO58HTE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f32850>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145787%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145787/600 saved to cache
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f33ad0>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145306%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145306/600 saved to cache
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142725/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143945%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143945 not downloaded yet
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143356%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143356 not downloaded yet
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143962%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143962 not downloaded yet
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143364%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143364 not downloaded yet
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fb9c90>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FAE19YAD%252F699142015%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142015/600 saved to cache
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142734/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142047/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142128/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142128>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143906>
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144821/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144786/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144786>
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144744/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143984%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143984 not downloaded yet
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143374%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143374 not downloaded yet
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144813/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144003%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144003 not downloaded yet
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143382%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143382 not downloaded yet
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144765/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142066/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142778/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142078/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143348/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO58HTE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143928/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143928>
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144023%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144023 not downloaded yet
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143393%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143393 not downloaded yet
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0132a210>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FCP07ABX%252F699142725%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142725/600 saved to cache
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142754/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143410%27 HTTP/1.1" 200 None
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143410 not downloaded yet
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016dac90>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FCP07ABX%252F699142734%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142734/600 saved to cache
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0132a210>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FAE19YAD%252F699142047%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142047/600 saved to cache
2026-03-29 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014e9010>
2026-03-29 06:02:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKP23AGZ%252F699144821%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144821/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014cfb10>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKM16UUA%252F699144744%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144744/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc003f91d0>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKP23AGZ%252F699144813%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144813/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143356/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143356>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143364>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143962/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143962>
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143424%27 HTTP/1.1" 200 None
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143424 not downloaded yet
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142128/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144786/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03c7ba10>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKM16UUA%252F699144765%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144765/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f69990>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FAE19YAD%252F699142066%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142066/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f204d0>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FCP07ABX%252F699142778%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142778/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01388510>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FAE19YAD%252F699142078%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142078/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fa2210>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FCP07ABX%252F699142754%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142754/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0138a210>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKP23AGZ%252F699144839%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144839/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143437%27 HTTP/1.1" 200 None
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143437 not downloaded yet
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143945/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143945>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143939/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143939>
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699143451%27 HTTP/1.1" 200 None
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143451 not downloaded yet
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013e11d0>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143906%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143906/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0151a150>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FAE19YAD%252F699142128%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142128/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01396090>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKM16UUA%252F699144786%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144786/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143928/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143348/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143374/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143374>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143382/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143382>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144003/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144003>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143984/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143984>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144023/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144023>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143393/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143393>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144805/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144805>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142177/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142177>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143410>
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143364/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143356/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0117dc10>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143928%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143928/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143962/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143939/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143945/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143984/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f68bd0>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143348%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143348/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143374/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143382/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144003/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143451/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143451>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01397c50>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143364%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143364/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d06e90>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143356%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143356/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143393/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143437/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143437>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143424>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143918/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699143918>
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00482590>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143962%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143962/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03d565d0>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143939%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143939/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014b4090>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143945%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143945/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fa27d0>
2026-03-29 06:02:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143984%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143984/600 saved to cache
2026-03-29 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144805/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144023/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142158/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142158>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144797/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144797>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144856>
2026-03-29 06:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142812>
2026-03-29 06:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142177/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00417e50>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143374%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143374/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013e06d0>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143382%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143382/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014f0590>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699144003%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144003/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004db810>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143393%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143393/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143918/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144776/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144776>
2026-03-29 06:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142108/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142108>
2026-03-29 06:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF61DZW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143424/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143437/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143451/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO58HTE/42811348?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=VHW%2B1WxWj%2B3TIp%2BpIO1kqL1HLa81E2Tc%2FCNQjePgEjg%3D)
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01437690>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKM16UUA%252F699144805%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144805/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013e2c50>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699144023%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144023/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00449010>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143410%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143410/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013e1890>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FAE19YAD%252F699142177%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142177/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142796/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142796>
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144856/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142158/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144797/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01704190>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FGF61DZW%252F699143918%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143918/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fb8c90>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143424%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143424/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014d7810>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143437%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143437/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016b6090>
2026-03-29 06:02:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FEO58HTE%252F699143451%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143451/600 saved to cache
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 67ff4e26-7e28-5446-bedc-8d38dde58077
2026-03-29 06:02:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67ff4e26-7e28-5446-bedc-8d38dde58077, skipping ID generation
2026-03-29 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67ff4e26-7e28-5446-bedc-8d38dde58077 sending to next pipeline
2026-03-29 06:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67ff4e26-7e28-5446-bedc-8d38dde58077, identifier: EO58%20HTE
2026-03-29 06:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE
2026-03-29 06:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE
2026-03-29 06:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE to the API
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143451/600>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_expert_report_file_a89a52ef-8b62-417a-8989-465e3e6d1cff.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO58%20HTE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67ff4e26-7e28-5446-bedc-8d38dde58077',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO58 HTE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO58%20HTE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 93451,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47665,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143348/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45121,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143356/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44547,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143364/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46114,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143374/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45051,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143382/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42211,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143393/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92793,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143410/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79555,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143424/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91419,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143437/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67ff4e26-7e28-5446-bedc-8d38dde58077/67ff4e26-7e28-5446-bedc-8d38dde58077_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76237,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO58HTE/699143451/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FORD C-MAX 1.8 TITANIUM MPV',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0EXXGCDE8E84572',
'year': 2008}
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO58%2520HTE%27 HTTP/1.1" 200 None
2026-03-29 06:02:07 [bca.uk] INFO: Saving data for EO58%20HTE: {'created_time': 1774764127.305147, 'last_price_update_time': 1774764127.305156, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO58%2520HTE') HTTP/1.1" 204 0
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144830/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144830>
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144847>
2026-03-29 06:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF61DZW/42810979?sv=2020-08-04&st=2026-03-29T06%3A02%3A01Z&se=2026-03-29T06%3A27%3A01Z&sr=b&sp=r&sig=Js8JTdF8zjZeBZ6kolfZOiwbsQVf%2BxlO71SYkHJZI5o%3D)
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144758/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144758>
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142056/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142056>
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144751/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144751>
2026-03-29 06:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142108/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144776/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03990590>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKP23AGZ%252F699144856%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144856/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fc3590>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FAE19YAD%252F699142158%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142158/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01133490>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FCP07ABX%252F699142812%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142812/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011068d0>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKM16UUA%252F699144797%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144797/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144809/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144809>
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142030/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142030>
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144739/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144739>
2026-03-29 06:02:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142707/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142707>
2026-03-29 06:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142796/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0117b150>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FGF61DZW%252F699143896%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143896/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0755e228-8801-584c-a586-61f481b14bf7
2026-03-29 06:02:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0755e228-8801-584c-a586-61f481b14bf7, skipping ID generation
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0755e228-8801-584c-a586-61f481b14bf7 sending to next pipeline
2026-03-29 06:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0755e228-8801-584c-a586-61f481b14bf7, identifier: GF61%20DZW
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001e5e10>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FAE19YAD%252F699142108%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142108/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01183f10>
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKM16UUA%252F699144776%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144776/600 saved to cache
2026-03-29 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0755e228-8801-584c-a586-61f481b14bf7 with identifier: GF61%20DZW
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-29 06:02:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0755e228-8801-584c-a586-61f481b14bf7 with identifier: GF61%20DZW
2026-03-29 06:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0755e228-8801-584c-a586-61f481b14bf7 with identifier: GF61%20DZW to the API
2026-03-29 06:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143896/600>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_expert_report_file_3cb72e46-c70c-4857-aa22-0ab4f094f537.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF61%20DZW-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0755e228-8801-584c-a586-61f481b14bf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF61 DZW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF61%20DZW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 104963,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49119,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143896/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45865,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143906/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45605,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143918/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47343,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143928/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49865,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143939/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47470,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143945/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108958,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143962/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53280,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699143984/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88342,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144003/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0755e228-8801-584c-a586-61f481b14bf7/0755e228-8801-584c-a586-61f481b14bf7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80468,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF61DZW/699144023/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'FIAT 500 0.9 TWINAIR PLUS Hatchback',
'transmission': 'manual',
'trim': 'TWINAIR PLUS',
'vin': 'ZFA31200000770419',
'year': 2011}
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF61%2520DZW%27 HTTP/1.1" 200 None
2026-03-29 06:02:08 [bca.uk] INFO: Saving data for GF61%20DZW: {'created_time': 1774764128.297403, 'last_price_update_time': 1774764128.297413, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF61%2520DZW') HTTP/1.1" 204 0
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144804/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144804>
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144735/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM16UUA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142697/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142697>
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144758/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142056/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142690/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142690>
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144830/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0396fb90>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FCP07ABX%252F699142796%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142796/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144799/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144799>
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142680/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CP07ABX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144751/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011780d0>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKM16UUA%252F699144758%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144758/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144809/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142707/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142697/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144793/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP23AGZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0138a810>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FAE19YAD%252F699142056%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142056/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144735/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144739/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM16UUA/42811144?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=HdWWmb6OxzpT1XKSAk8a793N%2B9bv5TPxw0NjY1kvKig%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142030/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE19YAD/42811149?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=kUDDWYaanFdtBKvc5WXNGRYCIPb7Rfa8%2FTI5lbvQfqM%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144804/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03dc2b10>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKP23AGZ%252F699144847%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144847/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004d7fd0>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKP23AGZ%252F699144830%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144830/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142690/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146574>
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145733/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145733>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0168fb10>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKM16UUA%252F699144751%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144751/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc002fa050>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKP23AGZ%252F699144809%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144809/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00411c10>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FCP07ABX%252F699142707%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142707/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00465910>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FCP07ABX%252F699142697%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142697/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145906>
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142680/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CP07ABX/42811375?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=k4IcrMi4EulhZdOuwoxlV2ccx6cJgEs5xDbceXBA3Xc%3D)
2026-03-29 06:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144799/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146432/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146432>
2026-03-29 06:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145296/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145296>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00406850>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKM16UUA%252F699144735%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144735/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014b6790>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKM16UUA%252F699144739%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144739/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b
2026-03-29 06:02:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ba0d24d-2f92-5342-a80a-d8977a5d088b, skipping ID generation
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b sending to next pipeline
2026-03-29 06:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ba0d24d-2f92-5342-a80a-d8977a5d088b, identifier: KM16%20UUA
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011221d0>
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FAE19YAD%252F699142030%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142030/600 saved to cache
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 04a5c4b3-92a9-592a-a182-af0b7b14706e
2026-03-29 06:02:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04a5c4b3-92a9-592a-a182-af0b7b14706e, skipping ID generation
2026-03-29 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 04a5c4b3-92a9-592a-a182-af0b7b14706e sending to next pipeline
2026-03-29 06:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04a5c4b3-92a9-592a-a182-af0b7b14706e, identifier: AE19%20YAD
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00483a50>
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKP23AGZ%252F699144804%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144804/600 saved to cache
2026-03-29 06:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fa0810>
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FCP07ABX%252F699142690%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142690/600 saved to cache
2026-03-29 06:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA
2026-03-29 06:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA
2026-03-29 06:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA to the API
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144739/600>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_expert_report_file_23faa97e-a7fb-4983-a963-35d2be92b789.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM16%20UUA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0ba0d24d-2f92-5342-a80a-d8977a5d088b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM16 UUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM16%20UUA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'SUPERB',
'odometer': 115097,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48748,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144735/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45365,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144739/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45288,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144744/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48313,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144751/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44339,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144758/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41867,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144765/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90045,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144776/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73095,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144786/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84484,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144797/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ba0d24d-2f92-5342-a80a-d8977a5d088b/0ba0d24d-2f92-5342-a80a-d8977a5d088b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65765,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM16UUA/699144805/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'SKODA SUPERB 2.0 TDI 190 SE L EXECUTIVE DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 190 SE L EXECUTIVE DSG',
'vin': 'TMBKJ7NP2G7060061',
'year': 2016}
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM16%2520UUA%27 HTTP/1.1" 200 None
2026-03-29 06:02:09 [bca.uk] INFO: Saving data for KM16%20UUA: {'created_time': 1774764129.517216, 'last_price_update_time': 1774764129.517228, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM16%2520UUA') HTTP/1.1" 204 0
2026-03-29 06:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD
2026-03-29 06:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD
2026-03-29 06:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD to the API
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142030/600>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_expert_report_file_73cb51a1-99df-4854-bbc2-db541a9b38af.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE19%20YAD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '04a5c4b3-92a9-592a-a182-af0b7b14706e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AE19 YAD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE19%20YAD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 214283,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49579,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142015/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46561,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142030/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47405,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142047/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48778,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142056/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46502,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142066/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44778,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142078/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99277,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142108/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69961,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142128/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87248,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142158/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_04a5c4b3-92a9-592a-a182-af0b7b14706e/04a5c4b3-92a9-592a-a182-af0b7b14706e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72759,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE19YAD/699142177/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 1.6 TDI 115 SE TECHNOLOGY DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 115 SE TECHNOLOGY DSG',
'vin': 'TMBKG7NEXK0128797',
'year': 2019}
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE19%2520YAD%27 HTTP/1.1" 200 None
2026-03-29 06:02:09 [bca.uk] INFO: Saving data for AE19%20YAD: {'created_time': 1774764129.948591, 'last_price_update_time': 1774764129.948604, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE19%2520YAD') HTTP/1.1" 204 0
2026-03-29 06:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144793/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP23AGZ/42811207?sv=2020-08-04&st=2026-03-29T06%3A02%3A00Z&se=2026-03-29T06%3A27%3A00Z&sr=b&sp=r&sig=AInkil1Y70MKa8KhRO0dNRmi50GLbdyJS3bWeQY0MgA%3D)
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146565/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146565>
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145722/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145722>
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145779/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145779>
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145897/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OU10XUH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146424>
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176617/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176617>
2026-03-29 06:02:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF10%20BUE-GB>
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004bf250>
2026-03-29 06:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FCP07ABX%252F699142680%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142680/600 saved to cache
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f
2026-03-29 06:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f, skipping ID generation
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f sending to next pipeline
2026-03-29 06:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f, identifier: CP07%20ABX
2026-03-29 06:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f81050>
2026-03-29 06:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKP23AGZ%252F699144799%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144799/600 saved to cache
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:10 [scrapy.extensions.logstats] INFO: Crawled 28 pages (at 25 pages/min), scraped 102 items (at 76 items/min)
2026-03-29 06:02:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 190MiB
2026-03-29 06:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX
2026-03-29 06:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX
2026-03-29 06:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX to the API
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142680/600>
{'auction_title': '',
'c_o_2_emission_value': 200,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_expert_report_file_406c411e-615b-4212-b24a-b4fc78899c40.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP07%20ABX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3e5dffed-a0b7-5f04-8502-a55bff2fb44f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP07 ABX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP07%20ABX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'CLK 200K',
'odometer': 121559,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48946,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142680/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45865,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142690/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44903,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142697/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47956,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142707/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44155,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142725/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41533,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142734/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76585,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142754/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56355,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142778/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88422,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142796/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e5dffed-a0b7-5f04-8502-a55bff2fb44f/3e5dffed-a0b7-5f04-8502-a55bff2fb44f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68123,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CP07ABX/699142812/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ CLK 200K 1.8 184 ELEGANCE TIP Coupe',
'transmission': 'manual',
'trim': '184 ELEGANCE TIP',
'vin': 'WDB2093412F225552',
'year': 2007}
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP07%2520ABX%27 HTTP/1.1" 200 None
2026-03-29 06:02:10 [bca.uk] INFO: Saving data for CP07%20ABX: {'created_time': 1774764130.541069, 'last_price_update_time': 1774764130.54108, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP07%2520ABX') HTTP/1.1" 204 0
2026-03-29 06:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146432/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145296/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146555/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146555>
2026-03-29 06:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145775/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145775>
2026-03-29 06:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145284/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145284>
2026-03-29 06:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145733/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004bf850>
2026-03-29 06:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FKP23AGZ%252F699144793%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144793/600 saved to cache
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d
2026-03-29 06:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 39d553bb-c7bc-50d1-93fb-cf8b1352297d, skipping ID generation
2026-03-29 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d sending to next pipeline
2026-03-29 06:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39d553bb-c7bc-50d1-93fb-cf8b1352297d, identifier: KP23%20AGZ
2026-03-29 06:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ
2026-03-29 06:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ
2026-03-29 06:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ to the API
2026-03-29 06:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144793/600>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_expert_report_file_953659bb-a36a-456e-9a1c-815d9a5faa7a.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP23%20AGZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '39d553bb-c7bc-50d1-93fb-cf8b1352297d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP23 AGZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP23%20AGZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 19158,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49839,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144793/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47832,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144799/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47663,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144804/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49638,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144809/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46251,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144813/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45006,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144821/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97316,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144830/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78437,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144839/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93214,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144847/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39d553bb-c7bc-50d1-93fb-cf8b1352297d/39d553bb-c7bc-50d1-93fb-cf8b1352297d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51401,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP23AGZ/699144856/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLVO XC40 2.0 B4P ULTIMATE DARK G/T StationWagon',
'transmission': 'automatic',
'trim': 'B4P ULTIMATE DARK G/T',
'vin': 'YV1XZK8V4P2051607',
'year': 2023}
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP23%2520AGZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:11 [bca.uk] INFO: Saving data for KP23%20AGZ: {'created_time': 1774764131.076178, 'last_price_update_time': 1774764131.076189, 'auction_closing_time': 1774951200.0}
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP23%2520AGZ') HTTP/1.1" 204 0
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146424/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145779/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145897/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OU10XUH/42811027?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=7nlZ4TI63P7sXQgwtbMLJ%2BPz7MC1sFmjH%2FvuXqqMCHk%3D)
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146565/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145709>
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145722/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176617/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0197bb90>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FOU10XUH%252F699145906%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145906/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00410890>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FRO60MKV%252F699146432%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146432/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f70810>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FLM59JDO%252F699145296%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145296/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014d5090>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FSM57OPB%252F699146574%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146574/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014bc850>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMK63AXR%252F699145733%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145733/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145775/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145284/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146555/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f6a210>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FRO60MKV%252F699146424%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146424/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016cff90>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMV06EOF%252F699145779%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145779/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f8dbd0>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FOU10XUH%252F699145897%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145897/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cb8d16bb-69fa-569d-a012-0ede4a367d5d
2026-03-29 06:02:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb8d16bb-69fa-569d-a012-0ede4a367d5d, skipping ID generation
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cb8d16bb-69fa-569d-a012-0ede4a367d5d sending to next pipeline
2026-03-29 06:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb8d16bb-69fa-569d-a012-0ede4a367d5d, identifier: OU10%20XUH
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f72250>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FSM57OPB%252F699146565%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146565/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016cdf10>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMK63AXR%252F699145722%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145722/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f8f8d0>
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYD10WDL%252F699176617%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176617/600 saved to cache
2026-03-29 06:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146406/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146406>
2026-03-29 06:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145269/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145269>
2026-03-29 06:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176606/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176606>
2026-03-29 06:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL13%20WXE-GB>
2026-03-29 06:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH
2026-03-29 06:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH
2026-03-29 06:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH to the API
2026-03-29 06:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145897/600>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_expert_report_file_b4fa5b9e-9927-4831-b258-397ab9658a12.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU10%20XUH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb8d16bb-69fa-569d-a012-0ede4a367d5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OU10 XUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU10%20XUH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 169778,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47116,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145897/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45151,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145906/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46236,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145913/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46774,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145920/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44663,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145926/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43625,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145937/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105618,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145948/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73380,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145964/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94181,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145978/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb8d16bb-69fa-569d-a012-0ede4a367d5d/cb8d16bb-69fa-569d-a012-0ede4a367d5d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75640,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OU10XUH/699145993/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'FORD C-MAX 2.0 ZETEC MPV',
'transmission': 'automatic',
'trim': 'ZETEC',
'vin': 'WF0EXXGCDE9D47682',
'year': 2010}
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU10%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [bca.uk] INFO: Saving data for OU10%20XUH: {'created_time': 1774764132.204654, 'last_price_update_time': 1774764132.204667, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU10%2520XUH') HTTP/1.1" 204 0
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145688/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145688>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146544>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145763/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145763>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f93410>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145775%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145775/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01106110>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145284%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145284/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013a7050>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146555%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146555/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01a33b10>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_expert_report_file_33124176-3074-429d-b630-ed175ff0e062.pdf HTTP/1.1" 201 0
2026-03-29 06:02:12 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a808dfcb-e781-5a57-a36f-9e57caf60aa3, skipping ID generation
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DDF10BUE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF10BUE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176583/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176583>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080043/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080043>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080055/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080055>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145259/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145259>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RO60MKV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146537/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146537>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145754>
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142873%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142873 not downloaded yet
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142881%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142881 not downloaded yet
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142888%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142888 not downloaded yet
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142896%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142896 not downloaded yet
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142904%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142904 not downloaded yet
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145682/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145682>
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142915%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142915 not downloaded yet
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145763/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145269/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142924%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142924 not downloaded yet
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176606/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146406/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142932%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142932 not downloaded yet
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145688/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03c7d4d0>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMK63AXR%252F699145709%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145709/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699142945%27 HTTP/1.1" 200 None
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142945 not downloaded yet
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146537/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145754/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RO60MKV/42811147?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=3WzC5q3h%2BL6cYVlSKVS7F72IWJ9ohujil4Win0Jw2So%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145259/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01414d10>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146544%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146544/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f30050>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145763%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145763/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc003f4750>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145269%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145269/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145682/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142904/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142904>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142866/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DF10BUE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142915/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142915>
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080055/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176583/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019a1610>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176606%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176606/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004951d0>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146406%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146406/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01746b50>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMK63AXR%252F699145688%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145688/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d38dd0>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146537%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146537/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00dcaa50>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145754%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145754/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00496510>
2026-03-29 06:02:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FRO60MKV%252F699146401%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146401/600 saved to cache
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3
2026-03-29 06:02:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3, skipping ID generation
2026-03-29 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 sending to next pipeline
2026-03-29 06:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3, identifier: RO60%20MKV
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03b18110>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FLM59JDO%252F699145259%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145259/600 saved to cache
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f91550>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_expert_report_file_6a7be697-b9b1-4eb4-9b15-7ac7e9d4a41b.pdf HTTP/1.1" 201 0
2026-03-29 06:02:13 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c, skipping ID generation
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLL13WXE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LL13WXE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080043/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV
2026-03-29 06:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV
2026-03-29 06:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV to the API
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146401/600>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_expert_report_file_8cc7e127-d5ff-4e7b-b93e-b9a80ce2668e.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO60%20MKV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO60 MKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO60%20MKV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'A180',
'odometer': 95419,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49848,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146401/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48647,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146406/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46754,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146413/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48266,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146424/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49801,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146432/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47887,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146435/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96082,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146445/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66760,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146459/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89994,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146469/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3/bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69704,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RO60MKV/699146483/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A180 2.0 CDI AVANTGARDE SE Hatchback',
'transmission': 'manual',
'trim': 'CDI AVANTGARDE SE',
'vin': 'WDD1690072J887383',
'year': 2010}
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO60%2520MKV%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [bca.uk] INFO: Saving data for RO60%20MKV: {'created_time': 1774764133.58422, 'last_price_update_time': 1774764133.584231, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO60%2520MKV') HTTP/1.1" 204 0
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142896>
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145214%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145214 not downloaded yet
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142924/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142924>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142932>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142888>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142881/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142881>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176570/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176570>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142873/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142873>
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145227%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145227 not downloaded yet
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc041b1750>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMK63AXR%252F699145682%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145682/600 saved to cache
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01348510>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FNA06VBC%252F699080055%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080055/600 saved to cache
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00416c90>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYD10WDL%252F699176583%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176583/600 saved to cache
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00416510>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMF10DTZ%252F699080043%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080043/600 saved to cache
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145233%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145233 not downloaded yet
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142866/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142904/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089317/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089317>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080041>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142945/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699142945>
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR09%20EXE-GB>
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142915/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145243%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145243 not downloaded yet
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145247%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145247 not downloaded yet
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145262%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145262 not downloaded yet
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145281%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145281 not downloaded yet
2026-03-29 06:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145206/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LL13WXE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145294%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145294 not downloaded yet
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176570/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142873/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142881/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699145307%27 HTTP/1.1" 200 None
2026-03-29 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145307 not downloaded yet
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00421590>
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142866%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142866/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f96d10>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142904%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142904/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0044ad10>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142915%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142915/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142924/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03c81b50>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176570%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176570/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012fc9d0>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142896%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142896/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f79310>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142932%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142932/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012d8fd0>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142873%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142873/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011831d0>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142881%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142881/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019727d0>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142888%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142888/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145227/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145227>
2026-03-29 06:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145214/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145214>
2026-03-29 06:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142945/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DF10BUE/42810849?sv=2020-08-04&st=2026-03-29T06%3A02%3A08Z&se=2026-03-29T06%3A27%3A08Z&sr=b&sp=r&sig=uWy5gEm1Ep9W5qlp4Q7C0W7SOtpIQUYdFEFFAI9p3fI%3D)
2026-03-29 06:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145233/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145233>
2026-03-29 06:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089317/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0196ca50>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142924%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142924/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080041/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014d5890>
2026-03-29 06:02:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FDF10BUE%252F699142945%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142945/600 saved to cache
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a808dfcb-e781-5a57-a36f-9e57caf60aa3
2026-03-29 06:02:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a808dfcb-e781-5a57-a36f-9e57caf60aa3, skipping ID generation
2026-03-29 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a808dfcb-e781-5a57-a36f-9e57caf60aa3 sending to next pipeline
2026-03-29 06:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a808dfcb-e781-5a57-a36f-9e57caf60aa3, identifier: DF10%20BUE
2026-03-29 06:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145247>
2026-03-29 06:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE
2026-03-29 06:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE
2026-03-29 06:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE to the API
2026-03-29 06:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142945/600>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_expert_report_file_33124176-3074-429d-b630-ed175ff0e062.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF10%20BUE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a808dfcb-e781-5a57-a36f-9e57caf60aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF10 BUE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF10%20BUE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'C200',
'odometer': 145357,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52032,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142866/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47259,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142873/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46605,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142881/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48208,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142888/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46215,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142896/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42432,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142904/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81741,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142915/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81750,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142924/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88139,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142932/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a808dfcb-e781-5a57-a36f-9e57caf60aa3/a808dfcb-e781-5a57-a36f-9e57caf60aa3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63253,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DF10BUE/699142945/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C200 2.1 CDI B/E EXECUTIVE SE Saloon',
'transmission': 'manual',
'trim': 'CDI B/E EXECUTIVE SE',
'vin': 'WDD2040012A420758',
'year': 2010}
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF10%2520BUE%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [bca.uk] INFO: Saving data for DF10%20BUE: {'created_time': 1774764135.135711, 'last_price_update_time': 1774764135.135725, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF10%2520BUE') HTTP/1.1" 204 0
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145281/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145281>
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145206/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145243/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145243>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145262/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145262>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LM59JDO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145294/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145294>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03c7f850>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV09UFD%252F699089317%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089317/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0196d210>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FNA06VBC%252F699080041%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080041/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc039bd090>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_expert_report_file_7199e2d6-c7b5-46f4-b1eb-c0c5b18b6691.pdf HTTP/1.1" 201 0
2026-03-29 06:02:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3b689d7-1c39-5732-a21f-42bb927a0cd5, skipping ID generation
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DKR09EXE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KR09EXE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145227/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145307/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145307>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145674/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145674>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176563/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176563>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146533/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146533>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145749/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MV06EOF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145233/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145214/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144857%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144857 not downloaded yet
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144862%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144862 not downloaded yet
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014d5250>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145206%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145206/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144867%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144867 not downloaded yet
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080027/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080027>
2026-03-29 06:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080020/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080020>
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LM59JDO/42811224?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=Msqq8CYfPAxVbRHm33vzV4o1JkJDJYaX%2FbtjzbxvjaM%3D)
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144870%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144870 not downloaded yet
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145281/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145294/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145243/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145262/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144877%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144877 not downloaded yet
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0049cd10>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145227%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145227/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01a24ed0>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145233%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145233/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014b6f50>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145214%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145214/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146533/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145749/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MV06EOF/42811202?sv=2020-08-04&st=2026-03-29T06%3A01%3A29Z&se=2026-03-29T06%3A26%3A29Z&sr=b&sp=r&sig=NL1wvreP6x%2FJQSxV6%2FGMPMhxAT2bStVxl33zk6QlIVw%3D)
2026-03-29 06:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176563/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144886%27 HTTP/1.1" 200 None
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144886 not downloaded yet
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fc01d0>
2026-03-29 06:02:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLM59JDO%252F699145257%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145257/600 saved to cache
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3a44b8dd-8f76-59d5-928a-329c8a33933d
2026-03-29 06:02:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a44b8dd-8f76-59d5-928a-329c8a33933d, skipping ID generation
2026-03-29 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a44b8dd-8f76-59d5-928a-329c8a33933d sending to next pipeline
2026-03-29 06:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a44b8dd-8f76-59d5-928a-329c8a33933d, identifier: LM59%20JDO
2026-03-29 06:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO
2026-03-29 06:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO
2026-03-29 06:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO to the API
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145257/600>
{'auction_title': '',
'c_o_2_emission_value': 224,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_expert_report_file_8297868d-1112-4d6e-b127-d3004dfe61b3.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM59%20JDO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3a44b8dd-8f76-59d5-928a-329c8a33933d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM59 JDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM59%20JDO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 113263,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49792,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145257/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47654,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145259/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46398,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145269/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48453,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145276/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45566,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145284/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43020,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145296/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104336,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145306/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61677,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145314/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89810,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145326/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a44b8dd-8f76-59d5-928a-329c8a33933d/3a44b8dd-8f76-59d5-928a-329c8a33933d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59143,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LM59JDO/699145338/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VOLVO XC90 2.4 D5 185 ACTIVE G/T Estate',
'transmission': 'manual',
'trim': 'D5 185 ACTIVE G/T',
'vin': 'YV1CZ7146A1543088',
'year': 2009}
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM59%2520JDO%27 HTTP/1.1" 200 None
2026-03-29 06:02:16 [bca.uk] INFO: Saving data for LM59%20JDO: {'created_time': 1774764136.399857, 'last_price_update_time': 1774764136.399867, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM59%2520JDO') HTTP/1.1" 204 0
2026-03-29 06:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089310/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089310>
2026-03-29 06:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144852/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KR09EXE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080047/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080047>
2026-03-29 06:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145674/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144896%27 HTTP/1.1" 200 None
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144896 not downloaded yet
2026-03-29 06:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144867/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144867>
2026-03-29 06:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145307/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL13WXE/42811109?sv=2020-08-04&st=2026-03-29T06%3A02%3A11Z&se=2026-03-29T06%3A27%3A11Z&sr=b&sp=r&sig=sxqyMMU5IfPSQUNNGBL%2BcLRUrpxrCWwBzEA5fZ%2FJooE%3D)
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01706c90>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145247%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145247/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fae8d0>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145281%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145281/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001ddd10>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145294%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145294/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001dd450>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145243%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145243/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f8fed0>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FLL13WXE%252F699145262%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145262/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01694210>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146533%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146533/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004cd250>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMV06EOF%252F699145749%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145749/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf
2026-03-29 06:02:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a37c638-ed6f-5dd6-8024-40d17f8181cf, skipping ID generation
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf sending to next pipeline
2026-03-29 06:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a37c638-ed6f-5dd6-8024-40d17f8181cf, identifier: MV06%20EOF
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fbc650>
2026-03-29 06:02:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176563%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176563/600 saved to cache
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144910%27 HTTP/1.1" 200 None
2026-03-29 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144910 not downloaded yet
2026-03-29 06:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF
2026-03-29 06:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF
2026-03-29 06:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF to the API
2026-03-29 06:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145749/600>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_expert_report_file_b22af53b-f645-4272-bda4-a42ce0c97da3.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV06%20EOF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4a37c638-ed6f-5dd6-8024-40d17f8181cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV06 EOF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV06%20EOF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 117077,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49405,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145749/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47549,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145754/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47468,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145763/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48393,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145768/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46776,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145775/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46594,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145779/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106001,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145787/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78220,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145795/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94362,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145806/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a37c638-ed6f-5dd6-8024-40d17f8181cf/4a37c638-ed6f-5dd6-8024-40d17f8181cf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40345,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MV06EOF/699145811/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS 1.3 VVT-I T3 MMT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I T3 MMT',
'vin': 'VNKKL96300A070881',
'year': 2006}
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV06%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 06:02:17 [bca.uk] INFO: Saving data for MV06%20EOF: {'created_time': 1774764137.193522, 'last_price_update_time': 1774764137.193534, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV06%2520EOF') HTTP/1.1" 204 0
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080020/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080027/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080032/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080032>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144857/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144857>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144870/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144870>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144877>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089340/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089340>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144862>
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144920%27 HTTP/1.1" 200 None
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144920 not downloaded yet
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001deb50>
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02: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 06:02:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMK63AXR%252F699145674%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145674/600 saved to cache
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f607d0>
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02: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 06:02:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FLL13WXE%252F699145307%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145307/600 saved to cache
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c
2026-03-29 06:02:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c, skipping ID generation
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c sending to next pipeline
2026-03-29 06:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c, identifier: LL13%20WXE
2026-03-29 06:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE
2026-03-29 06:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE
2026-03-29 06:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE to the API
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145307/600>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_expert_report_file_6a7be697-b9b1-4eb4-9b15-7ac7e9d4a41b.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL13%20WXE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL13 WXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL13%20WXE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 129299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49308,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145206/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45351,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145214/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46909,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145227/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47676,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145233/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48911,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145243/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46153,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145247/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83554,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145262/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62657,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145281/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79229,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145294/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c/442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95254,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL13WXE/699145307/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0DXXGAKDDA26860',
'year': 2013}
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL13%2520WXE%27 HTTP/1.1" 200 None
2026-03-29 06:02:17 [bca.uk] INFO: Saving data for LL13%20WXE: {'created_time': 1774764137.869776, 'last_price_update_time': 1774764137.869786, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL13%2520WXE') HTTP/1.1" 204 0
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146524/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699146524>
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144852/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144886/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144886>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176557/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176557>
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144867/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089310/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080047/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc11a13c50>
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02: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 06:02:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMF10DTZ%252F699080020%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080020/600 saved to cache
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00cf8150>
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02: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 06:02:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FNA06VBC%252F699080027%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080027/600 saved to cache
2026-03-29 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144896>
2026-03-29 06:02:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080013/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080013>
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00fad5d0>
2026-03-29 06:02:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02: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 06:02:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144852%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144852/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089340/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144877/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f630d0>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144867%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144867/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00490650>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV09UFD%252F699089310%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089310/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d0da50>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699080047%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080047/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144870/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144857/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176557/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144920/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144920>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146524/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:18 [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 06:02:18 [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 06:02: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 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080032/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144886/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019710d0>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144862%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144862/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016ddb50>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089340%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089340/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d39690>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144877%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144877/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089306/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089306>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080016/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080016>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144910/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144910>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080013/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d038d0>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144870%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144870/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03c80650>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144857%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144857/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00419910>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176557%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176557/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0151be50>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FSM57OPB%252F699146524%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146524/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013a7a50>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699080032%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080032/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0151bd90>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144886%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144886/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089328/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089328>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080031/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080031>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080021/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080021>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080088/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080088>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144920/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011ba9d0>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMF10DTZ%252F699080013%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080013/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0151a050>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144896%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144896/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146517/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SM57OPB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW13%20FAK-GB>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145664/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699145664>
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176551/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176551>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144910/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KR09EXE/42811367?sv=2020-08-04&st=2026-03-29T06%3A02%3A13Z&se=2026-03-29T06%3A27%3A13Z&sr=b&sp=r&sig=rfkWBDxTmnxpGJB4%2BAUeuwq9ry1Y2rfEBr2mJglDswQ%3D)
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089306/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014f1b50>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144920%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144920/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080016/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079998/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079998>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080031/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080004/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080004>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080088/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089299>
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080021/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089328/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01130650>
2026-03-29 06:02:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FKR09EXE%252F699144910%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144910/600 saved to cache
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d3b689d7-1c39-5732-a21f-42bb927a0cd5
2026-03-29 06:02:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3b689d7-1c39-5732-a21f-42bb927a0cd5, skipping ID generation
2026-03-29 06:02:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d3b689d7-1c39-5732-a21f-42bb927a0cd5 sending to next pipeline
2026-03-29 06:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3b689d7-1c39-5732-a21f-42bb927a0cd5, identifier: KR09%20EXE
2026-03-29 06:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE
2026-03-29 06:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE
2026-03-29 06:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE to the API
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144910/600>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_expert_report_file_7199e2d6-c7b5-46f4-b1eb-c0c5b18b6691.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR09%20EXE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd3b689d7-1c39-5732-a21f-42bb927a0cd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR09 EXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR09%20EXE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'B200',
'odometer': 161514,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49360,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144852/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47117,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144857/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45099,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144862/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46771,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144867/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45987,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144870/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43940,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144877/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107427,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144886/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82784,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144896/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96596,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144910/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3b689d7-1c39-5732-a21f-42bb927a0cd5/d3b689d7-1c39-5732-a21f-42bb927a0cd5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78538,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KR09EXE/699144920/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ B200 2.0 CDI SPORT Hatchback',
'transmission': 'manual',
'trim': 'CDI SPORT',
'vin': 'WDD2452082J491166',
'year': 2009}
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR09%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:02:19 [bca.uk] INFO: Saving data for KR09%20EXE: {'created_time': 1774764139.378594, 'last_price_update_time': 1774764139.378604, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR09%2520EXE') HTTP/1.1" 204 0
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176551/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146517/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM57OPB/42811150?sv=2020-08-04&st=2026-03-29T06%3A01%3A28Z&se=2026-03-29T06%3A26%3A28Z&sr=b&sp=r&sig=EnZKBCULN7I%2BuLNlZ%2BuCMggzkJtx4t%2F17bj3gRvhFfw%3D)
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080019/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080019>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089323/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089323>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080012/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080012>
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145664/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079998/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00480b50>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FHV09UFD%252F699089306%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089306/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0148dcd0>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FNA06VBC%252F699080016%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080016/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0045bed0>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FHV59VKF%252F699080031%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080031/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0148f650>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYR08YHO%252F699080088%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080088/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0148ca50>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYR10WLK%252F699080021%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080021/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00459710>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYC06JWZ%252F699089328%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089328/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080084/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080084>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176548/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699176548>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MK63AXR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV62%20ZWC-GB>
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080004/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079989/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079989>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079994/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079994>
2026-03-29 06:02:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089294/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089294>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019a0510>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYD10WDL%252F699176551%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176551/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d1ec50>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FSM57OPB%252F699146517%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146517/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9
2026-03-29 06:02:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f79b4162-bbc2-5bb2-9328-c675c65e3fa9, skipping ID generation
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9 sending to next pipeline
2026-03-29 06:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f79b4162-bbc2-5bb2-9328-c675c65e3fa9, identifier: SM57%20OPB
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019bcc50>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMK63AXR%252F699145664%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145664/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004daa10>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMF10DTZ%252F699079998%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079998/600 saved to cache
2026-03-29 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01518810>
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_expert_report_file_a43d888c-317c-4852-8016-9ab7e3c24349.pdf HTTP/1.1" 201 0
2026-03-29 06:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0aff8c7-a18e-5fdb-ad54-f5c593728f98, skipping ID generation
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DHW13FAK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HW13FAK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB
2026-03-29 06:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB
2026-03-29 06:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB to the API
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146517/600>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_expert_report_file_3bae29f4-b8a2-4dde-a299-0b9f8d015a01.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM57%20OPB-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f79b4162-bbc2-5bb2-9328-c675c65e3fa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM57 OPB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM57%20OPB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 86289,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46881,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146517/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44734,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146524/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45171,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146533/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47547,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146537/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47539,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146544/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44740,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146546/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98444,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146555/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62320,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146565/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86564,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146574/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f79b4162-bbc2-5bb2-9328-c675c65e3fa9/f79b4162-bbc2-5bb2-9328-c675c65e3fa9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65497,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM57OPB/699146584/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FORD C-MAX 2.0 ZETEC MPV',
'transmission': 'automatic',
'trim': 'ZETEC',
'vin': 'WF0EXXGCDE7M36274',
'year': 2008}
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM57%2520OPB%27 HTTP/1.1" 200 None
2026-03-29 06:02:20 [bca.uk] INFO: Saving data for SM57%20OPB: {'created_time': 1774764140.501937, 'last_price_update_time': 1774764140.501947, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM57%2520OPB') HTTP/1.1" 204 0
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080012/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080019/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089323/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144600%27 HTTP/1.1" 200 None
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144600 not downloaded yet
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MK63AXR/42811260?sv=2020-08-04&st=2026-03-29T06%3A01%3A30Z&se=2026-03-29T06%3A26%3A30Z&sr=b&sp=r&sig=5CYCIhIwshXFDPtu0rr6tEQbmJ0iLSaKScgrwRE8FWA%3D)
2026-03-29 06:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079997>
2026-03-29 06:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089316/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089316>
2026-03-29 06:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080011/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080011>
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144605%27 HTTP/1.1" 200 None
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144605 not downloaded yet
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d1c5d0>
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FHV09UFD%252F699089299%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089299/600 saved to cache
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004a2610>
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FNA06VBC%252F699080004%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080004/600 saved to cache
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176548/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144612%27 HTTP/1.1" 200 None
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144612 not downloaded yet
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc003f7ed0>
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYR10WLK%252F699080012%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080012/600 saved to cache
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01417ad0>
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FHV59VKF%252F699080019%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080019/600 saved to cache
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01a33b50>
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYC06JWZ%252F699089323%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089323/600 saved to cache
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f82410>
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMK63AXR%252F699145656%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145656/600 saved to cache
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5
2026-03-29 06:02:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5, skipping ID generation
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 sending to next pipeline
2026-03-29 06:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5, identifier: MK63%20AXR
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D> (referer: https://www.bca.co.uk/)
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080084/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089294/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144619%27 HTTP/1.1" 200 None
2026-03-29 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144619 not downloaded yet
2026-03-29 06:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR
2026-03-29 06:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR
2026-03-29 06:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR to the API
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145656/600>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_expert_report_file_ca934c08-0553-43a9-b26f-dab5d1ba7664.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK63%20AXR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '341f3b10-d3f0-5c66-9827-fdcc7d752ad5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK63 AXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK63%20AXR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 113350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47928,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145656/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45976,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145664/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49225,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145674/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45573,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145682/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42212,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145688/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84081,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145700/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67247,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145709/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81190,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145722/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_341f3b10-d3f0-5c66-9827-fdcc7d752ad5/341f3b10-d3f0-5c66-9827-fdcc7d752ad5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76991,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MK63AXR/699145733/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'FORD MONDEO 2.0 TDCI 163 ZETEC BUSINESS ED.P/S Hatchback',
'transmission': 'automatic',
'trim': 'TDCI 163 ZETEC BUSINESS ED.P/S',
'vin': 'WF0EXXGBBEDA51898',
'year': 2013}
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK63%2520AXR%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [bca.uk] INFO: Saving data for MK63%20AXR: {'created_time': 1774764141.349056, 'last_price_update_time': 1774764141.349068, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK63%2520AXR') HTTP/1.1" 204 0
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080075/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080075>
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176539/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YD10WDL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:21 [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 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HW13FAK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144626%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144626 not downloaded yet
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d0ef50>
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176548%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176548/600 saved to cache
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079989/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079994/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079977/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079977>
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079985/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079985>
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144636%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144636 not downloaded yet
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d0ee90>
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_expert_report_file_954ac121-2c50-43a5-864e-be9f761f1d87.pdf HTTP/1.1" 201 0
2026-03-29 06:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c361e05-93e2-57fa-9a75-90f2ecb5b143, skipping ID generation
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%26Reg%3DHV62ZWC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV62ZWC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016b2a10>
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080084%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080084/600 saved to cache
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004950d0>
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV09UFD%252F699089294%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089294/600 saved to cache
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144600/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144600>
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144645%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144645 not downloaded yet
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144575%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144575 not downloaded yet
2026-03-29 06:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080011/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:21 [bca.uk] INFO: Total items found: 100
2026-03-29 06:02:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded
2026-03-29 06:02:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:02:21 [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 06:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016b3b10>
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FMF10DTZ%252F699079989%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079989/600 saved to cache
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011a9510>
2026-03-29 06:02:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FNA06VBC%252F699079994%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079994/600 saved to cache
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089316/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144653%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144653 not downloaded yet
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144580%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144580 not downloaded yet
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079999/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079999>
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144605/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144605>
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144612/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144612>
2026-03-29 06:02:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089288/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089288>
2026-03-29 06:02:21 [bca.uk] INFO: Found listing with ID: GF67%20XMD
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF67%2520XMD%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [bca.uk] INFO: Scrape type for GF67%20XMD: 0
2026-03-29 06:02:21 [bca.uk] INFO: Found listing with ID: DE57%20JFF
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE57%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [bca.uk] INFO: Scrape type for DE57%20JFF: 2
2026-03-29 06:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF
2026-03-29 06:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with scrape type 2
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with scrape type 2
2026-03-29 06:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f77d28b-6034-5ecf-baea-6b095e4dbba1, identifier: DE57%20JFF
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144662%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144662 not downloaded yet
2026-03-29 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144587%27 HTTP/1.1" 200 None
2026-03-29 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144587 not downloaded yet
2026-03-29 06:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF
2026-03-29 06:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF
2026-03-29 06:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF to the API
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:22 [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': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE57%20JFF-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5f77d28b-6034-5ecf-baea-6b095e4dbba1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE57 JFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE57%20JFF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 157836,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'LAND ROVER FREELANDER 2 2.2 TD4 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TD4 HSE',
'vin': 'SALFA23B18H061105',
'year': 2007}
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE57%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Saving data for DE57%20JFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774649945.249383, 'last_price_update_time': 1774764142.293795}
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE57%2520JFF') HTTP/1.1" 204 0
2026-03-29 06:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176539/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YD10WDL/42803960?sv=2020-08-04&st=2026-03-29T06%3A01%3A24Z&se=2026-03-29T06%3A26%3A24Z&sr=b&sp=r&sig=FWyfR1FTpilqzTuQC7Xk%2F%2FwsgHe9WQlbBjEbNyzmY40%3D)
2026-03-29 06:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144619/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144619>
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: GJ67%20HWW
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ67%2520HWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for GJ67%20HWW: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: SB15%20DHF
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB15%2520DHF%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for SB15%20DHF: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: BD18%20RFJ
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD18%2520RFJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for BD18%20RFJ: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: PX15%20ZPR
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX15%2520ZPR%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for PX15%20ZPR: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: FD17%20FAM
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD17%2520FAM%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for FD17%20FAM: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: ML14%20AHZ
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML14%2520AHZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for ML14%20AHZ: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: DN60%20UOP
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN60%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for DN60%20UOP: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: LN03%20XSM
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN03%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for LN03%20XSM: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: KF54%20RYD
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF54%2520RYD%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for KF54%20RYD: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: DE59%20LRX
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE59%2520LRX%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for DE59%20LRX: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: ND05%20TWY
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND05%2520TWY%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for ND05%20TWY: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: YB08%20SFN
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB08%2520SFN%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for YB08%20SFN: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: YK63%20HJU
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK63%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for YK63%20HJU: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: VN10%20HZJ
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN10%2520HZJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for VN10%20HZJ: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: RY07%20SLU
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RY07%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for RY07%20SLU: 0
2026-03-29 06:02:22 [bca.uk] INFO: Found listing with ID: YX59%20SFY
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX59%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [bca.uk] INFO: Scrape type for YX59%20SFY: 2
2026-03-29 06:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY
2026-03-29 06:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with scrape type 2
2026-03-29 06:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with scrape type 2
2026-03-29 06:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75d8564a-3a3f-5e7e-86e2-59917fc267a5, identifier: YX59%20SFY
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144593%27 HTTP/1.1" 200 None
2026-03-29 06:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144593 not downloaded yet
2026-03-29 06:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY
2026-03-29 06:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY
2026-03-29 06:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY to the API
2026-03-29 06:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:23 [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': 193,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX59%20SFY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '75d8564a-3a3f-5e7e-86e2-59917fc267a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX59 SFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX59%20SFY&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'HYUNDAI',
'model': 'COUPE SIII',
'odometer': 118164,
'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 COUPE SIII 2.0 TSIII Coupe',
'transmission': 'manual',
'trim': 'TSIII',
'vin': 'KMHHN61DR8U286137',
'year': 2009}
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX59%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Saving data for YX59%20SFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536042.491617, 'last_price_update_time': 1774764143.032755}
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX59%2520SFY') HTTP/1.1" 204 0
2026-03-29 06:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080075/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144626/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144626>
2026-03-29 06:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089311/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089311>
2026-03-29 06:02:23 [bca.uk] INFO: Found listing with ID: BG66%20TXM
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG66%2520TXM%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Scrape type for BG66%20TXM: 0
2026-03-29 06:02:23 [bca.uk] INFO: Found listing with ID: YX16%20OWF
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX16%2520OWF%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Scrape type for YX16%20OWF: 0
2026-03-29 06:02:23 [bca.uk] INFO: Found listing with ID: WN64%20EZV
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN64%2520EZV%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Scrape type for WN64%20EZV: 0
2026-03-29 06:02:23 [bca.uk] INFO: Found listing with ID: W12%20SWW
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27W12%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Scrape type for W12%20SWW: 2
2026-03-29 06:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW
2026-03-29 06:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 353c40af-08c9-553a-bf71-d005f2458aa2 with scrape type 2
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 353c40af-08c9-553a-bf71-d005f2458aa2 with scrape type 2
2026-03-29 06:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 353c40af-08c9-553a-bf71-d005f2458aa2, identifier: W12%20SWW
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016fc850>
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699080011%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080011/600 saved to cache
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010f8710>
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089316%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089316/600 saved to cache
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010e5390>
2026-03-29 06:02:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699079997%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079997/600 saved to cache
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144600/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144575/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144575>
2026-03-29 06:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144570/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV62ZWC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%3D699144599%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144599 not downloaded yet
2026-03-29 06:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW
2026-03-29 06:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW
2026-03-29 06:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW to the API
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:23 [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': 410,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=W12%20SWW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '6.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '353c40af-08c9-553a-bf71-d005f2458aa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'W12 SWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=W12%20SWW&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BENTLEY',
'model': 'CONTINENTAL GT',
'odometer': 90962,
'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': 'BENTLEY CONTINENTAL GT 6.0 W12 Coupe',
'transmission': 'manual',
'trim': 'W12',
'vin': 'SCBCE63WX6C039528',
'year': 2006}
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27W12%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Saving data for W12%20SWW: {'auction_closing_time': 1774864800.0, 'created_time': 1773821682.631493, 'last_price_update_time': 1774764143.817335}
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W12%2520SWW') HTTP/1.1" 204 0
2026-03-29 06:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079977/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF10DTZ/42811286?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=LD6B8lSwIFsq7ahe2nBJdAMixRQtuGkspZLTXcyHYKE%3D)
2026-03-29 06:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079985/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:23 [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 06:02:23 [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 06:02:23 [bca.uk] INFO: Found listing with ID: GK16%20EPE
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK16%2520EPE%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Scrape type for GK16%20EPE: 0
2026-03-29 06:02:23 [bca.uk] INFO: Found listing with ID: SL64%20BNE
2026-03-29 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL64%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 06:02:23 [bca.uk] INFO: Scrape type for SL64%20BNE: 2
2026-03-29 06:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f702bc3c-b336-5551-81e5-1f4b830f0c51 with identifier: SL64%20BNE
2026-03-29 06:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f702bc3c-b336-5551-81e5-1f4b830f0c51 with scrape type 2
2026-03-29 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f702bc3c-b336-5551-81e5-1f4b830f0c51 with scrape type 2
2026-03-29 06:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f702bc3c-b336-5551-81e5-1f4b830f0c51, identifier: SL64%20BNE
2026-03-29 06:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011731d0>
2026-03-29 06:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYD10WDL%252F699176539%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176539/600 saved to cache
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7df4b070-0c1e-5a51-827f-4e02f701b648
2026-03-29 06:02:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7df4b070-0c1e-5a51-827f-4e02f701b648, skipping ID generation
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7df4b070-0c1e-5a51-827f-4e02f701b648 sending to next pipeline
2026-03-29 06:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7df4b070-0c1e-5a51-827f-4e02f701b648, identifier: YD10%20WDL
2026-03-29 06:02:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016b2210>
2026-03-29 06:02:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144595%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144595/600 saved to cache
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144612/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144645>
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%3D699144609%27 HTTP/1.1" 200 None
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144609 not downloaded yet
2026-03-29 06:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f702bc3c-b336-5551-81e5-1f4b830f0c51 with identifier: SL64%20BNE
2026-03-29 06:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f702bc3c-b336-5551-81e5-1f4b830f0c51 with identifier: SL64%20BNE
2026-03-29 06:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f702bc3c-b336-5551-81e5-1f4b830f0c51 with identifier: SL64%20BNE to the API
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:24 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL64%20BNE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f702bc3c-b336-5551-81e5-1f4b830f0c51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL64 BNE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL64%20BNE&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 85633,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MAZDA CX-5 2.2 D 150 SPORT 2WD StationWagon',
'transmission': 'manual',
'trim': 'D 150 SPORT 2WD',
'vin': 'JMZKEF91600170679',
'year': 2014}
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL64%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 06:02:24 [bca.uk] INFO: Saving data for SL64%20BNE: {'auction_closing_time': 1774778400.0, 'created_time': 1774650460.439381, 'last_price_update_time': 1774764144.52947}
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL64%2520BNE') HTTP/1.1" 204 0
2026-03-29 06:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL
2026-03-29 06:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL
2026-03-29 06:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL to the API
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176539/600>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_expert_report_file_a75c1a66-6b01-4b4f-bc71-10ce23a55a11.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD10%20WDL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7df4b070-0c1e-5a51-827f-4e02f701b648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD10 WDL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD10%20WDL&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 63519,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45233,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176539/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42941,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176548/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40283,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176551/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39764,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176557/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37562,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176563/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39053,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176570/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102459,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176583/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83914,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176595/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89548,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176606/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7df4b070-0c1e-5a51-827f-4e02f701b648/7df4b070-0c1e-5a51-827f-4e02f701b648_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84306,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YD10WDL/699176617/600',
'Width': 600}],
'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': 'WF0JXXGAJJAY13063',
'year': 2010}
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD10%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:02:24 [bca.uk] INFO: Saving data for YD10%20WDL: {'created_time': 1774764144.907135, 'last_price_update_time': 1774764144.907145, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD10%2520WDL') HTTP/1.1" 204 0
2026-03-29 06:02:24 [bca.uk] INFO: Found listing with ID: ET12%20EPJ
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET12%2520EPJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:24 [bca.uk] INFO: Scrape type for ET12%20EPJ: 0
2026-03-29 06:02:24 [bca.uk] INFO: Found listing with ID: KT07%20CZW
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT07%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:02:24 [bca.uk] INFO: Scrape type for KT07%20CZW: 0
2026-03-29 06:02:24 [bca.uk] INFO: Found listing with ID: LX66%20KVO
2026-03-29 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX66%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 06:02:24 [bca.uk] INFO: Scrape type for LX66%20KVO: 2
2026-03-29 06:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129e95bc-f46c-5af9-b76c-21fce6c199d8 with identifier: LX66%20KVO
2026-03-29 06:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129e95bc-f46c-5af9-b76c-21fce6c199d8 with scrape type 2
2026-03-29 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129e95bc-f46c-5af9-b76c-21fce6c199d8 with scrape type 2
2026-03-29 06:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 129e95bc-f46c-5af9-b76c-21fce6c199d8, identifier: LX66%20KVO
2026-03-29 06:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089288/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144619/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144605/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144580/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144580>
2026-03-29 06:02:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144653/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144653>
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%3D699144622%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144622 not downloaded yet
2026-03-29 06:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 129e95bc-f46c-5af9-b76c-21fce6c199d8 with identifier: LX66%20KVO
2026-03-29 06:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 129e95bc-f46c-5af9-b76c-21fce6c199d8 with identifier: LX66%20KVO
2026-03-29 06:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 129e95bc-f46c-5af9-b76c-21fce6c199d8 with identifier: LX66%20KVO to the API
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX66%20KVO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '129e95bc-f46c-5af9-b76c-21fce6c199d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX66 KVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX66%20KVO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 89962,
'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': 'automatic',
'trim': 'DIG-T TEKNA',
'vin': 'SJNFEAJ11U1789537',
'year': 2016}
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX66%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Saving data for LX66%20KVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774362225.286823, 'last_price_update_time': 1774764145.388784}
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX66%2520KVO') HTTP/1.1" 204 0
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc016fc390>
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FYR08YHO%252F699080075%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080075/600 saved to cache
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0045df90>
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FHW13FAK%252F699144600%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144600/600 saved to cache
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00cf0f90>
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FMF10DTZ%252F699079977%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079977/600 saved to cache
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88
2026-03-29 06:02:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea5ea119-f77b-520f-b0a9-4d0ff4317e88, skipping ID generation
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88 sending to next pipeline
2026-03-29 06:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea5ea119-f77b-520f-b0a9-4d0ff4317e88, identifier: MF10%20DTZ
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0045df10>
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FNA06VBC%252F699079985%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079985/600 saved to cache
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144626/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: GU05%20LVY
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU05%2520LVY%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for GU05%20LVY: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: LE04%20AFJ
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LE04%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for LE04%20AFJ: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: GJ56%20OZO
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ56%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for GJ56%20OZO: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: YT64%20TZR
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT64%2520TZR%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for YT64%20TZR: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: DN13%20WOV
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN13%2520WOV%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for DN13%20WOV: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: SL60%20TLY
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL60%2520TLY%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for SL60%20TLY: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: DF13%20OAN
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF13%2520OAN%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for DF13%20OAN: 0
2026-03-29 06:02:25 [bca.uk] INFO: Found listing with ID: SO05%20MZE
2026-03-29 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO05%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 06:02:25 [bca.uk] INFO: Scrape type for SO05%20MZE: 2
2026-03-29 06:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE
2026-03-29 06:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1573c59-19b1-5507-abaa-c3a1f8556307 with scrape type 2
2026-03-29 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1573c59-19b1-5507-abaa-c3a1f8556307 with scrape type 2
2026-03-29 06:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1573c59-19b1-5507-abaa-c3a1f8556307, identifier: SO05%20MZE
2026-03-29 06:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ
2026-03-29 06:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ
2026-03-29 06:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ to the API
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079977/600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_expert_report_file_68df43f7-3da4-40b8-b780-53ad38e4e981.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF10%20DTZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ea5ea119-f77b-520f-b0a9-4d0ff4317e88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF10 DTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF10%20DTZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'CHEVROLET',
'model': 'SPARK',
'odometer': 93428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179585,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079962/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188170,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079970/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162936,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079977/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170973,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079989/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147002,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699079998/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102542,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080013/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138848,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080020/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea5ea119-f77b-520f-b0a9-4d0ff4317e88/ea5ea119-f77b-520f-b0a9-4d0ff4317e88_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157051,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF10DTZ/699080043/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'CHEVROLET SPARK 1.2 LT Hatchback',
'transmission': 'manual',
'trim': 'LT',
'vin': 'KL1MF48D9AC154862',
'year': 2010}
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF10%2520DTZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Saving data for MF10%20DTZ: {'created_time': 1774764146.280467, 'last_price_update_time': 1774764146.280479, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF10%2520DTZ') HTTP/1.1" 204 0
2026-03-29 06:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079999/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144637%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144637 not downloaded yet
2026-03-29 06:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE
2026-03-29 06:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE
2026-03-29 06:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE to the API
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO05%20MZE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1573c59-19b1-5507-abaa-c3a1f8556307',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SO05 MZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO05%20MZE&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 111744,
'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 CIVIC 1.6 VTEC SE Hatchback',
'transmission': 'automatic',
'trim': 'VTEC SE',
'vin': 'SHHEU88405U413642',
'year': 2005}
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO05%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Saving data for SO05%20MZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563209.850282, 'last_price_update_time': 1774764146.752306}
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO05%2520MZE') HTTP/1.1" 204 0
2026-03-29 06:02:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d4d350>
2026-03-29 06:02:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-29 06:02:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02: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%252FHW13FAK%252F699144612%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144612/600 saved to cache
2026-03-29 06:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089311/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144570/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144575/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144587/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144587>
2026-03-29 06:02:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144593/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144593>
2026-03-29 06:02:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144662/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144662>
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: LS17%20NKK
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS17%2520NKK%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for LS17%20NKK: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: ET67%20ZTJ
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET67%2520ZTJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for ET67%20ZTJ: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: LN09%20WAJ
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN09%2520WAJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for LN09%20WAJ: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: BG67%20KMM
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG67%2520KMM%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for BG67%20KMM: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: LX14%20XNH
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX14%2520XNH%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for LX14%20XNH: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: LL18%20NDU
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL18%2520NDU%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for LL18%20NDU: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: KS67%20XUM
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS67%2520XUM%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for KS67%20XUM: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: LF18%20AUM
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF18%2520AUM%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for LF18%20AUM: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: HK67%20LGN
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK67%2520LGN%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for HK67%20LGN: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: CA06%20YTM
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA06%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for CA06%20YTM: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: RE14%20ZSJ
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE14%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for RE14%20ZSJ: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: VE65%20FMD
2026-03-29 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE65%2520FMD%27 HTTP/1.1" 200 None
2026-03-29 06:02:26 [bca.uk] INFO: Scrape type for VE65%20FMD: 0
2026-03-29 06:02:26 [bca.uk] INFO: Found listing with ID: CU17%20XCT
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU17%2520XCT%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for CU17%20XCT: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: FN66%20XKP
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN66%2520XKP%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for FN66%20XKP: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: JL07%20FAY
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JL07%2520FAY%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for JL07%20FAY: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: LF64%20MJE
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF64%2520MJE%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for LF64%20MJE: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: WV68%20XXZ
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV68%2520XXZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for WV68%20XXZ: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: HY65%20BWJ
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY65%2520BWJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for HY65%20BWJ: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: NV15%20TXJ
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV15%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for NV15%20TXJ: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: WP16%20DFL
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP16%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for WP16%20DFL: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: WV67%20NMF
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV67%2520NMF%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for WV67%20NMF: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: LK66%20WKL
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK66%2520WKL%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for LK66%20WKL: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: NL68%20LBO
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL68%2520LBO%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for NL68%20LBO: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: YK19%20NOH
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK19%2520NOH%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for YK19%20NOH: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: LO62%20FPD
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO62%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for LO62%20FPD: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: YA65%20UKW
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA65%2520UKW%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for YA65%20UKW: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: YC66%20FJX
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC66%2520FJX%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for YC66%20FJX: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: BL14%20HCA
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL14%2520HCA%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for BL14%20HCA: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: V888%20KPD
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27V888%2520KPD%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for V888%20KPD: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: GU09%20ZBO
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU09%2520ZBO%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for GU09%20ZBO: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: YD13%20TWN
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD13%2520TWN%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for YD13%20TWN: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: KP58%20SRV
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP58%2520SRV%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for KP58%20SRV: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: LT05%20ONJ
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT05%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for LT05%20ONJ: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: ML09%20TVX
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML09%2520TVX%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for ML09%20TVX: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: AF68%20HMX
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF68%2520HMX%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for AF68%20HMX: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: FL68%20CTV
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL68%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for FL68%20CTV: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: KN18%20OGS
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN18%2520OGS%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for KN18%20OGS: 0
2026-03-29 06:02:27 [bca.uk] INFO: Found listing with ID: LB68%20AKX
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB68%2520AKX%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Scrape type for LB68%20AKX: 2
2026-03-29 06:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a00cf117-3584-5990-b1f2-6d8ae2bc4c51 with identifier: LB68%20AKX
2026-03-29 06:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a00cf117-3584-5990-b1f2-6d8ae2bc4c51 with scrape type 2
2026-03-29 06:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a00cf117-3584-5990-b1f2-6d8ae2bc4c51 with scrape type 2
2026-03-29 06:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a00cf117-3584-5990-b1f2-6d8ae2bc4c51, identifier: LB68%20AKX
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699144648%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144648 not downloaded yet
2026-03-29 06:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a00cf117-3584-5990-b1f2-6d8ae2bc4c51 with identifier: LB68%20AKX
2026-03-29 06:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a00cf117-3584-5990-b1f2-6d8ae2bc4c51 with identifier: LB68%20AKX
2026-03-29 06:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a00cf117-3584-5990-b1f2-6d8ae2bc4c51 with identifier: LB68%20AKX to the API
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB68%20AKX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a00cf117-3584-5990-b1f2-6d8ae2bc4c51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB68 AKX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB68%20AKX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '320I',
'odometer': 72473,
'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 320I 2.0 T SPORT TOURING Estate',
'transmission': 'manual',
'trim': 'T SPORT TOURING',
'vin': 'WBA8G32050A828971',
'year': 2018}
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB68%2520AKX%27 HTTP/1.1" 200 None
2026-03-29 06:02:27 [bca.uk] INFO: Saving data for LB68%20AKX: {'auction_closing_time': 1774778400.0, 'created_time': 1774448037.933229, 'last_price_update_time': 1774764147.975718}
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB68%2520AKX') HTTP/1.1" 204 0
2026-03-29 06:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144645/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144599/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144599>
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: LB68%20BWP
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for LB68%20BWP: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: RA18%20XPV
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520XPV%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for RA18%20XPV: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: HY06%20VPF
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY06%2520VPF%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for HY06%20VPF: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: OV60%20BVR
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV60%2520BVR%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for OV60%20BVR: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: PE05%20WVK
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE05%2520WVK%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for PE05%20WVK: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: YA08%20JSV
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA08%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for YA08%20JSV: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: YD65%20RKK
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for YD65%20RKK: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: YH16%20GZR
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520GZR%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for YH16%20GZR: 0
2026-03-29 06:02:28 [bca.uk] INFO: Found listing with ID: YJ70%20JVF
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ70%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 06:02:28 [bca.uk] INFO: Scrape type for YJ70%20JVF: 2
2026-03-29 06:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9db5b015-a9e3-5a54-ae4a-911957a1f374 with identifier: YJ70%20JVF
2026-03-29 06:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9db5b015-a9e3-5a54-ae4a-911957a1f374 with scrape type 2
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9db5b015-a9e3-5a54-ae4a-911957a1f374 with scrape type 2
2026-03-29 06:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9db5b015-a9e3-5a54-ae4a-911957a1f374, identifier: YJ70%20JVF
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004b56d0>
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV09UFD%252F699089288%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089288/600 saved to cache
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011817d0>
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144619%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144619/600 saved to cache
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f12550>
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144605%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144605/600 saved to cache
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc019a9f50>
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144626%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144626/600 saved to cache
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdbf3f20910>
2026-03-29 06:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699079999%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079999/600 saved to cache
2026-03-29 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144580/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144622>
2026-03-29 06:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144636>
2026-03-29 06:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144609/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144609>
2026-03-29 06:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079988/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079988>
2026-03-29 06:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9db5b015-a9e3-5a54-ae4a-911957a1f374 with identifier: YJ70%20JVF
2026-03-29 06:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9db5b015-a9e3-5a54-ae4a-911957a1f374 with identifier: YJ70%20JVF
2026-03-29 06:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9db5b015-a9e3-5a54-ae4a-911957a1f374 with identifier: YJ70%20JVF to the API
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ70%20JVF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9db5b015-a9e3-5a54-ae4a-911957a1f374',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ70 JVF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ70%20JVF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '308',
'odometer': 122527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 1.5 BLUEHDI 130 ACTIVE PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 130 ACTIVE PREMIUM',
'vin': 'VF3LBYHYPLS157001',
'year': 2021}
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ70%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Saving data for YJ70%20JVF: {'auction_closing_time': 1774778400.0, 'created_time': 1774563253.963968, 'last_price_update_time': 1774764149.026234}
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ70%2520JVF') HTTP/1.1" 204 0
2026-03-29 06:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144653/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: DY65%20GUU
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY65%2520GUU%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for DY65%20GUU: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: GL16%20YMC
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520YMC%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for GL16%20YMC: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: LA66%20BZK
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for LA66%20BZK: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: LO65%20WNU
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO65%2520WNU%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for LO65%20WNU: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: ND16%20NYV
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND16%2520NYV%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for ND16%20NYV: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: OE14%20RHA
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for OE14%20RHA: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: OV67%20VJU
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520VJU%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for OV67%20VJU: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: RV64%20OCF
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for RV64%20OCF: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: ST64%20XKB
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST64%2520XKB%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for ST64%20XKB: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: MJ18%20UDV
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for MJ18%20UDV: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: GU70%20SXD
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520SXD%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for GU70%20SXD: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: L4%20VSX
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L4%2520VSX%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for L4%20VSX: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: LR70%20AHN
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for LR70%20AHN: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: GV69%20EKK
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV69%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for GV69%20EKK: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: EJ14%20PYU
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ14%2520PYU%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for EJ14%20PYU: 0
2026-03-29 06:02:29 [bca.uk] INFO: Found listing with ID: FG68%20SFY
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Scrape type for FG68%20SFY: 2
2026-03-29 06:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY
2026-03-29 06:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa729701-5b7c-56a9-bbc8-75fc94610204 with scrape type 2
2026-03-29 06:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa729701-5b7c-56a9-bbc8-75fc94610204 with scrape type 2
2026-03-29 06:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa729701-5b7c-56a9-bbc8-75fc94610204, identifier: FG68%20SFY
2026-03-29 06:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080067/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080067>
2026-03-29 06:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY
2026-03-29 06:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY
2026-03-29 06:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY to the API
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG68%20SFY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fa729701-5b7c-56a9-bbc8-75fc94610204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG68 SFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG68%20SFY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 81570,
'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 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 130 ACTIVE',
'vin': 'VF3MCYHZJJS381393',
'year': 2018}
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 06:02:29 [bca.uk] INFO: Saving data for FG68%20SFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774562665.091935, 'last_price_update_time': 1774764149.845555}
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520SFY') HTTP/1.1" 204 0
2026-03-29 06:02:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d43610>
2026-03-29 06:02:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089311%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089311/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014b6410>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144570%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144570/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010fa210>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144575%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144575/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00419790>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144645%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144645/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144587/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144593/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089282/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089282>
2026-03-29 06:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079990/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079990>
2026-03-29 06:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089305/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089305>
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144662/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:30 [bca.uk] INFO: Found listing with ID: PJ68%20AYD
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ68%2520AYD%27 HTTP/1.1" 200 None
2026-03-29 06:02:30 [bca.uk] INFO: Scrape type for PJ68%20AYD: 0
2026-03-29 06:02:30 [bca.uk] INFO: Found listing with ID: EX71%20JPO
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX71%2520JPO%27 HTTP/1.1" 200 None
2026-03-29 06:02:30 [bca.uk] INFO: Scrape type for EX71%20JPO: 0
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01705790>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144580%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144580/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00f059d0>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144653%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144653/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:30 [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 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144599/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144637/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144637>
2026-03-29 06:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144648/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699144648>
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144609/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW13FAK/42811041?sv=2020-08-04&st=2026-03-29T06%3A02%3A18Z&se=2026-03-29T06%3A27%3A18Z&sr=b&sp=r&sig=%2F097pLgPl6lSYy7%2FOuEeKPZ1j3HXxsvcOf3YuKnUWts%3D)
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc004ddb90>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144587%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144587/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00efea50>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144593%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144593/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010f9d10>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144662%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144662/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079988/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080067/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079982/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079982>
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079990/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089305/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089282/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:30 [bca.uk] INFO: Total items found: 100
2026-03-29 06:02:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded
2026-03-29 06:02:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:02:30 [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 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc010d9ad0>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144599%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144599/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00d4f6d0>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_7.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144622%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144622/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014a4710>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144609%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144609/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06: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 06: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 06:02:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014f0150>
2026-03-29 06:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_6.jpg HTTP/1.1" 201 0
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHW13FAK%252F699144636%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144636/600 saved to cache
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98
2026-03-29 06:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0aff8c7-a18e-5fdb-ad54-f5c593728f98, skipping ID generation
2026-03-29 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98 sending to next pipeline
2026-03-29 06:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0aff8c7-a18e-5fdb-ad54-f5c593728f98, identifier: HW13%20FAK
2026-03-29 06:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK
2026-03-29 06:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK
2026-03-29 06:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK to the API
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144636/600>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_expert_report_file_a43d888c-317c-4852-8016-9ab7e3c24349.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW13%20FAK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e0aff8c7-a18e-5fdb-ad54-f5c593728f98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HW13 FAK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW13%20FAK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 82805,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49338,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144595/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45747,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144600/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45331,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144605/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46363,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144612/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47935,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144619/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44855,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144626/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72424,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144636/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54398,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144645/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73172,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144653/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0aff8c7-a18e-5fdb-ad54-f5c593728f98/e0aff8c7-a18e-5fdb-ad54-f5c593728f98_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89217,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW13FAK/699144662/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.6 ONE Hatchback',
'transmission': 'manual',
'trim': 'ONE',
'vin': 'WMWZA32000WM97743',
'year': 2013}
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW13%2520FAK%27 HTTP/1.1" 200 None
2026-03-29 06:02:31 [bca.uk] INFO: Saving data for HW13%20FAK: {'created_time': 1774764151.40172, 'last_price_update_time': 1774764151.401729, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW13%2520FAK') HTTP/1.1" 204 0
2026-03-29 06:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079960/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NA06VBC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-29 06:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080060/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080060>
2026-03-29 06:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089273/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089273>
2026-03-29 06:02:31 [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 06:02:31 [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 06:02:31 [bca.uk] INFO: Found listing with ID: KM68%20WZP
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM68%2520WZP%27 HTTP/1.1" 200 None
2026-03-29 06:02:31 [bca.uk] INFO: Scrape type for KM68%20WZP: 0
2026-03-29 06:02:31 [bca.uk] INFO: Found listing with ID: EF22%20THK
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520THK%27 HTTP/1.1" 200 None
2026-03-29 06:02:31 [bca.uk] INFO: Scrape type for EF22%20THK: 2
2026-03-29 06:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK
2026-03-29 06:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e18d6454-db39-587f-9336-620c5636929e with scrape type 2
2026-03-29 06:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e18d6454-db39-587f-9336-620c5636929e with scrape type 2
2026-03-29 06:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e18d6454-db39-587f-9336-620c5636929e, identifier: EF22%20THK
2026-03-29 06:02:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089300>
2026-03-29 06:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079975>
2026-03-29 06:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079983/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079983>
2026-03-29 06:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144637/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144648/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV62ZWC/42811019?sv=2020-08-04&st=2026-03-29T06%3A02%3A19Z&se=2026-03-29T06%3A27%3A19Z&sr=b&sp=r&sig=3y5ZOBx3DKj4XGp%2FMvfkdz%2FqZsudA2SEQWhCcVT7sDU%3D)
2026-03-29 06:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=multicoloured HTTP/1.1" 200 None
2026-03-29 06:02:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK
2026-03-29 06:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK to the API
2026-03-29 06:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:32 [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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF22%20THK-GB',
'category': 'Car',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e18d6454-db39-587f-9336-620c5636929e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF22 THK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF22%20THK&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MINI',
'model': 'COOPER',
'odometer': 16516,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 EXCLUSIVE STEP Hatchback',
'transmission': 'automatic',
'trim': 'EXCLUSIVE STEP',
'vin': 'WMW32DK0X02T18754',
'year': 2022}
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520THK%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Saving data for EF22%20THK: {'auction_closing_time': 1774864800.0, 'created_time': 1774562710.031479, 'last_price_update_time': 1774764152.266321}
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF22%2520THK') HTTP/1.1" 204 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: DU68%20LVG
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520LVG%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for DU68%20LVG: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: AO65%20VXH
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for AO65%20VXH: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: PFZ%208482
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PFZ%25208482%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for PFZ%208482: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: SB11%20OWR
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB11%2520OWR%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for SB11%20OWR: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: YD14%20AUA
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD14%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for YD14%20AUA: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: YJ63%20VCM
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520VCM%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for YJ63%20VCM: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: CK70%20OSX
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK70%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for CK70%20OSX: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: FE55%20ACX
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE55%2520ACX%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for FE55%20ACX: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: RF22%20LPJ
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF22%2520LPJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for RF22%20LPJ: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: MW21%20AXB
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW21%2520AXB%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for MW21%20AXB: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: VK65%20LPO
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK65%2520LPO%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for VK65%20LPO: 0
2026-03-29 06:02:32 [bca.uk] INFO: Found listing with ID: YH22%20TPO
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520TPO%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Scrape type for YH22%20TPO: 2
2026-03-29 06:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO
2026-03-29 06:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21d0c061-f71e-5dc0-bea6-91eaa485195a with scrape type 2
2026-03-29 06:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21d0c061-f71e-5dc0-bea6-91eaa485195a with scrape type 2
2026-03-29 06:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21d0c061-f71e-5dc0-bea6-91eaa485195a, identifier: YH22%20TPO
2026-03-29 06:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080051/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080051>
2026-03-29 06:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699089293>
2026-03-29 06:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO
2026-03-29 06:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO
2026-03-29 06:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO to the API
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:32 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20TPO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '21d0c061-f71e-5dc0-bea6-91eaa485195a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH22 TPO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20TPO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': '330E',
'odometer': 73802,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T SPORT PRO Estate',
'transmission': 'automatic',
'trim': 'T SPORT PRO',
'vin': 'WBA6N32070FM57330',
'year': 2022}
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520TPO%27 HTTP/1.1" 200 None
2026-03-29 06:02:32 [bca.uk] INFO: Saving data for YH22%20TPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390230.77186, 'last_price_update_time': 1774764152.974314}
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520TPO') HTTP/1.1" 204 0
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012db990>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699079988%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079988/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001ccf90>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_5.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080067%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080067/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001cdcd0>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699079990%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079990/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0041ae10>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089305%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089305/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc002fbe10>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV09UFD%252F699089282%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089282/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079966/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699079966>
2026-03-29 06:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080038/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699080038>
2026-03-29 06:02:33 [bca.uk] INFO: Found listing with ID: WJ68%20YNB
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520YNB%27 HTTP/1.1" 200 None
2026-03-29 06:02:33 [bca.uk] INFO: Scrape type for WJ68%20YNB: 0
2026-03-29 06:02:33 [bca.uk] INFO: Found listing with ID: WR74%20UNV
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520UNV%27 HTTP/1.1" 200 None
2026-03-29 06:02:33 [bca.uk] INFO: Scrape type for WR74%20UNV: 2
2026-03-29 06:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV
2026-03-29 06:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with scrape type 2
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with scrape type 2
2026-03-29 06:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a, identifier: WR74%20UNV
2026-03-29 06:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079982/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV
2026-03-29 06:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV
2026-03-29 06:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV to the API
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR74%20UNV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cdc5773f-dc3b-5e66-a5e3-60d4faaae29a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR74 UNV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR74%20UNV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '308',
'odometer': 6131,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 1.5 BLUEHDI 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'BLUEHDI 130 GT EAT8',
'vin': 'VR3FBYHZ1RY640978',
'year': 2024}
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520UNV%27 HTTP/1.1" 200 None
2026-03-29 06:02:33 [bca.uk] INFO: Saving data for WR74%20UNV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562655.566305, 'last_price_update_time': 1774764153.740268}
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR74%2520UNV') HTTP/1.1" 204 0
2026-03-29 06:02:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc001cfe50>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_8.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144637%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144637/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-29 06:02:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-29 06:02: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 06:02: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 06:02:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014d4a90>
2026-03-29 06:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_9.jpg HTTP/1.1" 201 0
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV62ZWC%252F699144648%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144648/600 saved to cache
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143
2026-03-29 06:02:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c361e05-93e2-57fa-9a75-90f2ecb5b143, skipping ID generation
2026-03-29 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143 sending to next pipeline
2026-03-29 06:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c361e05-93e2-57fa-9a75-90f2ecb5b143, identifier: HV62%20ZWC
2026-03-29 06:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080060/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089273/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV09UFD/42811347?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=uy016Q5Mzq4PrxEV0xx%2BUpjzSUvscBo%2BqmDKrVG7o9c%3D)
2026-03-29 06:02:33 [bca.uk] INFO: Found listing with ID: LR09%20VJO
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR09%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 06:02:33 [bca.uk] INFO: Scrape type for LR09%20VJO: 0
2026-03-29 06:02:33 [bca.uk] INFO: Found listing with ID: AJ10%20XBR
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520XBR%27 HTTP/1.1" 200 None
2026-03-29 06:02:33 [bca.uk] INFO: Scrape type for AJ10%20XBR: 0
2026-03-29 06:02:33 [bca.uk] INFO: Found listing with ID: FP60%20LBZ
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP60%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:33 [bca.uk] INFO: Scrape type for FP60%20LBZ: 0
2026-03-29 06:02:33 [bca.uk] INFO: Found listing with ID: KE04%20ECL
2026-03-29 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE04%2520ECL%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Scrape type for KE04%20ECL: 0
2026-03-29 06:02:34 [bca.uk] INFO: Found listing with ID: KP05%20UXR
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP05%2520UXR%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Scrape type for KP05%20UXR: 0
2026-03-29 06:02:34 [bca.uk] INFO: Found listing with ID: KX06%20XUD
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX06%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Scrape type for KX06%20XUD: 0
2026-03-29 06:02:34 [bca.uk] INFO: Found listing with ID: LK59%20LFU
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK59%2520LFU%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Scrape type for LK59%20LFU: 0
2026-03-29 06:02:34 [bca.uk] INFO: Found listing with ID: HV15%20WJD
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520WJD%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Scrape type for HV15%20WJD: 0
2026-03-29 06:02:34 [bca.uk] INFO: Found listing with ID: KY65%20CJZ
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Scrape type for KY65%20CJZ: 2
2026-03-29 06:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b43b52d-a660-59ff-9ece-69718df8377b with identifier: KY65%20CJZ
2026-03-29 06:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b43b52d-a660-59ff-9ece-69718df8377b with scrape type 2
2026-03-29 06:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b43b52d-a660-59ff-9ece-69718df8377b with scrape type 2
2026-03-29 06:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b43b52d-a660-59ff-9ece-69718df8377b, identifier: KY65%20CJZ
2026-03-29 06:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC
2026-03-29 06:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC
2026-03-29 06:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC to the API
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144648/600>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_expert_report_file_954ac121-2c50-43a5-864e-be9f761f1d87.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV62%20ZWC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c361e05-93e2-57fa-9a75-90f2ecb5b143',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV62 ZWC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV62%20ZWC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'ASTRA GTC',
'odometer': 135009,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47353,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144570/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44670,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144575/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45874,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144580/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46758,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144587/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45375,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144593/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43814,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144599/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71812,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144609/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58705,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144622/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91278,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144637/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c361e05-93e2-57fa-9a75-90f2ecb5b143/2c361e05-93e2-57fa-9a75-90f2ecb5b143_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87337,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV62ZWC/699144648/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA GTC 2.0 CDTI 16V 165 SRI Coupe',
'transmission': 'automatic',
'trim': 'CDTI 16V 165 SRI',
'vin': 'W0LPF2EN9DG037623',
'year': 2012}
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV62%2520ZWC%27 HTTP/1.1" 200 None
2026-03-29 06:02:34 [bca.uk] INFO: Saving data for HV62%20ZWC: {'created_time': 1774764154.595738, 'last_price_update_time': 1774764154.595749, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV62%2520ZWC') HTTP/1.1" 204 0
2026-03-29 06:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079960/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NA06VBC/42811316?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=8LqNzYneNGg3eHK9OUTip1nLi8wxseQnlbsiQ5qBZ88%3D)
2026-03-29 06:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b43b52d-a660-59ff-9ece-69718df8377b with identifier: KY65%20CJZ
2026-03-29 06:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b43b52d-a660-59ff-9ece-69718df8377b with identifier: KY65%20CJZ
2026-03-29 06:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b43b52d-a660-59ff-9ece-69718df8377b with identifier: KY65%20CJZ to the API
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY65%20CJZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2b43b52d-a660-59ff-9ece-69718df8377b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY65 CJZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY65%20CJZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 105516,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA 1.6 CDTI 136 E/F SRI S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 136 E/F SRI S/S',
'vin': 'W0LGM6E37G1017390',
'year': 2015}
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:35 [bca.uk] INFO: Saving data for KY65%20CJZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774448483.559143, 'last_price_update_time': 1774764155.042002}
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY65%2520CJZ') HTTP/1.1" 204 0
2026-03-29 06:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079983/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV59VKF/42811309?sv=2020-08-04&st=2026-03-29T06%3A01%3A23Z&se=2026-03-29T06%3A26%3A23Z&sr=b&sp=r&sig=Gb2qOaPkpOsJLoK1BxaZkPvhiURt0oc6ElVx5nOKKy4%3D)
2026-03-29 06:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:35 [bca.uk] INFO: Found listing with ID: LK66%20RLX
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 06:02:35 [bca.uk] INFO: Scrape type for LK66%20RLX: 0
2026-03-29 06:02:35 [bca.uk] INFO: Found listing with ID: LR66%20GXC
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520GXC%27 HTTP/1.1" 200 None
2026-03-29 06:02:35 [bca.uk] INFO: Scrape type for LR66%20GXC: 2
2026-03-29 06:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27532a0a-b486-586c-8ca0-a2ea59220456 with identifier: LR66%20GXC
2026-03-29 06:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27532a0a-b486-586c-8ca0-a2ea59220456 with scrape type 2
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27532a0a-b486-586c-8ca0-a2ea59220456 with scrape type 2
2026-03-29 06:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27532a0a-b486-586c-8ca0-a2ea59220456, identifier: LR66%20GXC
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc012b73d0>
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699079982%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079982/600 saved to cache
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27532a0a-b486-586c-8ca0-a2ea59220456 with identifier: LR66%20GXC
2026-03-29 06:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27532a0a-b486-586c-8ca0-a2ea59220456 with identifier: LR66%20GXC
2026-03-29 06:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27532a0a-b486-586c-8ca0-a2ea59220456 with identifier: LR66%20GXC to the API
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR66%20GXC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '27532a0a-b486-586c-8ca0-a2ea59220456',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR66 GXC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR66%20GXC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A160',
'odometer': 92769,
'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 A160 1.6 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WDD1760412J517533',
'year': 2016}
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520GXC%27 HTTP/1.1" 200 None
2026-03-29 06:02:35 [bca.uk] INFO: Saving data for LR66%20GXC: {'auction_closing_time': 1774778400.0, 'created_time': 1774448477.757695, 'last_price_update_time': 1774764155.527548}
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR66%2520GXC') HTTP/1.1" 204 0
2026-03-29 06:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080051/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC06JWZ/42811325?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=hn85Vjrd8mqe6wSKa2cxVTkqTLk%2BrXFRqMTB2SuOADA%3D)
2026-03-29 06:02:35 [bca.uk] INFO: Found listing with ID: MD66%20XKL
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520XKL%27 HTTP/1.1" 200 None
2026-03-29 06:02:35 [bca.uk] INFO: Scrape type for MD66%20XKL: 2
2026-03-29 06:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d48e91c5-a76c-524e-91f9-0c9ae39dcf8c with identifier: MD66%20XKL
2026-03-29 06:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d48e91c5-a76c-524e-91f9-0c9ae39dcf8c with scrape type 2
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d48e91c5-a76c-524e-91f9-0c9ae39dcf8c with scrape type 2
2026-03-29 06:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d48e91c5-a76c-524e-91f9-0c9ae39dcf8c, identifier: MD66%20XKL
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00416b50>
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_4.jpg HTTP/1.1" 201 0
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080060%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080060/600 saved to cache
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc03968290>
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV09UFD%252F699089273%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089273/600 saved to cache
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 14beab74-d4b0-5c96-91b8-c360a57c70e0
2026-03-29 06:02:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14beab74-d4b0-5c96-91b8-c360a57c70e0, skipping ID generation
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14beab74-d4b0-5c96-91b8-c360a57c70e0 sending to next pipeline
2026-03-29 06:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14beab74-d4b0-5c96-91b8-c360a57c70e0, identifier: HV09%20UFD
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc0396a9d0>
2026-03-29 06:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_0.jpg HTTP/1.1" 201 0
2026-03-29 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FNA06VBC%252F699079960%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079960/600 saved to cache
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 56b80215-19b6-5c51-bea0-4c9a7eae3493
2026-03-29 06:02:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56b80215-19b6-5c51-bea0-4c9a7eae3493, skipping ID generation
2026-03-29 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56b80215-19b6-5c51-bea0-4c9a7eae3493 sending to next pipeline
2026-03-29 06:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56b80215-19b6-5c51-bea0-4c9a7eae3493, identifier: NA06%20VBC
2026-03-29 06:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080038/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR08YHO/42811275?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=aAjqaghwGT2BLsgDUzKqqqw6KrF1WWErTKAwm5mzehQ%3D)
2026-03-29 06:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079966/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR10WLK/42811292?sv=2020-08-04&st=2026-03-29T06%3A01%3A22Z&se=2026-03-29T06%3A26%3A22Z&sr=b&sp=r&sig=1TcCwc1SudTsGxjh6vn4JnTa%2FAhuA%2F%2BzyeBafBE0Mcc%3D)
2026-03-29 06:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d48e91c5-a76c-524e-91f9-0c9ae39dcf8c with identifier: MD66%20XKL
2026-03-29 06:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d48e91c5-a76c-524e-91f9-0c9ae39dcf8c with identifier: MD66%20XKL
2026-03-29 06:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d48e91c5-a76c-524e-91f9-0c9ae39dcf8c with identifier: MD66%20XKL to the API
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:36 [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': 177,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD66%20XKL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd48e91c5-a76c-524e-91f9-0c9ae39dcf8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MD66 XKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD66%20XKL&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 62066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE StationWagon',
'transmission': 'manual',
'trim': 'T GDI AWD GT-LINE',
'vin': 'U5YPK816NHL205353',
'year': 2017}
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520XKL%27 HTTP/1.1" 200 None
2026-03-29 06:02:36 [bca.uk] INFO: Saving data for MD66%20XKL: {'auction_closing_time': 1774778400.0, 'created_time': 1774265357.257194, 'last_price_update_time': 1774764156.345814}
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD66%2520XKL') HTTP/1.1" 204 0
2026-03-29 06:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD
2026-03-29 06:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD
2026-03-29 06:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD to the API
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089273/600>
{'auction_title': '',
'c_o_2_emission_value': 148,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_expert_report_file_d4bfd2a1-6264-4636-b035-8f1616f44f40.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV09%20UFD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '14beab74-d4b0-5c96-91b8-c360a57c70e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV09 UFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV09%20UFD&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 215097,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185950,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089264/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179925,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089273/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190554,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089282/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167540,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089288/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137069,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089294/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133561,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089299/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166106,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089306/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128573,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089310/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14beab74-d4b0-5c96-91b8-c360a57c70e0/14beab74-d4b0-5c96-91b8-c360a57c70e0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140699,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV09UFD/699089317/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 2.0 TDI CR 140 HIGHLINE Estate',
'transmission': 'manual',
'trim': 'TDI CR 140 HIGHLINE',
'vin': 'WVWZZZ3CZ9E101258',
'year': 2009}
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520UFD%27 HTTP/1.1" 200 None
2026-03-29 06:02:36 [bca.uk] INFO: Saving data for HV09%20UFD: {'created_time': 1774764156.751045, 'last_price_update_time': 1774764156.751059, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV09%2520UFD') HTTP/1.1" 204 0
2026-03-29 06:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC
2026-03-29 06:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC
2026-03-29 06:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC to the API
2026-03-29 06:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079960/600>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_expert_report_file_10453ca2-83c7-40d7-ace8-7ddebedd6070.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA06%20VBC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '56b80215-19b6-5c51-bea0-4c9a7eae3493',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA06 VBC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA06%20VBC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 102883,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199221,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079960/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157278,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079976/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169685,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079985/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191126,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699079994/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145242,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080004/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114615,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080016/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166194,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080027/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162311,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080041/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56b80215-19b6-5c51-bea0-4c9a7eae3493/56b80215-19b6-5c51-bea0-4c9a7eae3493_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151391,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NA06VBC/699080055/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 SXI Hatchback',
'transmission': 'manual',
'trim': 'SXI',
'vin': 'W0L0AHL0865142166',
'year': 2006}
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA06%2520VBC%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Saving data for NA06%20VBC: {'created_time': 1774764157.123532, 'last_price_update_time': 1774764157.123542, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA06%2520VBC') HTTP/1.1" 204 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: MJ65%20XFP
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ65%2520XFP%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for MJ65%20XFP: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: OU66%20YVP
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU66%2520YVP%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for OU66%20YVP: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: BV18%20MMU
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV18%2520MMU%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for BV18%20MMU: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: EJ72%20YOX
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ72%2520YOX%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for EJ72%20YOX: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: GX69%20OHK
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX69%2520OHK%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for GX69%20OHK: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: LD20%20VFR
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD20%2520VFR%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for LD20%20VFR: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: WK69%20XPD
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK69%2520XPD%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for WK69%20XPD: 0
2026-03-29 06:02:37 [bca.uk] INFO: Found listing with ID: BG72%20YNH
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG72%2520YNH%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Scrape type for BG72%20YNH: 2
2026-03-29 06:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH
2026-03-29 06:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3745b155-8249-5938-9e13-79b86a887842 with scrape type 2
2026-03-29 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3745b155-8249-5938-9e13-79b86a887842 with scrape type 2
2026-03-29 06:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3745b155-8249-5938-9e13-79b86a887842, identifier: BG72%20YNH
2026-03-29 06:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00461810>
2026-03-29 06:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FHV59VKF%252F699079983%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079983/600 saved to cache
2026-03-29 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2b7abab0-0989-5d2a-9e66-5492881ffe95
2026-03-29 06:02:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b7abab0-0989-5d2a-9e66-5492881ffe95, skipping ID generation
2026-03-29 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b7abab0-0989-5d2a-9e66-5492881ffe95 sending to next pipeline
2026-03-29 06:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b7abab0-0989-5d2a-9e66-5492881ffe95, identifier: HV59%20VKF
2026-03-29 06:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc011782d0>
2026-03-29 06:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699079975%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079975/600 saved to cache
2026-03-29 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH
2026-03-29 06:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH
2026-03-29 06:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH to the API
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 23,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG72%20YNH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3745b155-8249-5938-9e13-79b86a887842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG72 YNH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG72%20YNH&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'KUGA',
'odometer': 78044,
'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 KUGA 2.5 E/B PHEV 2WD ST-LINE ED. StationWagon',
'transmission': 'automatic',
'trim': 'E/B PHEV 2WD ST-LINE ED.',
'vin': 'WF0FXXWPMHNM12557',
'year': 2022}
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG72%2520YNH%27 HTTP/1.1" 200 None
2026-03-29 06:02:37 [bca.uk] INFO: Saving data for BG72%20YNH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563155.621592, 'last_price_update_time': 1774764157.872695}
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG72%2520YNH') HTTP/1.1" 204 0
2026-03-29 06:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF
2026-03-29 06:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF
2026-03-29 06:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF to the API
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079983/600>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_expert_report_file_6247dc4f-d8e9-48bd-b52f-e95797f252e1.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV59%20VKF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2b7abab0-0989-5d2a-9e66-5492881ffe95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV59 VKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV59%20VKF&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'CITROEN',
'model': 'C2',
'odometer': 71526,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190854,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079964/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186575,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079974/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163000,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079983/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183944,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079990/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176901,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699079999/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142679,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080011/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161055,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080019/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144295,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080031/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b7abab0-0989-5d2a-9e66-5492881ffe95/2b7abab0-0989-5d2a-9e66-5492881ffe95_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152013,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV59VKF/699080047/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'CITROEN C2 1.1 VT Hatchback',
'transmission': 'manual',
'trim': 'VT',
'vin': 'VF7JMHFXC9A093444',
'year': 2009}
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520VKF%27 HTTP/1.1" 200 None
2026-03-29 06:02:38 [bca.uk] INFO: Saving data for HV59%20VKF: {'created_time': 1774764158.466188, 'last_price_update_time': 1774764158.466199, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV59%2520VKF') HTTP/1.1" 204 0
2026-03-29 06:02:38 [bca.uk] INFO: Found listing with ID: DP69%20ZFO
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 06:02:38 [bca.uk] INFO: Scrape type for DP69%20ZFO: 0
2026-03-29 06:02:38 [bca.uk] INFO: Found listing with ID: BJ20%20SFO
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520SFO%27 HTTP/1.1" 200 None
2026-03-29 06:02:38 [bca.uk] INFO: Scrape type for BJ20%20SFO: 0
2026-03-29 06:02:38 [bca.uk] INFO: Found listing with ID: LX70%20UWW
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520UWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:38 [bca.uk] INFO: Scrape type for LX70%20UWW: 2
2026-03-29 06:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW
2026-03-29 06:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f74e802-3ff6-591d-80a7-aac82e13fe6c with scrape type 2
2026-03-29 06:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f74e802-3ff6-591d-80a7-aac82e13fe6c with scrape type 2
2026-03-29 06:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f74e802-3ff6-591d-80a7-aac82e13fe6c, identifier: LX70%20UWW
2026-03-29 06:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW
2026-03-29 06:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW
2026-03-29 06:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW to the API
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:38 [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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX70%20UWW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2f74e802-3ff6-591d-80a7-aac82e13fe6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX70 UWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX70%20UWW&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 19923,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 E-TSI 150 STYLE DSG Hatchback',
'transmission': 'automatic',
'trim': 'E-TSI 150 STYLE DSG',
'vin': 'WVWZZZCDZMW303114',
'year': 2020}
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520UWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:38 [bca.uk] INFO: Saving data for LX70%20UWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477058.39813, 'last_price_update_time': 1774764158.999771}
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX70%2520UWW') HTTP/1.1" 204 0
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc013afa50>
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_3.jpg HTTP/1.1" 201 0
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080051%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080051/600 saved to cache
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01417750>
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089300%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089300/600 saved to cache
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc00495090>
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYC06JWZ%252F699089293%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089293/600 saved to cache
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 930fd093-6582-5cc9-ad41-f7df0906882d
2026-03-29 06:02:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 930fd093-6582-5cc9-ad41-f7df0906882d, skipping ID generation
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 930fd093-6582-5cc9-ad41-f7df0906882d sending to next pipeline
2026-03-29 06:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 930fd093-6582-5cc9-ad41-f7df0906882d, identifier: YC06%20JWZ
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc014e8250>
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_2.jpg HTTP/1.1" 201 0
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR08YHO%252F699080038%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080038/600 saved to cache
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a2a083a9-001d-5527-8e63-77536ab01675
2026-03-29 06:02:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2a083a9-001d-5527-8e63-77536ab01675, skipping ID generation
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2a083a9-001d-5527-8e63-77536ab01675 sending to next pipeline
2026-03-29 06:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2a083a9-001d-5527-8e63-77536ab01675, identifier: YR08%20YHO
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fdc01a32790>
2026-03-29 06:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-29 06: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 06:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_1.jpg HTTP/1.1" 201 0
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%252FYR10WLK%252F699079966%252F600') HTTP/1.1" 204 0
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079966/600 saved to cache
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 056e5af8-d80e-5630-a951-d65c5ac3ec53
2026-03-29 06:02:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 056e5af8-d80e-5630-a951-d65c5ac3ec53, skipping ID generation
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 056e5af8-d80e-5630-a951-d65c5ac3ec53 sending to next pipeline
2026-03-29 06:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 056e5af8-d80e-5630-a951-d65c5ac3ec53, identifier: YR10%20WLK
2026-03-29 06:02:39 [bca.uk] INFO: Found listing with ID: ML18%20JZP
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 06:02:39 [bca.uk] INFO: Scrape type for ML18%20JZP: 2
2026-03-29 06:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP
2026-03-29 06:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with scrape type 2
2026-03-29 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with scrape type 2
2026-03-29 06:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7d8de42-1661-5cfb-bc6c-0c860ab19a70, identifier: ML18%20JZP
2026-03-29 06:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ
2026-03-29 06:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ
2026-03-29 06:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ to the API
2026-03-29 06:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089293/600>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_expert_report_file_888e58f3-4030-48ba-8173-90a7a621dd10.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC06%20JWZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '930fd093-6582-5cc9-ad41-f7df0906882d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC06 JWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC06%20JWZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 163518,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165406,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089287/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176696,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089293/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157556,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089300/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185863,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089305/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152821,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089311/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155500,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089316/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161879,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089323/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153258,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089328/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930fd093-6582-5cc9-ad41-f7df0906882d/930fd093-6582-5cc9-ad41-f7df0906882d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146707,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC06JWZ/699089340/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'SKODA FABIA 1.2 64HP 12V CLASSIC Hatchback',
'transmission': 'manual',
'trim': '64HP 12V CLASSIC',
'vin': 'TMBPY46Y164462774',
'year': 2006}
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC06%2520JWZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:40 [bca.uk] INFO: Saving data for YC06%20JWZ: {'created_time': 1774764160.088727, 'last_price_update_time': 1774764160.088743, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC06%2520JWZ') HTTP/1.1" 204 0
2026-03-29 06:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO
2026-03-29 06:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO
2026-03-29 06:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO to the API
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080038/600>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_expert_report_file_933f2c25-0b54-42ba-8a19-074c4b4e2382.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR08%20YHO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2a083a9-001d-5527-8e63-77536ab01675',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR08 YHO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR08%20YHO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 127722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176190,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080007/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176122,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080025/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175142,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080038/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178465,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080051/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149347,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080060/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134206,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080067/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155835,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080075/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141163,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080084/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2a083a9-001d-5527-8e63-77536ab01675/a2a083a9-001d-5527-8e63-77536ab01675_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162513,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR08YHO/699080088/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'SUZUKI SWIFT 1.5 GLX Hatchback',
'transmission': 'manual',
'trim': 'GLX',
'vin': 'TSMMZC21S00528547',
'year': 2008}
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR08%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 06:02:40 [bca.uk] INFO: Saving data for YR08%20YHO: {'created_time': 1774764160.54877, 'last_price_update_time': 1774764160.548783, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR08%2520YHO') HTTP/1.1" 204 0
2026-03-29 06:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK
2026-03-29 06:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK
2026-03-29 06:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK to the API
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079966/600>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_expert_report_file_a0ba792c-56c5-4b7c-a9a9-5a6b18d015a9.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR10%20WLK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '056e5af8-d80e-5630-a951-d65c5ac3ec53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR10 WLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR10%20WLK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'PEUGEOT',
'model': '207',
'odometer': 97862,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178084,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079959/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177532,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079966/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169164,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079975/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175071,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079982/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164750,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079988/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132770,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699079997/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159587,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080012/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161908,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080021/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_056e5af8-d80e-5630-a951-d65c5ac3ec53/056e5af8-d80e-5630-a951-d65c5ac3ec53_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139877,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR10WLK/699080032/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'PEUGEOT 207 1.4 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'VF3WCKFT0AE045818',
'year': 2010}
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 06:02:40 [bca.uk] INFO: Saving data for YR10%20WLK: {'created_time': 1774764160.974513, 'last_price_update_time': 1774764160.974527, 'auction_closing_time': 1774864800.0}
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR10%2520WLK') HTTP/1.1" 204 0
2026-03-29 06:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP
2026-03-29 06:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP
2026-03-29 06:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP to the API
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML18%20JZP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e7d8de42-1661-5cfb-bc6c-0c860ab19a70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML18 JZP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML18%20JZP&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 96118,
'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 5008 1.6 BLUEHDI 120 GT LINE EAT6 StationWagon',
'transmission': 'automatic',
'trim': 'BLUEHDI 120 GT LINE EAT6',
'vin': 'VF3MCBHZWJL019430',
'year': 2018}
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 06:02:41 [bca.uk] INFO: Saving data for ML18%20JZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477048.120643, 'last_price_update_time': 1774764161.395057}
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML18%2520JZP') HTTP/1.1" 204 0
2026-03-29 06:02:41 [bca.uk] INFO: Found listing with ID: AO18%20YDT
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO18%2520YDT%27 HTTP/1.1" 200 None
2026-03-29 06:02:41 [bca.uk] INFO: Scrape type for AO18%20YDT: 0
2026-03-29 06:02:41 [bca.uk] INFO: Found listing with ID: DX68%20LYY
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX68%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 06:02:41 [bca.uk] INFO: Scrape type for DX68%20LYY: 2
2026-03-29 06:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c1906e1-074a-556e-88d4-f0f14797c056 with identifier: DX68%20LYY
2026-03-29 06:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c1906e1-074a-556e-88d4-f0f14797c056 with scrape type 2
2026-03-29 06:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c1906e1-074a-556e-88d4-f0f14797c056 with scrape type 2
2026-03-29 06:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c1906e1-074a-556e-88d4-f0f14797c056, identifier: DX68%20LYY
2026-03-29 06:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c1906e1-074a-556e-88d4-f0f14797c056 with identifier: DX68%20LYY
2026-03-29 06:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c1906e1-074a-556e-88d4-f0f14797c056 with identifier: DX68%20LYY
2026-03-29 06:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c1906e1-074a-556e-88d4-f0f14797c056 with identifier: DX68%20LYY to the API
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX68%20LYY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4c1906e1-074a-556e-88d4-f0f14797c056',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX68 LYY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX68%20LYY&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'BMW',
'model': '118I',
'odometer': 70778,
'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': 'WBA1P520805K40682',
'year': 2018}
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX68%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 06:02:41 [bca.uk] INFO: Saving data for DX68%20LYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774650822.788007, 'last_price_update_time': 1774764161.9008}
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX68%2520LYY') HTTP/1.1" 204 0
2026-03-29 06:02:41 [bca.uk] INFO: Found listing with ID: M8%20GTB
2026-03-29 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M8%2520GTB%27 HTTP/1.1" 200 None
2026-03-29 06:02:41 [bca.uk] INFO: Scrape type for M8%20GTB: 2
2026-03-29 06:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB
2026-03-29 06:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70acd1e8-127a-57fb-838c-2a56cbefb067 with scrape type 2
2026-03-29 06:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70acd1e8-127a-57fb-838c-2a56cbefb067 with scrape type 2
2026-03-29 06:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70acd1e8-127a-57fb-838c-2a56cbefb067, identifier: M8%20GTB
2026-03-29 06:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB
2026-03-29 06:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB
2026-03-29 06:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB to the API
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:42 [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=M8%20GTB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '70acd1e8-127a-57fb-838c-2a56cbefb067',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'M8 GTB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=M8%20GTB&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'KIA',
'model': 'NIRO',
'odometer': 20260,
'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 NIRO 1.6 GDI HYBRID 3 DCT Hatchback',
'transmission': 'automatic',
'trim': 'GDI HYBRID 3 DCT',
'vin': 'KNACC81CVM5437860',
'year': 2020}
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M8%2520GTB%27 HTTP/1.1" 200 None
2026-03-29 06:02:42 [bca.uk] INFO: Saving data for M8%20GTB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650825.360169, 'last_price_update_time': 1774764162.395286}
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M8%2520GTB') HTTP/1.1" 204 0
2026-03-29 06:02:42 [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 06:02:42 [bca.uk] INFO: Found listing with ID: MW24%20ESU
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW24%2520ESU%27 HTTP/1.1" 200 None
2026-03-29 06:02:42 [bca.uk] INFO: Scrape type for MW24%20ESU: 2
2026-03-29 06:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU
2026-03-29 06:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42afbd8c-8a52-5c56-91d8-9736866a082a with scrape type 2
2026-03-29 06:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42afbd8c-8a52-5c56-91d8-9736866a082a with scrape type 2
2026-03-29 06:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42afbd8c-8a52-5c56-91d8-9736866a082a, identifier: MW24%20ESU
2026-03-29 06:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU
2026-03-29 06:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU
2026-03-29 06:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU to the API
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:42 [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=MW24%20ESU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '42afbd8c-8a52-5c56-91d8-9736866a082a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW24 ESU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW24%20ESU&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 28082,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 TECHNO Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 TECHNO',
'vin': 'VF1RJA00572340087',
'year': 2024}
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW24%2520ESU%27 HTTP/1.1" 200 None
2026-03-29 06:02:42 [bca.uk] INFO: Saving data for MW24%20ESU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650795.816698, 'last_price_update_time': 1774764162.857623}
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW24%2520ESU') HTTP/1.1" 204 0
2026-03-29 06:02:42 [bca.uk] INFO: Found listing with ID: MA22%20GUC
2026-03-29 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA22%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:02:42 [bca.uk] INFO: Scrape type for MA22%20GUC: 2
2026-03-29 06:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC
2026-03-29 06:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 764eccf0-be54-57e6-b82a-c7b44f257de6 with scrape type 2
2026-03-29 06:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764eccf0-be54-57e6-b82a-c7b44f257de6 with scrape type 2
2026-03-29 06:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 764eccf0-be54-57e6-b82a-c7b44f257de6, identifier: MA22%20GUC
2026-03-29 06:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC
2026-03-29 06:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC
2026-03-29 06:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC to the API
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20GUC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '764eccf0-be54-57e6-b82a-c7b44f257de6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA22 GUC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20GUC&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'SKODA',
'model': 'SCALA',
'odometer': 38314,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'SKODA SCALA 1.0 TSI 110 MONTE CARLO Hatchback',
'transmission': 'manual',
'trim': 'TSI 110 MONTE CARLO',
'vin': 'TMBFR6NW9N3046738',
'year': 2022}
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA22%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Saving data for MA22%20GUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650824.327678, 'last_price_update_time': 1774764163.32853}
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520GUC') HTTP/1.1" 204 0
2026-03-29 06:02:43 [bca.uk] INFO: Total items found: 100
2026-03-29 06:02:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded
2026-03-29 06:02:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:02:43 [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 06:02:43 [bca.uk] INFO: Found listing with ID: PX69%20SXW
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX69%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for PX69%20SXW: 0
2026-03-29 06:02:43 [bca.uk] INFO: Found listing with ID: DSZ%206849
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DSZ%25206849%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for DSZ%206849: 0
2026-03-29 06:02:43 [bca.uk] INFO: Found listing with ID: MF20%20LKN
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF20%2520LKN%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for MF20%20LKN: 0
2026-03-29 06:02:43 [bca.uk] INFO: Found listing with ID: OE70%20CVW
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE70%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for OE70%20CVW: 0
2026-03-29 06:02:43 [bca.uk] INFO: Found listing with ID: WG22%20UOD
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG22%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for WG22%20UOD: 0
2026-03-29 06:02:43 [bca.uk] INFO: Found listing with ID: WV70%20FXU
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV70%2520FXU%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for WV70%20FXU: 0
2026-03-29 06:02:43 [bca.uk] INFO: Found listing with ID: YS70%20CXD
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS70%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Scrape type for YS70%20CXD: 2
2026-03-29 06:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD
2026-03-29 06:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a39ccf-a873-5257-81a5-973f7db6599a with scrape type 2
2026-03-29 06:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34a39ccf-a873-5257-81a5-973f7db6599a with scrape type 2
2026-03-29 06:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34a39ccf-a873-5257-81a5-973f7db6599a, identifier: YS70%20CXD
2026-03-29 06:02:43 [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 06:02:43 [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 06:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD
2026-03-29 06:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD
2026-03-29 06:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD to the API
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS70%20CXD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '34a39ccf-a873-5257-81a5-973f7db6599a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS70 CXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS70%20CXD&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'SEAT',
'model': 'ARONA',
'odometer': 31101,
'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': 'SEAT ARONA 1.0 TSI 110 FR SPORT EZ Hatchback',
'transmission': 'manual',
'trim': 'TSI 110 FR SPORT EZ',
'vin': 'VSSZZZKJZMR003019',
'year': 2020}
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS70%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 06:02:43 [bca.uk] INFO: Saving data for YS70%20CXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774562709.124985, 'last_price_update_time': 1774764163.933875}
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS70%2520CXD') HTTP/1.1" 204 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: BC04%20RGC
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC04%2520RGC%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for BC04%20RGC: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: LO66%20DDN
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO66%2520DDN%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for LO66%20DDN: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: RJ60%20UUD
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ60%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for RJ60%20UUD: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: OV61%20DEU
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV61%2520DEU%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for OV61%20DEU: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: BV62%20UHD
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for BV62%20UHD: 2
2026-03-29 06:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD
2026-03-29 06:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with scrape type 2
2026-03-29 06:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with scrape type 2
2026-03-29 06:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c, identifier: BV62%20UHD
2026-03-29 06:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: GJ71%20WSN
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ71%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for GJ71%20WSN: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: HT70%20DMF
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HT70%2520DMF%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for HT70%20DMF: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: KM20%20TSZ
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM20%2520TSZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for KM20%20TSZ: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: LV18%20FLW
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV18%2520FLW%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for LV18%20FLW: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: AV20%20JJK
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV20%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for AV20%20JJK: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: GJ20%20UMA
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ20%2520UMA%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for GJ20%20UMA: 0
2026-03-29 06:02:44 [bca.uk] INFO: Found listing with ID: V800%20ARR
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27V800%2520ARR%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Scrape type for V800%20ARR: 2
2026-03-29 06:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR
2026-03-29 06:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with scrape type 2
2026-03-29 06:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with scrape type 2
2026-03-29 06:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19, identifier: V800%20ARR
2026-03-29 06:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD
2026-03-29 06:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD
2026-03-29 06:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD to the API
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:44 [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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV62%20UHD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV62 UHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV62%20UHD&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'MERCEDES-BENZ',
'model': 'S350 L',
'odometer': 79213,
'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 S350 L 3.0 CDI B/T Saloon',
'transmission': 'manual',
'trim': 'CDI B/T',
'vin': 'WDD2211262A503137',
'year': 2012}
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-29 06:02:44 [bca.uk] INFO: Saving data for BV62%20UHD: {'auction_closing_time': 1774951200.0, 'created_time': 1774447720.142732, 'last_price_update_time': 1774764164.796527}
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV62%2520UHD') HTTP/1.1" 204 0
2026-03-29 06:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR
2026-03-29 06:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR
2026-03-29 06:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR to the API
2026-03-29 06:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V800%20ARR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '75e3aaaf-c6ca-5f15-bdab-339cc2877d19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'V800 ARR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=V800%20ARR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 59219,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 2.0 CRDI 48V MHD 4WD PREMIUM SE DC StationWagon',
'transmission': 'automatic',
'trim': 'CRDI 48V MHD 4WD PREMIUM SE DC',
'vin': 'TMAJ381ASLJ148490',
'year': 2020}
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27V800%2520ARR%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Saving data for V800%20ARR: {'auction_closing_time': 1774864800.0, 'created_time': 1773824285.127999, 'last_price_update_time': 1774764165.213333}
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V800%2520ARR') HTTP/1.1" 204 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: KJ08%20EHN
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ08%2520EHN%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for KJ08%20EHN: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: AD16%20JOV
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD16%2520JOV%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for AD16%20JOV: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: YB73%20OAS
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB73%2520OAS%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for YB73%20OAS: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: MV69%20AWO
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV69%2520AWO%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for MV69%20AWO: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: BT69%20OOB
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT69%2520OOB%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for BT69%20OOB: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: GF23%20SBY
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF23%2520SBY%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for GF23%20SBY: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: LK74%20JRO
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK74%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for LK74%20JRO: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: WJ24%20BNZ
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ24%2520BNZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for WJ24%20BNZ: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: SF68%20ZZH
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF68%2520ZZH%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for SF68%20ZZH: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: CV15%20WKS
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV15%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for CV15%20WKS: 2
2026-03-29 06:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS
2026-03-29 06:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e778de6-173d-5881-a86c-ec3479aa8acc with scrape type 2
2026-03-29 06:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e778de6-173d-5881-a86c-ec3479aa8acc with scrape type 2
2026-03-29 06:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e778de6-173d-5881-a86c-ec3479aa8acc, identifier: CV15%20WKS
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: BV19%20UHK
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV19%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for BV19%20UHK: 0
2026-03-29 06:02:45 [bca.uk] INFO: Found listing with ID: DY68%20UWN
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Scrape type for DY68%20UWN: 2
2026-03-29 06:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN
2026-03-29 06:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af75e472-f594-50e1-80cd-dc90f1514aa1 with scrape type 2
2026-03-29 06:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af75e472-f594-50e1-80cd-dc90f1514aa1 with scrape type 2
2026-03-29 06:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af75e472-f594-50e1-80cd-dc90f1514aa1, identifier: DY68%20UWN
2026-03-29 06:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS
2026-03-29 06:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS
2026-03-29 06:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS to the API
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV15%20WKS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9e778de6-173d-5881-a86c-ec3479aa8acc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV15 WKS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV15%20WKS&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 57288,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 2.0 COOPER S D Hatchback',
'transmission': 'automatic',
'trim': 'COOPER S D',
'vin': 'WMWZB72000WT66574',
'year': 2015}
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV15%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 06:02:45 [bca.uk] INFO: Saving data for CV15%20WKS: {'auction_closing_time': 1774778400.0, 'created_time': 1774361065.249481, 'last_price_update_time': 1774764165.95403}
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV15%2520WKS') HTTP/1.1" 204 0
2026-03-29 06:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN
2026-03-29 06:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN
2026-03-29 06:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN to the API
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY68%20UWN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'af75e472-f594-50e1-80cd-dc90f1514aa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY68 UWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY68%20UWN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 64438,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI VX-LINE Hatchback',
'transmission': 'manual',
'trim': 'T 16V 150 SRI VX-LINE',
'vin': 'W0VBF6EC7KG337424',
'year': 2019}
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Saving data for DY68%20UWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774447649.816849, 'last_price_update_time': 1774764166.38373}
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520UWN') HTTP/1.1" 204 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: LR14%20LYD
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR14%2520LYD%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for LR14%20LYD: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: GF16%20PNK
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF16%2520PNK%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for GF16%20PNK: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: BG65%20DZL
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG65%2520DZL%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for BG65%20DZL: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: WM14%20VDJ
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM14%2520VDJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for WM14%20VDJ: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: NJ04%20HJN
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ04%2520HJN%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for NJ04%20HJN: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: BX06%20AVC
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX06%2520AVC%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for BX06%20AVC: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: VE10%20LDK
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE10%2520LDK%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for VE10%20LDK: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: SB63%20LRV
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB63%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for SB63%20LRV: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: RO64%20FTF
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO64%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for RO64%20FTF: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: ND12%20HWP
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND12%2520HWP%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for ND12%20HWP: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: MA60%20AFO
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA60%2520AFO%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for MA60%20AFO: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: EA12%20KGK
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA12%2520KGK%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for EA12%20KGK: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: BT13%20OMV
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT13%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for BT13%20OMV: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: BF63%20HVL
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF63%2520HVL%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for BF63%20HVL: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: AO12%20UHH
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO12%2520UHH%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for AO12%20UHH: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: YH13%20CHD
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH13%2520CHD%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for YH13%20CHD: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: MW19%20MTX
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW19%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for MW19%20MTX: 2
2026-03-29 06:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX
2026-03-29 06:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0f6d33d-0a86-599b-834c-0256aa4d0946 with scrape type 2
2026-03-29 06:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0f6d33d-0a86-599b-834c-0256aa4d0946 with scrape type 2
2026-03-29 06:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0f6d33d-0a86-599b-834c-0256aa4d0946, identifier: MW19%20MTX
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: FL71%20EGE
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL71%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for FL71%20EGE: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: ND70%20FWR
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND70%2520FWR%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for ND70%20FWR: 0
2026-03-29 06:02:46 [bca.uk] INFO: Found listing with ID: MJ69%20NDN
2026-03-29 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ69%2520NDN%27 HTTP/1.1" 200 None
2026-03-29 06:02:46 [bca.uk] INFO: Scrape type for MJ69%20NDN: 2
2026-03-29 06:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN
2026-03-29 06:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db2555c0-5141-5ee2-bd7c-d4c89ed70714 with scrape type 2
2026-03-29 06:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db2555c0-5141-5ee2-bd7c-d4c89ed70714 with scrape type 2
2026-03-29 06:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db2555c0-5141-5ee2-bd7c-d4c89ed70714, identifier: MJ69%20NDN
2026-03-29 06:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX
2026-03-29 06:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX
2026-03-29 06:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX to the API
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:47 [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': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW19%20MTX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c0f6d33d-0a86-599b-834c-0256aa4d0946',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW19 MTX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW19%20MTX&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'KUGA',
'odometer': 81519,
'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 KUGA 1.5 TDCI 120 2WD ST-LINE StationWagon',
'transmission': 'manual',
'trim': 'TDCI 120 2WD ST-LINE',
'vin': 'WF0AXXWPMAKK28105',
'year': 2019}
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW19%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Saving data for MW19%20MTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650757.280504, 'last_price_update_time': 1774764167.246236}
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW19%2520MTX') HTTP/1.1" 204 0
2026-03-29 06:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN
2026-03-29 06:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN
2026-03-29 06:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN to the API
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:47 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ69%20NDN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db2555c0-5141-5ee2-bd7c-d4c89ed70714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ69 NDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ69%20NDN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'AUDI',
'model': 'A4',
'odometer': 55622,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'AUDI A4 2.0 35 TFSI BLACK ED. Saloon',
'transmission': 'manual',
'trim': '35 TFSI BLACK ED.',
'vin': 'WAUZZZF46LA007042',
'year': 2019}
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ69%2520NDN%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Saving data for MJ69%20NDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650769.185314, 'last_price_update_time': 1774764167.690585}
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ69%2520NDN') HTTP/1.1" 204 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: ST24%20XOE
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST24%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for ST24%20XOE: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: RE59%20BXM
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE59%2520BXM%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for RE59%20BXM: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: FX70%20HCZ
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX70%2520HCZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for FX70%20HCZ: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: EN19%20JGV
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN19%2520JGV%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for EN19%20JGV: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: KV60%20ZZA
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV60%2520ZZA%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for KV60%20ZZA: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: OV64%20PLN
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV64%2520PLN%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for OV64%20PLN: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: WV13%20ZTH
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV13%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for WV13%20ZTH: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: EJ13%20JTO
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ13%2520JTO%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for EJ13%20JTO: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: BT24%20LKX
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT24%2520LKX%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for BT24%20LKX: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: DG23%20HXH
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG23%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for DG23%20HXH: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: FY68%20WNB
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY68%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for FY68%20WNB: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: YC21%20EXV
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC21%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for YC21%20EXV: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: Y200%20JDW
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y200%2520JDW%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for Y200%20JDW: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: VX19%20OYP
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX19%2520OYP%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for VX19%20OYP: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: DP19%20FWW
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP19%2520FWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for DP19%20FWW: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: DV19%20CZY
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV19%2520CZY%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for DV19%20CZY: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: DV68%20TGN
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV68%2520TGN%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for DV68%20TGN: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: EA24%20TKX
2026-03-29 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA24%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 06:02:47 [bca.uk] INFO: Scrape type for EA24%20TKX: 0
2026-03-29 06:02:47 [bca.uk] INFO: Found listing with ID: J300%20WTY
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J300%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for J300%20WTY: 2
2026-03-29 06:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY
2026-03-29 06:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9ba50f4-0430-5f27-86d7-1a208ba1b386 with scrape type 2
2026-03-29 06:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9ba50f4-0430-5f27-86d7-1a208ba1b386 with scrape type 2
2026-03-29 06:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9ba50f4-0430-5f27-86d7-1a208ba1b386, identifier: J300%20WTY
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: KJ19%20OPY
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for KJ19%20OPY: 0
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: RE68%20BSO
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520BSO%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for RE68%20BSO: 0
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: DV70%20UAG
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for DV70%20UAG: 0
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: FL21%20VOF
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520VOF%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for FL21%20VOF: 0
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: PF68%20PYB
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520PYB%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for PF68%20PYB: 0
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: SK20%20UEP
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK20%2520UEP%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for SK20%20UEP: 0
2026-03-29 06:02:48 [bca.uk] INFO: Found listing with ID: RE70%20JXR
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520JXR%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Scrape type for RE70%20JXR: 2
2026-03-29 06:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR
2026-03-29 06:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e4a49ef-12c5-530a-82ef-ca8eec54992a with scrape type 2
2026-03-29 06:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e4a49ef-12c5-530a-82ef-ca8eec54992a with scrape type 2
2026-03-29 06:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e4a49ef-12c5-530a-82ef-ca8eec54992a, identifier: RE70%20JXR
2026-03-29 06:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY
2026-03-29 06:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY
2026-03-29 06:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY to the API
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 181,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=J300%20WTY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b9ba50f4-0430-5f27-86d7-1a208ba1b386',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'J300 WTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=J300%20WTY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 27680,
'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 MEGANE 1.8 R.S.280 Hatchback',
'transmission': 'manual',
'trim': 'R.S.280',
'vin': 'VF1RFB00063314223',
'year': 2019}
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J300%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 06:02:48 [bca.uk] INFO: Saving data for J300%20WTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774447920.488578, 'last_price_update_time': 1774764168.648002}
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='J300%2520WTY') HTTP/1.1" 204 0
2026-03-29 06:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR
2026-03-29 06:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR
2026-03-29 06:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR to the API
2026-03-29 06:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE70%20JXR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e4a49ef-12c5-530a-82ef-ca8eec54992a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE70 JXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE70%20JXR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'HONDA',
'model': 'HR-V',
'odometer': 91054,
'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': 'HONDA HR-V 1.5 I-VTEC SPORT Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC SPORT',
'vin': 'JHMRU1760LX223326',
'year': 2020}
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE70%2520JXR%27 HTTP/1.1" 200 None
2026-03-29 06:02:49 [bca.uk] INFO: Saving data for RE70%20JXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774562714.805331, 'last_price_update_time': 1774764169.11158}
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520JXR') HTTP/1.1" 204 0
2026-03-29 06:02:49 [bca.uk] INFO: Found listing with ID: MA72%20VWE
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA72%2520VWE%27 HTTP/1.1" 200 None
2026-03-29 06:02:49 [bca.uk] INFO: Scrape type for MA72%20VWE: 0
2026-03-29 06:02:49 [bca.uk] INFO: Found listing with ID: MJ19%20UMV
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ19%2520UMV%27 HTTP/1.1" 200 None
2026-03-29 06:02:49 [bca.uk] INFO: Scrape type for MJ19%20UMV: 2
2026-03-29 06:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV
2026-03-29 06:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce36f210-bf14-5a65-bc09-18fd8107a35f with scrape type 2
2026-03-29 06:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce36f210-bf14-5a65-bc09-18fd8107a35f with scrape type 2
2026-03-29 06:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce36f210-bf14-5a65-bc09-18fd8107a35f, identifier: MJ19%20UMV
2026-03-29 06:02:49 [bca.uk] INFO: Found listing with ID: GF20%20LKE
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:02:49 [bca.uk] INFO: Scrape type for GF20%20LKE: 2
2026-03-29 06:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE
2026-03-29 06:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad6df049-30a5-54ef-959b-5c660c5a6c6e with scrape type 2
2026-03-29 06:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad6df049-30a5-54ef-959b-5c660c5a6c6e with scrape type 2
2026-03-29 06:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad6df049-30a5-54ef-959b-5c660c5a6c6e, identifier: GF20%20LKE
2026-03-29 06:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV
2026-03-29 06:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV
2026-03-29 06:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV to the API
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:49 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ19%20UMV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ce36f210-bf14-5a65-bc09-18fd8107a35f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ19 UMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ19%20UMV&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 25368,
'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 0.9 TCE 90 ICONIC Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 ICONIC',
'vin': 'VF1R8700X62460237',
'year': 2019}
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ19%2520UMV%27 HTTP/1.1" 200 None
2026-03-29 06:02:49 [bca.uk] INFO: Saving data for MJ19%20UMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562994.084113, 'last_price_update_time': 1774764169.731493}
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ19%2520UMV') HTTP/1.1" 204 0
2026-03-29 06:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE
2026-03-29 06:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE
2026-03-29 06:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE to the API
2026-03-29 06:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:50 [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': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF20%20LKE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad6df049-30a5-54ef-959b-5c660c5a6c6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF20 LKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF20%20LKE&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': '208',
'odometer': 41689,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VR3UPHNSSLT027324',
'year': 2020}
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Saving data for GF20%20LKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774364143.795034, 'last_price_update_time': 1774764170.08068}
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF20%2520LKE') HTTP/1.1" 204 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: ND17%20VGZ
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND17%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for ND17%20VGZ: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: SB15%20ZPJ
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB15%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for SB15%20ZPJ: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: X28%20AVE
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X28%2520AVE%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for X28%20AVE: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: DW17%20HOA
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DW17%2520HOA%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for DW17%20HOA: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: YR64%20UNS
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR64%2520UNS%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for YR64%20UNS: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: BN15%20PYS
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN15%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for BN15%20PYS: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: FE64%20YJN
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE64%2520YJN%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for FE64%20YJN: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: VO17%20FMZ
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO17%2520FMZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for VO17%20FMZ: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: LT03%20BYN
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT03%2520BYN%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for LT03%20BYN: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: WU61%20WUW
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU61%2520WUW%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for WU61%20WUW: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: YG61%20DFL
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG61%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for YG61%20DFL: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: YJ63%20YJY
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ63%2520YJY%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for YJ63%20YJY: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: BG67%20GBE
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG67%2520GBE%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for BG67%20GBE: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: BJ62%20JHX
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ62%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for BJ62%20JHX: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: CV13%20XYW
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV13%2520XYW%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for CV13%20XYW: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: EY56%20YMJ
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY56%2520YMJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for EY56%20YMJ: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: FY60%20KOJ
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY60%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for FY60%20KOJ: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: GU62%20GHN
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU62%2520GHN%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for GU62%20GHN: 2
2026-03-29 06:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN
2026-03-29 06:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with scrape type 2
2026-03-29 06:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with scrape type 2
2026-03-29 06:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e3ee0a5-9e73-5196-9c96-5f08d765af48, identifier: GU62%20GHN
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: SE68%20SDU
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE68%2520SDU%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for SE68%20SDU: 0
2026-03-29 06:02:50 [bca.uk] INFO: Found listing with ID: SJ72%20MDX
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ72%2520MDX%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Scrape type for SJ72%20MDX: 2
2026-03-29 06:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX
2026-03-29 06:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874f66b7-4f66-51d0-acfb-9be255d72b8e with scrape type 2
2026-03-29 06:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874f66b7-4f66-51d0-acfb-9be255d72b8e with scrape type 2
2026-03-29 06:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874f66b7-4f66-51d0-acfb-9be255d72b8e, identifier: SJ72%20MDX
2026-03-29 06:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN
2026-03-29 06:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN
2026-03-29 06:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN to the API
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU62%20GHN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1e3ee0a5-9e73-5196-9c96-5f08d765af48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU62 GHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU62%20GHN&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 122697,
'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 Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'SJNFBAF15U6272818',
'year': 2012}
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU62%2520GHN%27 HTTP/1.1" 200 None
2026-03-29 06:02:50 [bca.uk] INFO: Saving data for GU62%20GHN: {'auction_closing_time': 1774778400.0, 'created_time': 1774418532.843519, 'last_price_update_time': 1774764170.932}
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU62%2520GHN') HTTP/1.1" 204 0
2026-03-29 06:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX
2026-03-29 06:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX
2026-03-29 06:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX to the API
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:51 [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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ72%20MDX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '874f66b7-4f66-51d0-acfb-9be255d72b8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ72 MDX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ72%20MDX&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'DACIA',
'model': 'JOGGER',
'odometer': 18334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'DACIA JOGGER 1.0 TCE COMFORT Estate',
'transmission': 'manual',
'trim': 'TCE COMFORT',
'vin': 'UU1DJF00469886098',
'year': 2022}
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ72%2520MDX%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Saving data for SJ72%20MDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774391377.139553, 'last_price_update_time': 1774764171.429858}
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ72%2520MDX') HTTP/1.1" 204 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: LM59%20LFF
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM59%2520LFF%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for LM59%20LFF: 2
2026-03-29 06:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbfcb3fe-18b8-5ad0-b625-10d896cceb91 with identifier: LM59%20LFF
2026-03-29 06:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbfcb3fe-18b8-5ad0-b625-10d896cceb91 with scrape type 2
2026-03-29 06:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbfcb3fe-18b8-5ad0-b625-10d896cceb91 with scrape type 2
2026-03-29 06:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbfcb3fe-18b8-5ad0-b625-10d896cceb91, identifier: LM59%20LFF
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: DG69%20VJO
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG69%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for DG69%20VJO: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: SC19%20XGB
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC19%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for SC19%20XGB: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: CE19%20UGD
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE19%2520UGD%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for CE19%20UGD: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: BG70%20GGP
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG70%2520GGP%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for BG70%20GGP: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: SN21%20AHB
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN21%2520AHB%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for SN21%20AHB: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: CN22%20SLU
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CN22%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for CN22%20SLU: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: DP69%20NZK
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP69%2520NZK%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for DP69%20NZK: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: HK73%20EWD
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK73%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for HK73%20EWD: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: MJ20%20EEG
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for MJ20%20EEG: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: WD72%20JHL
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD72%2520JHL%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for WD72%20JHL: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: WP20%20GXG
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP20%2520GXG%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for WP20%20GXG: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: MT69%20XJO
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT69%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for MT69%20XJO: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: SW70%20EHR
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW70%2520EHR%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for SW70%20EHR: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: PK70%20ULM
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK70%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for PK70%20ULM: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: YD20%20LRV
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD20%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for YD20%20LRV: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: DN20%20ENC
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN20%2520ENC%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for DN20%20ENC: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: EP68%20DWV
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EP68%2520DWV%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for EP68%20DWV: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: FE70%20UFX
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE70%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for FE70%20UFX: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: HK21%20BWB
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK21%2520BWB%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for HK21%20BWB: 0
2026-03-29 06:02:51 [bca.uk] INFO: Found listing with ID: YA18%20UVB
2026-03-29 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 06:02:51 [bca.uk] INFO: Scrape type for YA18%20UVB: 2
2026-03-29 06:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB
2026-03-29 06:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4b46831-5711-5336-b763-31b67c4ee801 with scrape type 2
2026-03-29 06:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4b46831-5711-5336-b763-31b67c4ee801 with scrape type 2
2026-03-29 06:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4b46831-5711-5336-b763-31b67c4ee801, identifier: YA18%20UVB
2026-03-29 06:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbfcb3fe-18b8-5ad0-b625-10d896cceb91 with identifier: LM59%20LFF
2026-03-29 06:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbfcb3fe-18b8-5ad0-b625-10d896cceb91 with identifier: LM59%20LFF
2026-03-29 06:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbfcb3fe-18b8-5ad0-b625-10d896cceb91 with identifier: LM59%20LFF to the API
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:52 [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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM59%20LFF-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bbfcb3fe-18b8-5ad0-b625-10d896cceb91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM59 LFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM59%20LFF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'CITROEN',
'model': 'C3 PICASSO',
'odometer': 91554,
'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.6 HDI 90 EXCLUSIVE MPV',
'transmission': 'manual',
'trim': 'HDI 90 EXCLUSIVE',
'vin': 'VF7SH9HXC9T543273',
'year': 2009}
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM59%2520LFF%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Saving data for LM59%20LFF: {'auction_closing_time': 1774778400.0, 'created_time': 1774362037.492091, 'last_price_update_time': 1774764172.286444}
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM59%2520LFF') HTTP/1.1" 204 0
2026-03-29 06:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB
2026-03-29 06:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB
2026-03-29 06:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB to the API
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:52 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA18%20UVB-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b4b46831-5711-5336-b763-31b67c4ee801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA18 UVB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA18%20UVB&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'BMW',
'model': '318I',
'odometer': 60846,
'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 318I 1.5 T SE STEP Saloon',
'transmission': 'automatic',
'trim': 'T SE STEP',
'vin': 'WBA8E320X0A546055',
'year': 2018}
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Saving data for YA18%20UVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774447636.685328, 'last_price_update_time': 1774764172.699002}
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA18%2520UVB') HTTP/1.1" 204 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: MV09%20DYD
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV09%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for MV09%20DYD: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: RE62%20CVJ
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE62%2520CVJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for RE62%20CVJ: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: WD62%20AOP
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD62%2520AOP%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for WD62%20AOP: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: WN57%20EYX
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN57%2520EYX%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for WN57%20EYX: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: AO58%20YLZ
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO58%2520YLZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for AO58%20YLZ: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: AP57%20OHZ
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP57%2520OHZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for AP57%20OHZ: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: GM25%20OJK
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GM25%2520OJK%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for GM25%20OJK: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: KV21%20CPF
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV21%2520CPF%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for KV21%20CPF: 2
2026-03-29 06:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF
2026-03-29 06:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505fa3db-ff99-5dfa-97be-422070e8a4ce with scrape type 2
2026-03-29 06:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505fa3db-ff99-5dfa-97be-422070e8a4ce with scrape type 2
2026-03-29 06:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 505fa3db-ff99-5dfa-97be-422070e8a4ce, identifier: KV21%20CPF
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: GF23%20TXO
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF23%2520TXO%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for GF23%20TXO: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: RE22%20ECV
2026-03-29 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE22%2520ECV%27 HTTP/1.1" 200 None
2026-03-29 06:02:52 [bca.uk] INFO: Scrape type for RE22%20ECV: 0
2026-03-29 06:02:52 [bca.uk] INFO: Found listing with ID: AE69%20GWW
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520GWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Scrape type for AE69%20GWW: 0
2026-03-29 06:02:53 [bca.uk] INFO: Found listing with ID: EJ69%20TFF
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ69%2520TFF%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Scrape type for EJ69%20TFF: 0
2026-03-29 06:02:53 [bca.uk] INFO: Found listing with ID: CK18%20NWF
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Scrape type for CK18%20NWF: 0
2026-03-29 06:02:53 [bca.uk] INFO: Found listing with ID: KS69%20HBC
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520HBC%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Scrape type for KS69%20HBC: 0
2026-03-29 06:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF
2026-03-29 06:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF
2026-03-29 06:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF to the API
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:53 [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': 256,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV21%20CPF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '505fa3db-ff99-5dfa-97be-422070e8a4ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV21 CPF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV21%20CPF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'TOUAREG',
'odometer': 50008,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TSI 335 4M BLACK ED.TIP StationWagon',
'transmission': 'manual',
'trim': 'V6 TSI 335 4M BLACK ED.TIP',
'vin': 'WVGZZZCRZMD013670',
'year': 2021}
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV21%2520CPF%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Saving data for KV21%20CPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477060.223579, 'last_price_update_time': 1774764173.413535}
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV21%2520CPF') HTTP/1.1" 204 0
2026-03-29 06:02:53 [bca.uk] INFO: Found listing with ID: WO68%20DUV
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520DUV%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Scrape type for WO68%20DUV: 2
2026-03-29 06:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV
2026-03-29 06:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6501a075-6b5a-5962-bc29-a7fd2a69392b with scrape type 2
2026-03-29 06:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6501a075-6b5a-5962-bc29-a7fd2a69392b with scrape type 2
2026-03-29 06:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6501a075-6b5a-5962-bc29-a7fd2a69392b, identifier: WO68%20DUV
2026-03-29 06:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV
2026-03-29 06:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV
2026-03-29 06:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV to the API
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:53 [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': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO68%20DUV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6501a075-6b5a-5962-bc29-a7fd2a69392b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO68 DUV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO68%20DUV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 57420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'D 180 AWD R SPORT',
'vin': 'SADCA2AN9KA365102',
'year': 2019}
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520DUV%27 HTTP/1.1" 200 None
2026-03-29 06:02:53 [bca.uk] INFO: Saving data for WO68%20DUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477049.228628, 'last_price_update_time': 1774764173.987089}
2026-03-29 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO68%2520DUV') HTTP/1.1" 204 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: YF71%20LFZ
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF71%2520LFZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for YF71%20LFZ: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: KW68%20KFK
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW68%2520KFK%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for KW68%20KFK: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: AF24%20KLL
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF24%2520KLL%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for AF24%20KLL: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: AF69%20BZY
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF69%2520BZY%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for AF69%20BZY: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: GW69%20WAW
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GW69%2520WAW%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for GW69%20WAW: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: KY22%20VLX
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY22%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for KY22%20VLX: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: MT58%20FGX
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT58%2520FGX%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for MT58%20FGX: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: NK54%20DDF
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK54%2520DDF%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for NK54%20DDF: 2
2026-03-29 06:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF
2026-03-29 06:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with scrape type 2
2026-03-29 06:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with scrape type 2
2026-03-29 06:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cb31102-9aad-5a43-8cd8-ba1e4828d553, identifier: NK54%20DDF
2026-03-29 06:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF
2026-03-29 06:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF
2026-03-29 06:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF to the API
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:54 [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': 410,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK54%20DDF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '6.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6cb31102-9aad-5a43-8cd8-ba1e4828d553',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NK54 DDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK54%20DDF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BENTLEY',
'model': 'CONTINENTAL GT',
'odometer': 76888,
'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': 'SCBCE63W55C024496',
'year': 2004}
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK54%2520DDF%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Saving data for NK54%20DDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774447878.71197, 'last_price_update_time': 1774764174.571638}
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK54%2520DDF') HTTP/1.1" 204 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: FH08%20KSZ
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH08%2520KSZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for FH08%20KSZ: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: FV64%20FNX
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV64%2520FNX%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for FV64%20FNX: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: ML60%20JDF
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML60%2520JDF%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for ML60%20JDF: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: WJ61%20HNH
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ61%2520HNH%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for WJ61%20HNH: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: YN15%20RWX
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN15%2520RWX%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for YN15%20RWX: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: BV68%20KXR
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV68%2520KXR%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for BV68%20KXR: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: BU69%20FKW
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU69%2520FKW%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for BU69%20FKW: 0
2026-03-29 06:02:54 [bca.uk] INFO: Found listing with ID: PK74%20YSW
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK74%2520YSW%27 HTTP/1.1" 200 None
2026-03-29 06:02:54 [bca.uk] INFO: Scrape type for PK74%20YSW: 2
2026-03-29 06:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW
2026-03-29 06:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with scrape type 2
2026-03-29 06:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with scrape type 2
2026-03-29 06:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2, identifier: PK74%20YSW
2026-03-29 06:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW
2026-03-29 06:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW
2026-03-29 06:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW to the API
2026-03-29 06:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:55 [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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK74%20YSW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '57b71100-0ce7-5f01-aecf-128b1dfcb7a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK74 YSW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK74%20YSW&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'PUMA',
'odometer': 5886,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE DCT Hatchback',
'transmission': 'automatic',
'trim': 'E/B MHEV 125 ST-LINE DCT',
'vin': 'WF02XXERK2RK08129',
'year': 2024}
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK74%2520YSW%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Saving data for PK74%20YSW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650779.56563, 'last_price_update_time': 1774764175.172854}
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK74%2520YSW') HTTP/1.1" 204 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: DA21%20SOU
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA21%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for DA21%20SOU: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: FL20%20XHA
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL20%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for FL20%20XHA: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: NV69%20KPO
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV69%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for NV69%20KPO: 0
2026-03-29 06:02:55 [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 06:02:55 [bca.uk] INFO: Total items found: 100
2026-03-29 06:02:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded
2026-03-29 06:02:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:02:55 [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 06:02:55 [bca.uk] INFO: Found listing with ID: PY71%20HPP
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY71%2520HPP%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for PY71%20HPP: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: YL69%20MMV
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL69%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for YL69%20MMV: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: FG22%20EFZ
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG22%2520EFZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for FG22%20EFZ: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: DG65%20GXU
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG65%2520GXU%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for DG65%20GXU: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: SD18%20YWW
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD18%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for SD18%20YWW: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: PJ59%20WXK
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ59%2520WXK%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for PJ59%20WXK: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: KM62%20HVG
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM62%2520HVG%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for KM62%20HVG: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: MJ62%20HDO
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ62%2520HDO%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for MJ62%20HDO: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: YF12%20JGU
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF12%2520JGU%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for YF12%20JGU: 0
2026-03-29 06:02:55 [bca.uk] INFO: Found listing with ID: KU69%20HXY
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU69%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 06:02:55 [bca.uk] INFO: Scrape type for KU69%20HXY: 2
2026-03-29 06:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY
2026-03-29 06:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a638d1-702b-5c68-9f5d-044494654be2 with scrape type 2
2026-03-29 06:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88a638d1-702b-5c68-9f5d-044494654be2 with scrape type 2
2026-03-29 06:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88a638d1-702b-5c68-9f5d-044494654be2, identifier: KU69%20HXY
2026-03-29 06:02:55 [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 06:02:55 [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 06:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY
2026-03-29 06:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY
2026-03-29 06:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY to the API
2026-03-29 06:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU69%20HXY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '88a638d1-702b-5c68-9f5d-044494654be2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU69 HXY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU69%20HXY&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'A220',
'odometer': 56974,
'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 A220 2.0 AMG LINE EXECUTIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE EXECUTIVE DCT',
'vin': 'WDD1770442J128344',
'year': 2019}
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU69%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 06:02:56 [bca.uk] INFO: Saving data for KU69%20HXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390331.561386, 'last_price_update_time': 1774764176.082253}
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU69%2520HXY') HTTP/1.1" 204 0
2026-03-29 06:02: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 06:02:56 [bca.uk] INFO: Found listing with ID: ST11%20LWD
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST11%2520LWD%27 HTTP/1.1" 200 None
2026-03-29 06:02:56 [bca.uk] INFO: Scrape type for ST11%20LWD: 2
2026-03-29 06:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD
2026-03-29 06:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with scrape type 2
2026-03-29 06:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with scrape type 2
2026-03-29 06:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41, identifier: ST11%20LWD
2026-03-29 06:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD
2026-03-29 06:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD
2026-03-29 06:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD to the API
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST11%20LWD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2176f6ec-09dc-543a-9dfd-35ccb44e0b41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST11 LWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST11%20LWD&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'SLK 200',
'odometer': 98154,
'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 Roadster',
'transmission': 'manual',
'trim': 'B/E',
'vin': 'WDD1724482F009134',
'year': 2011}
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST11%2520LWD%27 HTTP/1.1" 200 None
2026-03-29 06:02:56 [bca.uk] INFO: Saving data for ST11%20LWD: {'auction_closing_time': 1774951200.0, 'created_time': 1774562696.428331, 'last_price_update_time': 1774764176.608494}
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST11%2520LWD') HTTP/1.1" 204 0
2026-03-29 06:02:56 [bca.uk] INFO: Found listing with ID: BV09%20OZT
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV09%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 06:02:56 [bca.uk] INFO: Scrape type for BV09%20OZT: 0
2026-03-29 06:02:56 [bca.uk] INFO: Found listing with ID: LX10%20XUF
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX10%2520XUF%27 HTTP/1.1" 200 None
2026-03-29 06:02:56 [bca.uk] INFO: Scrape type for LX10%20XUF: 0
2026-03-29 06:02:56 [bca.uk] INFO: Found listing with ID: MF62%20LBL
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF62%2520LBL%27 HTTP/1.1" 200 None
2026-03-29 06:02:56 [bca.uk] INFO: Scrape type for MF62%20LBL: 2
2026-03-29 06:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a19cd149-3d79-5089-86e3-fc860549a273 with identifier: MF62%20LBL
2026-03-29 06:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a19cd149-3d79-5089-86e3-fc860549a273 with scrape type 2
2026-03-29 06:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a19cd149-3d79-5089-86e3-fc860549a273 with scrape type 2
2026-03-29 06:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a19cd149-3d79-5089-86e3-fc860549a273, identifier: MF62%20LBL
2026-03-29 06:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a19cd149-3d79-5089-86e3-fc860549a273 with identifier: MF62%20LBL
2026-03-29 06:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a19cd149-3d79-5089-86e3-fc860549a273 with identifier: MF62%20LBL
2026-03-29 06:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a19cd149-3d79-5089-86e3-fc860549a273 with identifier: MF62%20LBL to the API
2026-03-29 06:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF62%20LBL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a19cd149-3d79-5089-86e3-fc860549a273',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF62 LBL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF62%20LBL&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 152668,
'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 S-MAX 2.2 TDCI 200 TITANIUM MPV',
'transmission': 'manual',
'trim': 'TDCI 200 TITANIUM',
'vin': 'WF0SXXGBWSBU86159',
'year': 2012}
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520LBL%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Saving data for MF62%20LBL: {'auction_closing_time': 1774778400.0, 'created_time': 1774563339.690477, 'last_price_update_time': 1774764177.119063}
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF62%2520LBL') HTTP/1.1" 204 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: RE59%20MXM
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE59%2520MXM%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for RE59%20MXM: 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: SB10%20NEN
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB10%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for SB10%20NEN: 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: WD08%20NGO
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD08%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for WD08%20NGO: 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: WR10%20KTF
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR10%2520KTF%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for WR10%20KTF: 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: YF57%20LCP
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520LCP%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for YF57%20LCP: 2
2026-03-29 06:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59e3a7a-2051-536a-ac2a-726ab149d4cd with identifier: YF57%20LCP
2026-03-29 06:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59e3a7a-2051-536a-ac2a-726ab149d4cd with scrape type 2
2026-03-29 06:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c59e3a7a-2051-536a-ac2a-726ab149d4cd with scrape type 2
2026-03-29 06:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c59e3a7a-2051-536a-ac2a-726ab149d4cd, identifier: YF57%20LCP
2026-03-29 06:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c59e3a7a-2051-536a-ac2a-726ab149d4cd with identifier: YF57%20LCP
2026-03-29 06:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c59e3a7a-2051-536a-ac2a-726ab149d4cd with identifier: YF57%20LCP
2026-03-29 06:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c59e3a7a-2051-536a-ac2a-726ab149d4cd with identifier: YF57%20LCP to the API
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 216,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF57%20LCP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c59e3a7a-2051-536a-ac2a-726ab149d4cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF57 LCP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF57%20LCP&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'BMW',
'model': '730D',
'odometer': 215290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'BMW 730D 3.0 SPORT Saloon',
'transmission': 'automatic',
'trim': 'SPORT',
'vin': 'WBAHM220X0DN39201',
'year': 2007}
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520LCP%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Saving data for YF57%20LCP: {'auction_closing_time': 1774778400.0, 'created_time': 1774449084.455215, 'last_price_update_time': 1774764177.666157}
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF57%2520LCP') HTTP/1.1" 204 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: DN07%20WUL
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN07%2520WUL%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for DN07%20WUL: 0
2026-03-29 06:02:57 [bca.uk] INFO: Found listing with ID: EF06%20AFZ
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF06%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:57 [bca.uk] INFO: Scrape type for EF06%20AFZ: 2
2026-03-29 06:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c0ea87-7d82-553e-9e5b-d424e7a072de with identifier: EF06%20AFZ
2026-03-29 06:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c0ea87-7d82-553e-9e5b-d424e7a072de with scrape type 2
2026-03-29 06:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c0ea87-7d82-553e-9e5b-d424e7a072de with scrape type 2
2026-03-29 06:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2c0ea87-7d82-553e-9e5b-d424e7a072de, identifier: EF06%20AFZ
2026-03-29 06:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2c0ea87-7d82-553e-9e5b-d424e7a072de with identifier: EF06%20AFZ
2026-03-29 06:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2c0ea87-7d82-553e-9e5b-d424e7a072de with identifier: EF06%20AFZ
2026-03-29 06:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2c0ea87-7d82-553e-9e5b-d424e7a072de with identifier: EF06%20AFZ to the API
2026-03-29 06:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF06%20AFZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2c0ea87-7d82-553e-9e5b-d424e7a072de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF06 AFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF06%20AFZ&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MINI',
'model': 'COOPER',
'odometer': 59196,
'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': 'MINI COOPER 1.6 PARK LANE Hatchback',
'transmission': 'automatic',
'trim': 'PARK LANE',
'vin': 'WMWRC32040TJ30677',
'year': 2006}
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF06%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 06:02:58 [bca.uk] INFO: Saving data for EF06%20AFZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563123.899399, 'last_price_update_time': 1774764178.129974}
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF06%2520AFZ') HTTP/1.1" 204 0
2026-03-29 06:02:58 [bca.uk] INFO: Found listing with ID: GD05%20ESY
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD05%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:02:58 [bca.uk] INFO: Scrape type for GD05%20ESY: 2
2026-03-29 06:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a with identifier: GD05%20ESY
2026-03-29 06:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a with scrape type 2
2026-03-29 06:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a with scrape type 2
2026-03-29 06:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a, identifier: GD05%20ESY
2026-03-29 06:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a with identifier: GD05%20ESY
2026-03-29 06:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a with identifier: GD05%20ESY
2026-03-29 06:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a with identifier: GD05%20ESY to the API
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD05%20ESY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdfd8324-c800-5ec7-af8c-1e4ce3d7b28a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD05 ESY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD05%20ESY&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'A150',
'odometer': 54510,
'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': 'MERCEDES-BENZ A150 1.5 CLASSIC SE Hatchback',
'transmission': 'manual',
'trim': 'CLASSIC SE',
'vin': 'WDD1693312J148548',
'year': 2005}
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD05%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:02:58 [bca.uk] INFO: Saving data for GD05%20ESY: {'auction_closing_time': 1774778400.0, 'created_time': 1774563447.845469, 'last_price_update_time': 1774764178.651328}
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD05%2520ESY') HTTP/1.1" 204 0
2026-03-29 06:02:58 [bca.uk] INFO: Found listing with ID: GY08%20KVW
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY08%2520KVW%27 HTTP/1.1" 200 None
2026-03-29 06:02:58 [bca.uk] INFO: Scrape type for GY08%20KVW: 0
2026-03-29 06:02:58 [bca.uk] INFO: Found listing with ID: GY62%20LMK
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520LMK%27 HTTP/1.1" 200 None
2026-03-29 06:02:58 [bca.uk] INFO: Scrape type for GY62%20LMK: 2
2026-03-29 06:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5fffff4-5014-5942-acb4-9d3b60e8bfc5 with identifier: GY62%20LMK
2026-03-29 06:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5fffff4-5014-5942-acb4-9d3b60e8bfc5 with scrape type 2
2026-03-29 06:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5fffff4-5014-5942-acb4-9d3b60e8bfc5 with scrape type 2
2026-03-29 06:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5fffff4-5014-5942-acb4-9d3b60e8bfc5, identifier: GY62%20LMK
2026-03-29 06:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5fffff4-5014-5942-acb4-9d3b60e8bfc5 with identifier: GY62%20LMK
2026-03-29 06:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5fffff4-5014-5942-acb4-9d3b60e8bfc5 with identifier: GY62%20LMK
2026-03-29 06:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5fffff4-5014-5942-acb4-9d3b60e8bfc5 with identifier: GY62%20LMK to the API
2026-03-29 06:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY62%20LMK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e5fffff4-5014-5942-acb4-9d3b60e8bfc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY62 LMK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY62%20LMK&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 96161,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 1.6 TDI CR 105 SE Estate',
'transmission': 'manual',
'trim': 'TDI CR 105 SE',
'vin': 'TMBHT21Z6D2055730',
'year': 2012}
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY62%2520LMK%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Saving data for GY62%20LMK: {'auction_closing_time': 1774778400.0, 'created_time': 1774563449.844773, 'last_price_update_time': 1774764179.093358}
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520LMK') HTTP/1.1" 204 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: HN09%20VCM
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN09%2520VCM%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for HN09%20VCM: 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: J6%20RKG
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J6%2520RKG%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for J6%20RKG: 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: KP54%20RAX
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP54%2520RAX%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for KP54%20RAX: 2
2026-03-29 06:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 267fa639-6d52-5714-ac4f-79f0633a3b83 with identifier: KP54%20RAX
2026-03-29 06:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 267fa639-6d52-5714-ac4f-79f0633a3b83 with scrape type 2
2026-03-29 06:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 267fa639-6d52-5714-ac4f-79f0633a3b83 with scrape type 2
2026-03-29 06:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 267fa639-6d52-5714-ac4f-79f0633a3b83, identifier: KP54%20RAX
2026-03-29 06:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 267fa639-6d52-5714-ac4f-79f0633a3b83 with identifier: KP54%20RAX
2026-03-29 06:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 267fa639-6d52-5714-ac4f-79f0633a3b83 with identifier: KP54%20RAX
2026-03-29 06:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 267fa639-6d52-5714-ac4f-79f0633a3b83 with identifier: KP54%20RAX to the API
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP54%20RAX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '267fa639-6d52-5714-ac4f-79f0633a3b83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP54 RAX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP54%20RAX&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 77461,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN 2.0 TDI PD SPORT (7ST) MPV',
'transmission': 'manual',
'trim': 'TDI PD SPORT (7ST)',
'vin': 'WVGZZZ1TZ5W041150',
'year': 2005}
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP54%2520RAX%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Saving data for KP54%20RAX: {'auction_closing_time': 1774778400.0, 'created_time': 1773957943.945612, 'last_price_update_time': 1774764179.598069}
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP54%2520RAX') HTTP/1.1" 204 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: LN10%20YCU
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN10%2520YCU%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for LN10%20YCU: 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: LT62%20PZA
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT62%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for LT62%20PZA: 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: AU09%20OOJ
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU09%2520OOJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for AU09%20OOJ: 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: AX06%20BHJ
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX06%2520BHJ%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for AX06%20BHJ: 0
2026-03-29 06:02:59 [bca.uk] INFO: Found listing with ID: BF08%20KXH
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF08%2520KXH%27 HTTP/1.1" 200 None
2026-03-29 06:02:59 [bca.uk] INFO: Scrape type for BF08%20KXH: 2
2026-03-29 06:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfa9c8e7-1646-5c99-a6a0-894354ec9276 with identifier: BF08%20KXH
2026-03-29 06:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfa9c8e7-1646-5c99-a6a0-894354ec9276 with scrape type 2
2026-03-29 06:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfa9c8e7-1646-5c99-a6a0-894354ec9276 with scrape type 2
2026-03-29 06:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfa9c8e7-1646-5c99-a6a0-894354ec9276, identifier: BF08%20KXH
2026-03-29 06:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfa9c8e7-1646-5c99-a6a0-894354ec9276 with identifier: BF08%20KXH
2026-03-29 06:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfa9c8e7-1646-5c99-a6a0-894354ec9276 with identifier: BF08%20KXH
2026-03-29 06:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfa9c8e7-1646-5c99-a6a0-894354ec9276 with identifier: BF08%20KXH to the API
2026-03-29 06:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 226,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF08%20KXH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dfa9c8e7-1646-5c99-a6a0-894354ec9276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF08 KXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF08%20KXH&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'CLC 230',
'odometer': 132704,
'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 230 2.5 SPORT Coupe',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WDB2037522E043726',
'year': 2008}
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520KXH%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Saving data for BF08%20KXH: {'auction_closing_time': 1774778400.0, 'created_time': 1774449115.629267, 'last_price_update_time': 1774764180.127588}
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF08%2520KXH') HTTP/1.1" 204 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: MJ03%20HOW
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ03%2520HOW%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for MJ03%20HOW: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: LM10%20GXA
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM10%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for LM10%20GXA: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: LR11%20XWM
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR11%2520XWM%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for LR11%20XWM: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: YK67%20BOU
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for YK67%20BOU: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: BT13%20WXY
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT13%2520WXY%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for BT13%20WXY: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: EX10%20BXE
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX10%2520BXE%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for EX10%20BXE: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: EX56%20XWU
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX56%2520XWU%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for EX56%20XWU: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: GF10%20FSY
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF10%2520FSY%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for GF10%20FSY: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: GF57%20MWW
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF57%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for GF57%20MWW: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: GJ09%20XMV
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ09%2520XMV%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for GJ09%20XMV: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: FL69%20JZP
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for FL69%20JZP: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: AK64%20MOR
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520MOR%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for AK64%20MOR: 0
2026-03-29 06:03:00 [bca.uk] INFO: Found listing with ID: DY19%20EYK
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Scrape type for DY19%20EYK: 2
2026-03-29 06:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1367d1-458b-5a86-8b4f-bd59802d2489 with identifier: DY19%20EYK
2026-03-29 06:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1367d1-458b-5a86-8b4f-bd59802d2489 with scrape type 2
2026-03-29 06:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec1367d1-458b-5a86-8b4f-bd59802d2489 with scrape type 2
2026-03-29 06:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec1367d1-458b-5a86-8b4f-bd59802d2489, identifier: DY19%20EYK
2026-03-29 06:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec1367d1-458b-5a86-8b4f-bd59802d2489 with identifier: DY19%20EYK
2026-03-29 06:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec1367d1-458b-5a86-8b4f-bd59802d2489 with identifier: DY19%20EYK
2026-03-29 06:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec1367d1-458b-5a86-8b4f-bd59802d2489 with identifier: DY19%20EYK to the API
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY19%20EYK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec1367d1-458b-5a86-8b4f-bd59802d2489',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY19 EYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY19%20EYK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 71869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SPORT Hatchback',
'transmission': 'manual',
'trim': 'T 130 SPORT',
'vin': 'W0VZRHNSXKS086842',
'year': 2019}
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:03:00 [bca.uk] INFO: Saving data for DY19%20EYK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650773.078071, 'last_price_update_time': 1774764180.891088}
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520EYK') HTTP/1.1" 204 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GK21%20KBU
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK21%2520KBU%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GK21%20KBU: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GM19%20WGU
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GM19%2520WGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GM19%20WGU: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: VU70%20ZLO
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU70%2520ZLO%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for VU70%20ZLO: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GL23%20VZB
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL23%2520VZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GL23%20VZB: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GD68%20OVL
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD68%2520OVL%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GD68%20OVL: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: LN68%20RBY
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN68%2520RBY%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for LN68%20RBY: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: LV23%20RXA
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV23%2520RXA%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for LV23%20RXA: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: LY69%20PXN
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY69%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for LY69%20PXN: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: NX20%20NZM
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX20%2520NZM%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for NX20%20NZM: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: SC69%20SYA
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC69%2520SYA%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for SC69%20SYA: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: WR21%20RBV
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR21%2520RBV%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for WR21%20RBV: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: YM68%20ZFO
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM68%2520ZFO%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for YM68%20ZFO: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: AO69%20YDV
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO69%2520YDV%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for AO69%20YDV: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: DU19%20WRR
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU19%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for DU19%20WRR: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: EN73%20ZXH
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN73%2520ZXH%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for EN73%20ZXH: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GF23%20LJX
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF23%2520LJX%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GF23%20LJX: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GJ69%20TMO
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ69%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GJ69%20TMO: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: LV22%20XPR
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV22%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for LV22%20XPR: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GV16%20HBD
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV16%2520HBD%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GV16%20HBD: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: PO15%20XUV
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO15%2520XUV%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for PO15%20XUV: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: AV65%20GXF
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV65%2520GXF%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for AV65%20GXF: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: EA67%20PUX
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA67%2520PUX%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for EA67%20PUX: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GU14%20USS
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU14%2520USS%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GU14%20USS: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: ND17%20WHW
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND17%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for ND17%20WHW: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: WA15%20XTF
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA15%2520XTF%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for WA15%20XTF: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: YW64%20DGU
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YW64%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for YW64%20DGU: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: AM58%20MHU
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AM58%2520MHU%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for AM58%20MHU: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: GU10%20UYN
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU10%2520UYN%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for GU10%20UYN: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: KM67%20WBP
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM67%2520WBP%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for KM67%20WBP: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: LX66%20XGU
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX66%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for LX66%20XGU: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: RE12%20OHA
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE12%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for RE12%20OHA: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: VE67%20DLJ
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE67%2520DLJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for VE67%20DLJ: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: FA18%20OJS
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA18%2520OJS%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for FA18%20OJS: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: YN20%20XDY
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN20%2520XDY%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for YN20%20XDY: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: CY68%20EOB
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CY68%2520EOB%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for CY68%20EOB: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: FH21%20UNX
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH21%2520UNX%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for FH21%20UNX: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: UIG%204202
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27UIG%25204202%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for UIG%204202: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: YV19%20MBU
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YV19%2520MBU%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for YV19%20MBU: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: KR14%20OUW
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR14%2520OUW%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for KR14%20OUW: 0
2026-03-29 06:03:01 [bca.uk] INFO: Found listing with ID: NG74%20PZW
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG74%2520PZW%27 HTTP/1.1" 200 None
2026-03-29 06:03:01 [bca.uk] INFO: Scrape type for NG74%20PZW: 2
2026-03-29 06:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW
2026-03-29 06:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with scrape type 2
2026-03-29 06:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with scrape type 2
2026-03-29 06:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f, identifier: NG74%20PZW
2026-03-29 06:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW
2026-03-29 06:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW
2026-03-29 06:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW to the API
2026-03-29 06:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG74%20PZW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c4eeefb2-1e13-5aab-bf97-93ea214c6a8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG74 PZW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG74%20PZW&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLKSWAGEN',
'model': 'CADDY',
'odometer': 20939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0 TDI 122 LIFE DSG MPV',
'transmission': 'automatic',
'trim': 'TDI 122 LIFE DSG',
'vin': 'WV2ZZZSKXSX027332',
'year': 2025}
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG74%2520PZW%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Saving data for NG74%20PZW: {'auction_closing_time': 1774864800.0, 'created_time': 1773820628.233513, 'last_price_update_time': 1774764182.094737}
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG74%2520PZW') HTTP/1.1" 204 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: NK68%20VWG
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK68%2520VWG%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for NK68%20VWG: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: OE74%20XKB
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520XKB%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for OE74%20XKB: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: NA69%20WCT
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520WCT%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for NA69%20WCT: 2
2026-03-29 06:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT
2026-03-29 06:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f586416-d7d5-5dc8-b950-ab0a132cc248 with scrape type 2
2026-03-29 06:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f586416-d7d5-5dc8-b950-ab0a132cc248 with scrape type 2
2026-03-29 06:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f586416-d7d5-5dc8-b950-ab0a132cc248, identifier: NA69%20WCT
2026-03-29 06:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT
2026-03-29 06:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT
2026-03-29 06:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT to the API
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20WCT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7f586416-d7d5-5dc8-b950-ab0a132cc248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA69 WCT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20WCT&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 85391,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 1.5 35 TFSI S LINE S-T Coupe',
'transmission': 'automatic',
'trim': '35 TFSI S LINE S-T',
'vin': 'WAUZZZF35L1067241',
'year': 2020}
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520WCT%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Saving data for NA69%20WCT: {'auction_closing_time': 1774864800.0, 'created_time': 1774447656.933826, 'last_price_update_time': 1774764182.704427}
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520WCT') HTTP/1.1" 204 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: ND70%20LZE
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for ND70%20LZE: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: NJ64%20DZS
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520DZS%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for NJ64%20DZS: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: VK65%20XNW
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK65%2520XNW%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for VK65%20XNW: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: YD66%20KFF
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520KFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for YD66%20KFF: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: BL16%20UUB
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for BL16%20UUB: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: FL59%20VTF
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL59%2520VTF%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for FL59%20VTF: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: SM67%20VNV
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520VNV%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for SM67%20VNV: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: WP62%20XCK
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520XCK%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for WP62%20XCK: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: RF08%20TZP
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF08%2520TZP%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for RF08%20TZP: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: YC72%20AVN
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for YC72%20AVN: 0
2026-03-29 06:03:02 [bca.uk] INFO: Found listing with ID: FJ68%20ULM
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 06:03:02 [bca.uk] INFO: Scrape type for FJ68%20ULM: 2
2026-03-29 06:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM
2026-03-29 06:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9810be9-3cfb-5d60-aa90-be96d52b68de with scrape type 2
2026-03-29 06:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9810be9-3cfb-5d60-aa90-be96d52b68de with scrape type 2
2026-03-29 06:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9810be9-3cfb-5d60-aa90-be96d52b68de, identifier: FJ68%20ULM
2026-03-29 06:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM
2026-03-29 06:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM
2026-03-29 06:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM to the API
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ68%20ULM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e9810be9-3cfb-5d60-aa90-be96d52b68de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ68 ULM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ68%20ULM&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 65332,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SZ-T Hatchback',
'transmission': 'manual',
'trim': 'BOOSTERJET 110 SZ-T',
'vin': 'JSAAZC13S00204213',
'year': 2018}
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ68%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Saving data for FJ68%20ULM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650757.950702, 'last_price_update_time': 1774764183.344789}
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ68%2520ULM') HTTP/1.1" 204 0
2026-03-29 06:03:03 [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 06:03:03 [bca.uk] INFO: Found listing with ID: FJ70%20HFF
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ70%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for FJ70%20HFF: 0
2026-03-29 06:03:03 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded
2026-03-29 06:03:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:03 [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 06:03:03 [bca.uk] INFO: Found listing with ID: ND19%20VHL
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND19%2520VHL%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for ND19%20VHL: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: AF71%20XUK
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF71%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for AF71%20XUK: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: BG72%20UUY
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG72%2520UUY%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for BG72%20UUY: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: FG69%20CVL
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG69%2520CVL%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for FG69%20CVL: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: KM69%20NXO
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM69%2520NXO%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for KM69%20NXO: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: KY19%20EBR
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY19%2520EBR%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for KY19%20EBR: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: SK20%20URM
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK20%2520URM%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for SK20%20URM: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: KX09%20XPF
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX09%2520XPF%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for KX09%20XPF: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: LD14%20UGX
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD14%2520UGX%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for LD14%20UGX: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: SE16%20KBX
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE16%2520KBX%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for SE16%20KBX: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: PN64%20UHS
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN64%2520UHS%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for PN64%20UHS: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: RO63%20WRK
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO63%2520WRK%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for RO63%20WRK: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: JS51%20JOK
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JS51%2520JOK%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for JS51%20JOK: 0
2026-03-29 06:03:03 [bca.uk] INFO: Found listing with ID: FV20%20CSZ
2026-03-29 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV20%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:03 [bca.uk] INFO: Scrape type for FV20%20CSZ: 2
2026-03-29 06:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ
2026-03-29 06:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03bb3e9e-3e24-55a6-a631-ccba6304fabf with scrape type 2
2026-03-29 06:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03bb3e9e-3e24-55a6-a631-ccba6304fabf with scrape type 2
2026-03-29 06:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03bb3e9e-3e24-55a6-a631-ccba6304fabf, identifier: FV20%20CSZ
2026-03-29 06:03:03 [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 06:03:03 [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 06:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ
2026-03-29 06:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ
2026-03-29 06:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ to the API
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV20%20CSZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '03bb3e9e-3e24-55a6-a631-ccba6304fabf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV20 CSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV20%20CSZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 47803,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI S LINE Hatchback',
'transmission': 'manual',
'trim': '30 TFSI S LINE',
'vin': 'WAUZZZGB5LR044100',
'year': 2020}
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV20%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Saving data for FV20%20CSZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774562733.731545, 'last_price_update_time': 1774764184.335037}
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV20%2520CSZ') HTTP/1.1" 204 0
2026-03-29 06:03: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 06:03:04 [bca.uk] INFO: Found listing with ID: HK18%20KTD
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK18%2520KTD%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Scrape type for HK18%20KTD: 0
2026-03-29 06:03:04 [bca.uk] INFO: Found listing with ID: JG15%20TAN
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JG15%2520TAN%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Scrape type for JG15%20TAN: 0
2026-03-29 06:03:04 [bca.uk] INFO: Found listing with ID: VO69%20FZU
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO69%2520FZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Scrape type for VO69%20FZU: 0
2026-03-29 06:03:04 [bca.uk] INFO: Found listing with ID: YX22%20KOA
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX22%2520KOA%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Scrape type for YX22%20KOA: 2
2026-03-29 06:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA
2026-03-29 06:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66205ce3-df5c-5569-81d6-9915ca18a98c with scrape type 2
2026-03-29 06:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66205ce3-df5c-5569-81d6-9915ca18a98c with scrape type 2
2026-03-29 06:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66205ce3-df5c-5569-81d6-9915ca18a98c, identifier: YX22%20KOA
2026-03-29 06:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA
2026-03-29 06:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA
2026-03-29 06:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA to the API
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX22%20KOA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '66205ce3-df5c-5569-81d6-9915ca18a98c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX22 KOA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX22%20KOA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 5587,
'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': 'HONDA JAZZ 1.5 I-MMD HYBRID SR ECVT Hatchback',
'transmission': 'automatic',
'trim': 'I-MMD HYBRID SR ECVT',
'vin': 'JHMGR3850NS209487',
'year': 2022}
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX22%2520KOA%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Saving data for YX22%20KOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774438099.131243, 'last_price_update_time': 1774764184.959147}
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX22%2520KOA') HTTP/1.1" 204 0
2026-03-29 06:03:04 [bca.uk] INFO: Found listing with ID: YY22%20BDE
2026-03-29 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY22%2520BDE%27 HTTP/1.1" 200 None
2026-03-29 06:03:04 [bca.uk] INFO: Scrape type for YY22%20BDE: 2
2026-03-29 06:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE
2026-03-29 06:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with scrape type 2
2026-03-29 06:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with scrape type 2
2026-03-29 06:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48a20c47-ffbf-521f-87a1-8a4adbc7c385, identifier: YY22%20BDE
2026-03-29 06:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE
2026-03-29 06:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE
2026-03-29 06:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE to the API
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY22%20BDE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '48a20c47-ffbf-521f-87a1-8a4adbc7c385',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY22 BDE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY22%20BDE&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 25575,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLVO XC40 1.5 T3 163 INSCRIPTION G/T StationWagon',
'transmission': 'automatic',
'trim': 'T3 163 INSCRIPTION G/T',
'vin': 'YV1XZ15VDN2765359',
'year': 2022}
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY22%2520BDE%27 HTTP/1.1" 200 None
2026-03-29 06:03:05 [bca.uk] INFO: Saving data for YY22%20BDE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650762.667886, 'last_price_update_time': 1774764185.453638}
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY22%2520BDE') HTTP/1.1" 204 0
2026-03-29 06:03:05 [bca.uk] INFO: Found listing with ID: YY70%20LWT
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY70%2520LWT%27 HTTP/1.1" 200 None
2026-03-29 06:03:05 [bca.uk] INFO: Scrape type for YY70%20LWT: 0
2026-03-29 06:03:05 [bca.uk] INFO: Found listing with ID: YY74%20VXV
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY74%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 06:03:05 [bca.uk] INFO: Scrape type for YY74%20VXV: 2
2026-03-29 06:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV
2026-03-29 06:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b015d1c8-45b1-58b2-9a63-5718b114faf6 with scrape type 2
2026-03-29 06:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b015d1c8-45b1-58b2-9a63-5718b114faf6 with scrape type 2
2026-03-29 06:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b015d1c8-45b1-58b2-9a63-5718b114faf6, identifier: YY74%20VXV
2026-03-29 06:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV
2026-03-29 06:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV
2026-03-29 06:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV to the API
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY74%20VXV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b015d1c8-45b1-58b2-9a63-5718b114faf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY74 VXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY74%20VXV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 10968,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'HYUNDAI I20 1.0 T GDI 100 N LINE S DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI 100 N LINE S DCT',
'vin': 'NLHBR51GXSZ531719',
'year': 2024}
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY74%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 06:03:05 [bca.uk] INFO: Saving data for YY74%20VXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774438101.096153, 'last_price_update_time': 1774764185.911155}
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY74%2520VXV') HTTP/1.1" 204 0
2026-03-29 06:03:05 [bca.uk] INFO: Found listing with ID: AD19%20LDZ
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:05 [bca.uk] INFO: Scrape type for AD19%20LDZ: 2
2026-03-29 06:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ
2026-03-29 06:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with scrape type 2
2026-03-29 06:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with scrape type 2
2026-03-29 06:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4, identifier: AD19%20LDZ
2026-03-29 06:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ
2026-03-29 06:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ
2026-03-29 06:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ to the API
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD19%20LDZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6fcd904d-7a4c-50ad-a0a9-5733b981d8d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AD19 LDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD19%20LDZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 29413,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SEAT IBIZA 1.0 FR EZ Hatchback',
'transmission': 'manual',
'trim': 'FR EZ',
'vin': 'VSSZZZKJZKR198933',
'year': 2019}
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Saving data for AD19%20LDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650774.394633, 'last_price_update_time': 1774764186.873153}
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520LDZ') HTTP/1.1" 204 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: RF21%20EBD
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF21%2520EBD%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Scrape type for RF21%20EBD: 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: WO21%20TKX
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO21%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Scrape type for WO21%20TKX: 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: RA16%20HNC
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA16%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Scrape type for RA16%20HNC: 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: FY18%20CYT
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY18%2520CYT%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Scrape type for FY18%20CYT: 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: GF64%20UPV
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF64%2520UPV%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Scrape type for GF64%20UPV: 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: KN15%20HKZ
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN15%2520HKZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:06 [bca.uk] INFO: Scrape type for KN15%20HKZ: 0
2026-03-29 06:03:06 [bca.uk] INFO: Found listing with ID: LM11%20RXV
2026-03-29 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM11%2520RXV%27 HTTP/1.1" 200 None
2026-03-29 06:03:07 [bca.uk] INFO: Scrape type for LM11%20RXV: 0
2026-03-29 06:03:07 [bca.uk] INFO: Found listing with ID: DT16%20AWH
2026-03-29 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DT16%2520AWH%27 HTTP/1.1" 200 None
2026-03-29 06:03:07 [bca.uk] INFO: Scrape type for DT16%20AWH: 0
2026-03-29 06:03:07 [bca.uk] INFO: Found listing with ID: VK20%20NNO
2026-03-29 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK20%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 06:03:07 [bca.uk] INFO: Scrape type for VK20%20NNO: 2
2026-03-29 06:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO
2026-03-29 06:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with scrape type 2
2026-03-29 06:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with scrape type 2
2026-03-29 06:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b3748cf-35df-5dd2-90fb-0fb539fe9793, identifier: VK20%20NNO
2026-03-29 06:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO
2026-03-29 06:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO
2026-03-29 06:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO to the API
2026-03-29 06:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK20%20NNO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9b3748cf-35df-5dd2-90fb-0fb539fe9793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK20 NNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK20%20NNO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 53643,
'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 TIGUAN 2.0 TDI 150 BMT 4M SEL StationWagon',
'transmission': 'manual',
'trim': 'TDI 150 BMT 4M SEL',
'vin': 'WVGZZZ5NZLW367962',
'year': 2020}
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK20%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Saving data for VK20%20NNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650749.258528, 'last_price_update_time': 1774764188.15872}
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK20%2520NNO') HTTP/1.1" 204 0
2026-03-29 06:03:08 [bca.uk] INFO: Found listing with ID: PE68%20ZNM
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520ZNM%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Scrape type for PE68%20ZNM: 2
2026-03-29 06:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM
2026-03-29 06:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with scrape type 2
2026-03-29 06:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with scrape type 2
2026-03-29 06:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fa4d8eb-81ac-51c7-938a-559d72ea1262, identifier: PE68%20ZNM
2026-03-29 06:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM
2026-03-29 06:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM
2026-03-29 06:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM to the API
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE68%20ZNM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6fa4d8eb-81ac-51c7-938a-559d72ea1262',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE68 ZNM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE68%20ZNM&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 37326,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 T 100 SRI Hatchback',
'transmission': 'manual',
'trim': 'T 100 SRI',
'vin': 'W0V0XEP68J4409412',
'year': 2018}
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520ZNM%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Saving data for PE68%20ZNM: {'auction_closing_time': 1774864800.0, 'created_time': 1774562695.249733, 'last_price_update_time': 1774764188.716999}
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE68%2520ZNM') HTTP/1.1" 204 0
2026-03-29 06:03:08 [bca.uk] INFO: Found listing with ID: SB72%20GWA
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520GWA%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Scrape type for SB72%20GWA: 0
2026-03-29 06:03:08 [bca.uk] INFO: Found listing with ID: SJ22%20EHM
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ22%2520EHM%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Scrape type for SJ22%20EHM: 0
2026-03-29 06:03:08 [bca.uk] INFO: Found listing with ID: C5%20BLJ
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C5%2520BLJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Scrape type for C5%20BLJ: 0
2026-03-29 06:03:08 [bca.uk] INFO: Found listing with ID: DN19%20HKK
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520HKK%27 HTTP/1.1" 200 None
2026-03-29 06:03:08 [bca.uk] INFO: Scrape type for DN19%20HKK: 2
2026-03-29 06:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK
2026-03-29 06:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6abeb41c-0993-5114-8c52-200db0ddc1a6 with scrape type 2
2026-03-29 06:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6abeb41c-0993-5114-8c52-200db0ddc1a6 with scrape type 2
2026-03-29 06:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6abeb41c-0993-5114-8c52-200db0ddc1a6, identifier: DN19%20HKK
2026-03-29 06:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK
2026-03-29 06:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK
2026-03-29 06:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK to the API
2026-03-29 06:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN19%20HKK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6abeb41c-0993-5114-8c52-200db0ddc1a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN19 HKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN19%20HKK&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 19652,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 90 SPORT Hatchback',
'transmission': 'manual',
'trim': '90 SPORT',
'vin': 'W0V0XEP68K4201692',
'year': 2019}
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520HKK%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Saving data for DN19%20HKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650755.229021, 'last_price_update_time': 1774764189.191913}
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN19%2520HKK') HTTP/1.1" 204 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: SC18%20HNF
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520HNF%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for SC18%20HNF: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: SM22%20URS
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM22%2520URS%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for SM22%20URS: 2
2026-03-29 06:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS
2026-03-29 06:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 644322af-3f4e-5563-98c8-0d0cdeb0d773 with scrape type 2
2026-03-29 06:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 644322af-3f4e-5563-98c8-0d0cdeb0d773 with scrape type 2
2026-03-29 06:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 644322af-3f4e-5563-98c8-0d0cdeb0d773, identifier: SM22%20URS
2026-03-29 06:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS
2026-03-29 06:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS
2026-03-29 06:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS to the API
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM22%20URS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '644322af-3f4e-5563-98c8-0d0cdeb0d773',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM22 URS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM22%20URS&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 44730,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCITE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCITE',
'vin': 'LSJW74U98NZ176320',
'year': 2022}
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM22%2520URS%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Saving data for SM22%20URS: {'auction_closing_time': 1774864800.0, 'created_time': 1774447594.65971, 'last_price_update_time': 1774764189.773679}
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM22%2520URS') HTTP/1.1" 204 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: SF65%20MRS
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF65%2520MRS%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for SF65%20MRS: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: SH14%20BOU
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for SH14%20BOU: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: SB65%20CAX
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520CAX%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for SB65%20CAX: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: WP61%20YGA
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for WP61%20YGA: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: YF08%20KHP
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF08%2520KHP%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for YF08%20KHP: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: YH60%20WLJ
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH60%2520WLJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for YH60%20WLJ: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: YS61%20PYP
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS61%2520PYP%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for YS61%20PYP: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: BO55%20VOP
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BO55%2520VOP%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for BO55%20VOP: 0
2026-03-29 06:03:09 [bca.uk] INFO: Found listing with ID: DN62%20LRA
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520LRA%27 HTTP/1.1" 200 None
2026-03-29 06:03:09 [bca.uk] INFO: Scrape type for DN62%20LRA: 2
2026-03-29 06:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eefceebb-b8a3-5ad4-849d-84e95c922fc6 with identifier: DN62%20LRA
2026-03-29 06:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eefceebb-b8a3-5ad4-849d-84e95c922fc6 with scrape type 2
2026-03-29 06:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eefceebb-b8a3-5ad4-849d-84e95c922fc6 with scrape type 2
2026-03-29 06:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eefceebb-b8a3-5ad4-849d-84e95c922fc6, identifier: DN62%20LRA
2026-03-29 06:03:10 [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 06:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eefceebb-b8a3-5ad4-849d-84e95c922fc6 with identifier: DN62%20LRA
2026-03-29 06:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eefceebb-b8a3-5ad4-849d-84e95c922fc6 with identifier: DN62%20LRA
2026-03-29 06:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eefceebb-b8a3-5ad4-849d-84e95c922fc6 with identifier: DN62%20LRA to the API
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN62%20LRA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'eefceebb-b8a3-5ad4-849d-84e95c922fc6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN62 LRA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN62%20LRA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 136205,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 2.0 CDTI 16V 165 E/F SRI S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 16V 165 E/F SRI S/S',
'vin': 'W0LPF6EN3DG035373',
'year': 2012}
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520LRA%27 HTTP/1.1" 200 None
2026-03-29 06:03:10 [bca.uk] INFO: Saving data for DN62%20LRA: {'auction_closing_time': 1774778400.0, 'created_time': 1774563533.171859, 'last_price_update_time': 1774764190.86669}
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN62%2520LRA') HTTP/1.1" 204 0
2026-03-29 06:03:10 [bca.uk] INFO: Found listing with ID: KS11%20MJV
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS11%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 06:03:10 [bca.uk] INFO: Scrape type for KS11%20MJV: 0
2026-03-29 06:03:10 [bca.uk] INFO: Found listing with ID: MF12%20UUT
2026-03-29 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF12%2520UUT%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for MF12%20UUT: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: SC16%20MWA
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for SC16%20MWA: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: SC61%20EHM
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC61%2520EHM%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for SC61%20EHM: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: SL60%20AKU
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL60%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for SL60%20AKU: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: SW60%20LHD
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW60%2520LHD%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for SW60%20LHD: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: VA67%20MVC
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA67%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for VA67%20MVC: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: MJ61%20CYK
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ61%2520CYK%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for MJ61%20CYK: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: OE60%20WYJ
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE60%2520WYJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for OE60%20WYJ: 2
2026-03-29 06:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10486d52-cb59-5304-95a7-05a8d8abefc7 with identifier: OE60%20WYJ
2026-03-29 06:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10486d52-cb59-5304-95a7-05a8d8abefc7 with scrape type 2
2026-03-29 06:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10486d52-cb59-5304-95a7-05a8d8abefc7 with scrape type 2
2026-03-29 06:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10486d52-cb59-5304-95a7-05a8d8abefc7, identifier: OE60%20WYJ
2026-03-29 06:03:11 [scrapy.extensions.logstats] INFO: Crawled 38 pages (at 10 pages/min), scraped 187 items (at 85 items/min)
2026-03-29 06:03:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 191MiB
2026-03-29 06:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10486d52-cb59-5304-95a7-05a8d8abefc7 with identifier: OE60%20WYJ
2026-03-29 06:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10486d52-cb59-5304-95a7-05a8d8abefc7 with identifier: OE60%20WYJ
2026-03-29 06:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10486d52-cb59-5304-95a7-05a8d8abefc7 with identifier: OE60%20WYJ to the API
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE60%20WYJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '10486d52-cb59-5304-95a7-05a8d8abefc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE60 WYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE60%20WYJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 90405,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.4 TWIST Hatchback',
'transmission': 'manual',
'trim': 'TWIST',
'vin': 'WVWZZZ1KZBW152117',
'year': 2011}
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE60%2520WYJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Saving data for OE60%20WYJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563329.77203, 'last_price_update_time': 1774764191.569328}
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE60%2520WYJ') HTTP/1.1" 204 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: KO15%20JZW
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KO15%2520JZW%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for KO15%20JZW: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: HV58%20YJY
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV58%2520YJY%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for HV58%20YJY: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: EP19%20XHA
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EP19%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for EP19%20XHA: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: WM19%20BFN
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM19%2520BFN%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for WM19%20BFN: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: EJ19%20URS
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ19%2520URS%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for EJ19%20URS: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: HJ69%20WRA
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ69%2520WRA%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for HJ69%20WRA: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: RE03%20XJT
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE03%2520XJT%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for RE03%20XJT: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: VO62%20RAU
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO62%2520RAU%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for VO62%20RAU: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: SV23%20HXP
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV23%2520HXP%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for SV23%20HXP: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: V30%20NGA
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27V30%2520NGA%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for V30%20NGA: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: Y22%20MSN
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y22%2520MSN%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for Y22%20MSN: 0
2026-03-29 06:03:11 [bca.uk] INFO: Found listing with ID: SR19%20GGU
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR19%2520GGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:11 [bca.uk] INFO: Scrape type for SR19%20GGU: 2
2026-03-29 06:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU
2026-03-29 06:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4307750-1c48-5114-964f-a49ee76c9e5b with scrape type 2
2026-03-29 06:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4307750-1c48-5114-964f-a49ee76c9e5b with scrape type 2
2026-03-29 06:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4307750-1c48-5114-964f-a49ee76c9e5b, identifier: SR19%20GGU
2026-03-29 06:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU
2026-03-29 06:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU
2026-03-29 06:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU to the API
2026-03-29 06:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR19%20GGU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a4307750-1c48-5114-964f-a49ee76c9e5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SR19 GGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR19%20GGU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 12511,
'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 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0JXXGAHJKC82436',
'year': 2019}
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR19%2520GGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Saving data for SR19%20GGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563153.363637, 'last_price_update_time': 1774764192.204282}
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520GGU') HTTP/1.1" 204 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: VX68%20HBE
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX68%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for VX68%20HBE: 2
2026-03-29 06:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE
2026-03-29 06:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278f1968-65ea-50dc-a3e5-ea4754024869 with scrape type 2
2026-03-29 06:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 278f1968-65ea-50dc-a3e5-ea4754024869 with scrape type 2
2026-03-29 06:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 278f1968-65ea-50dc-a3e5-ea4754024869, identifier: VX68%20HBE
2026-03-29 06:03:12 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded
2026-03-29 06:03:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:12 [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 06:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE
2026-03-29 06:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE
2026-03-29 06:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE to the API
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX68%20HBE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '278f1968-65ea-50dc-a3e5-ea4754024869',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VX68 HBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX68%20HBE&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'ALFA ROMEO',
'model': 'GIULIA',
'odometer': 59560,
'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': 'ALFA ROMEO GIULIA 2.0 TB 280 VELOCE Saloon',
'transmission': 'automatic',
'trim': 'TB 280 VELOCE',
'vin': 'ZAREAELN9K7602130',
'year': 2018}
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX68%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Saving data for VX68%20HBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774562731.665121, 'last_price_update_time': 1774764192.75555}
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX68%2520HBE') HTTP/1.1" 204 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: AF20%20DFX
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF20%2520DFX%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for AF20%20DFX: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: BL19%20WJA
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL19%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for BL19%20WJA: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: HF19%20JKU
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF19%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for HF19%20JKU: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: SD68%20WCY
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD68%2520WCY%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for SD68%20WCY: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: SG16%20HZK
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520HZK%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for SG16%20HZK: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: OY16%20VNK
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY16%2520VNK%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for OY16%20VNK: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: PE10%20DXZ
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE10%2520DXZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for PE10%20DXZ: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: SW08%20OSX
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW08%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for SW08%20OSX: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: SY11%20OZW
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY11%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for SY11%20OZW: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: SY58%20YDP
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY58%2520YDP%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for SY58%20YDP: 0
2026-03-29 06:03:12 [bca.uk] INFO: Found listing with ID: SY61%20MXG
2026-03-29 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY61%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 06:03:12 [bca.uk] INFO: Scrape type for SY61%20MXG: 2
2026-03-29 06:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b4186dc-54bf-5655-b381-51484eb22348 with identifier: SY61%20MXG
2026-03-29 06:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b4186dc-54bf-5655-b381-51484eb22348 with scrape type 2
2026-03-29 06:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b4186dc-54bf-5655-b381-51484eb22348 with scrape type 2
2026-03-29 06:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b4186dc-54bf-5655-b381-51484eb22348, identifier: SY61%20MXG
2026-03-29 06:03:13 [bca.uk] INFO: Found listing with ID: LB22%20KUJ
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB22%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:13 [bca.uk] INFO: Scrape type for LB22%20KUJ: 0
2026-03-29 06:03:13 [bca.uk] INFO: Found listing with ID: LM20%20BCX
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM20%2520BCX%27 HTTP/1.1" 200 None
2026-03-29 06:03:13 [bca.uk] INFO: Scrape type for LM20%20BCX: 0
2026-03-29 06:03:13 [bca.uk] INFO: Found listing with ID: ML19%20YHM
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML19%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 06:03:13 [bca.uk] INFO: Scrape type for ML19%20YHM: 0
2026-03-29 06:03:13 [bca.uk] INFO: Found listing with ID: MX22%20PPO
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX22%2520PPO%27 HTTP/1.1" 200 None
2026-03-29 06:03:13 [bca.uk] INFO: Scrape type for MX22%20PPO: 0
2026-03-29 06:03:13 [bca.uk] INFO: Found listing with ID: SH19%20ZZL
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 06:03:13 [bca.uk] INFO: Scrape type for SH19%20ZZL: 2
2026-03-29 06:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL
2026-03-29 06:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19245315-c394-5ddc-ac7b-f7f5b3756d47 with scrape type 2
2026-03-29 06:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19245315-c394-5ddc-ac7b-f7f5b3756d47 with scrape type 2
2026-03-29 06:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19245315-c394-5ddc-ac7b-f7f5b3756d47, identifier: SH19%20ZZL
2026-03-29 06:03:13 [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 06:03:13 [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 06:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b4186dc-54bf-5655-b381-51484eb22348 with identifier: SY61%20MXG
2026-03-29 06:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b4186dc-54bf-5655-b381-51484eb22348 with identifier: SY61%20MXG
2026-03-29 06:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b4186dc-54bf-5655-b381-51484eb22348 with identifier: SY61%20MXG to the API
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY61%20MXG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6b4186dc-54bf-5655-b381-51484eb22348',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY61 MXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY61%20MXG&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 82013,
'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 NOTE 1.4 N-TEC Hatchback',
'transmission': 'manual',
'trim': 'N-TEC',
'vin': 'SJNFAAE11U2138827',
'year': 2011}
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY61%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 06:03:13 [bca.uk] INFO: Saving data for SY61%20MXG: {'auction_closing_time': 1774778400.0, 'created_time': 1774448122.568897, 'last_price_update_time': 1774764193.601002}
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY61%2520MXG') HTTP/1.1" 204 0
2026-03-29 06:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL
2026-03-29 06:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL
2026-03-29 06:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL to the API
2026-03-29 06:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:13 [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=SH19%20ZZL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '19245315-c394-5ddc-ac7b-f7f5b3756d47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH19 ZZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH19%20ZZL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A6',
'odometer': 41318,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'AUDI A6 2.0 40 TDI S LINE S-T Saloon',
'transmission': 'automatic',
'trim': '40 TDI S LINE S-T',
'vin': 'WAUZZZF21KN083032',
'year': 2019}
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Saving data for SH19%20ZZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774562688.494092, 'last_price_update_time': 1774764194.017109}
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH19%2520ZZL') HTTP/1.1" 204 0
2026-03-29 06:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: WN15%20XAB
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN15%2520XAB%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for WN15%20XAB: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: YT12%20VGZ
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT12%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for YT12%20VGZ: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: AK58%20DZJ
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK58%2520DZJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for AK58%20DZJ: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: CK58%20JTV
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK58%2520JTV%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for CK58%20JTV: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: EJ10%20YOL
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ10%2520YOL%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for EJ10%20YOL: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: EU63%20UNN
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU63%2520UNN%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for EU63%20UNN: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: KE15%20VGG
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE15%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for KE15%20VGG: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: KG56%20YPR
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KG56%2520YPR%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for KG56%20YPR: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: NA59%20VLZ
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA59%2520VLZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for NA59%20VLZ: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: NK66%20YFN
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK66%2520YFN%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for NK66%20YFN: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: NL16%20XFV
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL16%2520XFV%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for NL16%20XFV: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: OY11%20XRC
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY11%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for OY11%20XRC: 2
2026-03-29 06:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67561719-39e4-58c8-b0cc-1b9dc0e75990 with identifier: OY11%20XRC
2026-03-29 06:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67561719-39e4-58c8-b0cc-1b9dc0e75990 with scrape type 2
2026-03-29 06:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67561719-39e4-58c8-b0cc-1b9dc0e75990 with scrape type 2
2026-03-29 06:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67561719-39e4-58c8-b0cc-1b9dc0e75990, identifier: OY11%20XRC
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: VN21%20GCK
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN21%2520GCK%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for VN21%20GCK: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: WX18%20RMZ
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX18%2520RMZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for WX18%20RMZ: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: WX70%20JZJ
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX70%2520JZJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for WX70%20JZJ: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: CA18%20JPY
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA18%2520JPY%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for CA18%20JPY: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: CP19%20XKX
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP19%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for CP19%20XKX: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: WP22%20GWL
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP22%2520GWL%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for WP22%20GWL: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: CU72%20ZHM
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU72%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for CU72%20ZHM: 0
2026-03-29 06:03:14 [bca.uk] INFO: Found listing with ID: FE19%20XYC
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE19%2520XYC%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Scrape type for FE19%20XYC: 2
2026-03-29 06:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC
2026-03-29 06:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with scrape type 2
2026-03-29 06:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with scrape type 2
2026-03-29 06:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb, identifier: FE19%20XYC
2026-03-29 06:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67561719-39e4-58c8-b0cc-1b9dc0e75990 with identifier: OY11%20XRC
2026-03-29 06:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67561719-39e4-58c8-b0cc-1b9dc0e75990 with identifier: OY11%20XRC
2026-03-29 06:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67561719-39e4-58c8-b0cc-1b9dc0e75990 with identifier: OY11%20XRC to the API
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY11%20XRC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '67561719-39e4-58c8-b0cc-1b9dc0e75990',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY11 XRC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY11%20XRC&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 139224,
'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 SD4 190 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SD4 190 HSE',
'vin': 'SALFA2AE0BH248338',
'year': 2011}
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY11%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:03:14 [bca.uk] INFO: Saving data for OY11%20XRC: {'auction_closing_time': 1774778400.0, 'created_time': 1774448161.396871, 'last_price_update_time': 1774764194.897671}
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY11%2520XRC') HTTP/1.1" 204 0
2026-03-29 06:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC
2026-03-29 06:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC
2026-03-29 06:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC to the API
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:15 [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': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE19%20XYC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b059b349-c8d3-5c2a-929e-7e64c3f9e5eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE19 XYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE19%20XYC&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': 'TRAVELLER',
'odometer': 73350,
'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 TRAVELLER 2.0 BLUEHDI 150 ALLURE STANDARD MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 150 ALLURE STANDARD',
'vin': 'VF3VEAHXKJZ134228',
'year': 2019}
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE19%2520XYC%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Saving data for FE19%20XYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562675.684214, 'last_price_update_time': 1774764195.312786}
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE19%2520XYC') HTTP/1.1" 204 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: RX63%20SMO
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX63%2520SMO%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for RX63%20SMO: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: SA62%20EKX
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA62%2520EKX%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for SA62%20EKX: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: SB17%20CZR
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB17%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for SB17%20CZR: 2
2026-03-29 06:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7237783-c9ef-551e-8d34-d961ad6bb108 with identifier: SB17%20CZR
2026-03-29 06:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7237783-c9ef-551e-8d34-d961ad6bb108 with scrape type 2
2026-03-29 06:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7237783-c9ef-551e-8d34-d961ad6bb108 with scrape type 2
2026-03-29 06:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7237783-c9ef-551e-8d34-d961ad6bb108, identifier: SB17%20CZR
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: KU19%20CFH
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU19%2520CFH%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for KU19%20CFH: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: CA19%20UTE
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA19%2520UTE%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for CA19%20UTE: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: CK18%20AOC
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK18%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for CK18%20AOC: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: FV17%20TYW
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV17%2520TYW%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for FV17%20TYW: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: FY66%20OTD
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY66%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for FY66%20OTD: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: GJ65%20TYV
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ65%2520TYV%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for GJ65%20TYV: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: NL64%20KGO
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL64%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for NL64%20KGO: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: OY67%20JPV
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY67%2520JPV%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for OY67%20JPV: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WV16%20UWB
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV16%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WV16%20UWB: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: MT65%20UJH
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT65%2520UJH%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for MT65%20UJH: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: X11%20BBM
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X11%2520BBM%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for X11%20BBM: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: DF12%20VWL
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF12%2520VWL%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for DF12%20VWL: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: KV16%20LDZ
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV16%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for KV16%20LDZ: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: LT64%20YTO
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT64%2520YTO%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for LT64%20YTO: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WU19%20VDC
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU19%2520VDC%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WU19%20VDC: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WF63%20UPT
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF63%2520UPT%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WF63%20UPT: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WJ15%20OHN
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ15%2520OHN%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WJ15%20OHN: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WJ62%20BLV
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ62%2520BLV%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WJ62%20BLV: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WK54%20WFB
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK54%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WK54%20WFB: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: WV09%20BNK
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV09%2520BNK%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for WV09%20BNK: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: YE09%20XVV
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE09%2520XVV%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for YE09%20XVV: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: YW63%20BYJ
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YW63%2520BYJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for YW63%20BYJ: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: LR14%20NKS
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR14%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for LR14%20NKS: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: LX15%20SYU
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX15%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for LX15%20SYU: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: NA09%20EFW
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA09%2520EFW%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for NA09%20EFW: 0
2026-03-29 06:03:15 [bca.uk] INFO: Found listing with ID: NJ11%20XCC
2026-03-29 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ11%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 06:03:15 [bca.uk] INFO: Scrape type for NJ11%20XCC: 2
2026-03-29 06:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC
2026-03-29 06:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0557caef-d4e1-5a44-8107-09f901160709 with scrape type 2
2026-03-29 06:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0557caef-d4e1-5a44-8107-09f901160709 with scrape type 2
2026-03-29 06:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0557caef-d4e1-5a44-8107-09f901160709, identifier: NJ11%20XCC
2026-03-29 06:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7237783-c9ef-551e-8d34-d961ad6bb108 with identifier: SB17%20CZR
2026-03-29 06:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7237783-c9ef-551e-8d34-d961ad6bb108 with identifier: SB17%20CZR
2026-03-29 06:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7237783-c9ef-551e-8d34-d961ad6bb108 with identifier: SB17%20CZR to the API
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB17%20CZR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7237783-c9ef-551e-8d34-d961ad6bb108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB17 CZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB17%20CZR&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 155002,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 75 SRI Hatchback',
'transmission': 'manual',
'trim': '75 SRI',
'vin': 'W0L0XEP68H4193915',
'year': 2017}
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB17%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Saving data for SB17%20CZR: {'auction_closing_time': 1774778400.0, 'created_time': 1774448142.577864, 'last_price_update_time': 1774764196.331259}
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB17%2520CZR') HTTP/1.1" 204 0
2026-03-29 06:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC
2026-03-29 06:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC
2026-03-29 06:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC to the API
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:16 [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': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ11%20XCC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0557caef-d4e1-5a44-8107-09f901160709',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ11 XCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ11%20XCC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'SANTA FE',
'odometer': 125852,
'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 SANTA FE 2.2 CRDI PREMIUM (5ST) 4WD StationWagon',
'transmission': 'automatic',
'trim': 'CRDI PREMIUM (5ST) 4WD',
'vin': 'KMHSH81XSBU709228',
'year': 2011}
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ11%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Saving data for NJ11%20XCC: {'auction_closing_time': 1774778400.0, 'created_time': 1774448174.775248, 'last_price_update_time': 1774764196.751514}
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ11%2520XCC') HTTP/1.1" 204 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: SD61%20OKE
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD61%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for SD61%20OKE: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: SH09%20HCE
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH09%2520HCE%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for SH09%20HCE: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: AG59%20RKO
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AG59%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for AG59%20RKO: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: RA68%20WZE
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA68%2520WZE%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for RA68%20WZE: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: FJ20%20XSP
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for FJ20%20XSP: 2
2026-03-29 06:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP
2026-03-29 06:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8001a922-a294-5bcd-b9b4-a1a964361a57 with scrape type 2
2026-03-29 06:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8001a922-a294-5bcd-b9b4-a1a964361a57 with scrape type 2
2026-03-29 06:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8001a922-a294-5bcd-b9b4-a1a964361a57, identifier: FJ20%20XSP
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: NX59%20VNB
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX59%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for NX59%20VNB: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: OFZ%205008
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OFZ%25205008%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for OFZ%205008: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: OW53%20UMO
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW53%2520UMO%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for OW53%20UMO: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: PY10%20BSO
2026-03-29 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY10%2520BSO%27 HTTP/1.1" 200 None
2026-03-29 06:03:16 [bca.uk] INFO: Scrape type for PY10%20BSO: 0
2026-03-29 06:03:16 [bca.uk] INFO: Found listing with ID: RJ11%20YBG
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520YBG%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for RJ11%20YBG: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: RV11%20NYX
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520NYX%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for RV11%20NYX: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: SB65%20EOJ
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for SB65%20EOJ: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: AG59%20CWP
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG59%2520CWP%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for AG59%20CWP: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: CK12%20BZG
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520BZG%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for CK12%20BZG: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: CX13%20HWB
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX13%2520HWB%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for CX13%20HWB: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: FG12%20CXF
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520CXF%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for FG12%20CXF: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: LD12%20SWY
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD12%2520SWY%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for LD12%20SWY: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: SH68%20XUL
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520XUL%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for SH68%20XUL: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: KW73%20VTL
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for KW73%20VTL: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: MC19%20ONF
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for MC19%20ONF: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: WF20%20RYP
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520RYP%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for WF20%20RYP: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: WJ22%20OXH
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for WJ22%20OXH: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: FT19%20BHF
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT19%2520BHF%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for FT19%20BHF: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: KT21%20LUH
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520LUH%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for KT21%20LUH: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: RE68%20RYC
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520RYC%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for RE68%20RYC: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: WB19%20OHW
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WB19%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for WB19%20OHW: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: WD19%20GOC
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520GOC%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for WD19%20GOC: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: WL19%20LZJ
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL19%2520LZJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for WL19%20LZJ: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: VO67%20OHE
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520OHE%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for VO67%20OHE: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: WD66%20RGU
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for WD66%20RGU: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: HD12%20PKZ
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD12%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for HD12%20PKZ: 0
2026-03-29 06:03:17 [bca.uk] INFO: Found listing with ID: LL12%20WDZ
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Scrape type for LL12%20WDZ: 2
2026-03-29 06:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ
2026-03-29 06:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e898af4-e858-5897-b52c-fef901886949 with scrape type 2
2026-03-29 06:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e898af4-e858-5897-b52c-fef901886949 with scrape type 2
2026-03-29 06:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e898af4-e858-5897-b52c-fef901886949, identifier: LL12%20WDZ
2026-03-29 06:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP
2026-03-29 06:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP
2026-03-29 06:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP to the API
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ20%20XSP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8001a922-a294-5bcd-b9b4-a1a964361a57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ20 XSP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ20%20XSP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 69043,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'D180 R-DYNAMIC SE (5ST)',
'vin': 'SALCA2AN9LH853995',
'year': 2020}
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ20%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 06:03:17 [bca.uk] INFO: Saving data for FJ20%20XSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774447723.617756, 'last_price_update_time': 1774764197.78019}
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ20%2520XSP') HTTP/1.1" 204 0
2026-03-29 06:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ
2026-03-29 06:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ
2026-03-29 06:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ to the API
2026-03-29 06:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:18 [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': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL12%20WDZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e898af4-e858-5897-b52c-fef901886949',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL12 WDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL12%20WDZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 59635,
'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.0 SI4 DYNAMIC Hatchback',
'transmission': 'automatic',
'trim': 'SI4 DYNAMIC',
'vin': 'SALVA2AG4CH678405',
'year': 2012}
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL12%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Saving data for LL12%20WDZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563816.87202, 'last_price_update_time': 1774764198.202658}
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL12%2520WDZ') HTTP/1.1" 204 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: RO06%20OCF
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO06%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for RO06%20OCF: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: RX13%20YNL
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX13%2520YNL%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for RX13%20YNL: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: SO10%20SJD
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO10%2520SJD%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for SO10%20SJD: 2
2026-03-29 06:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD
2026-03-29 06:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd46c68-b40e-54eb-a7af-3446edb40948 with scrape type 2
2026-03-29 06:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd46c68-b40e-54eb-a7af-3446edb40948 with scrape type 2
2026-03-29 06:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fd46c68-b40e-54eb-a7af-3446edb40948, identifier: SO10%20SJD
2026-03-29 06:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD
2026-03-29 06:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD
2026-03-29 06:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD to the API
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:18 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO10%20SJD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9fd46c68-b40e-54eb-a7af-3446edb40948',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SO10 SJD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO10%20SJD&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 30233,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL ADAM 1.2 VVT 70 JAM Hatchback',
'transmission': 'manual',
'trim': 'VVT 70 JAM',
'vin': 'W0L0MAP08D6036500',
'year': 2013}
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO10%2520SJD%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Saving data for SO10%20SJD: {'auction_closing_time': 1774778400.0, 'created_time': 1774352697.336048, 'last_price_update_time': 1774764198.710539}
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO10%2520SJD') HTTP/1.1" 204 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: WF61%20XJT
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF61%2520XJT%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for WF61%20XJT: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: WP13%20WWY
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP13%2520WWY%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for WP13%20WWY: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: LF16%20ZZH
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF16%2520ZZH%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for LF16%20ZZH: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: YD21%20LKP
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD21%2520LKP%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for YD21%20LKP: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: YD23%20UGZ
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD23%2520UGZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for YD23%20UGZ: 0
2026-03-29 06:03:18 [bca.uk] INFO: Found listing with ID: YH22%20LZX
2026-03-29 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH22%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 06:03:18 [bca.uk] INFO: Scrape type for YH22%20LZX: 2
2026-03-29 06:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX
2026-03-29 06:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87b94e78-2335-5e65-8aeb-fec74224c2ee with scrape type 2
2026-03-29 06:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87b94e78-2335-5e65-8aeb-fec74224c2ee with scrape type 2
2026-03-29 06:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87b94e78-2335-5e65-8aeb-fec74224c2ee, identifier: YH22%20LZX
2026-03-29 06:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX
2026-03-29 06:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX
2026-03-29 06:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX to the API
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:19 [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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20LZX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '87b94e78-2335-5e65-8aeb-fec74224c2ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH22 LZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20LZX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'Q2',
'odometer': 35810,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI Q2 1.5 35 TFSI S LINE Hatchback',
'transmission': 'manual',
'trim': '35 TFSI S LINE',
'vin': 'WAUZZZGA6NA026472',
'year': 2022}
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Saving data for YH22%20LZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774562643.575433, 'last_price_update_time': 1774764199.312068}
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520LZX') HTTP/1.1" 204 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: V22%20VJW
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V22%2520VJW%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for V22%20VJW: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: T400%20WRS
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T400%2520WRS%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for T400%20WRS: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YG70%20CMV
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520CMV%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YG70%20CMV: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YM19%20HXY
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YM19%20HXY: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YS71%20HNL
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520HNL%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YS71%20HNL: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YD70%20WOM
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD70%2520WOM%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YD70%20WOM: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: AX15%20GHV
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for AX15%20GHV: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: BT66%20DFX
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520DFX%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for BT66%20DFX: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YD64%20WJN
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD64%2520WJN%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YD64%20WJN: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YO66%20ENU
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO66%2520ENU%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YO66%20ENU: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YB63%20ZKP
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520ZKP%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YB63%20ZKP: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: BC65%20FJV
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC65%2520FJV%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for BC65%20FJV: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YH12%20ZWB
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH12%2520ZWB%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YH12%20ZWB: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: MJ58%20UJC
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ58%2520UJC%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for MJ58%20UJC: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: HK65%20ZWD
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for HK65%20ZWD: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: HV69%20NLA
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV69%2520NLA%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for HV69%20NLA: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: ND19%20ZXL
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for ND19%20ZXL: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: YR18%20ZWP
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for YR18%20ZWP: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: HN73%20ZTC
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520ZTC%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for HN73%20ZTC: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: HT19%20DXO
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for HT19%20DXO: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: KY19%20BNC
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520BNC%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for KY19%20BNC: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: LD22%20EZW
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for LD22%20EZW: 0
2026-03-29 06:03:19 [bca.uk] INFO: Found listing with ID: LT19%20JWW
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT19%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 06:03:19 [bca.uk] INFO: Scrape type for LT19%20JWW: 2
2026-03-29 06:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW
2026-03-29 06:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with scrape type 2
2026-03-29 06:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with scrape type 2
2026-03-29 06:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9, identifier: LT19%20JWW
2026-03-29 06:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW
2026-03-29 06:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW
2026-03-29 06:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW to the API
2026-03-29 06:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:20 [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': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT19%20JWW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f27b93fe-aee8-5d1a-80c4-50de2a24a6a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT19 JWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT19%20JWW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 5781,
'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 JUKE 1.6 BOSE PERSONAL ED. Hatchback',
'transmission': 'manual',
'trim': 'BOSE PERSONAL ED.',
'vin': 'SJNFBAF15U8062648',
'year': 2019}
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT19%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 06:03:20 [bca.uk] INFO: Saving data for LT19%20JWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774562580.774825, 'last_price_update_time': 1774764200.223378}
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT19%2520JWW') HTTP/1.1" 204 0
2026-03-29 06:03:20 [bca.uk] INFO: Found listing with ID: MA20%20EKM
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA20%2520EKM%27 HTTP/1.1" 200 None
2026-03-29 06:03:20 [bca.uk] INFO: Scrape type for MA20%20EKM: 0
2026-03-29 06:03:20 [bca.uk] INFO: Found listing with ID: YR19%20AOV
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR19%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:03:20 [bca.uk] INFO: Scrape type for YR19%20AOV: 2
2026-03-29 06:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV
2026-03-29 06:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61f1a5a7-0fae-541a-a297-b29b12138f9b with scrape type 2
2026-03-29 06:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61f1a5a7-0fae-541a-a297-b29b12138f9b with scrape type 2
2026-03-29 06:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61f1a5a7-0fae-541a-a297-b29b12138f9b, identifier: YR19%20AOV
2026-03-29 06:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV
2026-03-29 06:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV
2026-03-29 06:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV to the API
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:20 [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': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR19%20AOV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '61f1a5a7-0fae-541a-a297-b29b12138f9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR19 AOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR19%20AOV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 73558,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE',
'vin': 'SALRA2AN3KA087408',
'year': 2019}
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR19%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:03:20 [bca.uk] INFO: Saving data for YR19%20AOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562584.092617, 'last_price_update_time': 1774764200.789557}
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR19%2520AOV') HTTP/1.1" 204 0
2026-03-29 06:03:22 [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 06:03:23 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded
2026-03-29 06:03:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:23 [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 06:03:23 [bca.uk] INFO: Found listing with ID: LD06%20WNS
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD06%2520WNS%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for LD06%20WNS: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: BU67%20HNA
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU67%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for BU67%20HNA: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: GD17%20MJV
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for GD17%20MJV: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: LO66%20UOC
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for LO66%20UOC: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: NH17%20THH
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NH17%2520THH%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for NH17%20THH: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: BV61%20MVO
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV61%2520MVO%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for BV61%20MVO: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: CK18%20AEJ
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520AEJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for CK18%20AEJ: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: BD57%20PJJ
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD57%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for BD57%20PJJ: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: BP67%20XDB
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520XDB%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for BP67%20XDB: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: KV59%20HZE
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV59%2520HZE%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for KV59%20HZE: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: MV57%20UOY
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV57%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for MV57%20UOY: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: NG62%20MFN
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG62%2520MFN%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for NG62%20MFN: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: NY11%20BJE
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY11%2520BJE%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for NY11%20BJE: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: TFZ%208294
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TFZ%25208294%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for TFZ%208294: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: WP63%20USZ
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP63%2520USZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for WP63%20USZ: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: MV18%20VBD
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520VBD%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for MV18%20VBD: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: PK68%20NZT
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK68%2520NZT%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for PK68%20NZT: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: KR71%20ZWG
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZWG%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for KR71%20ZWG: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: DG19%20VCT
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520VCT%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for DG19%20VCT: 0
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: YH19%20PTV
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520PTV%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for YH19%20PTV: 2
2026-03-29 06:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV
2026-03-29 06:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with scrape type 2
2026-03-29 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with scrape type 2
2026-03-29 06:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48, identifier: YH19%20PTV
2026-03-29 06:03:23 [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 06:03:23 [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 06:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV
2026-03-29 06:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV
2026-03-29 06:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV to the API
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:23 [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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH19%20PTV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH19 PTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH19%20PTV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '320D',
'odometer': 37903,
'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': 'WBA5V52090FH36417',
'year': 2019}
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520PTV%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Saving data for YH19%20PTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562715.220563, 'last_price_update_time': 1774764203.817381}
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH19%2520PTV') HTTP/1.1" 204 0
2026-03-29 06:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:03:23 [bca.uk] INFO: Found listing with ID: DV20%20CWA
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520CWA%27 HTTP/1.1" 200 None
2026-03-29 06:03:23 [bca.uk] INFO: Scrape type for DV20%20CWA: 2
2026-03-29 06:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA
2026-03-29 06:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with scrape type 2
2026-03-29 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with scrape type 2
2026-03-29 06:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 663732dc-6b86-5f01-ae15-e7b3896b0fc5, identifier: DV20%20CWA
2026-03-29 06:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA
2026-03-29 06:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA
2026-03-29 06:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA to the API
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:24 [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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV20%20CWA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '663732dc-6b86-5f01-ae15-e7b3896b0fc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV20 CWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV20%20CWA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 49828,
'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': 'MINI COUNTRYMAN 2.0 COOPER S SPORT Hatchback',
'transmission': 'automatic',
'trim': 'COOPER S SPORT',
'vin': 'WMWYW720203M05439',
'year': 2020}
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520CWA%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Saving data for DV20%20CWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562705.154931, 'last_price_update_time': 1774764204.388399}
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV20%2520CWA') HTTP/1.1" 204 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: KEZ%209481
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KEZ%25209481%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for KEZ%209481: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: LD11%20FZB
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD11%2520FZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for LD11%20FZB: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: YA12%20SZX
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA12%2520SZX%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for YA12%20SZX: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: YE57%20GFG
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE57%2520GFG%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for YE57%20GFG: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: DE04%20GDK
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE04%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for DE04%20GDK: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: WJZ%209285
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJZ%25209285%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for WJZ%209285: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: AK67%20LWT
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520LWT%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for AK67%20LWT: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: HY65%20KRJ
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for HY65%20KRJ: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: M70%20ODE
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M70%2520ODE%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for M70%20ODE: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: NK64%20UTR
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520UTR%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for NK64%20UTR: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: PXZ%201595
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PXZ%25201595%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for PXZ%201595: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: EP68%20EZZ
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for EP68%20EZZ: 0
2026-03-29 06:03:24 [bca.uk] INFO: Found listing with ID: KW24%20UKR
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW24%2520UKR%27 HTTP/1.1" 200 None
2026-03-29 06:03:24 [bca.uk] INFO: Scrape type for KW24%20UKR: 2
2026-03-29 06:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR
2026-03-29 06:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with scrape type 2
2026-03-29 06:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with scrape type 2
2026-03-29 06:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01, identifier: KW24%20UKR
2026-03-29 06:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR
2026-03-29 06:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR
2026-03-29 06:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR to the API
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:25 [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': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW24%20UKR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '98e55e71-73c3-52c3-8085-4a2f6bdb3a01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW24 UKR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW24%20UKR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'ARTEON',
'odometer': 16176,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ARTEON 2.0 TSI R 4M DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI R 4M DSG',
'vin': 'WVWZZZ3H3PE019237',
'year': 2024}
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW24%2520UKR%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Saving data for KW24%20UKR: {'auction_closing_time': 1774864800.0, 'created_time': 1774305584.117906, 'last_price_update_time': 1774764205.026981}
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW24%2520UKR') HTTP/1.1" 204 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: MX69%20OBE
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520OBE%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for MX69%20OBE: 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: ND18%20UAG
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for ND18%20UAG: 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: BT24%20NCX
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NCX%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for BT24%20NCX: 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: GJ70%20LXZ
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LXZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for GJ70%20LXZ: 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: KJ70%20LJU
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ70%2520LJU%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for KJ70%20LJU: 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: KN70%20RHA
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for KN70%20RHA: 2
2026-03-29 06:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA
2026-03-29 06:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with scrape type 2
2026-03-29 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with scrape type 2
2026-03-29 06:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de, identifier: KN70%20RHA
2026-03-29 06:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA
2026-03-29 06:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA
2026-03-29 06:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA to the API
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:25 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN70%20RHA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6822e3a6-0ca0-59f0-81b5-3e3fd732a4de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN70 RHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN70%20RHA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 89627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TDI EVO 150 R LINE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI EVO 150 R LINE DSG',
'vin': 'WVWZZZCDZMW008983',
'year': 2020}
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Saving data for KN70%20RHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562679.640945, 'last_price_update_time': 1774764205.629225}
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520RHA') HTTP/1.1" 204 0
2026-03-29 06:03:25 [bca.uk] INFO: Found listing with ID: NU19%20CDX
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU19%2520CDX%27 HTTP/1.1" 200 None
2026-03-29 06:03:25 [bca.uk] INFO: Scrape type for NU19%20CDX: 2
2026-03-29 06:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX
2026-03-29 06:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with scrape type 2
2026-03-29 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with scrape type 2
2026-03-29 06:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf, identifier: NU19%20CDX
2026-03-29 06:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX
2026-03-29 06:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX
2026-03-29 06:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX to the API
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:26 [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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU19%20CDX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU19 CDX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU19%20CDX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 48059,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD FIRST ED. Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD FIRST ED.',
'vin': 'SALZA2AN9LH008784',
'year': 2019}
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU19%2520CDX%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Saving data for NU19%20CDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774091384.341262, 'last_price_update_time': 1774764206.093962}
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU19%2520CDX') HTTP/1.1" 204 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: SR19%20TNU
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR19%2520TNU%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for SR19%20TNU: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: AJ17%20HXL
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ17%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for AJ17%20HXL: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: GK66%20WPY
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK66%2520WPY%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for GK66%20WPY: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: LD16%20UKX
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD16%2520UKX%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for LD16%20UKX: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: SM20%20VYX
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM20%2520VYX%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for SM20%20VYX: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: OY10%20PHZ
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY10%2520PHZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for OY10%20PHZ: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: LS06%20BVE
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS06%2520BVE%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for LS06%20BVE: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: LT64%20YWX
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT64%2520YWX%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for LT64%20YWX: 2
2026-03-29 06:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX
2026-03-29 06:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200ad2a8-a649-58f5-a2d7-50a6932fd46b with scrape type 2
2026-03-29 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200ad2a8-a649-58f5-a2d7-50a6932fd46b with scrape type 2
2026-03-29 06:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 200ad2a8-a649-58f5-a2d7-50a6932fd46b, identifier: LT64%20YWX
2026-03-29 06:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX
2026-03-29 06:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX
2026-03-29 06:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX to the API
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:26 [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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT64%20YWX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '200ad2a8-a649-58f5-a2d7-50a6932fd46b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT64 YWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT64%20YWX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'KIA',
'model': 'SOUL',
'odometer': 137911,
'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 SOUL 1.6 GDI CONNECT PLUS Hatchback',
'transmission': 'manual',
'trim': 'GDI CONNECT PLUS',
'vin': 'KNAJP812LF7118424',
'year': 2014}
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT64%2520YWX%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Saving data for LT64%20YWX: {'auction_closing_time': 1774778400.0, 'created_time': 1774563240.100184, 'last_price_update_time': 1774764206.751293}
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT64%2520YWX') HTTP/1.1" 204 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: RJ03%20NRF
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ03%2520NRF%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for RJ03%20NRF: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: WD59%20AZX
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD59%2520AZX%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for WD59%20AZX: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: WP18%20BYR
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP18%2520BYR%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for WP18%20BYR: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: YA06%20KWC
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA06%2520KWC%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for YA06%20KWC: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: YB57%20FZC
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB57%2520FZC%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for YB57%20FZC: 0
2026-03-29 06:03:26 [bca.uk] INFO: Found listing with ID: BK60%20RMU
2026-03-29 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK60%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 06:03:26 [bca.uk] INFO: Scrape type for BK60%20RMU: 2
2026-03-29 06:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe8f512-94e5-5743-90a7-65835240232b with identifier: BK60%20RMU
2026-03-29 06:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe8f512-94e5-5743-90a7-65835240232b with scrape type 2
2026-03-29 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffe8f512-94e5-5743-90a7-65835240232b with scrape type 2
2026-03-29 06:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffe8f512-94e5-5743-90a7-65835240232b, identifier: BK60%20RMU
2026-03-29 06:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffe8f512-94e5-5743-90a7-65835240232b with identifier: BK60%20RMU
2026-03-29 06:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffe8f512-94e5-5743-90a7-65835240232b with identifier: BK60%20RMU
2026-03-29 06:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffe8f512-94e5-5743-90a7-65835240232b with identifier: BK60%20RMU to the API
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:27 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK60%20RMU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ffe8f512-94e5-5743-90a7-65835240232b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK60 RMU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK60%20RMU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLVO',
'model': 'S80',
'odometer': 137934,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLVO S80 1.6 D DRIVE SE Saloon',
'transmission': 'manual',
'trim': 'D DRIVE SE',
'vin': 'YV1AS7652B1142887',
'year': 2010}
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK60%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Saving data for BK60%20RMU: {'auction_closing_time': 1774778400.0, 'created_time': 1774563802.24218, 'last_price_update_time': 1774764207.362496}
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK60%2520RMU') HTTP/1.1" 204 0
2026-03-29 06:03:27 [bca.uk] INFO: Found listing with ID: CU13%20HUZ
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU13%2520HUZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Scrape type for CU13%20HUZ: 0
2026-03-29 06:03:27 [bca.uk] INFO: Found listing with ID: DE61%20AVB
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE61%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Scrape type for DE61%20AVB: 0
2026-03-29 06:03:27 [bca.uk] INFO: Found listing with ID: FE12%20WRX
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE12%2520WRX%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Scrape type for FE12%20WRX: 0
2026-03-29 06:03:27 [bca.uk] INFO: Found listing with ID: FN15%20HLM
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN15%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Scrape type for FN15%20HLM: 2
2026-03-29 06:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM
2026-03-29 06:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15e7f76a-50a7-5d42-b3f9-f8db54323201 with scrape type 2
2026-03-29 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15e7f76a-50a7-5d42-b3f9-f8db54323201 with scrape type 2
2026-03-29 06:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15e7f76a-50a7-5d42-b3f9-f8db54323201, identifier: FN15%20HLM
2026-03-29 06:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM
2026-03-29 06:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM
2026-03-29 06:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM to the API
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:27 [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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN15%20HLM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '15e7f76a-50a7-5d42-b3f9-f8db54323201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN15 HLM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN15%20HLM&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 147957,
'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 X-TRAIL 1.6 DCI 130 4WD TEKNA (5ST) StationWagon',
'transmission': 'manual',
'trim': 'DCI 130 4WD TEKNA (5ST)',
'vin': 'JN1TCNT32U0005075',
'year': 2015}
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN15%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Saving data for FN15%20HLM: {'auction_closing_time': 1774778400.0, 'created_time': 1774563398.457635, 'last_price_update_time': 1774764207.825802}
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN15%2520HLM') HTTP/1.1" 204 0
2026-03-29 06:03:27 [bca.uk] INFO: Found listing with ID: FN62%20YVR
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN62%2520YVR%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Scrape type for FN62%20YVR: 0
2026-03-29 06:03:27 [bca.uk] INFO: Found listing with ID: GY62%20OLR
2026-03-29 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY62%2520OLR%27 HTTP/1.1" 200 None
2026-03-29 06:03:27 [bca.uk] INFO: Scrape type for GY62%20OLR: 2
2026-03-29 06:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR
2026-03-29 06:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with scrape type 2
2026-03-29 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with scrape type 2
2026-03-29 06:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154, identifier: GY62%20OLR
2026-03-29 06:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR
2026-03-29 06:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR
2026-03-29 06:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR to the API
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:28 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY62%20OLR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bef8d4e4-3f22-5f03-b9eb-8b5fe7792154',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY62 OLR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY62%20OLR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 55299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'FORD B-MAX 1.6 ZETEC P/SHIFT MPV',
'transmission': 'automatic',
'trim': 'ZETEC P/SHIFT',
'vin': 'WF0KXXERJKDJ31169',
'year': 2013}
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY62%2520OLR%27 HTTP/1.1" 200 None
2026-03-29 06:03:28 [bca.uk] INFO: Saving data for GY62%20OLR: {'auction_closing_time': 1774778400.0, 'created_time': 1774563240.85338, 'last_price_update_time': 1774764208.293698}
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520OLR') HTTP/1.1" 204 0
2026-03-29 06:03:28 [bca.uk] INFO: Found listing with ID: KM62%20FPV
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM62%2520FPV%27 HTTP/1.1" 200 None
2026-03-29 06:03:28 [bca.uk] INFO: Scrape type for KM62%20FPV: 2
2026-03-29 06:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV
2026-03-29 06:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with scrape type 2
2026-03-29 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with scrape type 2
2026-03-29 06:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60, identifier: KM62%20FPV
2026-03-29 06:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV
2026-03-29 06:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV
2026-03-29 06:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV to the API
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:28 [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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM62%20FPV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM62 FPV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM62%20FPV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SMART',
'model': 'FORTWO',
'odometer': 100068,
'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': 'SMART FORTWO 1.0 (61) MHD PURE Coupe',
'transmission': 'automatic',
'trim': '(61) MHD PURE',
'vin': 'WME4513342K614711',
'year': 2012}
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM62%2520FPV%27 HTTP/1.1" 200 None
2026-03-29 06:03:28 [bca.uk] INFO: Saving data for KM62%20FPV: {'auction_closing_time': 1774778400.0, 'created_time': 1774563399.222511, 'last_price_update_time': 1774764208.817927}
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM62%2520FPV') HTTP/1.1" 204 0
2026-03-29 06:03:28 [bca.uk] INFO: Found listing with ID: LJ63%20JYB
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ63%2520JYB%27 HTTP/1.1" 200 None
2026-03-29 06:03:28 [bca.uk] INFO: Scrape type for LJ63%20JYB: 0
2026-03-29 06:03:28 [bca.uk] INFO: Found listing with ID: NX10%20HHP
2026-03-29 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX10%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 06:03:28 [bca.uk] INFO: Scrape type for NX10%20HHP: 2
2026-03-29 06:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 492c7a40-0e34-5d9e-a496-762519d81b24 with identifier: NX10%20HHP
2026-03-29 06:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 492c7a40-0e34-5d9e-a496-762519d81b24 with scrape type 2
2026-03-29 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 492c7a40-0e34-5d9e-a496-762519d81b24 with scrape type 2
2026-03-29 06:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 492c7a40-0e34-5d9e-a496-762519d81b24, identifier: NX10%20HHP
2026-03-29 06:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 492c7a40-0e34-5d9e-a496-762519d81b24 with identifier: NX10%20HHP
2026-03-29 06:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 492c7a40-0e34-5d9e-a496-762519d81b24 with identifier: NX10%20HHP
2026-03-29 06:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 492c7a40-0e34-5d9e-a496-762519d81b24 with identifier: NX10%20HHP to the API
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:29 [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': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX10%20HHP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '492c7a40-0e34-5d9e-a496-762519d81b24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX10 HHP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX10%20HHP&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 118711,
'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.0 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0PXXGCDP9D56448',
'year': 2010}
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX10%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Saving data for NX10%20HHP: {'auction_closing_time': 1774778400.0, 'created_time': 1774563584.971782, 'last_price_update_time': 1774764209.376788}
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX10%2520HHP') HTTP/1.1" 204 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: LL19%20WUR
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL19%2520WUR%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for LL19%20WUR: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: LF66%20PMO
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF66%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for LF66%20PMO: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: KW19%20XMZ
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW19%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for KW19%20XMZ: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: FE70%20MZU
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE70%2520MZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for FE70%20MZU: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: AP08%20SUO
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP08%2520SUO%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for AP08%20SUO: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: GU69%20EBF
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU69%2520EBF%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for GU69%20EBF: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: GK65%20ONX
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK65%2520ONX%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for GK65%20ONX: 2
2026-03-29 06:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f982cc62-5dd8-53bf-b7cc-ffa71217ab7b with identifier: GK65%20ONX
2026-03-29 06:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f982cc62-5dd8-53bf-b7cc-ffa71217ab7b with scrape type 2
2026-03-29 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f982cc62-5dd8-53bf-b7cc-ffa71217ab7b with scrape type 2
2026-03-29 06:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f982cc62-5dd8-53bf-b7cc-ffa71217ab7b, identifier: GK65%20ONX
2026-03-29 06:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f982cc62-5dd8-53bf-b7cc-ffa71217ab7b with identifier: GK65%20ONX
2026-03-29 06:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f982cc62-5dd8-53bf-b7cc-ffa71217ab7b with identifier: GK65%20ONX
2026-03-29 06:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f982cc62-5dd8-53bf-b7cc-ffa71217ab7b with identifier: GK65%20ONX to the API
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK65%20ONX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f982cc62-5dd8-53bf-b7cc-ffa71217ab7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK65 ONX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK65%20ONX&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 122163,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD Hatchback',
'transmission': 'manual',
'trim': 'TDI 184 GTD',
'vin': 'WVWZZZAUZGW080385',
'year': 2015}
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK65%2520ONX%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Saving data for GK65%20ONX: {'auction_closing_time': 1774778400.0, 'created_time': 1774361159.148961, 'last_price_update_time': 1774764209.921848}
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK65%2520ONX') HTTP/1.1" 204 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: OW69%20BUU
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW69%2520BUU%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for OW69%20BUU: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: LJ24%20UKC
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ24%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for LJ24%20UKC: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: SA60%20NYT
2026-03-29 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA60%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 06:03:29 [bca.uk] INFO: Scrape type for SA60%20NYT: 0
2026-03-29 06:03:29 [bca.uk] INFO: Found listing with ID: LD57%20FXL
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD57%2520FXL%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for LD57%20FXL: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: DA64%20AKP
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA64%2520AKP%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for DA64%20AKP: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: ST12%20HSO
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST12%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for ST12%20HSO: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: JP04%20STP
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JP04%2520STP%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for JP04%20STP: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: HK20%20GFE
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK20%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for HK20%20GFE: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: VF19%20GJU
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VF19%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for VF19%20GJU: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: BV15%20PDK
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV15%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for BV15%20PDK: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: BW15%20VJX
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW15%2520VJX%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for BW15%20VJX: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: BJ67%20RFF
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ67%2520RFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for BJ67%20RFF: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: CK17%20ZKE
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK17%2520ZKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for CK17%20ZKE: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: YE15%20LBK
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE15%2520LBK%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for YE15%20LBK: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: BF17%20UCH
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF17%2520UCH%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for BF17%20UCH: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: FM16%20JXO
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM16%2520JXO%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for FM16%20JXO: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: WF67%20CFE
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF67%2520CFE%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for WF67%20CFE: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: FJ59%20TSZ
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ59%2520TSZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for FJ59%20TSZ: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: MV13%20TFX
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV13%2520TFX%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for MV13%20TFX: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: WG62%20AOC
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG62%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for WG62%20AOC: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: BT13%20WSV
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT13%2520WSV%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for BT13%20WSV: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: DX16%20MYY
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX16%2520MYY%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for DX16%20MYY: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: WN58%20UCF
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN58%2520UCF%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for WN58%20UCF: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: CV68%20XCO
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV68%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for CV68%20XCO: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: VU18%20ACY
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU18%2520ACY%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for VU18%20ACY: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: YH19%20WFS
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH19%2520WFS%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for YH19%20WFS: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: OE68%20NPP
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE68%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for OE68%20NPP: 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: BT71%20ZWP
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT71%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for BT71%20ZWP: 2
2026-03-29 06:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP
2026-03-29 06:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b0691f7-c36b-514a-81d3-9308f4328e53 with scrape type 2
2026-03-29 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b0691f7-c36b-514a-81d3-9308f4328e53 with scrape type 2
2026-03-29 06:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b0691f7-c36b-514a-81d3-9308f4328e53, identifier: BT71%20ZWP
2026-03-29 06:03:30 [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 06:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP
2026-03-29 06:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP
2026-03-29 06:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP to the API
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:30 [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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT71%20ZWP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4b0691f7-c36b-514a-81d3-9308f4328e53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT71 ZWP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT71%20ZWP&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 40718,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.2 TURBO 145 GRIFFIN Hatchback',
'transmission': 'manual',
'trim': 'TURBO 145 GRIFFIN',
'vin': 'W0VBE6EW3NG031693',
'year': 2021}
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT71%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Saving data for BT71%20ZWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564085.29832, 'last_price_update_time': 1774764210.845649}
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT71%2520ZWP') HTTP/1.1" 204 0
2026-03-29 06:03:30 [bca.uk] INFO: Found listing with ID: CV23%20JXZ
2026-03-29 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV23%2520JXZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:30 [bca.uk] INFO: Scrape type for CV23%20JXZ: 2
2026-03-29 06:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ
2026-03-29 06:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 193827e8-6949-53d0-915a-39aaa1ae0f2f with scrape type 2
2026-03-29 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 193827e8-6949-53d0-915a-39aaa1ae0f2f with scrape type 2
2026-03-29 06:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 193827e8-6949-53d0-915a-39aaa1ae0f2f, identifier: CV23%20JXZ
2026-03-29 06:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ
2026-03-29 06:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ
2026-03-29 06:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ to the API
2026-03-29 06:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:31 [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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV23%20JXZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '193827e8-6949-53d0-915a-39aaa1ae0f2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV23 JXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV23%20JXZ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'KIA',
'model': 'STONIC',
'odometer': 35556,
'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 STONIC 1.0 T GDI 99 GT-LINE DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI 99 GT-LINE DCT',
'vin': 'KNADD817VP6827374',
'year': 2023}
2026-03-29 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV23%2520JXZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:31 [bca.uk] INFO: Saving data for CV23%20JXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365807.196246, 'last_price_update_time': 1774764211.82922}
2026-03-29 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV23%2520JXZ') HTTP/1.1" 204 0
2026-03-29 06:03:31 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded
2026-03-29 06:03:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:31 [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 06:03:31 [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 06:03:31 [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 06:03:31 [bca.uk] INFO: Found listing with ID: VA19%20TJU
2026-03-29 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA19%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:03:31 [bca.uk] INFO: Scrape type for VA19%20TJU: 2
2026-03-29 06:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU
2026-03-29 06:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with scrape type 2
2026-03-29 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with scrape type 2
2026-03-29 06:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93, identifier: VA19%20TJU
2026-03-29 06:03: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 06:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU
2026-03-29 06:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU
2026-03-29 06:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU to the API
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20TJU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a16e38f-cd53-5f88-9a49-3fe3f45c5a93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA19 TJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20TJU&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 58023,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 140 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 140 TEKNA',
'vin': 'SJNFFAJ11U2599490',
'year': 2019}
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA19%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Saving data for VA19%20TJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564085.685449, 'last_price_update_time': 1774764212.339279}
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520TJU') HTTP/1.1" 204 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: VN73%20XUO
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN73%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for VN73%20XUO: 2
2026-03-29 06:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO
2026-03-29 06:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d29222ba-8b61-5ee9-b0c9-34b9486479d6 with scrape type 2
2026-03-29 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d29222ba-8b61-5ee9-b0c9-34b9486479d6 with scrape type 2
2026-03-29 06:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d29222ba-8b61-5ee9-b0c9-34b9486479d6, identifier: VN73%20XUO
2026-03-29 06:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO
2026-03-29 06:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO
2026-03-29 06:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO to the API
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN73%20XUO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'd29222ba-8b61-5ee9-b0c9-34b9486479d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN73 XUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN73%20XUO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 14182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA COROLLA 2.0 HYBRID GR-SPORT Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID GR-SPORT',
'vin': 'SB1KC3CE10E018121',
'year': 2023}
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN73%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Saving data for VN73%20XUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774365801.976128, 'last_price_update_time': 1774764212.801757}
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN73%2520XUO') HTTP/1.1" 204 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: WP68%20JYS
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP68%2520JYS%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for WP68%20JYS: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: YS18%20GXM
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS18%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for YS18%20GXM: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: MT18%20EXX
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT18%2520EXX%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for MT18%20EXX: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: WG68%20NGF
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG68%2520NGF%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for WG68%20NGF: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: WK70%20VKG
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK70%2520VKG%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for WK70%20VKG: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: DX15%20JFF
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX15%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for DX15%20JFF: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: BL57%20MXT
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL57%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for BL57%20MXT: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: BD08%20AYG
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD08%2520AYG%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for BD08%20AYG: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: BK05%20KCN
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK05%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for BK05%20KCN: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: CE58%20JHU
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE58%2520JHU%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for CE58%20JHU: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: KW55%20WSO
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW55%2520WSO%27 HTTP/1.1" 200 None
2026-03-29 06:03:32 [bca.uk] INFO: Scrape type for KW55%20WSO: 0
2026-03-29 06:03:32 [bca.uk] INFO: Found listing with ID: VN54%20DZL
2026-03-29 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN54%2520DZL%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for VN54%20DZL: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: YC60%20AWJ
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC60%2520AWJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for YC60%20AWJ: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: LL66%20JRX
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL66%2520JRX%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for LL66%20JRX: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: SM14%20UKA
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM14%2520UKA%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for SM14%20UKA: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: WG14%20SMV
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG14%2520SMV%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for WG14%20SMV: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: BT65%20DVV
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT65%2520DVV%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for BT65%20DVV: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: DC16%20EVN
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DC16%2520EVN%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for DC16%20EVN: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: DL17%20GHX
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL17%2520GHX%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for DL17%20GHX: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: DS17%20WZL
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS17%2520WZL%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for DS17%20WZL: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: DV64%20UEP
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV64%2520UEP%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for DV64%20UEP: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: BG16%20VPU
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG16%2520VPU%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for BG16%20VPU: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: WG66%20DHY
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG66%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for WG66%20DHY: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: YK17%20ZRC
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK17%2520ZRC%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for YK17%20ZRC: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: EN14%20ZRU
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN14%2520ZRU%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for EN14%20ZRU: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: KP66%20FXV
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP66%2520FXV%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for KP66%20FXV: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: NU67%20NWA
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU67%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for NU67%20NWA: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: OY17%20FXG
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520FXG%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for OY17%20FXG: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: SGZ%206140
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SGZ%25206140%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for SGZ%206140: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: F6%20ENE
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27F6%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for F6%20ENE: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: SY63%20BZU
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY63%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for SY63%20BZU: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: WU10%20OBT
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU10%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for WU10%20OBT: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: YA08%20OVK
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA08%2520OVK%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for YA08%20OVK: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: FL59%20GYJ
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL59%2520GYJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for FL59%20GYJ: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: KR60%20ZHC
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR60%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for KR60%20ZHC: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: KV61%20SXO
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV61%2520SXO%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for KV61%20SXO: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: MH07%20CHJ
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH07%2520CHJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for MH07%20CHJ: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: ND11%20FHJ
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND11%2520FHJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for ND11%20FHJ: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: T99%20NNO
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27T99%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for T99%20NNO: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: YK22%20XJW
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK22%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for YK22%20XJW: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: AD22%20HLK
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD22%2520HLK%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for AD22%20HLK: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: AF20%20XAB
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF20%2520XAB%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for AF20%20XAB: 0
2026-03-29 06:03:33 [bca.uk] INFO: Found listing with ID: CF19%20EJU
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF19%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 06:03:33 [bca.uk] INFO: Scrape type for CF19%20EJU: 2
2026-03-29 06:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU
2026-03-29 06:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ffb24d-8dfa-5903-8366-5d9e23947388 with scrape type 2
2026-03-29 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51ffb24d-8dfa-5903-8366-5d9e23947388 with scrape type 2
2026-03-29 06:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51ffb24d-8dfa-5903-8366-5d9e23947388, identifier: CF19%20EJU
2026-03-29 06:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-29 06:03:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU
2026-03-29 06:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU to the API
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF19%20EJU-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '51ffb24d-8dfa-5903-8366-5d9e23947388',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF19 EJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF19%20EJU&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 84943,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT LINE PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 130 GT LINE PREMIUM',
'vin': 'VF3MCYHZJKS110550',
'year': 2019}
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF19%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Saving data for CF19%20EJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390103.633534, 'last_price_update_time': 1774764214.224027}
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF19%2520EJU') HTTP/1.1" 204 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: DT21%20WNL
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DT21%2520WNL%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for DT21%20WNL: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: FM19%20TVL
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM19%2520TVL%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for FM19%20TVL: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: GV19%20DVR
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV19%2520DVR%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for GV19%20DVR: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: EJ18%20ZYC
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ18%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for EJ18%20ZYC: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: MH16%20UOL
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH16%2520UOL%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for MH16%20UOL: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: VU65%20FPP
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU65%2520FPP%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for VU65%20FPP: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: BF58%20VKL
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF58%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for BF58%20VKL: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: DU17%20VHK
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU17%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for DU17%20VHK: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: EN63%20CGG
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN63%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for EN63%20CGG: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: AO10%20XMX
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO10%2520XMX%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for AO10%20XMX: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: CY09%20BAO
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CY09%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for CY09%20BAO: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: HN54%20ZBG
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN54%2520ZBG%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for HN54%20ZBG: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: LD55%20ULT
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD55%2520ULT%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for LD55%20ULT: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: BD17%20TZF
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD17%2520TZF%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for BD17%20TZF: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: CU18%20AXX
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU18%2520AXX%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for CU18%20AXX: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: LK65%20VPG
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK65%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for LK65%20VPG: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: NJ18%20YDM
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ18%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for NJ18%20YDM: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: OV20%20KUN
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV20%2520KUN%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for OV20%20KUN: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: WD67%20HAX
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD67%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for WD67%20HAX: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: VU13%20OVD
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU13%2520OVD%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for VU13%20OVD: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: KN14%20XZR
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN14%2520XZR%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for KN14%20XZR: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: DL18%20NSO
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL18%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for DL18%20NSO: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: GV18%20EXP
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV18%2520EXP%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for GV18%20EXP: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: MP19%20OSZ
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for MP19%20OSZ: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: RF21%20DKD
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF21%2520DKD%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for RF21%20DKD: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: VK22%20LGG
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK22%2520LGG%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for VK22%20LGG: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: YJ70%20TKD
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ70%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for YJ70%20TKD: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: MA62%20RAA
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA62%2520RAA%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for MA62%20RAA: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: LJ68%20TTK
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ68%2520TTK%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for LJ68%20TTK: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: PX17%20MBO
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX17%2520MBO%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for PX17%20MBO: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: MF14%20BJJ
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for MF14%20BJJ: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: MF16%20UTG
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF16%2520UTG%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for MF16%20UTG: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: PN65%20YXH
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN65%2520YXH%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for PN65%20YXH: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: BK11%20UNU
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK11%2520UNU%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for BK11%20UNU: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: SN65%20NPD
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN65%2520NPD%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for SN65%20NPD: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: YH14%20PZJ
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH14%2520PZJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for YH14%20PZJ: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: YX64%20PZC
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX64%2520PZC%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for YX64%20PZC: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: K999%20ENP
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27K999%2520ENP%27 HTTP/1.1" 200 None
2026-03-29 06:03:34 [bca.uk] INFO: Scrape type for K999%20ENP: 0
2026-03-29 06:03:34 [bca.uk] INFO: Found listing with ID: YN64%20VNE
2026-03-29 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN64%2520VNE%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for YN64%20VNE: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: YG64%20YPR
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG64%2520YPR%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for YG64%20YPR: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: GG05%20AVG
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GG05%2520AVG%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for GG05%20AVG: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: S706%20NFV
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27S706%2520NFV%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for S706%20NFV: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: MK62%20TKE
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK62%2520TKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for MK62%20TKE: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: MM13%20HZU
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for MM13%20HZU: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: MT61%20BJF
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT61%2520BJF%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for MT61%20BJF: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: MT64%20NPP
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT64%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for MT64%20NPP: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: PJ61%20APK
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ61%2520APK%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for PJ61%20APK: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: PK12%20WWH
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK12%2520WWH%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for PK12%20WWH: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: PN08%20XDF
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN08%2520XDF%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for PN08%20XDF: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: SW14%20OLM
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW14%2520OLM%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for SW14%20OLM: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: YE63%20SXL
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE63%2520SXL%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for YE63%20SXL: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: YR14%20KPG
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR14%2520KPG%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for YR14%20KPG: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: AK15%20EWP
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK15%2520EWP%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for AK15%20EWP: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: CX16%20CRU
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX16%2520CRU%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for CX16%20CRU: 0
2026-03-29 06:03:35 [bca.uk] INFO: Found listing with ID: CY62%20HLP
2026-03-29 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CY62%2520HLP%27 HTTP/1.1" 200 None
2026-03-29 06:03:35 [bca.uk] INFO: Scrape type for CY62%20HLP: 0
2026-03-29 06:03:37 [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 06:03:37 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded
2026-03-29 06:03:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:37 [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 06:03:37 [bca.uk] INFO: Found listing with ID: DE61%20AOO
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for DE61%20AOO: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: DV63%20FNX
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV63%2520FNX%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for DV63%20FNX: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: EN60%20NNM
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN60%2520NNM%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for EN60%20NNM: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: EU13%20BPY
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU13%2520BPY%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for EU13%20BPY: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: EX63%20EOA
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX63%2520EOA%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for EX63%20EOA: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: GV09%20SKZ
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV09%2520SKZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for GV09%20SKZ: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: GY19%20ZXT
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY19%2520ZXT%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for GY19%20ZXT: 0
2026-03-29 06:03:37 [bca.uk] INFO: Found listing with ID: KM20%20ZZB
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM20%2520ZZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:37 [bca.uk] INFO: Scrape type for KM20%20ZZB: 2
2026-03-29 06:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB
2026-03-29 06:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d4000b-3757-5f08-abb6-9ad816c9156a with scrape type 2
2026-03-29 06:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d4000b-3757-5f08-abb6-9ad816c9156a with scrape type 2
2026-03-29 06:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82d4000b-3757-5f08-abb6-9ad816c9156a, identifier: KM20%20ZZB
2026-03-29 06:03:37 [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 06:03:37 [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 06:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB
2026-03-29 06:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB
2026-03-29 06:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB to the API
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:38 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM20%20ZZB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '82d4000b-3757-5f08-abb6-9ad816c9156a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM20 ZZB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM20%20ZZB&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'SMART',
'model': 'EQ FORFOUR',
'odometer': 15762,
'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': 'SMART EQ FORFOUR 17KWH 60KW PULSE PREM.(22KW) Hatchback',
'transmission': 'automatic',
'trim': '17KWH 60KW PULSE PREM.(22KW)',
'vin': 'W1A4530912Y244188',
'year': 2020}
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM20%2520ZZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Saving data for KM20%20ZZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774535711.647904, 'last_price_update_time': 1774764218.080549}
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM20%2520ZZB') HTTP/1.1" 204 0
2026-03-29 06: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 06:03:38 [bca.uk] INFO: Found listing with ID: AB%20181
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AB%2520181%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for AB%20181: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: AO65%20LWK
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO65%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for AO65%20LWK: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: HY15%20PHK
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY15%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for HY15%20PHK: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: PN16%20TXY
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN16%2520TXY%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for PN16%20TXY: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LC11%20FTF
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC11%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LC11%20FTF: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: KD55%20WDG
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KD55%2520WDG%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for KD55%20WDG: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: BD19%20RBF
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD19%2520RBF%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for BD19%20RBF: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: CV66%20MDJ
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for CV66%20MDJ: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LA66%20CNU
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA66%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LA66%20CNU: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: SP14%20YXM
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP14%2520YXM%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for SP14%20YXM: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LM64%20MUY
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM64%2520MUY%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LM64%20MUY: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: OY14%20RPZ
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY14%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for OY14%20RPZ: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: EX13%20SOH
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX13%2520SOH%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for EX13%20SOH: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: KU09%20AEA
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU09%2520AEA%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for KU09%20AEA: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LD10%20VGG
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD10%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LD10%20VGG: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: PK60%20UOG
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK60%2520UOG%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for PK60%20UOG: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: GF13%20WKW
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF13%2520WKW%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for GF13%20WKW: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: GK14%20AYT
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK14%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for GK14%20AYT: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: GY09%20BBY
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY09%2520BBY%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for GY09%20BBY: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: HV10%20NKH
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV10%2520NKH%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for HV10%20NKH: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LA54%20FXG
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA54%2520FXG%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LA54%20FXG: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LR06%20SPZ
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR06%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LR06%20SPZ: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LV13%20FWF
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV13%2520FWF%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LV13%20FWF: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: T60%20NJR
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27T60%2520NJR%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for T60%20NJR: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: WN64%20TLV
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN64%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for WN64%20TLV: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: DV15%20BDX
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV15%2520BDX%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for DV15%20BDX: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: NA17%20GMZ
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for NA17%20GMZ: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: YR07%20OWB
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR07%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for YR07%20OWB: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: AY61%20ZBP
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY61%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for AY61%20ZBP: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: GD12%20LSU
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD12%2520LSU%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for GD12%20LSU: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: KT09%20JOV
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT09%2520JOV%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for KT09%20JOV: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LG61%20YWR
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG61%2520YWR%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LG61%20YWR: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LR53%20YBK
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR53%2520YBK%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LR53%20YBK: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LV10%20WSE
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV10%2520WSE%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LV10%20WSE: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: PHZ%206637
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PHZ%25206637%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for PHZ%206637: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: VN09%20WSO
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN09%2520WSO%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for VN09%20WSO: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: LA08%20VDT
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA08%2520VDT%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for LA08%20VDT: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: KX18%20YOG
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX18%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for KX18%20YOG: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: BF19%20GGJ
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF19%2520GGJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for BF19%20GGJ: 0
2026-03-29 06:03:38 [bca.uk] INFO: Found listing with ID: VK21%20OFN
2026-03-29 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:03:38 [bca.uk] INFO: Scrape type for VK21%20OFN: 2
2026-03-29 06:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN
2026-03-29 06:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb352b1-9083-59c2-ab61-fb7041cfb986 with scrape type 2
2026-03-29 06:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb352b1-9083-59c2-ab61-fb7041cfb986 with scrape type 2
2026-03-29 06:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2eb352b1-9083-59c2-ab61-fb7041cfb986, identifier: VK21%20OFN
2026-03-29 06:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN
2026-03-29 06:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN
2026-03-29 06:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN to the API
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:39 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20OFN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2eb352b1-9083-59c2-ab61-fb7041cfb986',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK21 OFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20OFN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CROSSLAND',
'odometer': 15805,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND 1.2 ELITE Hatchback',
'transmission': 'manual',
'trim': 'ELITE',
'vin': 'W0V7H9EE2M4167352',
'year': 2021}
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Saving data for VK21%20OFN: {'auction_closing_time': 1774864800.0, 'created_time': 1773907434.024533, 'last_price_update_time': 1774764219.26139}
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520OFN') HTTP/1.1" 204 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: FL18%20SXT
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL18%2520SXT%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for FL18%20SXT: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: SR68%20WGP
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR68%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for SR68%20WGP: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: GU22%20LDF
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU22%2520LDF%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for GU22%20LDF: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: RV69%20YEC
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV69%2520YEC%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for RV69%20YEC: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: CT15%20CRJ
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CT15%2520CRJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for CT15%20CRJ: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: GN64%20WLF
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN64%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for GN64%20WLF: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: KR67%20KTX
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR67%2520KTX%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for KR67%20KTX: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: LG62%20CVX
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG62%2520CVX%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for LG62%20CVX: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: EK63%20FJV
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK63%2520FJV%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for EK63%20FJV: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: KN57%20WVA
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN57%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for KN57%20WVA: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: W838%20AJN
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27W838%2520AJN%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for W838%20AJN: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: HK14%20OFV
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK14%2520OFV%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for HK14%20OFV: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: MP65%20HBK
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP65%2520HBK%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for MP65%20HBK: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: RO16%20OZH
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO16%2520OZH%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for RO16%20OZH: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: SW15%20MJE
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW15%2520MJE%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for SW15%20MJE: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: EU64%20XKO
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU64%2520XKO%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for EU64%20XKO: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: FX65%20YAO
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX65%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for FX65%20YAO: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: GK17%20TWC
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK17%2520TWC%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for GK17%20TWC: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: GV67%20PKE
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV67%2520PKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for GV67%20PKE: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: GY65%20WJX
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY65%2520WJX%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for GY65%20WJX: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: S20%20HNN
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27S20%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for S20%20HNN: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: FN64%20RAU
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN64%2520RAU%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for FN64%20RAU: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: GL20%20MWO
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL20%2520MWO%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for GL20%20MWO: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: LC17%20UBN
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC17%2520UBN%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for LC17%20UBN: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: OW15%20FVZ
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW15%2520FVZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for OW15%20FVZ: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: LM62%20VCU
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM62%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for LM62%20VCU: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: EK63%20UCX
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK63%2520UCX%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for EK63%20UCX: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: HG18%20UAP
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG18%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for HG18%20UAP: 0
2026-03-29 06:03:39 [bca.uk] INFO: Found listing with ID: BX69%20KFJ
2026-03-29 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:39 [bca.uk] INFO: Scrape type for BX69%20KFJ: 2
2026-03-29 06:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ
2026-03-29 06:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91d65b53-32ee-5089-82ac-c71613e393ac with scrape type 2
2026-03-29 06:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91d65b53-32ee-5089-82ac-c71613e393ac with scrape type 2
2026-03-29 06:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91d65b53-32ee-5089-82ac-c71613e393ac, identifier: BX69%20KFJ
2026-03-29 06:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ
2026-03-29 06:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ
2026-03-29 06:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ to the API
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:40 [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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX69%20KFJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '91d65b53-32ee-5089-82ac-c71613e393ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX69 KFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX69%20KFJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500',
'odometer': 14244,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA3120000JC43194',
'year': 2019}
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Saving data for BX69%20KFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774361916.485299, 'last_price_update_time': 1774764220.312505}
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX69%2520KFJ') HTTP/1.1" 204 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: GU68%20KAX
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for GU68%20KAX: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: LJ68%20YWE
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ68%2520YWE%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for LJ68%20YWE: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: SC71%20KXX
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC71%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for SC71%20KXX: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: SP19%20KZX
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP19%2520KZX%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for SP19%20KZX: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: YK69%20PZB
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK69%2520PZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for YK69%20PZB: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: AB55%20WWW
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AB55%2520WWW%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for AB55%20WWW: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: WN68%20XXC
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN68%2520XXC%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for WN68%20XXC: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: PX72%20KYH
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX72%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for PX72%20KYH: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: FD18%20SVU
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD18%2520SVU%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for FD18%20SVU: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: NK17%20UZV
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK17%2520UZV%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for NK17%20UZV: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: NU67%20AWA
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU67%2520AWA%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for NU67%20AWA: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: AE06%20HAU
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE06%2520HAU%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for AE06%20HAU: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: EA08%20SVO
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA08%2520SVO%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for EA08%20SVO: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: GU09%20BHP
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU09%2520BHP%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for GU09%20BHP: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: SL07%20BVB
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL07%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for SL07%20BVB: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: FG67%20NYZ
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG67%2520NYZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for FG67%20NYZ: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: J22%20CDN
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J22%2520CDN%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for J22%20CDN: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: LD64%20UCP
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD64%2520UCP%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for LD64%20UCP: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: MA14%20ZKB
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA14%2520ZKB%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for MA14%20ZKB: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: MJ18%20VDO
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ18%2520VDO%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for MJ18%20VDO: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: AP15%20JHV
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP15%2520JHV%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for AP15%20JHV: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: BT16%20TPO
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT16%2520TPO%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for BT16%20TPO: 0
2026-03-29 06:03:40 [bca.uk] INFO: Found listing with ID: DA65%20YOO
2026-03-29 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA65%2520YOO%27 HTTP/1.1" 200 None
2026-03-29 06:03:40 [bca.uk] INFO: Scrape type for DA65%20YOO: 0
2026-03-29 06:03:42 [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 06:03:43 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded
2026-03-29 06:03:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: EJ15%20LVF
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ15%2520LVF%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for EJ15%20LVF: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: OV14%20UEZ
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV14%2520UEZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for OV14%20UEZ: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: OY16%20UYX
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY16%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for OY16%20UYX: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: SJ17%20NRR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ17%2520NRR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for SJ17%20NRR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: VK16%20KNM
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK16%2520KNM%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for VK16%20KNM: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: BF62%20JWL
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF62%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for BF62%20JWL: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: EF64%20PYO
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF64%2520PYO%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for EF64%20PYO: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: EX13%20UJA
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX13%2520UJA%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for EX13%20UJA: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: FY11%20SBZ
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY11%2520SBZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for FY11%20SBZ: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: OV09%20NOF
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV09%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for OV09%20NOF: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: WV20%20YFC
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV20%2520YFC%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for WV20%20YFC: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NX18%20OER
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX18%2520OER%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NX18%20OER: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NY15%20BUO
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NY15%2520BUO%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NY15%20BUO: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: SN14%20XMR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN14%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for SN14%20XMR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: EN67%20XLH
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN67%2520XLH%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for EN67%20XLH: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NV07%20OAE
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV07%2520OAE%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NV07%20OAE: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: DL64%20RZO
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL64%2520RZO%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for DL64%20RZO: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NJ64%20NVR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ64%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NJ64%20NVR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NL65%20PXC
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL65%2520PXC%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NL65%20PXC: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NX15%20OHH
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX15%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NX15%20OHH: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: VN64%20YVX
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN64%2520YVX%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for VN64%20YVX: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: VO66%20FHR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO66%2520FHR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for VO66%20FHR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: YP64%20FXK
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP64%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for YP64%20FXK: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NA20%20MYY
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA20%2520MYY%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NA20%20MYY: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NG17%20ZRR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG17%2520ZRR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NG17%20ZRR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: AF14%20UDV
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF14%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for AF14%20UDV: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: BJ17%20OUK
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ17%2520OUK%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for BJ17%20OUK: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NL15%20BYY
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL15%2520BYY%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NL15%20BYY: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NV11%20WJG
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV11%2520WJG%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NV11%20WJG: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: RJ18%20UXW
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for RJ18%20UXW: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: SA15%20FDF
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA15%2520FDF%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for SA15%20FDF: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: SM13%20YUF
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for SM13%20YUF: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: WV62%20MWJ
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV62%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for WV62%20MWJ: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: Y7%20ECR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y7%2520ECR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for Y7%20ECR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: YD11%20KRU
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD11%2520KRU%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for YD11%20KRU: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: KU63%20OUW
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU63%2520OUW%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for KU63%20OUW: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: MA07%20OEU
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA07%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for MA07%20OEU: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NA62%20FJJ
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA62%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NA62%20FJJ: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NC13%20CGF
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NC13%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NC13%20CGF: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: ND58%20HME
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND58%2520HME%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for ND58%20HME: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NG12%20FFB
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG12%2520FFB%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NG12%20FFB: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NL12%20SOU
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL12%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NL12%20SOU: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: NL13%20WKA
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL13%2520WKA%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for NL13%20WKA: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: AJ58%20LJC
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ58%2520LJC%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for AJ58%20LJC: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: BJ13%20WXR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for BJ13%20WXR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: DS15%20CXK
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS15%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for DS15%20CXK: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: DY61%20EZV
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY61%2520EZV%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for DY61%20EZV: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: FG63%20FHC
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for FG63%20FHC: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: YP13%20AUV
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP13%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for YP13%20AUV: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: KM14%20WMU
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM14%2520WMU%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for KM14%20WMU: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: VE11%20KHY
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE11%2520KHY%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for VE11%20KHY: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: VK13%20XCU
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK13%2520XCU%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for VK13%20XCU: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: YH13%20XTJ
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH13%2520XTJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for YH13%20XTJ: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: BJ64%20NMF
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ64%2520NMF%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for BJ64%20NMF: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: CK63%20ERY
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK63%2520ERY%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for CK63%20ERY: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: DA12%20NKC
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA12%2520NKC%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for DA12%20NKC: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: DV10%20LLK
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV10%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for DV10%20LLK: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: FV62%20LNA
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV62%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for FV62%20LNA: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: KU63%20RYR
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for KU63%20RYR: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: LD65%20WTN
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD65%2520WTN%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for LD65%20WTN: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: LK08%20VFO
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for LK08%20VFO: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: MJ14%20UDS
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ14%2520UDS%27 HTTP/1.1" 200 None
2026-03-29 06:03:43 [bca.uk] INFO: Scrape type for MJ14%20UDS: 0
2026-03-29 06:03:43 [bca.uk] INFO: Found listing with ID: PO61%20YTU
2026-03-29 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for PO61%20YTU: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: SH11%20WHB
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH11%2520WHB%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for SH11%20WHB: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: BD62%20TXJ
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD62%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for BD62%20TXJ: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: SV70%20XPL
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV70%2520XPL%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for SV70%20XPL: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: FJ16%20NYD
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ16%2520NYD%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for FJ16%20NYD: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: FD19%20ARF
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD19%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for FD19%20ARF: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: KY59%20LSX
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY59%2520LSX%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for KY59%20LSX: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: BF18%20ZPB
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF18%2520ZPB%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for BF18%20ZPB: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: BT62%20XMJ
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT62%2520XMJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for BT62%20XMJ: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: LP66%20TZU
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP66%2520TZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for LP66%20TZU: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: MA66%20DBU
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA66%2520DBU%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for MA66%20DBU: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: EK58%20XAN
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK58%2520XAN%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for EK58%20XAN: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: GU05%20ZMV
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU05%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for GU05%20ZMV: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: GJ64%20FZB
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ64%2520FZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for GJ64%20FZB: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: HX68%20KXL
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX68%2520KXL%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for HX68%20KXL: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: KR65%20CKN
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR65%2520CKN%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for KR65%20CKN: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: SY65%20UOC
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY65%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for SY65%20UOC: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: CK65%20BVE
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK65%2520BVE%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for CK65%20BVE: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: BJ66%20YWK
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ66%2520YWK%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for BJ66%20YWK: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: LM60%20EUZ
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM60%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for LM60%20EUZ: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: M500%20MDC
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M500%2520MDC%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for M500%20MDC: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: YF13%20MDZ
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF13%2520MDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for YF13%20MDZ: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: BV12%20NRK
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV12%2520NRK%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for BV12%20NRK: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: DF66%20HMU
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for DF66%20HMU: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: FH66%20SFV
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH66%2520SFV%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for FH66%20SFV: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: GF60%20JYK
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF60%2520JYK%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for GF60%20JYK: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: MA10%20MJF
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA10%2520MJF%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for MA10%20MJF: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: PX13%20OFM
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX13%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for PX13%20OFM: 0
2026-03-29 06:03:44 [bca.uk] INFO: Found listing with ID: C7%20WRJ
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27C7%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:44 [bca.uk] INFO: Scrape type for C7%20WRJ: 2
2026-03-29 06:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ
2026-03-29 06:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e01db476-bd5e-5852-a107-ac3441cfe3d0 with scrape type 2
2026-03-29 06:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e01db476-bd5e-5852-a107-ac3441cfe3d0 with scrape type 2
2026-03-29 06:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e01db476-bd5e-5852-a107-ac3441cfe3d0, identifier: C7%20WRJ
2026-03-29 06:03:44 [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 06:03:44 [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 06:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ
2026-03-29 06:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ
2026-03-29 06:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ to the API
2026-03-29 06:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C7%20WRJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e01db476-bd5e-5852-a107-ac3441cfe3d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'C7 WRJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=C7%20WRJ&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 14088,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'CITROEN C5 AIRCROSS 1.5 BLUEHDI 130 FLAIR PLUS EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'BLUEHDI 130 FLAIR PLUS EAT8',
'vin': 'VR7ACYHZRKL031588',
'year': 2019}
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27C7%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Saving data for C7%20WRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774438056.900259, 'last_price_update_time': 1774764225.08692}
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C7%2520WRJ') HTTP/1.1" 204 0
2026-03-29 06:03: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 06:03:45 [bca.uk] INFO: Found listing with ID: SR68%20NWE
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR68%2520NWE%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for SR68%20NWE: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: SG64%20KJZ
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG64%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for SG64%20KJZ: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: SV14%20VWC
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV14%2520VWC%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for SV14%20VWC: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: FG60%20TLX
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG60%2520TLX%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for FG60%20TLX: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: NG65%20ETD
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG65%2520ETD%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for NG65%20ETD: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: WV65%20EZL
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV65%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for WV65%20EZL: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: SA16%20NZY
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA16%2520NZY%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for SA16%20NZY: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: SP14%20TRV
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP14%2520TRV%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for SP14%20TRV: 0
2026-03-29 06:03:45 [bca.uk] INFO: Found listing with ID: WO15%20WBN
2026-03-29 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO15%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 06:03:45 [bca.uk] INFO: Scrape type for WO15%20WBN: 0
2026-03-29 06:03:46 [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 06:03:47 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded
2026-03-29 06:03:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:47 [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 06:03:47 [bca.uk] INFO: Found listing with ID: SK57%20HOJ
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK57%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SK57%20HOJ: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SV12%20OCC
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV12%2520OCC%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SV12%20OCC: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: EA14%20MJV
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA14%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for EA14%20MJV: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: EO61%20WGX
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO61%2520WGX%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for EO61%20WGX: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: LO13%20ZTR
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for LO13%20ZTR: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: NK63%20OGC
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK63%2520OGC%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for NK63%20OGC: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: RX57%20MKU
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX57%2520MKU%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for RX57%20MKU: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SG11%20YNA
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG11%2520YNA%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SG11%20YNA: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SJ13%20HUH
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SJ13%20HUH: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SN11%20HLZ
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SN11%20HLZ: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: WK61%20WML
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK61%2520WML%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for WK61%20WML: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: EK19%20ZSU
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK19%2520ZSU%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for EK19%20ZSU: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: YD08%20FXX
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD08%2520FXX%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for YD08%20FXX: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: NA14%20XFF
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA14%2520XFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for NA14%20XFF: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: GU66%20BFA
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU66%2520BFA%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for GU66%20BFA: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: MF19%20OFT
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for MF19%20OFT: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: FX65%20SEY
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX65%2520SEY%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for FX65%20SEY: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: FV61%20BCF
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for FV61%20BCF: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SF63%20YSY
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF63%2520YSY%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SF63%20YSY: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: WJ60%20CFP
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ60%2520CFP%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for WJ60%20CFP: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: YG12%20VBZ
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG12%2520VBZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for YG12%20VBZ: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: YX63%20FCC
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX63%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for YX63%20FCC: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: AK65%20GFO
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK65%2520GFO%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for AK65%20GFO: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: DG64%20YKK
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG64%2520YKK%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for DG64%20YKK: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: DV68%20LFL
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV68%2520LFL%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for DV68%20LFL: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SK18%20JKO
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK18%2520JKO%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SK18%20JKO: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SP70%20LPC
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP70%2520LPC%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SP70%20LPC: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: PO68%20KXK
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO68%2520KXK%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for PO68%20KXK: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SE64%20GDF
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE64%2520GDF%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SE64%20GDF: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SH15%20NPX
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH15%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SH15%20NPX: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SL14%20FUV
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL14%2520FUV%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SL14%20FUV: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: ST65%20BKF
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST65%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for ST65%20BKF: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: DX17%20SYH
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX17%2520SYH%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for DX17%20SYH: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SC17%20XRM
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC17%2520XRM%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SC17%20XRM: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SD67%20KLC
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD67%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SD67%20KLC: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: KP65%20NNV
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP65%2520NNV%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for KP65%20NNV: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: PJ66%20LUT
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ66%2520LUT%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for PJ66%20LUT: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: LFZ%202518
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LFZ%25202518%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for LFZ%202518: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SA10%20DVK
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA10%2520DVK%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SA10%20DVK: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: A5%20VHE
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27A5%2520VHE%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for A5%20VHE: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: VK14%20NPY
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for VK14%20NPY: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: YE07%20CMY
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for YE07%20CMY: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: YG61%20ZTR
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG61%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for YG61%20ZTR: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SB13%20MVJ
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SB13%20MVJ: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SB66%20VUV
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SB66%20VUV: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SC16%20CWE
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC16%2520CWE%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SC16%20CWE: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SD12%20KXT
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD12%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SD12%20KXT: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SH11%20YDW
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SH11%20YDW: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SH60%20LDZ
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH60%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SH60%20LDZ: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SK63%20FLJ
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK63%2520FLJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SK63%20FLJ: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SL13%20PTX
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL13%2520PTX%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SL13%20PTX: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SM13%20DLO
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM13%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SM13%20DLO: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SM58%20EZH
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM58%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SM58%20EZH: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: SP63%20WOR
2026-03-29 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP63%2520WOR%27 HTTP/1.1" 200 None
2026-03-29 06:03:47 [bca.uk] INFO: Scrape type for SP63%20WOR: 0
2026-03-29 06:03:47 [bca.uk] INFO: Found listing with ID: EJ14%20VWN
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ14%2520VWN%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for EJ14%20VWN: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: EO60%20VMK
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO60%2520VMK%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for EO60%20VMK: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: FY12%20XKT
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY12%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for FY12%20XKT: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: GJ68%20ELH
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ68%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for GJ68%20ELH: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: GK60%20AVB
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK60%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for GK60%20AVB: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: PE11%20YJD
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE11%2520YJD%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for PE11%20YJD: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: R12%20TRA
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27R12%2520TRA%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for R12%20TRA: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: YK22%20RXB
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK22%2520RXB%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for YK22%20RXB: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: SG60%20RXA
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG60%2520RXA%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for SG60%20RXA: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: N88%20SFD
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27N88%2520SFD%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for N88%20SFD: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: WU57%20NZB
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU57%2520NZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for WU57%20NZB: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: GL58%20GUC
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL58%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for GL58%20GUC: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: GF11%20ZWK
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF11%2520ZWK%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for GF11%20ZWK: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: GU12%20UYL
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU12%2520UYL%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for GU12%20UYL: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: LB57%20JJE
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB57%2520JJE%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for LB57%20JJE: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: LM12%20BXG
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM12%2520BXG%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for LM12%20BXG: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: LV14%20AZO
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV14%2520AZO%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for LV14%20AZO: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: AM09%20AHK
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for AM09%20AHK: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: BD61%20ZJE
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD61%2520ZJE%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for BD61%20ZJE: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: DV60%20UEY
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV60%2520UEY%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for DV60%20UEY: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: EA58%20FEF
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA58%2520FEF%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for EA58%20FEF: 0
2026-03-29 06:03:48 [bca.uk] INFO: Found listing with ID: MV19%20XLX
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV19%2520XLX%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Scrape type for MV19%20XLX: 2
2026-03-29 06:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce with identifier: MV19%20XLX
2026-03-29 06:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce with scrape type 2
2026-03-29 06:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce with scrape type 2
2026-03-29 06:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce, identifier: MV19%20XLX
2026-03-29 06:03:48 [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 06:03:48 [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 06:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce with identifier: MV19%20XLX
2026-03-29 06:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce with identifier: MV19%20XLX
2026-03-29 06:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce with identifier: MV19%20XLX to the API
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03:48 [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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV19%20XLX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6ff3a317-0659-5cbf-9fb4-d1403a8dc9ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV19 XLX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV19%20XLX&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'Q5',
'odometer': 64045,
'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': 'WAUZZZFY4K2005527',
'year': 2019}
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV19%2520XLX%27 HTTP/1.1" 200 None
2026-03-29 06:03:48 [bca.uk] INFO: Saving data for MV19%20XLX: {'auction_closing_time': 1774778400.0, 'created_time': 1774448130.493951, 'last_price_update_time': 1774764228.937634}
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV19%2520XLX') HTTP/1.1" 204 0
2026-03-29 06:03:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:03:49 [bca.uk] INFO: Found listing with ID: AO71%20FNZ
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:49 [bca.uk] INFO: Scrape type for AO71%20FNZ: 2
2026-03-29 06:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ
2026-03-29 06:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46c0199-24c5-5cba-a50f-676659b0d1e6 with scrape type 2
2026-03-29 06:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e46c0199-24c5-5cba-a50f-676659b0d1e6 with scrape type 2
2026-03-29 06:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e46c0199-24c5-5cba-a50f-676659b0d1e6, identifier: AO71%20FNZ
2026-03-29 06:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ
2026-03-29 06:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ
2026-03-29 06:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ to the API
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:49 [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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO71%20FNZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e46c0199-24c5-5cba-a50f-676659b0d1e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO71 FNZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO71%20FNZ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'PUMA',
'odometer': 55497,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE DCT Hatchback',
'transmission': 'automatic',
'trim': 'E/B MHEV 125 ST-LINE DCT',
'vin': 'WF02XXERK2MG68825',
'year': 2021}
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:49 [bca.uk] INFO: Saving data for AO71%20FNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476190.696079, 'last_price_update_time': 1774764229.499758}
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO71%2520FNZ') HTTP/1.1" 204 0
2026-03-29 06:03:49 [bca.uk] INFO: Found listing with ID: KS70%20JKZ
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:49 [bca.uk] INFO: Scrape type for KS70%20JKZ: 2
2026-03-29 06:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ
2026-03-29 06:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2310269c-8896-5588-8c9e-2b854cd2f94f with scrape type 2
2026-03-29 06:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2310269c-8896-5588-8c9e-2b854cd2f94f with scrape type 2
2026-03-29 06:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2310269c-8896-5588-8c9e-2b854cd2f94f, identifier: KS70%20JKZ
2026-03-29 06:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ
2026-03-29 06:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ
2026-03-29 06:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ to the API
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:49 [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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS70%20JKZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2310269c-8896-5588-8c9e-2b854cd2f94f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS70 JKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS70%20JKZ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'A200 D',
'odometer': 34302,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A200 D 2.0 AMG LINE PREMIUM PLUS DCT Saloon',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM PLUS DCT',
'vin': 'W1K1771122J265055',
'year': 2020}
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:49 [bca.uk] INFO: Saving data for KS70%20JKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476191.406629, 'last_price_update_time': 1774764229.944966}
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS70%2520JKZ') HTTP/1.1" 204 0
2026-03-29 06:03:49 [bca.uk] INFO: Found listing with ID: KY72%20BKX
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY72%2520BKX%27 HTTP/1.1" 200 None
2026-03-29 06:03:49 [bca.uk] INFO: Scrape type for KY72%20BKX: 0
2026-03-29 06:03:49 [bca.uk] INFO: Found listing with ID: RO18%20ZFF
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520ZFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:49 [bca.uk] INFO: Scrape type for RO18%20ZFF: 0
2026-03-29 06:03:49 [bca.uk] INFO: Found listing with ID: WG21%20DFZ
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for WG21%20DFZ: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: EA64%20XMM
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520XMM%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for EA64%20XMM: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: EO72%20HNA
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for EO72%20HNA: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: EY04%20UCF
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY04%2520UCF%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for EY04%20UCF: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: GT18%20AWT
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for GT18%20AWT: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: LT12%20OGV
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT12%2520OGV%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for LT12%20OGV: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: LX64%20OPJ
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX64%2520OPJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for LX64%20OPJ: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: AK08%20XKO
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK08%2520XKO%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for AK08%20XKO: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: LD56%20WYJ
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD56%2520WYJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for LD56%20WYJ: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: LR10%20UYM
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR10%2520UYM%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for LR10%20UYM: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: NJ10%20LNA
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for NJ10%20LNA: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: RY55%20ZKD
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY55%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for RY55%20ZKD: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: KS69%20YXO
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for KS69%20YXO: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: PY66%20KMK
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY66%2520KMK%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for PY66%20KMK: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: WV20%20WDZ
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for WV20%20WDZ: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: AGZ%204435
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AGZ%25204435%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for AGZ%204435: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: FP67%20BNL
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for FP67%20BNL: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: GJ16%20DHC
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ16%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for GJ16%20DHC: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: KP15%20OKE
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for KP15%20OKE: 0
2026-03-29 06:03:50 [bca.uk] INFO: Found listing with ID: EA14%20UBC
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 06:03:50 [bca.uk] INFO: Scrape type for EA14%20UBC: 0
2026-03-29 06:03:52 [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 06:03:52 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded
2026-03-29 06:03:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:52 [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 06:03:52 [bca.uk] INFO: Found listing with ID: EY66%20UZM
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY66%2520UZM%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for EY66%20UZM: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: LV59%20HND
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV59%2520HND%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for LV59%20HND: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: MF09%20TBZ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF09%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for MF09%20TBZ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: WF59%20WBN
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF59%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for WF59%20WBN: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: YK18%20EUH
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK18%2520EUH%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for YK18%20EUH: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: BK68%20ECE
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for BK68%20ECE: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: BP19%20TWZ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP19%2520TWZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for BP19%20TWZ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SK72%20YTM
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK72%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SK72%20YTM: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: EX13%20UKP
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX13%2520UKP%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for EX13%20UKP: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: KY64%20TVO
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY64%2520TVO%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for KY64%20TVO: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SC66%20FDM
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC66%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SC66%20FDM: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SN63%20HJG
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN63%2520HJG%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SN63%20HJG: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SV10%20UOD
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV10%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SV10%20UOD: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: YK68%20KNO
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK68%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for YK68%20KNO: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SD60%20AGX
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD60%2520AGX%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SD60%20AGX: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: FL15%20SDZ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL15%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for FL15%20SDZ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: KJ18%20TUV
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ18%2520TUV%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for KJ18%20TUV: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: RK19%20KCU
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK19%2520KCU%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for RK19%20KCU: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: DU64%20UHM
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU64%2520UHM%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for DU64%20UHM: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SP07%20GLF
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP07%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SP07%20GLF: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: CN60%20JNJ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CN60%2520JNJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for CN60%20JNJ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SJ12%20WND
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ12%2520WND%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SJ12%20WND: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SK06%20YHE
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK06%2520YHE%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SK06%20YHE: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SP10%20OWU
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SP10%20OWU: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SP13%20OYM
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SP13%20OYM: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SP61%20YBE
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP61%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SP61%20YBE: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: ST61%20AZU
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for ST61%20AZU: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: SY60%20MFJ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for SY60%20MFJ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: WD22%20CCF
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD22%2520CCF%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for WD22%20CCF: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: YA73%20ESV
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA73%2520ESV%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for YA73%20ESV: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: FG68%20YMS
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG68%2520YMS%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for FG68%20YMS: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: HY14%20HKE
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY14%2520HKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for HY14%20HKE: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: MM63%20YFL
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM63%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for MM63%20YFL: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: OV17%20FPJ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV17%2520FPJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for OV17%20FPJ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: WG65%20XOK
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG65%2520XOK%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for WG65%20XOK: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: AO05%20HYJ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO05%2520HYJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for AO05%20HYJ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: OY17%20FYS
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520FYS%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for OY17%20FYS: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: AK17%20YDS
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK17%2520YDS%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for AK17%20YDS: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: CF17%20BZG
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF17%2520BZG%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for CF17%20BZG: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: CV65%20ZBZ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV65%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for CV65%20ZBZ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: FA52%20BEL
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA52%2520BEL%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for FA52%20BEL: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: FE65%20VCD
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for FE65%20VCD: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: K40%20VNB
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27K40%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for K40%20VNB: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: MF16%20GHO
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF16%2520GHO%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for MF16%20GHO: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: HX05%20UJS
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX05%2520UJS%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for HX05%20UJS: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: KR09%20WWZ
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR09%2520WWZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:52 [bca.uk] INFO: Scrape type for KR09%20WWZ: 0
2026-03-29 06:03:52 [bca.uk] INFO: Found listing with ID: LG11%20BUP
2026-03-29 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG11%2520BUP%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for LG11%20BUP: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: LT56%20FLZ
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT56%2520FLZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for LT56%20FLZ: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: SG11%20EMV
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG11%2520EMV%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for SG11%20EMV: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: SD67%20OYC
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD67%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for SD67%20OYC: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: BN07%20XHP
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN07%2520XHP%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for BN07%20XHP: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: FL60%20TTX
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for FL60%20TTX: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: KN09%20JZF
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for KN09%20JZF: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: WV59%20TZE
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV59%2520TZE%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for WV59%20TZE: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: OV66%20CPY
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV66%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for OV66%20CPY: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: WJ63%20NXK
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ63%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for WJ63%20NXK: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: EF13%20FLN
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF13%2520FLN%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for EF13%20FLN: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: EO16%20KUU
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO16%2520KUU%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for EO16%20KUU: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: FH12%20SXS
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH12%2520SXS%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for FH12%20SXS: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: HK57%20YCH
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK57%2520YCH%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for HK57%20YCH: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: HV64%20ZMX
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV64%2520ZMX%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for HV64%20ZMX: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: LT61%20FNW
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT61%2520FNW%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for LT61%20FNW: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: MF58%20FJO
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF58%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for MF58%20FJO: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: MJ09%20GNP
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ09%2520GNP%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for MJ09%20GNP: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: ML66%20WYO
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520WYO%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for ML66%20WYO: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: ND12%20LBP
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520LBP%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for ND12%20LBP: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: CV56%20YXN
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV56%2520YXN%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for CV56%20YXN: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: DE64%20BFP
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE64%2520BFP%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for DE64%20BFP: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: DG11%20EGJ
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG11%2520EGJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for DG11%20EGJ: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: KM18%20ZYB
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM18%2520ZYB%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for KM18%20ZYB: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: LA10%20WZY
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA10%2520WZY%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for LA10%20WZY: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: WF61%20VPM
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF61%2520VPM%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for WF61%20VPM: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: WJ58%20ZNU
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ58%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for WJ58%20ZNU: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: DH66%20OBL
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DH66%2520OBL%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for DH66%20OBL: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: KX64%20WYR
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX64%2520WYR%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for KX64%20WYR: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: WG09%20CXU
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG09%2520CXU%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for WG09%20CXU: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: BW15%20UPM
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW15%2520UPM%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for BW15%20UPM: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: VN67%20AUR
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN67%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for VN67%20AUR: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: AV56%20LPL
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for AV56%20LPL: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: RO63%20LZW
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO63%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for RO63%20LZW: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: WF60%20EZT
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF60%2520EZT%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for WF60%20EZT: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: YK18%20XZB
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK18%2520XZB%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for YK18%20XZB: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: DU18%20WDR
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for DU18%20WDR: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: HV67%20OHJ
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV67%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for HV67%20OHJ: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: LC16%20CKE
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC16%2520CKE%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for LC16%20CKE: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: MT61%20EPD
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT61%2520EPD%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for MT61%20EPD: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: YA67%20SYU
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA67%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for YA67%20SYU: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: FV17%20CRF
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV17%2520CRF%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for FV17%20CRF: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: PG68%20MPV
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PG68%2520MPV%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for PG68%20MPV: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: AK58%20VZY
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK58%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for AK58%20VZY: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: J17%20SDL
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J17%2520SDL%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for J17%20SDL: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: LW02%20GAV
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LW02%2520GAV%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for LW02%20GAV: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: YH62%20JFG
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH62%2520JFG%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for YH62%20JFG: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: YC13%20HCU
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC13%2520HCU%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for YC13%20HCU: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: YG63%20XGU
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG63%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for YG63%20XGU: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: YG64%20YTB
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG64%2520YTB%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for YG64%20YTB: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: EF13%20OTV
2026-03-29 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF13%2520OTV%27 HTTP/1.1" 200 None
2026-03-29 06:03:53 [bca.uk] INFO: Scrape type for EF13%20OTV: 0
2026-03-29 06:03:53 [bca.uk] INFO: Found listing with ID: FJ15%20XZU
2026-03-29 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ15%2520XZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:54 [bca.uk] INFO: Scrape type for FJ15%20XZU: 0
2026-03-29 06:03:54 [bca.uk] INFO: Found listing with ID: GF62%20UBR
2026-03-29 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF62%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 06:03:54 [bca.uk] INFO: Scrape type for GF62%20UBR: 0
2026-03-29 06:03:54 [bca.uk] INFO: Found listing with ID: MT61%20NXP
2026-03-29 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT61%2520NXP%27 HTTP/1.1" 200 None
2026-03-29 06:03:54 [bca.uk] INFO: Scrape type for MT61%20NXP: 0
2026-03-29 06:03:54 [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 06:03:54 [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 06: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 06:03:56 [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 06:03:56 [bca.uk] INFO: Total items found: 100
2026-03-29 06:03:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded
2026-03-29 06:03:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:03:56 [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 06:03:56 [bca.uk] INFO: Found listing with ID: PK58%20XAE
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK58%2520XAE%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for PK58%20XAE: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: SL12%20MFA
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL12%2520MFA%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for SL12%20MFA: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: WN60%20THG
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN60%2520THG%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for WN60%20THG: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: AO60%20TNJ
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO60%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for AO60%20TNJ: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: CE12%20XPW
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for CE12%20XPW: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: DS62%20KGV
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS62%2520KGV%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for DS62%20KGV: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: RV57%20WUJ
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for RV57%20WUJ: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: SV59%20YZL
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV59%2520YZL%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for SV59%20YZL: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: W22%20JED
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27W22%2520JED%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for W22%20JED: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: YR63%20WBM
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for YR63%20WBM: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: GN63%20YUK
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN63%2520YUK%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for GN63%20YUK: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: H9%20HBE
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27H9%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for H9%20HBE: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: HF13%20ONH
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for HF13%20ONH: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: KJ02%20AAA
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for KJ02%20AAA: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: KU07%20ERA
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU07%2520ERA%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for KU07%20ERA: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: LT58%20VMH
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT58%2520VMH%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for LT58%20VMH: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: LV10%20NJJ
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV10%2520NJJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for LV10%20NJJ: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: MC53%20GXE
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for MC53%20GXE: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: P60%20NPR
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27P60%2520NPR%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for P60%20NPR: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: AN09%20KEE
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AN09%2520KEE%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for AN09%20KEE: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: BV13%20ZYW
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV13%2520ZYW%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for BV13%20ZYW: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: BF08%20KPJ
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520KPJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for BF08%20KPJ: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: GJ58%20HSC
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ58%2520HSC%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for GJ58%20HSC: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: LL61%20ZWT
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL61%2520ZWT%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for LL61%20ZWT: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: MF51%20EOS
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF51%2520EOS%27 HTTP/1.1" 200 None
2026-03-29 06:03:56 [bca.uk] INFO: Scrape type for MF51%20EOS: 0
2026-03-29 06:03:56 [bca.uk] INFO: Found listing with ID: RX18%20LZV
2026-03-29 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX18%2520LZV%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for RX18%20LZV: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: GR21%20HBF
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GR21%2520HBF%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for GR21%20HBF: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: DX70%20UBS
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX70%2520UBS%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for DX70%20UBS: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: EU19%20RWF
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU19%2520RWF%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for EU19%20RWF: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: FD18%20CVW
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD18%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for FD18%20CVW: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: FL20%20CPY
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL20%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for FL20%20CPY: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: HY06%20NAU
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for HY06%20NAU: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: LM17%20JWJ
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for LM17%20JWJ: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: LX17%20OGL
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for LX17%20OGL: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: RK16%20MEU
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK16%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for RK16%20MEU: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: WL54%20NHF
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for WL54%20NHF: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: WR11%20HHA
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for WR11%20HHA: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: YL17%20SVO
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for YL17%20SVO: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: HG09%20ZSN
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for HG09%20ZSN: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: HV15%20LXE
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV15%2520LXE%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for HV15%20LXE: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: HY57%20KMG
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY57%2520KMG%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for HY57%20KMG: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: PN17%20YAG
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN17%2520YAG%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for PN17%20YAG: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: VE67%20VVT
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE67%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for VE67%20VVT: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: YB65%20ELU
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB65%2520ELU%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for YB65%20ELU: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: DN64%20GYD
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN64%2520GYD%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for DN64%20GYD: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: GU62%20NWF
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU62%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for GU62%20NWF: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: HF57%20DZO
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF57%2520DZO%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for HF57%20DZO: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: GL09%20EWC
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL09%2520EWC%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for GL09%20EWC: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: HW03%20GOA
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HW03%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for HW03%20GOA: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: Y856%20RRD
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y856%2520RRD%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for Y856%20RRD: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: BX16%20DHC
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX16%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for BX16%20DHC: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: EA14%20EOC
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA14%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for EA14%20EOC: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: EF16%20EOM
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF16%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for EF16%20EOM: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: RF18%20ATV
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF18%2520ATV%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for RF18%20ATV: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: RV17%20VJG
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV17%2520VJG%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for RV17%20VJG: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: DX16%20UVK
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX16%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for DX16%20UVK: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: AV09%20GXU
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520GXU%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for AV09%20GXU: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: KN15%20KNH
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN15%2520KNH%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for KN15%20KNH: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: SA68%20XMR
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA68%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for SA68%20XMR: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: DE67%20URY
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE67%2520URY%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for DE67%20URY: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: LM05%20FYZ
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM05%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for LM05%20FYZ: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: GY64%20VCN
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY64%2520VCN%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for GY64%20VCN: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: VK66%20VXB
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK66%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for VK66%20VXB: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: LY62%20DNF
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY62%2520DNF%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for LY62%20DNF: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: YG10%20VAH
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG10%2520VAH%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for YG10%20VAH: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: EY63%20WHH
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY63%2520WHH%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for EY63%20WHH: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MF61%20FVN
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF61%2520FVN%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MF61%20FVN: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MT09%20FDX
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT09%2520FDX%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MT09%20FDX: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: PK11%20ZFG
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK11%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for PK11%20ZFG: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: RJ57%20KKY
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ57%2520KKY%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for RJ57%20KKY: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: SP08%20HWJ
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP08%2520HWJ%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for SP08%20HWJ: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: FR62%20KCZ
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FR62%2520KCZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for FR62%20KCZ: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: KM66%20FHL
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM66%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for KM66%20FHL: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MD07%20PTY
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD07%2520PTY%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MD07%20PTY: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MF10%20UFT
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF10%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MF10%20UFT: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MF17%20NRO
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF17%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MF17%20NRO: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MK62%20DZU
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK62%2520DZU%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MK62%20DZU: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: YH09%20BCO
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH09%2520BCO%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for YH09%20BCO: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: MM69%20SVE
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM69%2520SVE%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for MM69%20SVE: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: KW19%20WVM
2026-03-29 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW19%2520WVM%27 HTTP/1.1" 200 None
2026-03-29 06:03:57 [bca.uk] INFO: Scrape type for KW19%20WVM: 0
2026-03-29 06:03:57 [bca.uk] INFO: Found listing with ID: NY19%20XSW
2026-03-29 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NY19%2520XSW%27 HTTP/1.1" 200 None
2026-03-29 06:03:58 [bca.uk] INFO: Scrape type for NY19%20XSW: 0
2026-03-29 06:03:58 [bca.uk] INFO: Found listing with ID: OV20%20OKU
2026-03-29 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV20%2520OKU%27 HTTP/1.1" 200 None
2026-03-29 06:03:58 [bca.uk] INFO: Scrape type for OV20%20OKU: 2
2026-03-29 06:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU
2026-03-29 06:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5c09df-2936-5516-a5e4-a8371975bbd7 with scrape type 2
2026-03-29 06:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d5c09df-2936-5516-a5e4-a8371975bbd7 with scrape type 2
2026-03-29 06:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d5c09df-2936-5516-a5e4-a8371975bbd7, identifier: OV20%20OKU
2026-03-29 06:03:58 [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 06:03:58 [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 06:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU
2026-03-29 06:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU
2026-03-29 06:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU to the API
2026-03-29 06:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:03: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': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV20%20OKU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3d5c09df-2936-5516-a5e4-a8371975bbd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV20 OKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV20%20OKU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 66970,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 FLAIR PLUS Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 FLAIR PLUS',
'vin': 'VR7ARHNSJLL048446',
'year': 2020}
2026-03-29 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV20%2520OKU%27 HTTP/1.1" 200 None
2026-03-29 06:03:58 [bca.uk] INFO: Saving data for OV20%20OKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535796.895724, 'last_price_update_time': 1774764238.943849}
2026-03-29 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV20%2520OKU') HTTP/1.1" 204 0
2026-03-29 06:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: FD21%20HBN
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD21%2520HBN%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for FD21%20HBN: 2
2026-03-29 06:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN
2026-03-29 06:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479e3b6c-cf67-5089-97d5-eb9038823a2c with scrape type 2
2026-03-29 06:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479e3b6c-cf67-5089-97d5-eb9038823a2c with scrape type 2
2026-03-29 06:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 479e3b6c-cf67-5089-97d5-eb9038823a2c, identifier: FD21%20HBN
2026-03-29 06:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN
2026-03-29 06:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN
2026-03-29 06:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN to the API
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:03:59 [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': 251,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20HBN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '479e3b6c-cf67-5089-97d5-eb9038823a2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD21 HBN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20HBN&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JEEP',
'model': 'WRANGLER',
'odometer': 49164,
'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': 'JEEP WRANGLER 2.0 GME 80TH ANNIVERSARY HARD TOP StationWagon',
'transmission': 'automatic',
'trim': 'GME 80TH ANNIVERSARY HARD TOP',
'vin': '1C4HJXLNXMW689984',
'year': 2021}
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD21%2520HBN%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Saving data for FD21%20HBN: {'auction_closing_time': 1774864800.0, 'created_time': 1774364688.151551, 'last_price_update_time': 1774764239.471847}
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520HBN') HTTP/1.1" 204 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: DP21%20OWH
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP21%2520OWH%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for DP21%20OWH: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: WO18%20YOD
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO18%2520YOD%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for WO18%20YOD: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: MA17%20CVN
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA17%2520CVN%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for MA17%20CVN: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: MJ15%20AVR
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ15%2520AVR%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for MJ15%20AVR: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: SN66%20TXZ
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN66%2520TXZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for SN66%20TXZ: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: BN02%20DLN
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN02%2520DLN%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for BN02%20DLN: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: EF66%20URS
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF66%2520URS%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for EF66%20URS: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: LB17%20HFF
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB17%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for LB17%20HFF: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: PF66%20DZV
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF66%2520DZV%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for PF66%20DZV: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: EK10%20VKV
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK10%2520VKV%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for EK10%20VKV: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: GR55%20ULB
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GR55%2520ULB%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for GR55%20ULB: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: ML11%20YCS
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML11%2520YCS%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for ML11%20YCS: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: BD66%20EUB
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD66%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for BD66%20EUB: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: LD65%20HPZ
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD65%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for LD65%20HPZ: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: NV64%20RDZ
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV64%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for NV64%20RDZ: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: BF65%20EKA
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF65%2520EKA%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for BF65%20EKA: 0
2026-03-29 06:03:59 [bca.uk] INFO: Found listing with ID: DE15%20YKD
2026-03-29 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE15%2520YKD%27 HTTP/1.1" 200 None
2026-03-29 06:03:59 [bca.uk] INFO: Scrape type for DE15%20YKD: 0
2026-03-29 06:04:01 [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 06:04:01 [bca.uk] INFO: Total items found: 100
2026-03-29 06:04:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded
2026-03-29 06:04:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:04:01 [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 06:04:01 [bca.uk] INFO: Found listing with ID: KO17%20XBK
2026-03-29 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO17%2520XBK%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for KO17%20XBK: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LL14%20KEK
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL14%2520KEK%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LL14%20KEK: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: MD16%20BFY
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD16%2520BFY%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for MD16%20BFY: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: VHZ%203476
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VHZ%25203476%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for VHZ%203476: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YL67%20NGU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YL67%20NGU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: SV21%20ZGG
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520ZGG%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for SV21%20ZGG: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: KE18%20FBA
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE18%2520FBA%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for KE18%20FBA: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YP18%20HSO
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YP18%20HSO: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: FH18%20LKJ
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520LKJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for FH18%20LKJ: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: HV54%20YKM
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV54%2520YKM%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for HV54%20YKM: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LF64%20ZKW
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZKW%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LF64%20ZKW: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: SH16%20FAF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520FAF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for SH16%20FAF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: SP17%20UUO
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520UUO%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for SP17%20UUO: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YC17%20HBJ
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520HBJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YC17%20HBJ: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: EY66%20AWF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520AWF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for EY66%20AWF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: AV56%20FEX
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520FEX%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for AV56%20FEX: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: EK63%20ZDN
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for EK63%20ZDN: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: GY61%20XPC
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520XPC%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for GY61%20XPC: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LC16%20BCV
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520BCV%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LC16%20BCV: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LO13%20NYW
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520NYW%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LO13%20NYW: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: ND21%20TWM
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520TWM%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for ND21%20TWM: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: OV62%20USF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520USF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for OV62%20USF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YR18%20HBP
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520HBP%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YR18%20HBP: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LG65%20ZPF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG65%2520ZPF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LG65%20ZPF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: JE51%20XXE
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JE51%2520XXE%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for JE51%20XXE: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YP67%20WCD
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WCD%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YP67%20WCD: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: MM14%20NXE
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM14%2520NXE%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for MM14%20NXE: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YW15%20NRU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520NRU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YW15%20NRU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: EY70%20RUA
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520RUA%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for EY70%20RUA: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: DY59%20NHM
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY59%2520NHM%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for DY59%20NHM: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: DF63%20NXU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520NXU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for DF63%20NXU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: BL62%20FPF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL62%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for BL62%20FPF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YK17%20VSR
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520VSR%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YK17%20VSR: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: SK13%20JJZ
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520JJZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for SK13%20JJZ: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: OE67%20PUF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520PUF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for OE67%20PUF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: CK66%20VME
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520VME%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for CK66%20VME: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LD75%20EHO
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD75%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LD75%20EHO: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: BU74%20UXT
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU74%2520UXT%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for BU74%20UXT: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LD63%20HAU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520HAU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LD63%20HAU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: AL11%20DAV
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AL11%2520DAV%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for AL11%20DAV: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LC13%20XXF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520XXF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LC13%20XXF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LR63%20VBU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR63%2520VBU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LR63%20VBU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: L14%20RHU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L14%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for L14%20RHU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: HK14%20ZDR
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520ZDR%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for HK14%20ZDR: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: MA68%20OAS
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520OAS%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for MA68%20OAS: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YN18%20XLF
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YN18%20XLF: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: OE23%20DFP
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for OE23%20DFP: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: KE71%20OYG
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE71%2520OYG%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for KE71%20OYG: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: GU23%20RCX
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520RCX%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for GU23%20RCX: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: KS67%20YMP
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS67%2520YMP%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for KS67%20YMP: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LL21%20EHM
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520EHM%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LL21%20EHM: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: RF68%20KUV
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KUV%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for RF68%20KUV: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: RV18%20ZFG
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for RV18%20ZFG: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: HW19%20NFU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW19%2520NFU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for HW19%20NFU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: KR61%20ECC
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR61%2520ECC%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for KR61%20ECC: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: NV21%20YRL
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520YRL%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for NV21%20YRL: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: EN68%20PKU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520PKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for EN68%20PKU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: YF18%20DCZ
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520DCZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for YF18%20DCZ: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: NS16%20AHS
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NS16%2520AHS%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for NS16%20AHS: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: LT13%20WRU
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520WRU%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for LT13%20WRU: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: FY65%20BZP
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520BZP%27 HTTP/1.1" 200 None
2026-03-29 06:04:02 [bca.uk] INFO: Scrape type for FY65%20BZP: 0
2026-03-29 06:04:02 [bca.uk] INFO: Found listing with ID: FX15%20VFY
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX15%2520VFY%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for FX15%20VFY: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: FM03%20CCZ
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM03%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for FM03%20CCZ: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: FA17%20TWN
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA17%2520TWN%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for FA17%20TWN: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: WF66%20WCL
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF66%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for WF66%20WCL: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: PJ64%20LVP
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ64%2520LVP%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for PJ64%20LVP: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: KP69%20DTN
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP69%2520DTN%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for KP69%20DTN: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: KM14%20HWD
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM14%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for KM14%20HWD: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: DX65%20UOP
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX65%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for DX65%20UOP: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: BD13%20YCM
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD13%2520YCM%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for BD13%20YCM: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: SF69%20ZBX
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF69%2520ZBX%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for SF69%20ZBX: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: SD60%20OBV
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD60%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for SD60%20OBV: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: LR18%20TNX
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR18%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for LR18%20TNX: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: GY69%20LZL
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY69%2520LZL%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for GY69%20LZL: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: EY68%20NKD
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY68%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for EY68%20NKD: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: VA19%20XRY
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for VA19%20XRY: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: SD14%20UCC
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD14%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for SD14%20UCC: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: PL68%20ZCX
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL68%2520ZCX%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for PL68%20ZCX: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: PK14%20VAX
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK14%2520VAX%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for PK14%20VAX: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: PF65%20SSV
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF65%2520SSV%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for PF65%20SSV: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: NG13%20GKJ
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG13%2520GKJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for NG13%20GKJ: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: MF64%20ZPZ
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF64%2520ZPZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for MF64%20ZPZ: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: HW69%20EOS
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HW69%2520EOS%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for HW69%20EOS: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: FP70%20XEN
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FP70%2520XEN%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for FP70%20XEN: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: FJ16%20YOR
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ16%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for FJ16%20YOR: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: FD20%20CUW
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD20%2520CUW%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for FD20%20CUW: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: DN60%20UCJ
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN60%2520UCJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for DN60%20UCJ: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: BX19%20MWY
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX19%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for BX19%20MWY: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: BK64%20WXM
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK64%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for BK64%20WXM: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: YM19%20ZGY
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for YM19%20ZGY: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: SV64%20UUP
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV64%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for SV64%20UUP: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: RX11%20HTV
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX11%2520HTV%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for RX11%20HTV: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: RA65%20EUT
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA65%2520EUT%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for RA65%20EUT: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: OV66%20ZBZ
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV66%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for OV66%20ZBZ: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: NK16%20EGE
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK16%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for NK16%20EGE: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: MT10%20XMZ
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT10%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for MT10%20XMZ: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: LY16%20JJK
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY16%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for LY16%20JJK: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: LN09%20XAL
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN09%2520XAL%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for LN09%20XAL: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: LM12%20MLU
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM12%2520MLU%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for LM12%20MLU: 0
2026-03-29 06:04:03 [bca.uk] INFO: Found listing with ID: HY16%20EOC
2026-03-29 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY16%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 06:04:03 [bca.uk] INFO: Scrape type for HY16%20EOC: 0
2026-03-29 06:04:03 [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 06:04:03 [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 06:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:04:05 [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 06:04:05 [bca.uk] INFO: Total items found: 100
2026-03-29 06:04:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded
2026-03-29 06:04:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:04:05 [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 06:04:05 [bca.uk] INFO: Found listing with ID: HN08%20FLX
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN08%2520FLX%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for HN08%20FLX: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: EU15%20WHR
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU15%2520WHR%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for EU15%20WHR: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: EA66%20LNX
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA66%2520LNX%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for EA66%20LNX: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: EA10%20ODR
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA10%2520ODR%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for EA10%20ODR: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: CX71%20YVZ
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX71%2520YVZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for CX71%20YVZ: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: CV62%20SNJ
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV62%2520SNJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for CV62%20SNJ: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: CE53%20GKN
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE53%2520GKN%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for CE53%20GKN: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: BK16%20VKS
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK16%2520VKS%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for BK16%20VKS: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: AJ62%20YSE
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ62%2520YSE%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for AJ62%20YSE: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: AY57%20YXB
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY57%2520YXB%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for AY57%20YXB: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: AF69%20UFS
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF69%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for AF69%20UFS: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: WN09%20MYP
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN09%2520MYP%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for WN09%20MYP: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: PY61%20EWD
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY61%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for PY61%20EWD: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: MT61%20WPK
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT61%2520WPK%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for MT61%20WPK: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: EF66%20LFH
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF66%2520LFH%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for EF66%20LFH: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: AV18%20UVO
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV18%2520UVO%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for AV18%20UVO: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: AP13%20PNX
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP13%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for AP13%20PNX: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: GL20%20NXU
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL20%2520NXU%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for GL20%20NXU: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: OY12%20USJ
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY12%2520USJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for OY12%20USJ: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: LX12%20WRZ
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX12%2520WRZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for LX12%20WRZ: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: DA15%20GVJ
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA15%2520GVJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for DA15%20GVJ: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: MA18%20EAW
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA18%2520EAW%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for MA18%20EAW: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: WJ07%20XMW
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ07%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for WJ07%20XMW: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: TGZ%201807
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27TGZ%25201807%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for TGZ%201807: 0
2026-03-29 06:04:05 [bca.uk] INFO: Found listing with ID: YJ66%20AAP
2026-03-29 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ66%2520AAP%27 HTTP/1.1" 200 None
2026-03-29 06:04:05 [bca.uk] INFO: Scrape type for YJ66%20AAP: 2
2026-03-29 06:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP
2026-03-29 06:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465d9536-cfb4-5605-9980-ad34266014c6 with scrape type 2
2026-03-29 06:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465d9536-cfb4-5605-9980-ad34266014c6 with scrape type 2
2026-03-29 06:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 465d9536-cfb4-5605-9980-ad34266014c6, identifier: YJ66%20AAP
2026-03-29 06:04:06 [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 06:04:06 [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 06:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP
2026-03-29 06:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP
2026-03-29 06:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP to the API
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:06 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ66%20AAP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '465d9536-cfb4-5605-9980-ad34266014c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ66 AAP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ66%20AAP&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'GLC 220 D',
'odometer': 92751,
'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 GLC 220 D 2.1 AMG LINE PREMIUM 4M 9G Coupe',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 4M 9G',
'vin': 'WDC2533052F224621',
'year': 2017}
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ66%2520AAP%27 HTTP/1.1" 200 None
2026-03-29 06:04:06 [bca.uk] INFO: Saving data for YJ66%20AAP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562630.126772, 'last_price_update_time': 1774764246.313502}
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ66%2520AAP') HTTP/1.1" 204 0
2026-03-29 06:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:04:06 [bca.uk] INFO: Found listing with ID: BN10%20OKD
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN10%2520OKD%27 HTTP/1.1" 200 None
2026-03-29 06:04:06 [bca.uk] INFO: Scrape type for BN10%20OKD: 2
2026-03-29 06:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD
2026-03-29 06:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d215309-498c-5b2e-9d45-fa100bb44824 with scrape type 2
2026-03-29 06:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d215309-498c-5b2e-9d45-fa100bb44824 with scrape type 2
2026-03-29 06:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d215309-498c-5b2e-9d45-fa100bb44824, identifier: BN10%20OKD
2026-03-29 06:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD
2026-03-29 06:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD
2026-03-29 06:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD to the API
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:06 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN10%20OKD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1d215309-498c-5b2e-9d45-fa100bb44824',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN10 OKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN10%20OKD&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A3',
'odometer': 106414,
'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 A3 1.4 TFSI 125 SPORT S-T S/S Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 125 SPORT S-T S/S',
'vin': 'WAUZZZ8P4AA132495',
'year': 2010}
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN10%2520OKD%27 HTTP/1.1" 200 None
2026-03-29 06:04:06 [bca.uk] INFO: Saving data for BN10%20OKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651883.982056, 'last_price_update_time': 1774764246.78561}
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN10%2520OKD') HTTP/1.1" 204 0
2026-03-29 06:04:06 [bca.uk] INFO: Found listing with ID: HY73%20KHK
2026-03-29 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY73%2520KHK%27 HTTP/1.1" 200 None
2026-03-29 06:04:06 [bca.uk] INFO: Scrape type for HY73%20KHK: 2
2026-03-29 06:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK
2026-03-29 06:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14593058-613d-5609-a480-d61e3e7bb6d1 with scrape type 2
2026-03-29 06:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14593058-613d-5609-a480-d61e3e7bb6d1 with scrape type 2
2026-03-29 06:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14593058-613d-5609-a480-d61e3e7bb6d1, identifier: HY73%20KHK
2026-03-29 06:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK
2026-03-29 06:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK
2026-03-29 06:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK to the API
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:07 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY73%20KHK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '14593058-613d-5609-a480-d61e3e7bb6d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY73 KHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY73%20KHK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'ALPINE',
'model': 'A110',
'odometer': 4152,
'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': 'ALPINE A110 1.8 TURBO 252 DCT Coupe',
'transmission': 'automatic',
'trim': 'TURBO 252 DCT',
'vin': 'VFAAEFD0970430783',
'year': 2023}
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY73%2520KHK%27 HTTP/1.1" 200 None
2026-03-29 06:04:07 [bca.uk] INFO: Saving data for HY73%20KHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774651882.124809, 'last_price_update_time': 1774764247.260425}
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY73%2520KHK') HTTP/1.1" 204 0
2026-03-29 06:04:07 [bca.uk] INFO: Found listing with ID: WG22%20GHY
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520GHY%27 HTTP/1.1" 200 None
2026-03-29 06:04:07 [bca.uk] INFO: Scrape type for WG22%20GHY: 2
2026-03-29 06:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY
2026-03-29 06:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d884be7a-475f-5c17-ae0c-3080f7a0aaef with scrape type 2
2026-03-29 06:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d884be7a-475f-5c17-ae0c-3080f7a0aaef with scrape type 2
2026-03-29 06:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d884be7a-475f-5c17-ae0c-3080f7a0aaef, identifier: WG22%20GHY
2026-03-29 06:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY
2026-03-29 06:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY
2026-03-29 06:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY to the API
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:07 [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': 241,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG22%20GHY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd884be7a-475f-5c17-ae0c-3080f7a0aaef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG22 GHY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG22%20GHY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 74946,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 110 3.0 I6 D300 AWD X-DYNAMIC HSE(7ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'I6 D300 AWD X-DYNAMIC HSE(7ST)',
'vin': 'SALEA7AW6P2116194',
'year': 2022}
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520GHY%27 HTTP/1.1" 200 None
2026-03-29 06:04:07 [bca.uk] INFO: Saving data for WG22%20GHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774651876.193997, 'last_price_update_time': 1774764247.652235}
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG22%2520GHY') HTTP/1.1" 204 0
2026-03-29 06:04:07 [bca.uk] INFO: Found listing with ID: EN71%20UET
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UET%27 HTTP/1.1" 200 None
2026-03-29 06:04:07 [bca.uk] INFO: Scrape type for EN71%20UET: 0
2026-03-29 06:04:07 [bca.uk] INFO: Found listing with ID: GL71%20USX
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520USX%27 HTTP/1.1" 200 None
2026-03-29 06:04:07 [bca.uk] INFO: Scrape type for GL71%20USX: 2
2026-03-29 06:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX
2026-03-29 06:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c0a337-2270-5311-943a-278c6d8e9771 with scrape type 2
2026-03-29 06:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31c0a337-2270-5311-943a-278c6d8e9771 with scrape type 2
2026-03-29 06:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31c0a337-2270-5311-943a-278c6d8e9771, identifier: GL71%20USX
2026-03-29 06:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX
2026-03-29 06:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX
2026-03-29 06:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX to the API
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:08 [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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL71%20USX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '31c0a337-2270-5311-943a-278c6d8e9771',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL71 USX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL71%20USX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 24247,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLVO XC60 2.0 B5P R DESIGN G/T StationWagon',
'transmission': 'automatic',
'trim': 'B5P R DESIGN G/T',
'vin': 'YV1UZL1VDN1010045',
'year': 2022}
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL71%2520USX%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Saving data for GL71%20USX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651880.515154, 'last_price_update_time': 1774764248.0839}
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL71%2520USX') HTTP/1.1" 204 0
2026-03-29 06:04:08 [bca.uk] INFO: Found listing with ID: LF72%20EGY
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF72%2520EGY%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Scrape type for LF72%20EGY: 0
2026-03-29 06:04:08 [bca.uk] INFO: Found listing with ID: LG23%20XZX
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG23%2520XZX%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Scrape type for LG23%20XZX: 2
2026-03-29 06:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX
2026-03-29 06:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e95b36b-e8de-570f-8a3d-8d62b33d293c with scrape type 2
2026-03-29 06:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e95b36b-e8de-570f-8a3d-8d62b33d293c with scrape type 2
2026-03-29 06:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e95b36b-e8de-570f-8a3d-8d62b33d293c, identifier: LG23%20XZX
2026-03-29 06:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX
2026-03-29 06:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX
2026-03-29 06:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX to the API
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:08 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20XZX-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '1e95b36b-e8de-570f-8a3d-8d62b33d293c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG23 XZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20XZX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 18248,
'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 SPORTAGE 1.6 T GDI HEV 3 StationWagon',
'transmission': 'automatic',
'trim': 'T GDI HEV 3',
'vin': 'U5YPV81GMPL071375',
'year': 2023}
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG23%2520XZX%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Saving data for LG23%20XZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651872.450583, 'last_price_update_time': 1774764248.484123}
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520XZX') HTTP/1.1" 204 0
2026-03-29 06:04:08 [bca.uk] INFO: Found listing with ID: FL21%20VDZ
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Scrape type for FL21%20VDZ: 0
2026-03-29 06:04:08 [bca.uk] INFO: Found listing with ID: K321%20PXX
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Scrape type for K321%20PXX: 2
2026-03-29 06:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX
2026-03-29 06:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a53896d-282c-540c-bd36-c09efd7f8b22 with scrape type 2
2026-03-29 06:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a53896d-282c-540c-bd36-c09efd7f8b22 with scrape type 2
2026-03-29 06:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a53896d-282c-540c-bd36-c09efd7f8b22, identifier: K321%20PXX
2026-03-29 06:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX
2026-03-29 06:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX
2026-03-29 06:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX to the API
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:08 [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': 240,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K321%20PXX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4a53896d-282c-540c-bd36-c09efd7f8b22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'K321 PXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=K321%20PXX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 70450,
'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 D240 AWD HSE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'D240 AWD HSE (5ST)',
'vin': 'SALEA7AN9L2025986',
'year': 2020}
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Saving data for K321%20PXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774476342.134598, 'last_price_update_time': 1774764248.876151}
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K321%2520PXX') HTTP/1.1" 204 0
2026-03-29 06:04:08 [bca.uk] INFO: Found listing with ID: SB69%20LYC
2026-03-29 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB69%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 06:04:08 [bca.uk] INFO: Scrape type for SB69%20LYC: 2
2026-03-29 06:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC
2026-03-29 06:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with scrape type 2
2026-03-29 06:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with scrape type 2
2026-03-29 06:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d, identifier: SB69%20LYC
2026-03-29 06:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC
2026-03-29 06:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC
2026-03-29 06:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC to the API
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:09 [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': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB69%20LYC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '16dc079f-12ce-5acf-83f3-d2dd253f5e9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB69 LYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20LYC&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 87270,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 SD6 (I6) HSE LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'SD6 (I6) HSE LUXURY',
'vin': 'SALRA2AK6L2420346',
'year': 2020}
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB69%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 06:04:09 [bca.uk] INFO: Saving data for SB69%20LYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774651872.821779, 'last_price_update_time': 1774764249.293755}
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520LYC') HTTP/1.1" 204 0
2026-03-29 06:04:09 [bca.uk] INFO: Found listing with ID: NC23%20XLD
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NC23%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 06:04:09 [bca.uk] INFO: Scrape type for NC23%20XLD: 2
2026-03-29 06:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD
2026-03-29 06:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with scrape type 2
2026-03-29 06:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with scrape type 2
2026-03-29 06:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43, identifier: NC23%20XLD
2026-03-29 06:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD
2026-03-29 06:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD
2026-03-29 06:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD to the API
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:09 [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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC23%20XLD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NC23 XLD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC23%20XLD&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 64507,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 110 3.0 D250 AWD X-DYNAMIC HSE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'D250 AWD X-DYNAMIC HSE (5ST)',
'vin': 'SALEA7AW9P2199068',
'year': 2023}
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NC23%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 06:04:09 [bca.uk] INFO: Saving data for NC23%20XLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774651870.970978, 'last_price_update_time': 1774764249.699682}
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC23%2520XLD') HTTP/1.1" 204 0
2026-03-29 06:04:09 [bca.uk] INFO: Found listing with ID: DU17%20AZG
2026-03-29 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU17%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 06:04:09 [bca.uk] INFO: Scrape type for DU17%20AZG: 2
2026-03-29 06:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG
2026-03-29 06:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee2e121c-b9d2-5a38-971a-7fabbd9384dd with scrape type 2
2026-03-29 06:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee2e121c-b9d2-5a38-971a-7fabbd9384dd with scrape type 2
2026-03-29 06:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee2e121c-b9d2-5a38-971a-7fabbd9384dd, identifier: DU17%20AZG
2026-03-29 06:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG
2026-03-29 06:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG
2026-03-29 06:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG to the API
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:10 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU17%20AZG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ee2e121c-b9d2-5a38-971a-7fabbd9384dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU17 AZG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU17%20AZG&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 93318,
'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 SE TECH Hatchback',
'transmission': 'automatic',
'trim': 'TD4 180 4WD SE TECH',
'vin': 'SALVA2AN8HH224082',
'year': 2017}
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU17%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 06:04:10 [bca.uk] INFO: Saving data for DU17%20AZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651870.244379, 'last_price_update_time': 1774764250.203374}
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU17%2520AZG') HTTP/1.1" 204 0
2026-03-29 06:04:10 [bca.uk] INFO: Found listing with ID: X5%20GTD
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X5%2520GTD%27 HTTP/1.1" 200 None
2026-03-29 06:04:10 [bca.uk] INFO: Scrape type for X5%20GTD: 2
2026-03-29 06:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD
2026-03-29 06:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29881805-cae9-548f-a5b6-8b662a4a95e5 with scrape type 2
2026-03-29 06:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29881805-cae9-548f-a5b6-8b662a4a95e5 with scrape type 2
2026-03-29 06:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29881805-cae9-548f-a5b6-8b662a4a95e5, identifier: X5%20GTD
2026-03-29 06:04:10 [scrapy.extensions.logstats] INFO: Crawled 47 pages (at 9 pages/min), scraped 238 items (at 51 items/min)
2026-03-29 06:04:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 191MiB
2026-03-29 06:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD
2026-03-29 06:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD
2026-03-29 06:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD to the API
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:10 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=X5%20GTD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '29881805-cae9-548f-a5b6-8b662a4a95e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'X5 GTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=X5%20GTD&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 28561,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TDI 200 GTD DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI 200 GTD DSG',
'vin': 'WVWZZZCDZNW008007',
'year': 2021}
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X5%2520GTD%27 HTTP/1.1" 200 None
2026-03-29 06:04:10 [bca.uk] INFO: Saving data for X5%20GTD: {'auction_closing_time': 1774951200.0, 'created_time': 1774651869.879561, 'last_price_update_time': 1774764250.583778}
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='X5%2520GTD') HTTP/1.1" 204 0
2026-03-29 06:04:10 [bca.uk] INFO: Found listing with ID: CV64%20BKG
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV64%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 06:04:10 [bca.uk] INFO: Scrape type for CV64%20BKG: 2
2026-03-29 06:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG
2026-03-29 06:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with scrape type 2
2026-03-29 06:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with scrape type 2
2026-03-29 06:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f67ce011-513e-5bee-bd04-67e0b5e6cbb8, identifier: CV64%20BKG
2026-03-29 06:04:10 [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 06:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG
2026-03-29 06:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG
2026-03-29 06:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG to the API
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:10 [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': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV64%20BKG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f67ce011-513e-5bee-bd04-67e0b5e6cbb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV64 BKG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV64%20BKG&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 82422,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL MERIVA 1.4 T 16V 120 EXCLUSIV MPV',
'transmission': 'automatic',
'trim': 'T 16V 120 EXCLUSIV',
'vin': 'W0LSD9EM5F4031452',
'year': 2014}
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV64%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 06:04:10 [bca.uk] INFO: Saving data for CV64%20BKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651870.620961, 'last_price_update_time': 1774764250.982338}
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV64%2520BKG') HTTP/1.1" 204 0
2026-03-29 06:04:10 [bca.uk] INFO: Found listing with ID: SG17%20PZK
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG17%2520PZK%27 HTTP/1.1" 200 None
2026-03-29 06:04:11 [bca.uk] INFO: Scrape type for SG17%20PZK: 2
2026-03-29 06:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK
2026-03-29 06:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c57cbd7-806e-5ce0-955d-575f7eeab26b with scrape type 2
2026-03-29 06:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c57cbd7-806e-5ce0-955d-575f7eeab26b with scrape type 2
2026-03-29 06:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c57cbd7-806e-5ce0-955d-575f7eeab26b, identifier: SG17%20PZK
2026-03-29 06:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK
2026-03-29 06:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK
2026-03-29 06:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK to the API
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:11 [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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG17%20PZK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5c57cbd7-806e-5ce0-955d-575f7eeab26b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG17 PZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG17%20PZK&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 104875,
'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 240 AWD R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'D 240 AWD R SPORT',
'vin': 'SADCA2ANXJA244187',
'year': 2017}
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG17%2520PZK%27 HTTP/1.1" 200 None
2026-03-29 06:04:11 [bca.uk] INFO: Saving data for SG17%20PZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774651881.108004, 'last_price_update_time': 1774764251.386971}
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG17%2520PZK') HTTP/1.1" 204 0
2026-03-29 06:04:11 [bca.uk] INFO: Found listing with ID: YS67%20ATN
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS67%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 06:04:11 [bca.uk] INFO: Scrape type for YS67%20ATN: 2
2026-03-29 06:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN
2026-03-29 06:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with scrape type 2
2026-03-29 06:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with scrape type 2
2026-03-29 06:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc, identifier: YS67%20ATN
2026-03-29 06:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN
2026-03-29 06:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN
2026-03-29 06:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN to the API
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:11 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS67%20ATN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS67 ATN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS67%20ATN&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 80172,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'D240 R-DYNAMIC SE',
'vin': 'SALYA2AN5JA728519',
'year': 2017}
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS67%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 06:04:11 [bca.uk] INFO: Saving data for YS67%20ATN: {'auction_closing_time': 1774864800.0, 'created_time': 1774651866.812952, 'last_price_update_time': 1774764251.784983}
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS67%2520ATN') HTTP/1.1" 204 0
2026-03-29 06:04:11 [bca.uk] INFO: Total items found: 100
2026-03-29 06:04:11 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded
2026-03-29 06:04:11 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:04:11 [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 06:04:11 [bca.uk] INFO: Found listing with ID: VE17%20RTZ
2026-03-29 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE17%2520RTZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:11 [bca.uk] INFO: Scrape type for VE17%20RTZ: 2
2026-03-29 06:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ
2026-03-29 06:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f639461-e975-50d2-83c4-fbb27eee8c7c with scrape type 2
2026-03-29 06:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f639461-e975-50d2-83c4-fbb27eee8c7c with scrape type 2
2026-03-29 06:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f639461-e975-50d2-83c4-fbb27eee8c7c, identifier: VE17%20RTZ
2026-03-29 06:04:11 [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 06:04:11 [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 06:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ
2026-03-29 06:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ
2026-03-29 06:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ to the API
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:12 [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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE17%20RTZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8f639461-e975-50d2-83c4-fbb27eee8c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE17 RTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE17%20RTZ&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 86255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TSI 310 R 4M DSG Estate',
'transmission': 'automatic',
'trim': 'TSI 310 R 4M DSG',
'vin': 'WVWZZZAUZHP791425',
'year': 2017}
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE17%2520RTZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Saving data for VE17%20RTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651867.219789, 'last_price_update_time': 1774764252.19334}
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE17%2520RTZ') HTTP/1.1" 204 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: YS69%20FCC
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for YS69%20FCC: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: DU22%20SVN
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU22%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for DU22%20SVN: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: GF18%20RFX
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF18%2520RFX%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for GF18%20RFX: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: LB68%20TVJ
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB68%2520TVJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for LB68%20TVJ: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: LG21%20HCM
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG21%2520HCM%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for LG21%20HCM: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: VK71%20GFX
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK71%2520GFX%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for VK71%20GFX: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: BD69%20XXF
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD69%2520XXF%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for BD69%20XXF: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: FG21%20MFN
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG21%2520MFN%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for FG21%20MFN: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: YG69%20LWF
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG69%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for YG69%20LWF: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: BD21%20GWA
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD21%2520GWA%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for BD21%20GWA: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: CP22%20GYW
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP22%2520GYW%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for CP22%20GYW: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: AD18%20GWP
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD18%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for AD18%20GWP: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: EU68%20NEJ
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU68%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for EU68%20NEJ: 0
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: DA72%20RSU
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for DA72%20RSU: 2
2026-03-29 06:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU
2026-03-29 06:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with scrape type 2
2026-03-29 06:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with scrape type 2
2026-03-29 06:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd, identifier: DA72%20RSU
2026-03-29 06:04:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:04:12 [bca.uk] INFO: Found listing with ID: SN63%20FMO
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN63%2520FMO%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Scrape type for SN63%20FMO: 2
2026-03-29 06:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO
2026-03-29 06:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with scrape type 2
2026-03-29 06:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with scrape type 2
2026-03-29 06:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c, identifier: SN63%20FMO
2026-03-29 06:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU
2026-03-29 06:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU
2026-03-29 06:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU to the API
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:12 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA72%20RSU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA72 RSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA72%20RSU&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MAZDA',
'model': 'CX-60',
'odometer': 95284,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
'transmission': 'automatic',
'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
'vin': 'JMZKH0HB201106383',
'year': 2022}
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:04:12 [bca.uk] INFO: Saving data for DA72%20RSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476242.784094, 'last_price_update_time': 1774764252.910124}
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520RSU') HTTP/1.1" 204 0
2026-03-29 06:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO
2026-03-29 06:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO
2026-03-29 06:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO to the API
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:13 [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': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN63%20FMO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN63 FMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN63%20FMO&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JEEP',
'model': 'GRAND CHEROKEE',
'odometer': 84122,
'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': 'JEEP GRAND CHEROKEE 3.0 CRD SUMMIT StationWagon',
'transmission': 'automatic',
'trim': 'CRD SUMMIT',
'vin': '1C4RJFKMXEC283567',
'year': 2013}
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN63%2520FMO%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Saving data for SN63%20FMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651865.728707, 'last_price_update_time': 1774764253.285417}
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN63%2520FMO') HTTP/1.1" 204 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: GD18%20CFO
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD18%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for GD18%20CFO: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: MJ69%20AHZ
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ69%2520AHZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for MJ69%20AHZ: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: MJ69%20KSF
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ69%2520KSF%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for MJ69%20KSF: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: PJ20%20EKU
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ20%2520EKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for PJ20%20EKU: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: BP68%20KXF
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP68%2520KXF%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for BP68%20KXF: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: CE68%20OKN
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE68%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for CE68%20OKN: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: DA72%20OGE
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA72%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for DA72%20OGE: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: DU19%20VFP
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU19%2520VFP%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for DU19%20VFP: 0
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: FX20%20RVN
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX20%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for FX20%20RVN: 2
2026-03-29 06:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN
2026-03-29 06:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7c3743-f024-51ff-a963-cd3b396b4fa8 with scrape type 2
2026-03-29 06:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7c3743-f024-51ff-a963-cd3b396b4fa8 with scrape type 2
2026-03-29 06:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba7c3743-f024-51ff-a963-cd3b396b4fa8, identifier: FX20%20RVN
2026-03-29 06:04:13 [bca.uk] INFO: Found listing with ID: SY63%20KOV
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY63%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Scrape type for SY63%20KOV: 2
2026-03-29 06:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV
2026-03-29 06:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 209b0094-83e1-5ee5-b024-db5bec068cdb with scrape type 2
2026-03-29 06:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 209b0094-83e1-5ee5-b024-db5bec068cdb with scrape type 2
2026-03-29 06:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 209b0094-83e1-5ee5-b024-db5bec068cdb, identifier: SY63%20KOV
2026-03-29 06:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN
2026-03-29 06:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN
2026-03-29 06:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN to the API
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:13 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX20%20RVN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ba7c3743-f024-51ff-a963-cd3b396b4fa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX20 RVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX20%20RVN&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 46655,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 2WD Hatchback',
'transmission': 'manual',
'trim': 'D150 2WD',
'vin': 'SALZB2CN7LH089116',
'year': 2020}
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX20%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 06:04:13 [bca.uk] INFO: Saving data for FX20%20RVN: {'auction_closing_time': 1774864800.0, 'created_time': 1774651846.147737, 'last_price_update_time': 1774764253.90117}
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX20%2520RVN') HTTP/1.1" 204 0
2026-03-29 06:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV
2026-03-29 06:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV
2026-03-29 06:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV to the API
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:14 [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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY63%20KOV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '209b0094-83e1-5ee5-b024-db5bec068cdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY63 KOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY63%20KOV&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 113051,
'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 Hatchback',
'transmission': 'automatic',
'trim': 'TI-VCT 125 ZETEC P/S',
'vin': 'WF0KXXGCBKDA29251',
'year': 2013}
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY63%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Saving data for SY63%20KOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774651866.080238, 'last_price_update_time': 1774764254.253413}
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY63%2520KOV') HTTP/1.1" 204 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: SW69%20HAX
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for SW69%20HAX: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: EK72%20OTR
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for EK72%20OTR: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: LB24%20EUL
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520EUL%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for LB24%20EUL: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: NV21%20KXR
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520KXR%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for NV21%20KXR: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: Y27%20JJL
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y27%2520JJL%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for Y27%20JJL: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: AU19%20UPB
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU19%2520UPB%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for AU19%20UPB: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: KW70%20FUH
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520FUH%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for KW70%20FUH: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: SX19%20UXH
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX19%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for SX19%20UXH: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: YS22%20UBT
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520UBT%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for YS22%20UBT: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: KJ19%20WBM
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520WBM%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for KJ19%20WBM: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: KV71%20AEO
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520AEO%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for KV71%20AEO: 2
2026-03-29 06:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO
2026-03-29 06:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 539436b1-3fe1-5c53-9c28-763b0c83558f with scrape type 2
2026-03-29 06:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 539436b1-3fe1-5c53-9c28-763b0c83558f with scrape type 2
2026-03-29 06:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 539436b1-3fe1-5c53-9c28-763b0c83558f, identifier: KV71%20AEO
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: SK70%20VVP
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for SK70%20VVP: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: SR70%20FBU
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR70%2520FBU%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for SR70%20FBU: 0
2026-03-29 06:04:14 [bca.uk] INFO: Found listing with ID: FD66%20JYF
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520JYF%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Scrape type for FD66%20JYF: 2
2026-03-29 06:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF
2026-03-29 06:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with scrape type 2
2026-03-29 06:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with scrape type 2
2026-03-29 06:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6, identifier: FD66%20JYF
2026-03-29 06:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO
2026-03-29 06:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO
2026-03-29 06:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO to the API
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:14 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV71%20AEO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '539436b1-3fe1-5c53-9c28-763b0c83558f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV71 AEO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV71%20AEO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 41465,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3USHNKKMJ822131',
'year': 2021}
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520AEO%27 HTTP/1.1" 200 None
2026-03-29 06:04:14 [bca.uk] INFO: Saving data for KV71%20AEO: {'auction_closing_time': 1774864800.0, 'created_time': 1774365741.268918, 'last_price_update_time': 1774764254.952675}
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV71%2520AEO') HTTP/1.1" 204 0
2026-03-29 06:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF
2026-03-29 06:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF
2026-03-29 06:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF to the API
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04: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': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD66%20JYF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5f8b54d2-a482-5ecc-a710-f1457eecbdf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD66 JYF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD66%20JYF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MERCEDES-BENZ',
'model': 'A200 D',
'odometer': 72161,
'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 A200 D 2.1 AMG LINE PREMIUM DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'WDD1760082V165377',
'year': 2016}
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520JYF%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Saving data for FD66%20JYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774651863.337869, 'last_price_update_time': 1774764255.326901}
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD66%2520JYF') HTTP/1.1" 204 0
2026-03-29 06:04:15 [bca.uk] INFO: Found listing with ID: NV19%20UBR
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Scrape type for NV19%20UBR: 2
2026-03-29 06:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR
2026-03-29 06:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with scrape type 2
2026-03-29 06:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with scrape type 2
2026-03-29 06:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5cb5e62-e9ec-5ddd-a804-178d6e65f986, identifier: NV19%20UBR
2026-03-29 06:04:15 [bca.uk] INFO: Found listing with ID: L8%20ULV
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L8%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Scrape type for L8%20ULV: 0
2026-03-29 06:04:15 [bca.uk] INFO: Found listing with ID: LL12%20SVJ
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520SVJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Scrape type for LL12%20SVJ: 0
2026-03-29 06:04:15 [bca.uk] INFO: Found listing with ID: SL12%20ADV
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520ADV%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Scrape type for SL12%20ADV: 0
2026-03-29 06:04:15 [bca.uk] INFO: Found listing with ID: GJ67%20OET
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520OET%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Scrape type for GJ67%20OET: 0
2026-03-29 06:04:15 [bca.uk] INFO: Found listing with ID: SL66%20WTO
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520WTO%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Scrape type for SL66%20WTO: 2
2026-03-29 06:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO
2026-03-29 06:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33404c5a-9034-50d3-8051-6288b5a13df1 with scrape type 2
2026-03-29 06:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33404c5a-9034-50d3-8051-6288b5a13df1 with scrape type 2
2026-03-29 06:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33404c5a-9034-50d3-8051-6288b5a13df1, identifier: SL66%20WTO
2026-03-29 06:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR
2026-03-29 06:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR
2026-03-29 06:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR to the API
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:15 [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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV19%20UBR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e5cb5e62-e9ec-5ddd-a804-178d6e65f986',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV19 UBR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV19%20UBR&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 82864,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 TECH LINE Hatchback',
'transmission': 'manual',
'trim': 'TURBO D 130 TECH LINE',
'vin': 'W0VZCYHZXKS230450',
'year': 2019}
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 06:04:15 [bca.uk] INFO: Saving data for NV19%20UBR: {'auction_closing_time': 1774864800.0, 'created_time': 1774015856.006923, 'last_price_update_time': 1774764255.883413}
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV19%2520UBR') HTTP/1.1" 204 0
2026-03-29 06:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO
2026-03-29 06:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO
2026-03-29 06:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO to the API
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:16 [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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL66%20WTO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '33404c5a-9034-50d3-8051-6288b5a13df1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL66 WTO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL66%20WTO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 80751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI Hatchback',
'transmission': 'automatic',
'trim': 'T 16V 150 SRI',
'vin': 'W0LBF6EC9HG039703',
'year': 2016}
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL66%2520WTO%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Saving data for SL66%20WTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651882.643818, 'last_price_update_time': 1774764256.196907}
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL66%2520WTO') HTTP/1.1" 204 0
2026-03-29 06:04:16 [bca.uk] INFO: Found listing with ID: RV68%20LBX
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV68%2520LBX%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Scrape type for RV68%20LBX: 0
2026-03-29 06:04:16 [bca.uk] INFO: Found listing with ID: AO70%20ZYL
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO70%2520ZYL%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Scrape type for AO70%20ZYL: 0
2026-03-29 06:04:16 [bca.uk] INFO: Found listing with ID: AV72%20FBL
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV72%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Scrape type for AV72%20FBL: 0
2026-03-29 06:04:16 [bca.uk] INFO: Found listing with ID: AVI%205715
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AVI%25205715%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Scrape type for AVI%205715: 2
2026-03-29 06:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715
2026-03-29 06:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5110d906-db99-5f61-ba66-611719b3b3a3 with scrape type 2
2026-03-29 06:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5110d906-db99-5f61-ba66-611719b3b3a3 with scrape type 2
2026-03-29 06:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5110d906-db99-5f61-ba66-611719b3b3a3, identifier: AVI%205715
2026-03-29 06:04:16 [bca.uk] INFO: Found listing with ID: EJ02%20EGU
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ02%2520EGU%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Scrape type for EJ02%20EGU: 2
2026-03-29 06:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU
2026-03-29 06:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d28915e-c033-51ef-b65f-6e595fc31187 with scrape type 2
2026-03-29 06:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d28915e-c033-51ef-b65f-6e595fc31187 with scrape type 2
2026-03-29 06:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d28915e-c033-51ef-b65f-6e595fc31187, identifier: EJ02%20EGU
2026-03-29 06:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715
2026-03-29 06:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715
2026-03-29 06:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715 to the API
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:16 [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': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AVI%205715-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5110d906-db99-5f61-ba66-611719b3b3a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AVI 5715',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AVI%205715&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'V300 D',
'odometer': 58758,
'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 V300 D 2.0 AMG LINE 9G MPV',
'transmission': 'automatic',
'trim': 'AMG LINE 9G',
'vin': 'WDF44781123641541',
'year': 2019}
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AVI%25205715%27 HTTP/1.1" 200 None
2026-03-29 06:04:16 [bca.uk] INFO: Saving data for AVI%205715: {'auction_closing_time': 1774864800.0, 'created_time': 1774080123.290158, 'last_price_update_time': 1774764256.790809}
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AVI%25205715') HTTP/1.1" 204 0
2026-03-29 06:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU
2026-03-29 06:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU
2026-03-29 06:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU to the API
2026-03-29 06:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:17 [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': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ02%20EGU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d28915e-c033-51ef-b65f-6e595fc31187',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ02 EGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ02%20EGU&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 93761,
'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': 'FORD FOCUS 1.6 ZETEC Hatchback',
'transmission': 'automatic',
'trim': 'ZETEC',
'vin': 'WF0AXXWPDA2S13312',
'year': 2002}
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ02%2520EGU%27 HTTP/1.1" 200 None
2026-03-29 06:04:17 [bca.uk] INFO: Saving data for EJ02%20EGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651863.675367, 'last_price_update_time': 1774764257.155866}
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ02%2520EGU') HTTP/1.1" 204 0
2026-03-29 06:04:17 [bca.uk] INFO: Found listing with ID: DS21%20XOB
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS21%2520XOB%27 HTTP/1.1" 200 None
2026-03-29 06:04:17 [bca.uk] INFO: Scrape type for DS21%20XOB: 0
2026-03-29 06:04:17 [bca.uk] INFO: Found listing with ID: GF22%20CZO
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF22%2520CZO%27 HTTP/1.1" 200 None
2026-03-29 06:04:17 [bca.uk] INFO: Scrape type for GF22%20CZO: 0
2026-03-29 06:04:17 [bca.uk] INFO: Found listing with ID: GJ23%20MRO
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ23%2520MRO%27 HTTP/1.1" 200 None
2026-03-29 06:04:17 [bca.uk] INFO: Scrape type for GJ23%20MRO: 2
2026-03-29 06:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO
2026-03-29 06:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with scrape type 2
2026-03-29 06:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with scrape type 2
2026-03-29 06:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25, identifier: GJ23%20MRO
2026-03-29 06:04:17 [bca.uk] INFO: Found listing with ID: YC10%20PAO
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC10%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 06:04:17 [bca.uk] INFO: Scrape type for YC10%20PAO: 2
2026-03-29 06:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO
2026-03-29 06:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4930fdc4-2cf5-5437-a8f4-c63d525b274c with scrape type 2
2026-03-29 06:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4930fdc4-2cf5-5437-a8f4-c63d525b274c with scrape type 2
2026-03-29 06:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4930fdc4-2cf5-5437-a8f4-c63d525b274c, identifier: YC10%20PAO
2026-03-29 06:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO
2026-03-29 06:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO
2026-03-29 06:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO to the API
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:17 [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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ23%20MRO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ23 MRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ23%20MRO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': '420I',
'odometer': 9212,
'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 420I 2.0 T M SPORT STEP Coupe',
'transmission': 'automatic',
'trim': 'T M SPORT STEP',
'vin': 'WBA12AP060CM78722',
'year': 2023}
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ23%2520MRO%27 HTTP/1.1" 200 None
2026-03-29 06:04:17 [bca.uk] INFO: Saving data for GJ23%20MRO: {'auction_closing_time': 1774864800.0, 'created_time': 1773820541.93008, 'last_price_update_time': 1774764257.708575}
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520MRO') HTTP/1.1" 204 0
2026-03-29 06:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO
2026-03-29 06:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO
2026-03-29 06:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO to the API
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:17 [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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC10%20PAO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4930fdc4-2cf5-5437-a8f4-c63d525b274c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC10 PAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC10%20PAO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 112386,
'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 PASSAT 2.0 TDI CR 140 R LINE DSG Saloon',
'transmission': 'automatic',
'trim': 'TDI CR 140 R LINE DSG',
'vin': 'WVWZZZ3CZAE137954',
'year': 2010}
2026-03-29 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC10%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Saving data for YC10%20PAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651864.747028, 'last_price_update_time': 1774764258.007148}
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC10%2520PAO') HTTP/1.1" 204 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: GV69%20PSU
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV69%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for GV69%20PSU: 2
2026-03-29 06:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU
2026-03-29 06:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3807050b-9ff6-542b-88b6-5d91852b4b04 with scrape type 2
2026-03-29 06:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3807050b-9ff6-542b-88b6-5d91852b4b04 with scrape type 2
2026-03-29 06:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3807050b-9ff6-542b-88b6-5d91852b4b04, identifier: GV69%20PSU
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: OV22%20RZK
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV22%2520RZK%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for OV22%20RZK: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: WN20%20RBX
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN20%2520RBX%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for WN20%20RBX: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: OF07%20ELF
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OF07%2520ELF%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for OF07%20ELF: 2
2026-03-29 06:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF
2026-03-29 06:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49d665e9-87cf-591a-b9ff-6da61240551b with scrape type 2
2026-03-29 06:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49d665e9-87cf-591a-b9ff-6da61240551b with scrape type 2
2026-03-29 06:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49d665e9-87cf-591a-b9ff-6da61240551b, identifier: OF07%20ELF
2026-03-29 06:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU
2026-03-29 06:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU
2026-03-29 06:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU to the API
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:18 [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': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV69%20PSU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3807050b-9ff6-542b-88b6-5d91852b4b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV69 PSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV69%20PSU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 22261,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 P200 4WD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'P200 4WD R-DYNAMIC HSE',
'vin': 'SALZA2AXXLH069482',
'year': 2020}
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV69%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Saving data for GV69%20PSU: {'auction_closing_time': 1774864800.0, 'created_time': 1773824399.225237, 'last_price_update_time': 1774764258.540575}
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV69%2520PSU') HTTP/1.1" 204 0
2026-03-29 06:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF
2026-03-29 06:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF
2026-03-29 06:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF to the API
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:18 [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': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OF07%20ELF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '49d665e9-87cf-591a-b9ff-6da61240551b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OF07 ELF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OF07%20ELF&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': 'M235I GRANCOUPE',
'odometer': 28200,
'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 M235I GRANCOUPE 2.0 XDRIVE STEP Coupe',
'transmission': 'automatic',
'trim': 'XDRIVE STEP',
'vin': 'WBA12AL0107F61749',
'year': 2020}
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OF07%2520ELF%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Saving data for OF07%20ELF: {'auction_closing_time': 1774951200.0, 'created_time': 1774562681.39237, 'last_price_update_time': 1774764258.86399}
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OF07%2520ELF') HTTP/1.1" 204 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: GX71%20XBS
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX71%2520XBS%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for GX71%20XBS: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: KJ19%20MZZ
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for KJ19%20MZZ: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: AK69%20OPY
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK69%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for AK69%20OPY: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: CV18%20FNN
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV18%2520FNN%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for CV18%20FNN: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: NA69%20ZFR
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA69%2520ZFR%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for NA69%20ZFR: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: NM21%20OBX
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NM21%2520OBX%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for NM21%20OBX: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: SK70%20YOM
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK70%2520YOM%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for SK70%20YOM: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: BG19%20WNV
2026-03-29 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG19%2520WNV%27 HTTP/1.1" 200 None
2026-03-29 06:04:18 [bca.uk] INFO: Scrape type for BG19%20WNV: 0
2026-03-29 06:04:18 [bca.uk] INFO: Found listing with ID: WN19%20VBY
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for WN19%20VBY: 2
2026-03-29 06:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY
2026-03-29 06:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with scrape type 2
2026-03-29 06:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with scrape type 2
2026-03-29 06:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee, identifier: WN19%20VBY
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: EK16%20AKU
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK16%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for EK16%20AKU: 2
2026-03-29 06:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU
2026-03-29 06:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79364e36-66c3-5da8-9176-b9e26f9a0cbf with scrape type 2
2026-03-29 06:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79364e36-66c3-5da8-9176-b9e26f9a0cbf with scrape type 2
2026-03-29 06:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79364e36-66c3-5da8-9176-b9e26f9a0cbf, identifier: EK16%20AKU
2026-03-29 06:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY
2026-03-29 06:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY
2026-03-29 06:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY to the API
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:19 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN19%20VBY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN19 VBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN19%20VBY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'CEED',
'odometer': 64557,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'KIA CEED 1.0 T GDI 120 3 ISG Hatchback',
'transmission': 'manual',
'trim': 'T GDI 120 3 ISG',
'vin': 'U5YH2511LKL049843',
'year': 2019}
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Saving data for WN19%20VBY: {'auction_closing_time': 1774864800.0, 'created_time': 1774476248.674012, 'last_price_update_time': 1774764259.489043}
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN19%2520VBY') HTTP/1.1" 204 0
2026-03-29 06:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU
2026-03-29 06:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU
2026-03-29 06:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU to the API
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:19 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK16%20AKU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79364e36-66c3-5da8-9176-b9e26f9a0cbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK16 AKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK16%20AKU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 95069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 R LINE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI 150 R LINE DSG',
'vin': 'WVWZZZAUZGW171168',
'year': 2016}
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK16%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Saving data for EK16%20AKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651860.893994, 'last_price_update_time': 1774764259.859794}
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK16%2520AKU') HTTP/1.1" 204 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: KP22%20FWN
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP22%2520FWN%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for KP22%20FWN: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: YM70%20LGV
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM70%2520LGV%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for YM70%20LGV: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: ST72%20HCC
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520HCC%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for ST72%20HCC: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: BK70%20LBZ
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK70%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for BK70%20LBZ: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: FE72%20GRU
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE72%2520GRU%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for FE72%20GRU: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: FG19%20LHD
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG19%2520LHD%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for FG19%20LHD: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: FL70%20SXN
2026-03-29 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL70%2520SXN%27 HTTP/1.1" 200 None
2026-03-29 06:04:19 [bca.uk] INFO: Scrape type for FL70%20SXN: 0
2026-03-29 06:04:19 [bca.uk] INFO: Found listing with ID: GX69%20EEM
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX69%2520EEM%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Scrape type for GX69%20EEM: 0
2026-03-29 06:04:20 [bca.uk] INFO: Found listing with ID: SD18%20HLO
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD18%2520HLO%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Scrape type for SD18%20HLO: 0
2026-03-29 06:04:20 [bca.uk] INFO: Found listing with ID: AE23%20RSO
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Scrape type for AE23%20RSO: 2
2026-03-29 06:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO
2026-03-29 06:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15ee43b4-b247-5939-82c9-fd7d5b116c40 with scrape type 2
2026-03-29 06:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15ee43b4-b247-5939-82c9-fd7d5b116c40 with scrape type 2
2026-03-29 06:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15ee43b4-b247-5939-82c9-fd7d5b116c40, identifier: AE23%20RSO
2026-03-29 06:04:20 [bca.uk] INFO: Found listing with ID: RA65%20VLP
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA65%2520VLP%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Scrape type for RA65%20VLP: 2
2026-03-29 06:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP
2026-03-29 06:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf42ab0-7352-5a83-8533-4090690e8c36 with scrape type 2
2026-03-29 06:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf42ab0-7352-5a83-8533-4090690e8c36 with scrape type 2
2026-03-29 06:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf42ab0-7352-5a83-8533-4090690e8c36, identifier: RA65%20VLP
2026-03-29 06:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO
2026-03-29 06:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO
2026-03-29 06:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO to the API
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:20 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE23%20RSO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '15ee43b4-b247-5939-82c9-fd7d5b116c40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AE23 RSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE23%20RSO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 30411,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2ATXPH217567',
'year': 2023}
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Saving data for AE23%20RSO: {'auction_closing_time': 1774940400.0, 'created_time': 1774276288.995174, 'last_price_update_time': 1774764260.520269}
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE23%2520RSO') HTTP/1.1" 204 0
2026-03-29 06:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP
2026-03-29 06:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP
2026-03-29 06:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP to the API
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:20 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA65%20VLP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'acf42ab0-7352-5a83-8533-4090690e8c36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA65 VLP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA65%20VLP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 80903,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD S-MAX 2.0 TDCI 180 AWD TITANIUM SPORT PS MPV',
'transmission': 'automatic',
'trim': 'TDCI 180 AWD TITANIUM SPORT PS',
'vin': 'WF0JXXWPCJFU26276',
'year': 2015}
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA65%2520VLP%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Saving data for RA65%20VLP: {'auction_closing_time': 1774864800.0, 'created_time': 1774651881.72803, 'last_price_update_time': 1774764260.898589}
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA65%2520VLP') HTTP/1.1" 204 0
2026-03-29 06:04:20 [bca.uk] INFO: Found listing with ID: AO71%20KYW
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO71%2520KYW%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Scrape type for AO71%20KYW: 0
2026-03-29 06:04:20 [bca.uk] INFO: Found listing with ID: AX19%20VDY
2026-03-29 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-29 06:04:20 [bca.uk] INFO: Scrape type for AX19%20VDY: 2
2026-03-29 06:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY
2026-03-29 06:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with scrape type 2
2026-03-29 06:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with scrape type 2
2026-03-29 06:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf, identifier: AX19%20VDY
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: ST14%20JVM
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST14%2520JVM%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for ST14%20JVM: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: CT59%20HCD
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CT59%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for CT59%20HCD: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: EG11%20AZX
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EG11%2520AZX%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for EG11%20AZX: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: OV17%20YPT
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV17%2520YPT%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for OV17%20YPT: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: BK07%20WOX
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK07%2520WOX%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for BK07%20WOX: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: SC23%20WCG
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC23%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for SC23%20WCG: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: WA21%20MYD
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA21%2520MYD%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for WA21%20MYD: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: WF22%20CPZ
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF22%2520CPZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for WF22%20CPZ: 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: CE24%20ONH
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE24%2520ONH%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Scrape type for CE24%20ONH: 2
2026-03-29 06:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH
2026-03-29 06:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0929d0-39eb-5366-9cc8-1a9d178b429b with scrape type 2
2026-03-29 06:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa0929d0-39eb-5366-9cc8-1a9d178b429b with scrape type 2
2026-03-29 06:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa0929d0-39eb-5366-9cc8-1a9d178b429b, identifier: CE24%20ONH
2026-03-29 06:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY
2026-03-29 06:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY
2026-03-29 06:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY to the API
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:21 [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': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX19%20VDY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '5e46b0f2-e950-55a6-b73b-84bdd045e9bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AX19 VDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX19%20VDY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 75908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 AUTOBIOGRAPHY DYNAMIC '
'StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 AUTOBIOGRAPHY DYNAMIC',
'vin': 'SALWA2AK9KA847656',
'year': 2019}
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Saving data for AX19%20VDY: {'auction_closing_time': 1774940400.0, 'created_time': 1774276225.071061, 'last_price_update_time': 1774764261.59351}
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX19%2520VDY') HTTP/1.1" 204 0
2026-03-29 06:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH
2026-03-29 06:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH
2026-03-29 06:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH to the API
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:21 [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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE24%20ONH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fa0929d0-39eb-5366-9cc8-1a9d178b429b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE24 ONH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE24%20ONH&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'ABARTH',
'model': '695',
'odometer': 8486,
'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': 'ABARTH 695 1.4 T-JET 180 75TH ANNIVERSARY Hatchback',
'transmission': 'manual',
'trim': 'T-JET 180 75TH ANNIVERSARY',
'vin': 'ZFABF13H6RJK04251',
'year': 2024}
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE24%2520ONH%27 HTTP/1.1" 200 None
2026-03-29 06:04:21 [bca.uk] INFO: Saving data for CE24%20ONH: {'auction_closing_time': 1774951200.0, 'created_time': 1774651852.594749, 'last_price_update_time': 1774764261.981206}
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE24%2520ONH') HTTP/1.1" 204 0
2026-03-29 06:04:21 [bca.uk] INFO: Found listing with ID: BG22%20JMV
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG22%2520JMV%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for BG22%20JMV: 2
2026-03-29 06:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV
2026-03-29 06:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e30ecae9-ba1b-577e-b63c-b96ad1681ae6, identifier: BG22%20JMV
2026-03-29 06:04:22 [bca.uk] INFO: Found listing with ID: WA66%20WEK
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA66%2520WEK%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for WA66%20WEK: 2
2026-03-29 06:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK
2026-03-29 06:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f, identifier: WA66%20WEK
2026-03-29 06:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV
2026-03-29 06:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV
2026-03-29 06:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV to the API
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG22%20JMV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'e30ecae9-ba1b-577e-b63c-b96ad1681ae6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG22 JMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG22%20JMV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 31952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD R-DYNAMIC S',
'vin': 'SALZA2AN1PH182824',
'year': 2022}
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG22%2520JMV%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Saving data for BG22%20JMV: {'auction_closing_time': 1774940400.0, 'created_time': 1774390704.417326, 'last_price_update_time': 1774764262.469327}
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG22%2520JMV') HTTP/1.1" 204 0
2026-03-29 06:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK
2026-03-29 06:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK
2026-03-29 06:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK to the API
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:22 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA66%20WEK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8912eab1-4e3d-5b55-91fe-5acdc8c44f6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA66 WEK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA66%20WEK&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 71030,
'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 POLO 1.2 TSI 90 MATCH DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 90 MATCH DSG',
'vin': 'WVWZZZ6RZGU083511',
'year': 2016}
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA66%2520WEK%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Saving data for WA66%20WEK: {'auction_closing_time': 1774864800.0, 'created_time': 1774651854.654783, 'last_price_update_time': 1774764262.763529}
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA66%2520WEK') HTTP/1.1" 204 0
2026-03-29 06:04:22 [bca.uk] INFO: Found listing with ID: BJ23%20DSV
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ23%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for BJ23%20DSV: 0
2026-03-29 06:04:22 [bca.uk] INFO: Found listing with ID: BK22%20FCG
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for BK22%20FCG: 0
2026-03-29 06:04:22 [bca.uk] INFO: Found listing with ID: BP73%20OOG
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP73%2520OOG%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for BP73%20OOG: 0
2026-03-29 06:04:22 [bca.uk] INFO: Found listing with ID: CE19%20CEK
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for CE19%20CEK: 0
2026-03-29 06:04:22 [bca.uk] INFO: Found listing with ID: DP22%20TKE
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP22%2520TKE%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for DP22%20TKE: 2
2026-03-29 06:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE
2026-03-29 06:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f, identifier: DP22%20TKE
2026-03-29 06:04:22 [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 06:04:22 [bca.uk] INFO: Found listing with ID: WO21%20BSX
2026-03-29 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO21%2520BSX%27 HTTP/1.1" 200 None
2026-03-29 06:04:22 [bca.uk] INFO: Scrape type for WO21%20BSX: 2
2026-03-29 06:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX
2026-03-29 06:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 083a0854-c0be-5c29-973a-ac2a0eefdb9e with scrape type 2
2026-03-29 06:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 083a0854-c0be-5c29-973a-ac2a0eefdb9e with scrape type 2
2026-03-29 06:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 083a0854-c0be-5c29-973a-ac2a0eefdb9e, identifier: WO21%20BSX
2026-03-29 06:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE
2026-03-29 06:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE
2026-03-29 06:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE to the API
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:23 [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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP22%20TKE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DP22 TKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP22%20TKE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 29848,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD EDITION Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD EDITION',
'vin': 'SALZA2AN3PH195669',
'year': 2022}
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP22%2520TKE%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Saving data for DP22%20TKE: {'auction_closing_time': 1774940400.0, 'created_time': 1774365773.787804, 'last_price_update_time': 1774764263.343781}
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520TKE') HTTP/1.1" 204 0
2026-03-29 06:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX
2026-03-29 06:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX
2026-03-29 06:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX to the API
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:23 [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': 227,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO21%20BSX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '083a0854-c0be-5c29-973a-ac2a0eefdb9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO21 BSX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO21%20BSX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'RS Q3 SPORTBACK',
'odometer': 23818,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI RS Q3 SPORTBACK 2.5 TFSI QUATTRO AUDI SPORT ED.S-T Coupe',
'transmission': 'automatic',
'trim': 'TFSI QUATTRO AUDI SPORT ED.S-T',
'vin': 'WUAZZZF3XM1904914',
'year': 2021}
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO21%2520BSX%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Saving data for WO21%20BSX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651859.782381, 'last_price_update_time': 1774764263.629565}
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO21%2520BSX') HTTP/1.1" 204 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: DS19%20NSN
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS19%2520NSN%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for DS19%20NSN: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: DS71%20EAY
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS71%2520EAY%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for DS71%20EAY: 2
2026-03-29 06:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY
2026-03-29 06:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 758d74a9-927f-54b5-ac40-8bd1a56c05eb with scrape type 2
2026-03-29 06:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 758d74a9-927f-54b5-ac40-8bd1a56c05eb with scrape type 2
2026-03-29 06:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 758d74a9-927f-54b5-ac40-8bd1a56c05eb, identifier: DS71%20EAY
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: X576%20NUB
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X576%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for X576%20NUB: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: AE02%20ETE
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE02%2520ETE%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for AE02%20ETE: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: KM65%20UHD
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM65%2520UHD%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for KM65%20UHD: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: NY11%20YZP
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NY11%2520YZP%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for NY11%20YZP: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: EA11%20ULT
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA11%2520ULT%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for EA11%20ULT: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: OU52%20XKA
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU52%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for OU52%20XKA: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: PJ09%20HHE
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ09%2520HHE%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for PJ09%20HHE: 0
2026-03-29 06:04:23 [bca.uk] INFO: Found listing with ID: YF21%20WVG
2026-03-29 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-29 06:04:23 [bca.uk] INFO: Scrape type for YF21%20WVG: 2
2026-03-29 06:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG
2026-03-29 06:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with scrape type 2
2026-03-29 06:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with scrape type 2
2026-03-29 06:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c, identifier: YF21%20WVG
2026-03-29 06:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY
2026-03-29 06:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY
2026-03-29 06:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY to the API
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:24 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS71%20EAY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Electric',
'id': '758d74a9-927f-54b5-ac40-8bd1a56c05eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS71 EAY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS71%20EAY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 7453,
'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': 'JAGUAR I-PACE EV400 HSE (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE (11KW)',
'vin': 'SADHA2A17N1619056',
'year': 2021}
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS71%2520EAY%27 HTTP/1.1" 200 None
2026-03-29 06:04:24 [bca.uk] INFO: Saving data for DS71%20EAY: {'auction_closing_time': 1774940400.0, 'created_time': 1774365539.989574, 'last_price_update_time': 1774764264.264649}
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS71%2520EAY') HTTP/1.1" 204 0
2026-03-29 06:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG
2026-03-29 06:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG
2026-03-29 06:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG to the API
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:24 [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': 288,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '11b61ff1-0ca0-513e-9dd7-91848ab1ab8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF21 WVG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF21%20WVG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'RS6 AVANT',
'odometer': 60252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI RS6 AVANT 4.0 TFSI QUATTRO CARBON BLACK TIP Estate',
'transmission': 'manual',
'trim': 'TFSI QUATTRO CARBON BLACK TIP',
'vin': 'WUAZZZF2XLN904006',
'year': 2021}
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-29 06:04:24 [bca.uk] INFO: Saving data for YF21%20WVG: {'auction_closing_time': 1774951200.0, 'created_time': 1773957821.27788, 'last_price_update_time': 1774764264.69356}
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF21%2520WVG') HTTP/1.1" 204 0
2026-03-29 06:04:24 [bca.uk] INFO: Found listing with ID: EA23%20BKN
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA23%2520BKN%27 HTTP/1.1" 200 None
2026-03-29 06:04:24 [bca.uk] INFO: Scrape type for EA23%20BKN: 0
2026-03-29 06:04:24 [bca.uk] INFO: Found listing with ID: EY22%20KYZ
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:24 [bca.uk] INFO: Scrape type for EY22%20KYZ: 2
2026-03-29 06:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ
2026-03-29 06:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f421e63-2410-5e76-bea8-ef94150ad7e7 with scrape type 2
2026-03-29 06:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f421e63-2410-5e76-bea8-ef94150ad7e7 with scrape type 2
2026-03-29 06:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f421e63-2410-5e76-bea8-ef94150ad7e7, identifier: EY22%20KYZ
2026-03-29 06:04:24 [bca.uk] INFO: Total items found: 100
2026-03-29 06:04:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded
2026-03-29 06:04:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:04:24 [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 06:04:24 [bca.uk] INFO: Found listing with ID: HK25%20XAY
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK25%2520XAY%27 HTTP/1.1" 200 None
2026-03-29 06:04:24 [bca.uk] INFO: Scrape type for HK25%20XAY: 0
2026-03-29 06:04:24 [bca.uk] INFO: Found listing with ID: KK24%20AEF
2026-03-29 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 06:04:24 [bca.uk] INFO: Scrape type for KK24%20AEF: 2
2026-03-29 06:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF
2026-03-29 06:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with scrape type 2
2026-03-29 06:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with scrape type 2
2026-03-29 06:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d, identifier: KK24%20AEF
2026-03-29 06:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ
2026-03-29 06:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ
2026-03-29 06:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ to the API
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:25 [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': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY22%20KYZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7f421e63-2410-5e76-bea8-ef94150ad7e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY22 KYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY22%20KYZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 22691,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV R-DYNAMIC SE',
'vin': 'SALYA2AY9MA324220',
'year': 2022}
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Saving data for EY22%20KYZ: {'auction_closing_time': 1774940400.0, 'created_time': 1774276230.414342, 'last_price_update_time': 1774764265.216912}
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY22%2520KYZ') HTTP/1.1" 204 0
2026-03-29 06:04:25 [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 06:04:25 [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 06:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF
2026-03-29 06:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF
2026-03-29 06:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF to the API
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:25 [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': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK24%20AEF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '510d7018-b1a4-5c06-be1d-d06eea5f2b7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KK24 AEF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK24%20AEF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 15575,
'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': 'JAGUAR F-PACE 2.0 D200 AWD R-DYN.HSE BLACK 90TH StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYN.HSE BLACK 90TH',
'vin': 'SADCA2AN6SA750701',
'year': 2024}
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Saving data for KK24%20AEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774476256.781566, 'last_price_update_time': 1774764265.513512}
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK24%2520AEF') HTTP/1.1" 204 0
2026-03-29 06:04:25 [bca.uk] INFO: Found listing with ID: FJ22%20YBP
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Scrape type for FJ22%20YBP: 2
2026-03-29 06:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP
2026-03-29 06:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with scrape type 2
2026-03-29 06:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with scrape type 2
2026-03-29 06:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3, identifier: FJ22%20YBP
2026-03-29 06:04:25 [bca.uk] INFO: Found listing with ID: WX22%20ZVD
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX22%2520ZVD%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Scrape type for WX22%20ZVD: 0
2026-03-29 06:04:25 [bca.uk] INFO: Found listing with ID: WX73%20YZA
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Scrape type for WX73%20YZA: 2
2026-03-29 06:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA
2026-03-29 06:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with scrape type 2
2026-03-29 06:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with scrape type 2
2026-03-29 06:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a393acb-e9be-5ef7-8cea-dd428a5500e1, identifier: WX73%20YZA
2026-03-29 06:04: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 06:04:25 [bca.uk] INFO: Found listing with ID: NA70%20XYD
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA70%2520XYD%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Scrape type for NA70%20XYD: 0
2026-03-29 06:04:25 [bca.uk] INFO: Found listing with ID: YN64%20XMG
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:04:25 [bca.uk] INFO: Scrape type for YN64%20XMG: 2
2026-03-29 06:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG
2026-03-29 06:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32bd652b-9268-5877-ba2b-e30eea2ad075 with scrape type 2
2026-03-29 06:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32bd652b-9268-5877-ba2b-e30eea2ad075 with scrape type 2
2026-03-29 06:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32bd652b-9268-5877-ba2b-e30eea2ad075, identifier: YN64%20XMG
2026-03-29 06:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP
2026-03-29 06:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP
2026-03-29 06:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP to the API
2026-03-29 06:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ22%20YBP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '9190945e-6fb5-5526-9a8e-a4f9f9b536e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FJ22 YBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ22%20YBP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 59729,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD R-DYNAMIC S',
'vin': 'SALZA2AN2PH181505',
'year': 2022}
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Saving data for FJ22%20YBP: {'auction_closing_time': 1774940400.0, 'created_time': 1774276380.176267, 'last_price_update_time': 1774764266.172801}
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ22%2520YBP') HTTP/1.1" 204 0
2026-03-29 06:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA
2026-03-29 06:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA
2026-03-29 06:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA to the API
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX73%20YZA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '7a393acb-e9be-5ef7-8cea-dd428a5500e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WX73 YZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX73%20YZA&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 41920,
'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': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC HSE BLACK StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC HSE BLACK',
'vin': 'SADCA2AN5RA736458',
'year': 2023}
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Saving data for WX73%20YZA: {'auction_closing_time': 1774940400.0, 'created_time': 1774276462.405879, 'last_price_update_time': 1774764266.456631}
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX73%2520YZA') HTTP/1.1" 204 0
2026-03-29 06:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG
2026-03-29 06:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG
2026-03-29 06:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG to the API
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:26 [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': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN64%20XMG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '32bd652b-9268-5877-ba2b-e30eea2ad075',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YN64 XMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN64%20XMG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'E400',
'odometer': 68340,
'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 E400 3.5 AMG LINE TIP Convertible',
'transmission': 'manual',
'trim': 'AMG LINE TIP',
'vin': 'WDD2074612F295249',
'year': 2014}
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Saving data for YN64%20XMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476219.554513, 'last_price_update_time': 1774764266.739218}
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN64%2520XMG') HTTP/1.1" 204 0
2026-03-29 06:04:26 [bca.uk] INFO: Found listing with ID: GN70%20XMW
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN70%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Scrape type for GN70%20XMW: 0
2026-03-29 06:04:26 [bca.uk] INFO: Found listing with ID: HD22%20GPZ
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Scrape type for HD22%20GPZ: 0
2026-03-29 06:04:26 [bca.uk] INFO: Found listing with ID: J4%20JYG
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Scrape type for J4%20JYG: 2
2026-03-29 06:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG
2026-03-29 06:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac225b1-76cc-561f-ad69-353aaf639549 with scrape type 2
2026-03-29 06:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac225b1-76cc-561f-ad69-353aaf639549 with scrape type 2
2026-03-29 06:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dac225b1-76cc-561f-ad69-353aaf639549, identifier: J4%20JYG
2026-03-29 06:04:26 [bca.uk] INFO: Found listing with ID: YK21%20VRC
2026-03-29 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK21%2520VRC%27 HTTP/1.1" 200 None
2026-03-29 06:04:26 [bca.uk] INFO: Scrape type for YK21%20VRC: 2
2026-03-29 06:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC
2026-03-29 06:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a286ea77-9ef8-5670-b139-d2471b7fad7f with scrape type 2
2026-03-29 06:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a286ea77-9ef8-5670-b139-d2471b7fad7f with scrape type 2
2026-03-29 06:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a286ea77-9ef8-5670-b139-d2471b7fad7f, identifier: YK21%20VRC
2026-03-29 06:04:27 [bca.uk] INFO: Found listing with ID: HPKD81239
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HPKD81239%27 HTTP/1.1" 200 None
2026-03-29 06:04:27 [bca.uk] INFO: Scrape type for HPKD81239: 0
2026-03-29 06:04:27 [bca.uk] INFO: Found listing with ID: CV09%20TWA
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV09%2520TWA%27 HTTP/1.1" 200 None
2026-03-29 06:04:27 [bca.uk] INFO: Scrape type for CV09%20TWA: 2
2026-03-29 06:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA
2026-03-29 06:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with scrape type 2
2026-03-29 06:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with scrape type 2
2026-03-29 06:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3, identifier: CV09%20TWA
2026-03-29 06:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG
2026-03-29 06:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG
2026-03-29 06:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG to the API
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:27 [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': 290,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=J4%20JYG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'dac225b1-76cc-561f-ad69-353aaf639549',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'J4 JYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=J4%20JYG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 63983,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 V8 S/C 575 SVR StationWagon',
'transmission': 'automatic',
'trim': 'V8 S/C 575 SVR',
'vin': 'SALWA2AE1KA833759',
'year': 2019}
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 06:04:27 [bca.uk] INFO: Saving data for J4%20JYG: {'auction_closing_time': 1774940400.0, 'created_time': 1774303784.19348, 'last_price_update_time': 1774764267.406045}
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='J4%2520JYG') HTTP/1.1" 204 0
2026-03-29 06:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC
2026-03-29 06:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC
2026-03-29 06:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC to the API
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 50,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK21%20VRC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a286ea77-9ef8-5670-b139-d2471b7fad7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK21 VRC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK21%20VRC&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 66486,
'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': 'JAGUAR F-PACE 2.0 P400E AWD R-DYNAMIC S StationWagon',
'transmission': 'automatic',
'trim': 'P400E AWD R-DYNAMIC S',
'vin': 'SADCA2AY2MA671149',
'year': 2021}
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK21%2520VRC%27 HTTP/1.1" 200 None
2026-03-29 06:04:27 [bca.uk] INFO: Saving data for YK21%20VRC: {'auction_closing_time': 1774940400.0, 'created_time': 1774365509.635486, 'last_price_update_time': 1774764267.783267}
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK21%2520VRC') HTTP/1.1" 204 0
2026-03-29 06:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA
2026-03-29 06:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA
2026-03-29 06:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA to the API
2026-03-29 06:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:28 [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': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV09%20TWA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV09 TWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV09%20TWA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 98323,
'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-DSI SE CVT-7 Hatchback',
'transmission': 'manual',
'trim': 'I-DSI SE CVT-7',
'vin': 'LUCGE385083226295',
'year': 2009}
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV09%2520TWA%27 HTTP/1.1" 200 None
2026-03-29 06:04:28 [bca.uk] INFO: Saving data for CV09%20TWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774677783.466764, 'last_price_update_time': 1774764268.079502}
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV09%2520TWA') HTTP/1.1" 204 0
2026-03-29 06:04:28 [bca.uk] INFO: Found listing with ID: JR09%20HOG
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-29 06:04:28 [bca.uk] INFO: Scrape type for JR09%20HOG: 2
2026-03-29 06:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG
2026-03-29 06:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f28dbd6-0085-58c8-bd6b-d383224e0742 with scrape type 2
2026-03-29 06:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f28dbd6-0085-58c8-bd6b-d383224e0742 with scrape type 2
2026-03-29 06:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f28dbd6-0085-58c8-bd6b-d383224e0742, identifier: JR09%20HOG
2026-03-29 06:04:28 [bca.uk] INFO: Found listing with ID: YL70%20NVC
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 06:04:28 [bca.uk] INFO: Scrape type for YL70%20NVC: 2
2026-03-29 06:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC
2026-03-29 06:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59cfa93-8621-5f77-a67a-e3d78457c210 with scrape type 2
2026-03-29 06:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c59cfa93-8621-5f77-a67a-e3d78457c210 with scrape type 2
2026-03-29 06:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c59cfa93-8621-5f77-a67a-e3d78457c210, identifier: YL70%20NVC
2026-03-29 06:04:28 [bca.uk] INFO: Found listing with ID: FY10%20BNJ
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:28 [bca.uk] INFO: Scrape type for FY10%20BNJ: 2
2026-03-29 06:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ
2026-03-29 06:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with scrape type 2
2026-03-29 06:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with scrape type 2
2026-03-29 06:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1, identifier: FY10%20BNJ
2026-03-29 06:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG
2026-03-29 06:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG
2026-03-29 06:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG to the API
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JR09%20HOG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0f28dbd6-0085-58c8-bd6b-d383224e0742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'JR09 HOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=JR09%20HOG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 40739,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT8MH156912',
'year': 2021}
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-29 06:04:28 [bca.uk] INFO: Saving data for JR09%20HOG: {'auction_closing_time': 1774940400.0, 'created_time': 1774276464.785711, 'last_price_update_time': 1774764268.694022}
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JR09%2520HOG') HTTP/1.1" 204 0
2026-03-29 06:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC
2026-03-29 06:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC
2026-03-29 06:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC to the API
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL70%20NVC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'c59cfa93-8621-5f77-a67a-e3d78457c210',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL70 NVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL70%20NVC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 42907,
'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 DISCOVERY SPORT 2.0 D240 R-DYNAMIC HSE (7ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'D240 R-DYNAMIC HSE (7ST)',
'vin': 'SALCA2AN0LH868613',
'year': 2021}
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 06:04:28 [bca.uk] INFO: Saving data for YL70%20NVC: {'auction_closing_time': 1774940400.0, 'created_time': 1774276450.343942, 'last_price_update_time': 1774764268.992301}
2026-03-29 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL70%2520NVC') HTTP/1.1" 204 0
2026-03-29 06:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ
2026-03-29 06:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ
2026-03-29 06:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ to the API
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:29 [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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY10%20BNJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7746f0c0-b79b-5c43-9ea7-336f0279b5d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY10 BNJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY10%20BNJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'KIA',
'model': 'SOUL',
'odometer': 88354,
'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 SOUL 1.6 CRDI 2 Hatchback',
'transmission': 'automatic',
'trim': 'CRDI 2',
'vin': 'KNAJT813MA7133141',
'year': 2010}
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:29 [bca.uk] INFO: Saving data for FY10%20BNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774677781.994953, 'last_price_update_time': 1774764269.28574}
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY10%2520BNJ') HTTP/1.1" 204 0
2026-03-29 06:04:29 [bca.uk] INFO: Found listing with ID: KS69%20YCG
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS69%2520YCG%27 HTTP/1.1" 200 None
2026-03-29 06:04:29 [bca.uk] INFO: Scrape type for KS69%20YCG: 0
2026-03-29 06:04:29 [bca.uk] INFO: Found listing with ID: LA71%20YYO
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-29 06:04:29 [bca.uk] INFO: Scrape type for LA71%20YYO: 2
2026-03-29 06:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO
2026-03-29 06:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with scrape type 2
2026-03-29 06:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with scrape type 2
2026-03-29 06:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5933c3c6-810a-53c9-8c31-9abeeea60ee0, identifier: LA71%20YYO
2026-03-29 06:04:29 [bca.uk] INFO: Found listing with ID: YN22%20WKM
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-29 06:04:29 [bca.uk] INFO: Scrape type for YN22%20WKM: 2
2026-03-29 06:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM
2026-03-29 06:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with scrape type 2
2026-03-29 06:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with scrape type 2
2026-03-29 06:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf, identifier: YN22%20WKM
2026-03-29 06:04:29 [bca.uk] INFO: Found listing with ID: MF73%20FAO
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF73%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:04:29 [bca.uk] INFO: Scrape type for MF73%20FAO: 2
2026-03-29 06:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO
2026-03-29 06:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fb9088a-7e4e-5f66-9156-0e42079db680 with scrape type 2
2026-03-29 06:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fb9088a-7e4e-5f66-9156-0e42079db680 with scrape type 2
2026-03-29 06:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fb9088a-7e4e-5f66-9156-0e42079db680, identifier: MF73%20FAO
2026-03-29 06:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO
2026-03-29 06:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO
2026-03-29 06:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO to the API
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA71%20YYO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '5933c3c6-810a-53c9-8c31-9abeeea60ee0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LA71 YYO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA71%20YYO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 22850,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D165 2WD R-DYNAMIC S Hatchback',
'transmission': 'manual',
'trim': 'D165 2WD R-DYNAMIC S',
'vin': 'SALZB2CN2NH173833',
'year': 2022}
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-29 06:04:29 [bca.uk] INFO: Saving data for LA71%20YYO: {'auction_closing_time': 1774940400.0, 'created_time': 1774276295.342028, 'last_price_update_time': 1774764269.955281}
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA71%2520YYO') HTTP/1.1" 204 0
2026-03-29 06:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM
2026-03-29 06:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM
2026-03-29 06:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM to the API
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20WKM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YN22 WKM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20WKM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 17480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
'transmission': 'automatic',
'trim': 'P300E URBAN ED.(5ST)',
'vin': 'SALCA2AT4NH913859',
'year': 2022}
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Saving data for YN22%20WKM: {'auction_closing_time': 1774940400.0, 'created_time': 1774278181.01973, 'last_price_update_time': 1774764270.244902}
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520WKM') HTTP/1.1" 204 0
2026-03-29 06:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO
2026-03-29 06:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO
2026-03-29 06:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO to the API
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:30 [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': 214,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF73%20FAO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2fb9088a-7e4e-5f66-9156-0e42079db680',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF73 FAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF73%20FAO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PORSCHE',
'model': '718 CAYMAN',
'odometer': 10093,
'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': 'PORSCHE 718 CAYMAN 2.0 300 STYLE ED. Coupe',
'transmission': 'manual',
'trim': '300 STYLE ED.',
'vin': 'WP0ZZZ985RK250331',
'year': 2023}
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF73%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Saving data for MF73%20FAO: {'auction_closing_time': 1774951200.0, 'created_time': 1774677866.52164, 'last_price_update_time': 1774764270.542605}
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF73%2520FAO') HTTP/1.1" 204 0
2026-03-29 06:04:30 [bca.uk] INFO: Found listing with ID: LC22%20EAY
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC22%2520EAY%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Scrape type for LC22%20EAY: 0
2026-03-29 06:04:30 [bca.uk] INFO: Found listing with ID: LL22%20MGO
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL22%2520MGO%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Scrape type for LL22%20MGO: 0
2026-03-29 06:04:30 [bca.uk] INFO: Found listing with ID: LV22%20KXJ
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Scrape type for LV22%20KXJ: 2
2026-03-29 06:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ
2026-03-29 06:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8197065a-9a2b-5098-beda-691c613ca9f9 with scrape type 2
2026-03-29 06:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8197065a-9a2b-5098-beda-691c613ca9f9 with scrape type 2
2026-03-29 06:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8197065a-9a2b-5098-beda-691c613ca9f9, identifier: LV22%20KXJ
2026-03-29 06:04:30 [bca.uk] INFO: Found listing with ID: YN23%20WUP
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN23%2520WUP%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Scrape type for YN23%20WUP: 0
2026-03-29 06:04:30 [bca.uk] INFO: Found listing with ID: YR22%20XOF
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Scrape type for YR22%20XOF: 2
2026-03-29 06:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF
2026-03-29 06:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with scrape type 2
2026-03-29 06:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with scrape type 2
2026-03-29 06:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd974df7-eb4f-5d1c-a798-3c3a7484ed21, identifier: YR22%20XOF
2026-03-29 06:04:30 [bca.uk] INFO: Found listing with ID: SP22%20OEE
2026-03-29 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP22%2520OEE%27 HTTP/1.1" 200 None
2026-03-29 06:04:30 [bca.uk] INFO: Scrape type for SP22%20OEE: 2
2026-03-29 06:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE
2026-03-29 06:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with scrape type 2
2026-03-29 06:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with scrape type 2
2026-03-29 06:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c4802dd-8dbd-5b9b-802d-d34203b653c0, identifier: SP22%20OEE
2026-03-29 06:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ
2026-03-29 06:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ
2026-03-29 06:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ to the API
2026-03-29 06:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:31 [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': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV22%20KXJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': '8197065a-9a2b-5098-beda-691c613ca9f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LV22 KXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV22%20KXJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 12005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P250 4WD R-DYNAMIC S',
'vin': 'SALZA2AX6PH194968',
'year': 2022}
2026-03-29 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:31 [bca.uk] INFO: Saving data for LV22%20KXJ: {'auction_closing_time': 1774940400.0, 'created_time': 1774276289.851918, 'last_price_update_time': 1774764271.601712}
2026-03-29 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520KXJ') HTTP/1.1" 204 0
2026-03-29 06:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF
2026-03-29 06:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF
2026-03-29 06:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF to the API
2026-03-29 06:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 55,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20XOF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'bd974df7-eb4f-5d1c-a798-3c3a7484ed21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR22 XOF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20XOF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 36281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV R-DYNAMIC SE',
'vin': 'SALYA2AY6NA339534',
'year': 2022}
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-29 06:04:32 [bca.uk] INFO: Saving data for YR22%20XOF: {'auction_closing_time': 1774940400.0, 'created_time': 1774276369.150591, 'last_price_update_time': 1774764272.067979}
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520XOF') HTTP/1.1" 204 0
2026-03-29 06:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE
2026-03-29 06:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE
2026-03-29 06:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE to the API
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:32 [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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP22%20OEE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0c4802dd-8dbd-5b9b-802d-d34203b653c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP22 OEE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP22%20OEE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'E220 D',
'odometer': 85974,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ E220 D 2.0 200 AMG LINE NIGHT ED.PREM+ 9G Saloon',
'transmission': 'manual',
'trim': '200 AMG LINE NIGHT ED.PREM+ 9G',
'vin': 'W1K2130042B061728',
'year': 2022}
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Saving data for SP22%20OEE: {'auction_closing_time': 1774951200.0, 'created_time': 1774677781.580947, 'last_price_update_time': 1774764272.3505}
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP22%2520OEE') HTTP/1.1" 204 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: NC22%20CZK
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for NC22%20CZK: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: NX72%20PHY
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for NX72%20PHY: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: PX22%20ZKE
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for PX22%20ZKE: 2
2026-03-29 06:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE
2026-03-29 06:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e40656b2-8700-5be0-96a4-5f8c3e82a87d with scrape type 2
2026-03-29 06:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e40656b2-8700-5be0-96a4-5f8c3e82a87d with scrape type 2
2026-03-29 06:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e40656b2-8700-5be0-96a4-5f8c3e82a87d, identifier: PX22%20ZKE
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: YR69%20ZVN
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for YR69%20ZVN: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: AV18%20LLP
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for AV18%20LLP: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: RO21%20VFW
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for RO21%20VFW: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: SW69%20SCX
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04: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%2520SCX%27 HTTP/1.1" 200 None
2026-03-29 06:04:32 [bca.uk] INFO: Scrape type for SW69%20SCX: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: CP17%20DYG
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for CP17%20DYG: 0
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: EJ17%20HGU
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for EJ17%20HGU: 2
2026-03-29 06:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU
2026-03-29 06:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5bde75e-a5ba-5102-907a-fcc256f13554 with scrape type 2
2026-03-29 06:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5bde75e-a5ba-5102-907a-fcc256f13554 with scrape type 2
2026-03-29 06:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5bde75e-a5ba-5102-907a-fcc256f13554, identifier: EJ17%20HGU
2026-03-29 06:04:32 [bca.uk] INFO: Found listing with ID: BW21%20DTN
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:32 [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 06:04:32 [bca.uk] INFO: Scrape type for BW21%20DTN: 2
2026-03-29 06:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN
2026-03-29 06:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3c13f4a-978a-57d7-bf11-742a142f7181 with scrape type 2
2026-03-29 06:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3c13f4a-978a-57d7-bf11-742a142f7181 with scrape type 2
2026-03-29 06:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3c13f4a-978a-57d7-bf11-742a142f7181, identifier: BW21%20DTN
2026-03-29 06:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE
2026-03-29 06:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE
2026-03-29 06:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE to the API
2026-03-29 06:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:33 [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': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX22%20ZKE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'e40656b2-8700-5be0-96a4-5f8c3e82a87d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX22 ZKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX22%20ZKE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 40371,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD R-DYNAMIC HSE',
'vin': 'SALZA2AN7PH182410',
'year': 2022}
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520ZKE%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Saving data for PX22%20ZKE: {'auction_closing_time': 1774940400.0, 'created_time': 1774303805.303929, 'last_price_update_time': 1774764273.167968}
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX22%2520ZKE') HTTP/1.1" 204 0
2026-03-29 06:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU
2026-03-29 06:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU
2026-03-29 06:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU to the API
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 214,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ17%20HGU-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.2L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'b5bde75e-a5ba-5102-907a-fcc256f13554',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ17 HGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ17%20HGU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 97564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.2 TDCI 125 EF LWB HD Luton',
'transmission': 'manual',
'trim': 'TDCI 125 EF LWB HD',
'vin': 'WF0DXXTTGDGC70170',
'year': 2017}
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520HGU%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Saving data for EJ17%20HGU: {'auction_closing_time': 1774940400.0, 'created_time': 1774390787.058911, 'last_price_update_time': 1774764273.44767}
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ17%2520HGU') HTTP/1.1" 204 0
2026-03-29 06:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN
2026-03-29 06:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN
2026-03-29 06:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN to the API
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:33 [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': 24,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW21%20DTN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'd3c13f4a-978a-57d7-bf11-742a142f7181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BW21 DTN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW21%20DTN&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 103357,
'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': 'SKODA OCTAVIA 1.4 TSI IV SE L DSG Estate',
'transmission': 'automatic',
'trim': 'TSI IV SE L DSG',
'vin': 'TMBKW7NX4MY173940',
'year': 2021}
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520DTN%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Saving data for BW21%20DTN: {'auction_closing_time': 1774864800.0, 'created_time': 1774677778.612583, 'last_price_update_time': 1774764273.747076}
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW21%2520DTN') HTTP/1.1" 204 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: PY67%20LKC
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for PY67%20LKC: 2
2026-03-29 06:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC
2026-03-29 06:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with scrape type 2
2026-03-29 06:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with scrape type 2
2026-03-29 06:04:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1, identifier: PY67%20LKC
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: MT17%20UTS
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for MT17%20UTS: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: CX65%20XUD
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX65%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for CX65%20XUD: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: LN68%20FBD
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN68%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for LN68%20FBD: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: FV21%20VKU
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520VKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for FV21%20VKU: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: MF22%20KJU
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520KJU%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for MF22%20KJU: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: RJ18%20ZHN
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520ZHN%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for RJ18%20ZHN: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: BT66%20ZFD
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFD%27 HTTP/1.1" 200 None
2026-03-29 06:04:33 [bca.uk] INFO: Scrape type for BT66%20ZFD: 0
2026-03-29 06:04:33 [bca.uk] INFO: Found listing with ID: BX20%20FKV
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX20%2520FKV%27 HTTP/1.1" 200 None
2026-03-29 06:04:34 [bca.uk] INFO: Scrape type for BX20%20FKV: 0
2026-03-29 06:04:34 [bca.uk] INFO: Found listing with ID: MT14%20TZF
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT14%2520TZF%27 HTTP/1.1" 200 None
2026-03-29 06:04:34 [bca.uk] INFO: Scrape type for MT14%20TZF: 2
2026-03-29 06:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF
2026-03-29 06:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with scrape type 2
2026-03-29 06:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with scrape type 2
2026-03-29 06:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60b7f9c8-0d82-5178-b7c3-28a099f58d43, identifier: MT14%20TZF
2026-03-29 06:04:34 [bca.uk] INFO: Found listing with ID: MD15%20XGB
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD15%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 06:04:34 [bca.uk] INFO: Scrape type for MD15%20XGB: 2
2026-03-29 06:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB
2026-03-29 06:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c841b89b-1533-50f6-8c2f-91f77a3fb953 with scrape type 2
2026-03-29 06:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c841b89b-1533-50f6-8c2f-91f77a3fb953 with scrape type 2
2026-03-29 06:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c841b89b-1533-50f6-8c2f-91f77a3fb953, identifier: MD15%20XGB
2026-03-29 06:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC
2026-03-29 06:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC
2026-03-29 06:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC to the API
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:34 [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': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY67%20LKC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '5b539a1d-bf06-5d61-ba2d-7a52d0079cb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PY67 LKC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY67%20LKC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 96134,
'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 SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 HSE DYNAMIC',
'vin': 'SALWA2EK6HA166583',
'year': 2017}
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-29 06:04:34 [bca.uk] INFO: Saving data for PY67%20LKC: {'auction_closing_time': 1774940400.0, 'created_time': 1774278199.875575, 'last_price_update_time': 1774764274.520371}
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY67%2520LKC') HTTP/1.1" 204 0
2026-03-29 06:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF
2026-03-29 06:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF
2026-03-29 06:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF to the API
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT14%20TZF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '60b7f9c8-0d82-5178-b7c3-28a099f58d43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT14 TZF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT14%20TZF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'C220',
'odometer': 59412,
'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 Coupe',
'transmission': 'manual',
'trim': 'CDI AMG SPORT EDITION',
'vin': 'WDD2043022G349534',
'year': 2014}
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT14%2520TZF%27 HTTP/1.1" 200 None
2026-03-29 06:04:34 [bca.uk] INFO: Saving data for MT14%20TZF: {'auction_closing_time': 1774940400.0, 'created_time': 1774391915.777574, 'last_price_update_time': 1774764274.911391}
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT14%2520TZF') HTTP/1.1" 204 0
2026-03-29 06:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB
2026-03-29 06:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB
2026-03-29 06:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB to the API
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:35 [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': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD15%20XGB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c841b89b-1533-50f6-8c2f-91f77a3fb953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MD15 XGB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD15%20XGB&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 65255,
'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': 'W0LJD7E85F4218970',
'year': 2015}
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD15%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Saving data for MD15%20XGB: {'auction_closing_time': 1774864800.0, 'created_time': 1774677773.883045, 'last_price_update_time': 1774764275.196302}
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD15%2520XGB') HTTP/1.1" 204 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: RA15%20RYY
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA15%2520RYY%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for RA15%20RYY: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: RJ72%20VOD
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ72%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for RJ72%20VOD: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: SA21%20KZD
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA21%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for SA21%20KZD: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: SD71%20YFN
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD71%2520YFN%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for SD71%20YFN: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: SR23%20NZS
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for SR23%20NZS: 2
2026-03-29 06:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS
2026-03-29 06:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34007a68-641a-5da3-8fb5-e0c1dca634a5 with scrape type 2
2026-03-29 06:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34007a68-641a-5da3-8fb5-e0c1dca634a5 with scrape type 2
2026-03-29 06:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34007a68-641a-5da3-8fb5-e0c1dca634a5, identifier: SR23%20NZS
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: SM70%20ZWE
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM70%2520ZWE%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for SM70%20ZWE: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: FE20%20HHJ
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE20%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for FE20%20HHJ: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: DU20%20XWW
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU20%2520XWW%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for DU20%20XWW: 2
2026-03-29 06:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW
2026-03-29 06:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with scrape type 2
2026-03-29 06:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with scrape type 2
2026-03-29 06:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8da16f5e-032e-59cb-b7b8-97b54953f6d5, identifier: DU20%20XWW
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: GV70%20RNA
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV70%2520RNA%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for GV70%20RNA: 0
2026-03-29 06:04:35 [bca.uk] INFO: Found listing with ID: YS69%20EYY
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520EYY%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Scrape type for YS69%20EYY: 2
2026-03-29 06:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY
2026-03-29 06:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3968b5ac-cd03-572e-84d5-9b5bb1182103 with scrape type 2
2026-03-29 06:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3968b5ac-cd03-572e-84d5-9b5bb1182103 with scrape type 2
2026-03-29 06:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3968b5ac-cd03-572e-84d5-9b5bb1182103, identifier: YS69%20EYY
2026-03-29 06:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS
2026-03-29 06:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS
2026-03-29 06:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS to the API
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:35 [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': 36,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR23%20NZS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '34007a68-641a-5da3-8fb5-e0c1dca634a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SR23 NZS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR23%20NZS&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 26866,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
'transmission': 'automatic',
'trim': 'P300E URBAN ED.(5ST)',
'vin': 'SALCA2AT5PH330574',
'year': 2023}
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-29 06:04:35 [bca.uk] INFO: Saving data for SR23%20NZS: {'auction_closing_time': 1774940400.0, 'created_time': 1774278122.401567, 'last_price_update_time': 1774764275.90624}
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR23%2520NZS') HTTP/1.1" 204 0
2026-03-29 06:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW
2026-03-29 06:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW
2026-03-29 06:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW to the API
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU20%20XWW-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '8da16f5e-032e-59cb-b7b8-97b54953f6d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU20 XWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU20%20XWW&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 45254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 CRDI 136 48V MHD 2WD N LINE DC StationWagon',
'transmission': 'automatic',
'trim': 'CRDI 136 48V MHD 2WD N LINE DC',
'vin': 'TMAJ3817VLJ090833',
'year': 2020}
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU20%2520XWW%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Saving data for DU20%20XWW: {'auction_closing_time': 1775199600.0, 'created_time': 1773821057.880277, 'last_price_update_time': 1774764276.202248}
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU20%2520XWW') HTTP/1.1" 204 0
2026-03-29 06:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY
2026-03-29 06:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY
2026-03-29 06:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY to the API
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:36 [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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20EYY-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3968b5ac-cd03-572e-84d5-9b5bb1182103',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS69 EYY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20EYY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 49197,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER H/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER H/R',
'vin': 'WF0YXXTTGYKM09644',
'year': 2020}
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520EYY%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Saving data for YS69%20EYY: {'auction_closing_time': 1774951200.0, 'created_time': 1774677762.73408, 'last_price_update_time': 1774764276.512533}
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520EYY') HTTP/1.1" 204 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: ST09%20ARY
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST09%2520ARY%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for ST09%20ARY: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: ST18%20RTO
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for ST18%20RTO: 2
2026-03-29 06:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO
2026-03-29 06:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d5b5bda-1226-54d3-85c4-381492b960d5 with scrape type 2
2026-03-29 06:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d5b5bda-1226-54d3-85c4-381492b960d5 with scrape type 2
2026-03-29 06:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d5b5bda-1226-54d3-85c4-381492b960d5, identifier: ST18%20RTO
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: GN70%20OTT
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN70%2520OTT%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for GN70%20OTT: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: YB19%20EOM
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB19%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for YB19%20EOM: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: YG21%20HVH
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG21%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for YG21%20HVH: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: BJ22%20OGX
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ22%2520OGX%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for BJ22%20OGX: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: RA19%20XWL
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA19%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for RA19%20XWL: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: SY19%20CEJ
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY19%2520CEJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for SY19%20CEJ: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: DY64%20YTD
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY64%2520YTD%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for DY64%20YTD: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: ML69%20KTJ
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML69%2520KTJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for ML69%20KTJ: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: NU21%20PFD
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU21%2520PFD%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for NU21%20PFD: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: OV69%20OAL
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV69%2520OAL%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for OV69%20OAL: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: OW17%20RHY
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW17%2520RHY%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for OW17%20RHY: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: WF68%20WGC
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF68%2520WGC%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for WF68%20WGC: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: YE67%20OPH
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE67%2520OPH%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for YE67%20OPH: 0
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: LL18%20OTM
2026-03-29 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL18%2520OTM%27 HTTP/1.1" 200 None
2026-03-29 06:04:36 [bca.uk] INFO: Scrape type for LL18%20OTM: 2
2026-03-29 06:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM
2026-03-29 06:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2e055fd-439d-508f-bf9c-7040da4a8680 with scrape type 2
2026-03-29 06:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2e055fd-439d-508f-bf9c-7040da4a8680 with scrape type 2
2026-03-29 06:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2e055fd-439d-508f-bf9c-7040da4a8680, identifier: LL18%20OTM
2026-03-29 06:04:36 [bca.uk] INFO: Found listing with ID: DA18%20EDK
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520EDK%27 HTTP/1.1" 200 None
2026-03-29 06:04:37 [bca.uk] INFO: Scrape type for DA18%20EDK: 2
2026-03-29 06:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK
2026-03-29 06:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d8a6fa3-4360-5255-a4ca-91ef587473ec with scrape type 2
2026-03-29 06:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d8a6fa3-4360-5255-a4ca-91ef587473ec with scrape type 2
2026-03-29 06:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d8a6fa3-4360-5255-a4ca-91ef587473ec, identifier: DA18%20EDK
2026-03-29 06:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO
2026-03-29 06:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO
2026-03-29 06:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO to the API
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:37 [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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST18%20RTO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '7d5b5bda-1226-54d3-85c4-381492b960d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST18 RTO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST18%20RTO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 70834,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 D180 S StationWagon',
'transmission': 'automatic',
'trim': 'D180 S',
'vin': 'SALYA2AN5JA774156',
'year': 2018}
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-29 06:04:37 [bca.uk] INFO: Saving data for ST18%20RTO: {'auction_closing_time': 1774940400.0, 'created_time': 1774276309.856748, 'last_price_update_time': 1774764277.394526}
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520RTO') HTTP/1.1" 204 0
2026-03-29 06:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM
2026-03-29 06:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM
2026-03-29 06:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM to the API
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL18%20OTM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2e055fd-439d-508f-bf9c-7040da4a8680',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL18 OTM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL18%20OTM&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'BMW',
'model': '120I',
'odometer': 115636,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6000,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'BMW 120I 2.0 M SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': 'M SPORT STEP',
'vin': 'WBA1W120905E27279',
'year': 2018}
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520OTM%27 HTTP/1.1" 200 None
2026-03-29 06:04:37 [bca.uk] INFO: Saving data for LL18%20OTM: {'auction_closing_time': 1775199600.0, 'created_time': 1773831278.141077, 'last_price_update_time': 1774764277.77263}
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520OTM') HTTP/1.1" 204 0
2026-03-29 06:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK
2026-03-29 06:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK
2026-03-29 06:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK to the API
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:38 [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': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA18%20EDK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7d8a6fa3-4360-5255-a4ca-91ef587473ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA18 EDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA18%20EDK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 100993,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 HSE DYNAMIC',
'vin': 'SALWA2AK7KA816129',
'year': 2018}
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA18%2520EDK%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Saving data for DA18%20EDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774677766.970973, 'last_price_update_time': 1774764278.078426}
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA18%2520EDK') HTTP/1.1" 204 0
2026-03-29 06:04:38 [bca.uk] INFO: Found listing with ID: SX22%20GDU
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SX22%2520GDU%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Scrape type for SX22%20GDU: 0
2026-03-29 06:04:38 [bca.uk] INFO: Found listing with ID: VX72%20WWK
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Scrape type for VX72%20WWK: 2
2026-03-29 06:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK
2026-03-29 06:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ded0456-8d89-5707-ac1b-79565dc22a16 with scrape type 2
2026-03-29 06:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ded0456-8d89-5707-ac1b-79565dc22a16 with scrape type 2
2026-03-29 06:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ded0456-8d89-5707-ac1b-79565dc22a16, identifier: VX72%20WWK
2026-03-29 06:04:38 [bca.uk] INFO: Found listing with ID: LX16%20CNU
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX16%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Scrape type for LX16%20CNU: 0
2026-03-29 06:04:38 [bca.uk] INFO: Found listing with ID: OW17%20PUO
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW17%2520PUO%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Scrape type for OW17%20PUO: 2
2026-03-29 06:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO
2026-03-29 06:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a9153e-21d6-5261-890e-8e8602c23d06 with scrape type 2
2026-03-29 06:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a9153e-21d6-5261-890e-8e8602c23d06 with scrape type 2
2026-03-29 06:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5a9153e-21d6-5261-890e-8e8602c23d06, identifier: OW17%20PUO
2026-03-29 06:04:38 [bca.uk] INFO: Found listing with ID: KR17%20WGP
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR17%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Scrape type for KR17%20WGP: 2
2026-03-29 06:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP
2026-03-29 06:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfbfe57-7bc1-5620-b490-81b1430b0254 with scrape type 2
2026-03-29 06:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfbfe57-7bc1-5620-b490-81b1430b0254 with scrape type 2
2026-03-29 06:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbfbfe57-7bc1-5620-b490-81b1430b0254, identifier: KR17%20WGP
2026-03-29 06:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK
2026-03-29 06:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK
2026-03-29 06:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK to the API
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:38 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX72%20WWK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0ded0456-8d89-5707-ac1b-79565dc22a16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VX72 WWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX72%20WWK&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 15725,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT7PH194491',
'year': 2022}
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-29 06:04:38 [bca.uk] INFO: Saving data for VX72%20WWK: {'auction_closing_time': 1774940400.0, 'created_time': 1774278182.501901, 'last_price_update_time': 1774764278.722712}
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX72%2520WWK') HTTP/1.1" 204 0
2026-03-29 06:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO
2026-03-29 06:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO
2026-03-29 06:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO to the API
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW17%20PUO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'b5a9153e-21d6-5261-890e-8e8602c23d06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OW17 PUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW17%20PUO&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 73716,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE',
'vin': 'SALRA2AN4HA024133',
'year': 2017}
2026-03-29 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW17%2520PUO%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Saving data for OW17%20PUO: {'auction_closing_time': 1775199600.0, 'created_time': 1773826668.755724, 'last_price_update_time': 1774764279.000072}
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW17%2520PUO') HTTP/1.1" 204 0
2026-03-29 06:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP
2026-03-29 06:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP
2026-03-29 06:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP to the API
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:39 [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': 82,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR17%20WGP-GB',
'category': 'Car',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'fbfbfe57-7bc1-5620-b490-81b1430b0254',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR17 WGP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR17%20WGP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 64045,
'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.5 VVT-I HYBRID DESIGN RED B/TNE Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I HYBRID DESIGN RED B/TNE',
'vin': 'VNKKD3D330A323219',
'year': 2017}
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR17%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Saving data for KR17%20WGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774303378.794155, 'last_price_update_time': 1774764279.294907}
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR17%2520WGP') HTTP/1.1" 204 0
2026-03-29 06:04:39 [bca.uk] INFO: Found listing with ID: WK70%20HVS
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Scrape type for WK70%20HVS: 2
2026-03-29 06:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS
2026-03-29 06:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 135bf747-816a-5d0d-ae19-701d883ddcf3 with scrape type 2
2026-03-29 06:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 135bf747-816a-5d0d-ae19-701d883ddcf3 with scrape type 2
2026-03-29 06:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 135bf747-816a-5d0d-ae19-701d883ddcf3, identifier: WK70%20HVS
2026-03-29 06:04:39 [bca.uk] INFO: Found listing with ID: RK66%20MLE
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520MLE%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Scrape type for RK66%20MLE: 0
2026-03-29 06:04:39 [bca.uk] INFO: Found listing with ID: SC19%20RJJ
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC19%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Scrape type for SC19%20RJJ: 2
2026-03-29 06:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ
2026-03-29 06:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804bf1ee-e784-555a-bc0f-4511b675f8e3 with scrape type 2
2026-03-29 06:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804bf1ee-e784-555a-bc0f-4511b675f8e3 with scrape type 2
2026-03-29 06:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 804bf1ee-e784-555a-bc0f-4511b675f8e3, identifier: SC19%20RJJ
2026-03-29 06:04:39 [bca.uk] INFO: Found listing with ID: L10%20CLU
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Scrape type for L10%20CLU: 2
2026-03-29 06:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU
2026-03-29 06:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3197dea8-f551-5a27-b022-4d22c2000110 with scrape type 2
2026-03-29 06:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3197dea8-f551-5a27-b022-4d22c2000110 with scrape type 2
2026-03-29 06:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3197dea8-f551-5a27-b022-4d22c2000110, identifier: L10%20CLU
2026-03-29 06:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS
2026-03-29 06:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS
2026-03-29 06:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS to the API
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:39 [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': 193,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK70%20HVS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '135bf747-816a-5d0d-ae19-701d883ddcf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK70 HVS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK70%20HVS&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 49437,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D150 SE (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D150 SE (7ST)',
'vin': 'SALCA2ANXLH879716',
'year': 2020}
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-29 06:04:39 [bca.uk] INFO: Saving data for WK70%20HVS: {'auction_closing_time': 1774940400.0, 'created_time': 1774276563.896687, 'last_price_update_time': 1774764279.929479}
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK70%2520HVS') HTTP/1.1" 204 0
2026-03-29 06:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ
2026-03-29 06:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ
2026-03-29 06:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ to the API
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC19%20RJJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '804bf1ee-e784-555a-bc0f-4511b675f8e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC19 RJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC19%20RJJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 39535,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Estate',
'transmission': 'automatic',
'trim': 'E/B 125 TITANIUM',
'vin': 'WF0PXXGCHPJB52466',
'year': 2019}
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC19%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Saving data for SC19%20RJJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773838405.260426, 'last_price_update_time': 1774764280.262031}
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC19%2520RJJ') HTTP/1.1" 204 0
2026-03-29 06:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU
2026-03-29 06:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU
2026-03-29 06:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU to the API
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:40 [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': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L10%20CLU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3197dea8-f551-5a27-b022-4d22c2000110',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'L10 CLU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=L10%20CLU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 85452,
'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 GOLF 1.6 TDI 105 SE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI 105 SE DSG',
'vin': 'WVWZZZAUZFP007319',
'year': 2014}
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Saving data for L10%20CLU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476212.435254, 'last_price_update_time': 1774764280.553227}
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L10%2520CLU') HTTP/1.1" 204 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: WU21%20EHW
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU21%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for WU21%20EHW: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: WU68%20BGK
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU68%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for WU68%20BGK: 2
2026-03-29 06:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK
2026-03-29 06:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with scrape type 2
2026-03-29 06:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with scrape type 2
2026-03-29 06:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff, identifier: WU68%20BGK
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: FL24%20MXK
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL24%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for FL24%20MXK: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: KP21%20EYJ
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP21%2520EYJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for KP21%20EYJ: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: R16%20RRX
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27R16%2520RRX%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for R16%20RRX: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: YH64%20HNO
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH64%2520HNO%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for YH64%20HNO: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: YC25%20ZFZ
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC25%2520ZFZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for YC25%20ZFZ: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: AF73%20EOV
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF73%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for AF73%20EOV: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: AF73%20FEJ
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF73%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for AF73%20FEJ: 0
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: BC74%20HHL
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC74%2520HHL%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for BC74%20HHL: 2
2026-03-29 06:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL
2026-03-29 06:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a58adc-89af-545a-a116-7041854a4625 with scrape type 2
2026-03-29 06:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a58adc-89af-545a-a116-7041854a4625 with scrape type 2
2026-03-29 06:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80a58adc-89af-545a-a116-7041854a4625, identifier: BC74%20HHL
2026-03-29 06:04:40 [bca.uk] INFO: Found listing with ID: ML12%20ODX
2026-03-29 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML12%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 06:04:40 [bca.uk] INFO: Scrape type for ML12%20ODX: 2
2026-03-29 06:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX
2026-03-29 06:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41663a78-088c-5ec4-a819-ba5307be4922 with scrape type 2
2026-03-29 06:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41663a78-088c-5ec4-a819-ba5307be4922 with scrape type 2
2026-03-29 06:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41663a78-088c-5ec4-a819-ba5307be4922, identifier: ML12%20ODX
2026-03-29 06:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK
2026-03-29 06:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK
2026-03-29 06:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK to the API
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:41 [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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU68%20BGK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '78b5aa20-57bb-52ef-9a77-78d1ab2839ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU68 BGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU68%20BGK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 87310,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D150 AWD SE Hatchback',
'transmission': 'automatic',
'trim': 'D150 AWD SE',
'vin': 'SADFA2AN9K1Z41817',
'year': 2018}
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU68%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:04:41 [bca.uk] INFO: Saving data for WU68%20BGK: {'auction_closing_time': 1774940400.0, 'created_time': 1774365494.802147, 'last_price_update_time': 1774764281.323762}
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU68%2520BGK') HTTP/1.1" 204 0
2026-03-29 06:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL
2026-03-29 06:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL
2026-03-29 06:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL to the API
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC74%20HHL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '80a58adc-89af-545a-a116-7041854a4625',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BC74 HHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC74%20HHL&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 18811,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VR3USHNS2RJ929441',
'year': 2025}
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC74%2520HHL%27 HTTP/1.1" 200 None
2026-03-29 06:04:41 [bca.uk] INFO: Saving data for BC74%20HHL: {'auction_closing_time': 1775170800.0, 'created_time': 1773841257.935821, 'last_price_update_time': 1774764281.699311}
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC74%2520HHL') HTTP/1.1" 204 0
2026-03-29 06:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX
2026-03-29 06:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX
2026-03-29 06:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX to the API
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:41 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML12%20ODX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41663a78-088c-5ec4-a819-ba5307be4922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML12 ODX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML12%20ODX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'CITROEN',
'model': 'BERLINGO',
'odometer': 65703,
'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 BERLINGO 1.6 E-HDI 90 A/D M/S XTR EGC6 MPV',
'transmission': 'automatic',
'trim': 'E-HDI 90 A/D M/S XTR EGC6',
'vin': 'VF77J9HP8CJ683154',
'year': 2012}
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML12%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 06:04:41 [bca.uk] INFO: Saving data for ML12%20ODX: {'auction_closing_time': 1774864800.0, 'created_time': 1774677773.3284, 'last_price_update_time': 1774764281.980301}
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML12%2520ODX') HTTP/1.1" 204 0
2026-03-29 06:04:42 [bca.uk] INFO: Found listing with ID: BG24%20XXM
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG24%2520XXM%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Scrape type for BG24%20XXM: 0
2026-03-29 06:04:42 [bca.uk] INFO: Found listing with ID: BK24%20ZKV
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Scrape type for BK24%20ZKV: 2
2026-03-29 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV
2026-03-29 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39d37f72-abfb-55e4-acd1-cc5e6afae154 with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39d37f72-abfb-55e4-acd1-cc5e6afae154 with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39d37f72-abfb-55e4-acd1-cc5e6afae154, identifier: BK24%20ZKV
2026-03-29 06:04:42 [bca.uk] INFO: Found listing with ID: PN15%20EZH
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN15%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Scrape type for PN15%20EZH: 2
2026-03-29 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH
2026-03-29 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 584fc796-a7a1-5d24-a212-eb6d6443ab98 with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 584fc796-a7a1-5d24-a212-eb6d6443ab98 with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 584fc796-a7a1-5d24-a212-eb6d6443ab98, identifier: PN15%20EZH
2026-03-29 06:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV
2026-03-29 06:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV
2026-03-29 06:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV to the API
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20ZKV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '39d37f72-abfb-55e4-acd1-cc5e6afae154',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK24 ZKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20ZKV&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 23425,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VR3USHNSKRJ597795',
'year': 2024}
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Saving data for BK24%20ZKV: {'auction_closing_time': 1775170800.0, 'created_time': 1773841620.723944, 'last_price_update_time': 1774764282.488561}
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520ZKV') HTTP/1.1" 204 0
2026-03-29 06:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH
2026-03-29 06:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH
2026-03-29 06:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH to the API
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:42 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN15%20EZH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '584fc796-a7a1-5d24-a212-eb6d6443ab98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN15 EZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN15%20EZH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'E220',
'odometer': 71595,
'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 E220 2.1 CDI B/T AMG LINE TIP Coupe',
'transmission': 'manual',
'trim': 'CDI B/T AMG LINE TIP',
'vin': 'WDD2073012F312506',
'year': 2015}
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN15%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Saving data for PN15%20EZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774677774.692365, 'last_price_update_time': 1774764282.765609}
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN15%2520EZH') HTTP/1.1" 204 0
2026-03-29 06:04:42 [bca.uk] INFO: Found listing with ID: BL73%20ZKG
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL73%2520ZKG%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Scrape type for BL73%20ZKG: 0
2026-03-29 06:04:42 [bca.uk] INFO: Found listing with ID: BP73%20HWG
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP73%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Scrape type for BP73%20HWG: 2
2026-03-29 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG
2026-03-29 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0cdd005-30d5-586d-ba48-434659ed689f with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0cdd005-30d5-586d-ba48-434659ed689f with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0cdd005-30d5-586d-ba48-434659ed689f, identifier: BP73%20HWG
2026-03-29 06:04:42 [bca.uk] INFO: Found listing with ID: RX03%20AFU
2026-03-29 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX03%2520AFU%27 HTTP/1.1" 200 None
2026-03-29 06:04:42 [bca.uk] INFO: Scrape type for RX03%20AFU: 2
2026-03-29 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU
2026-03-29 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7340cc82-1d82-5d32-a820-eede57ffefca with scrape type 2
2026-03-29 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7340cc82-1d82-5d32-a820-eede57ffefca with scrape type 2
2026-03-29 06:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7340cc82-1d82-5d32-a820-eede57ffefca, identifier: RX03%20AFU
2026-03-29 06:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG
2026-03-29 06:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG
2026-03-29 06:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG to the API
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20HWG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Diesel',
'id': 'd0cdd005-30d5-586d-ba48-434659ed689f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP73 HWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20HWG&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 21103,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'BLUEHDI 130 GT EAT8',
'vin': 'VF3MCYHZUPS139308',
'year': 2023}
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP73%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 06:04:43 [bca.uk] INFO: Saving data for BP73%20HWG: {'auction_closing_time': 1775170800.0, 'created_time': 1773841959.474013, 'last_price_update_time': 1774764283.284292}
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520HWG') HTTP/1.1" 204 0
2026-03-29 06:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU
2026-03-29 06:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU
2026-03-29 06:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU to the API
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:43 [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': 304,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX03%20AFU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '5.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7340cc82-1d82-5d32-a820-eede57ffefca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX03 AFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX03%20AFU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'SL500',
'odometer': 74323,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ SL500 5.0 Convertible',
'transmission': 'automatic',
'trim': '',
'vin': 'WDB2304752F042271',
'year': 2003}
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX03%2520AFU%27 HTTP/1.1" 200 None
2026-03-29 06:04:43 [bca.uk] INFO: Saving data for RX03%20AFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774677759.84734, 'last_price_update_time': 1774764283.575639}
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX03%2520AFU') HTTP/1.1" 204 0
2026-03-29 06:04:43 [bca.uk] INFO: Found listing with ID: BP73%20KDO
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP73%2520KDO%27 HTTP/1.1" 200 None
2026-03-29 06:04:43 [bca.uk] INFO: Scrape type for BP73%20KDO: 2
2026-03-29 06:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO
2026-03-29 06:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5183308f-a6e0-5344-8cb1-d244179b5e69 with scrape type 2
2026-03-29 06:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5183308f-a6e0-5344-8cb1-d244179b5e69 with scrape type 2
2026-03-29 06:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5183308f-a6e0-5344-8cb1-d244179b5e69, identifier: BP73%20KDO
2026-03-29 06:04:43 [bca.uk] INFO: Found listing with ID: X188%20XCL
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X188%2520XCL%27 HTTP/1.1" 200 None
2026-03-29 06:04:43 [bca.uk] INFO: Scrape type for X188%20XCL: 0
2026-03-29 06:04:43 [bca.uk] INFO: Found listing with ID: YM21%20TYH
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM21%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 06:04:43 [bca.uk] INFO: Scrape type for YM21%20TYH: 0
2026-03-29 06:04:43 [bca.uk] INFO: Found listing with ID: CP15%20POA
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP15%2520POA%27 HTTP/1.1" 200 None
2026-03-29 06:04:43 [bca.uk] INFO: Scrape type for CP15%20POA: 0
2026-03-29 06:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO
2026-03-29 06:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO
2026-03-29 06:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO to the API
2026-03-29 06:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20KDO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '5183308f-a6e0-5344-8cb1-d244179b5e69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP73 KDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20KDO&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 16522,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VR3USHNSKPJ924116',
'year': 2024}
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP73%2520KDO%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Saving data for BP73%20KDO: {'auction_closing_time': 1775170800.0, 'created_time': 1773841959.854373, 'last_price_update_time': 1774764284.017191}
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520KDO') HTTP/1.1" 204 0
2026-03-29 06:04:44 [bca.uk] INFO: Found listing with ID: BT23%20XZC
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT23%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Scrape type for BT23%20XZC: 2
2026-03-29 06:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC
2026-03-29 06:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7a6f54-f314-5254-9e7e-9c3a7b977707 with scrape type 2
2026-03-29 06:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb7a6f54-f314-5254-9e7e-9c3a7b977707 with scrape type 2
2026-03-29 06:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb7a6f54-f314-5254-9e7e-9c3a7b977707, identifier: BT23%20XZC
2026-03-29 06:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC
2026-03-29 06:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC
2026-03-29 06:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC to the API
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT23%20XZC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb7a6f54-f314-5254-9e7e-9c3a7b977707',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT23 XZC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT23%20XZC&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'DS AUTOMOBILES',
'model': 'DS 3',
'odometer': 47976,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
'vin': 'VR1URHNSSPW040162',
'year': 2023}
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT23%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Saving data for BT23%20XZC: {'auction_closing_time': 1775170800.0, 'created_time': 1773841367.273636, 'last_price_update_time': 1774764284.415137}
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT23%2520XZC') HTTP/1.1" 204 0
2026-03-29 06:04:44 [bca.uk] INFO: Found listing with ID: BW74%20DWK
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Scrape type for BW74%20DWK: 2
2026-03-29 06:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK
2026-03-29 06:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29bc8d78-b08a-53cb-8ce7-116995b4f362 with scrape type 2
2026-03-29 06:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29bc8d78-b08a-53cb-8ce7-116995b4f362 with scrape type 2
2026-03-29 06:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29bc8d78-b08a-53cb-8ce7-116995b4f362, identifier: BW74%20DWK
2026-03-29 06:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK
2026-03-29 06:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK
2026-03-29 06:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK to the API
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW74%20DWK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '29bc8d78-b08a-53cb-8ce7-116995b4f362',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BW74 DWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW74%20DWK&vehicleType=*',
'listing': 'directbuy',
'location': 'Walsall',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 13302,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 ALLURE E-DSC6',
'vin': 'VR3KAHPY7SS007744',
'year': 2025}
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Saving data for BW74%20DWK: {'auction_closing_time': 1775170800.0, 'created_time': 1773841946.89396, 'last_price_update_time': 1774764284.916431}
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW74%2520DWK') HTTP/1.1" 204 0
2026-03-29 06:04:44 [bca.uk] INFO: Found listing with ID: CF74%20PHA
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520PHA%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Scrape type for CF74%20PHA: 0
2026-03-29 06:04:44 [bca.uk] INFO: Found listing with ID: CF74%20PJJ
2026-03-29 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:44 [bca.uk] INFO: Scrape type for CF74%20PJJ: 2
2026-03-29 06:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ
2026-03-29 06:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4ca8765-e20c-51b0-82e4-09b632fd3150 with scrape type 2
2026-03-29 06:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4ca8765-e20c-51b0-82e4-09b632fd3150 with scrape type 2
2026-03-29 06:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4ca8765-e20c-51b0-82e4-09b632fd3150, identifier: CF74%20PJJ
2026-03-29 06:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ
2026-03-29 06:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ
2026-03-29 06:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ to the API
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20PJJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'b4ca8765-e20c-51b0-82e4-09b632fd3150',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CF74 PJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20PJJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 12111,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15800,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VR3USHNSXRJ986907',
'year': 2024}
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Saving data for CF74%20PJJ: {'auction_closing_time': 1775170800.0, 'created_time': 1773841964.113457, 'last_price_update_time': 1774764285.339809}
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520PJJ') HTTP/1.1" 204 0
2026-03-29 06:04:45 [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 06:04:45 [bca.uk] INFO: Found listing with ID: DL73%20LCP
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL73%2520LCP%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Scrape type for DL73%20LCP: 0
2026-03-29 06:04:45 [bca.uk] INFO: Found listing with ID: DL73%20LSZ
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL73%2520LSZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Scrape type for DL73%20LSZ: 0
2026-03-29 06:04:45 [bca.uk] INFO: Found listing with ID: DN24%20UWB
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Scrape type for DN24%20UWB: 2
2026-03-29 06:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB
2026-03-29 06:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9f04a01-474e-5946-a1a6-46cb2ddda49e with scrape type 2
2026-03-29 06:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9f04a01-474e-5946-a1a6-46cb2ddda49e with scrape type 2
2026-03-29 06:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9f04a01-474e-5946-a1a6-46cb2ddda49e, identifier: DN24%20UWB
2026-03-29 06:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB
2026-03-29 06:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB
2026-03-29 06:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB to the API
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20UWB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Electric',
'id': 'f9f04a01-474e-5946-a1a6-46cb2ddda49e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN24 UWB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20UWB&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'MOKKA-E',
'odometer': 10423,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA-E 100KW 50KWH ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH ULTIMATE',
'vin': 'VXKUKZKXZPW130274',
'year': 2024}
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Saving data for DN24%20UWB: {'auction_closing_time': 1775170800.0, 'created_time': 1773842708.513303, 'last_price_update_time': 1774764285.762129}
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520UWB') HTTP/1.1" 204 0
2026-03-29 06:04:45 [bca.uk] INFO: Found listing with ID: DN70%20KGO
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN70%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Scrape type for DN70%20KGO: 0
2026-03-29 06:04:45 [bca.uk] INFO: Found listing with ID: DV24%20BZA
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV24%2520BZA%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Scrape type for DV24%20BZA: 0
2026-03-29 06:04:45 [bca.uk] INFO: Found listing with ID: DX71%20AAF
2026-03-29 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-29 06:04:45 [bca.uk] INFO: Scrape type for DX71%20AAF: 2
2026-03-29 06:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF
2026-03-29 06:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with scrape type 2
2026-03-29 06:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with scrape type 2
2026-03-29 06:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0, identifier: DX71%20AAF
2026-03-29 06:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF
2026-03-29 06:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF
2026-03-29 06:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF to the API
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX71%20AAF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '51ef456c-3b16-5860-8d56-5a19ab4ee7f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DX71 AAF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX71%20AAF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 14845,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H CONNECT Hatchback',
'transmission': 'manual',
'trim': 'M/H CONNECT',
'vin': 'ZFACF1DJ4NJF58725',
'year': 2021}
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Saving data for DX71%20AAF: {'auction_closing_time': 1775170800.0, 'created_time': 1773841610.580713, 'last_price_update_time': 1774764286.250257}
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX71%2520AAF') HTTP/1.1" 204 0
2026-03-29 06:04:46 [bca.uk] INFO: Total items found: 100
2026-03-29 06:04:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded
2026-03-29 06:04:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:04:46 [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 06:04:46 [bca.uk] INFO: Found listing with ID: DY74%20BVW
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Scrape type for DY74%20BVW: 2
2026-03-29 06:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW
2026-03-29 06:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989e6bfd-1188-5e2f-b23e-bda38103ad37 with scrape type 2
2026-03-29 06:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 989e6bfd-1188-5e2f-b23e-bda38103ad37 with scrape type 2
2026-03-29 06:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 989e6bfd-1188-5e2f-b23e-bda38103ad37, identifier: DY74%20BVW
2026-03-29 06:04:46 [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 06:04:46 [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 06:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW
2026-03-29 06:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW
2026-03-29 06:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW to the API
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04: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 06:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '989e6bfd-1188-5e2f-b23e-bda38103ad37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY74 BVW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVW&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 3340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16100,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
'transmission': 'manual',
'trim': 'T 130 ULTIMATE',
'vin': 'W0VZRHNS2R6019302',
'year': 2024}
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Saving data for DY74%20BVW: {'auction_closing_time': 1775170800.0, 'created_time': 1773841427.901437, 'last_price_update_time': 1774764286.676473}
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVW') HTTP/1.1" 204 0
2026-03-29 06:04:46 [bca.uk] INFO: Found listing with ID: YJ73%20WSK
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ73%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Scrape type for YJ73%20WSK: 2
2026-03-29 06:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK
2026-03-29 06:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with scrape type 2
2026-03-29 06:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with scrape type 2
2026-03-29 06:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e, identifier: YJ73%20WSK
2026-03-29 06:04:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:04:46 [bca.uk] INFO: Found listing with ID: FD72%20URU
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD72%2520URU%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Scrape type for FD72%20URU: 0
2026-03-29 06:04:46 [bca.uk] INFO: Found listing with ID: FX19%20KVO
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX19%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Scrape type for FX19%20KVO: 0
2026-03-29 06:04:46 [bca.uk] INFO: Found listing with ID: GF23%20UCB
2026-03-29 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520UCB%27 HTTP/1.1" 200 None
2026-03-29 06:04:46 [bca.uk] INFO: Scrape type for GF23%20UCB: 2
2026-03-29 06:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB
2026-03-29 06:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with scrape type 2
2026-03-29 06:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with scrape type 2
2026-03-29 06:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8438b3b-3673-593f-b04f-8f6f4cc4ea07, identifier: GF23%20UCB
2026-03-29 06:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK
2026-03-29 06:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK
2026-03-29 06:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK to the API
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ73%20WSK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Electric',
'id': 'd3b4f745-0f8c-523a-a281-4d9f20c4ce5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YJ73 WSK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ73%20WSK&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'JEEP',
'model': 'AVENGER',
'odometer': 9496,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14900,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'JEEP AVENGER 115KW 54KWH 1ST EDITION Hatchback',
'transmission': 'automatic',
'trim': '115KW 54KWH 1ST EDITION',
'vin': 'ZACNJAC54PJK29107',
'year': 2023}
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ73%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 06:04:47 [bca.uk] INFO: Saving data for YJ73%20WSK: {'auction_closing_time': 1775170800.0, 'created_time': 1773823508.307705, 'last_price_update_time': 1774764287.31699}
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ73%2520WSK') HTTP/1.1" 204 0
2026-03-29 06:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB
2026-03-29 06:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB
2026-03-29 06:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB to the API
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 29,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20UCB-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a8438b3b-3673-593f-b04f-8f6f4cc4ea07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GF23 UCB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20UCB&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 29988,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
'transmission': 'automatic',
'trim': 'PHEV AWD VELOCE',
'vin': 'ZARPATDW3N3038569',
'year': 2023}
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF23%2520UCB%27 HTTP/1.1" 200 None
2026-03-29 06:04:47 [bca.uk] INFO: Saving data for GF23%20UCB: {'auction_closing_time': 1775170800.0, 'created_time': 1773841399.886794, 'last_price_update_time': 1774764287.721334}
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520UCB') HTTP/1.1" 204 0
2026-03-29 06:04:47 [bca.uk] INFO: Found listing with ID: YJ73%20WUU
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-29 06:04:47 [bca.uk] INFO: Scrape type for YJ73%20WUU: 2
2026-03-29 06:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU
2026-03-29 06:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d47f39c-7396-5f07-886e-a19d813395b2 with scrape type 2
2026-03-29 06:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d47f39c-7396-5f07-886e-a19d813395b2 with scrape type 2
2026-03-29 06:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d47f39c-7396-5f07-886e-a19d813395b2, identifier: YJ73%20WUU
2026-03-29 06:04:47 [bca.uk] INFO: Found listing with ID: GY24%20CFU
2026-03-29 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY24%2520CFU%27 HTTP/1.1" 200 None
2026-03-29 06:04:47 [bca.uk] INFO: Scrape type for GY24%20CFU: 2
2026-03-29 06:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU
2026-03-29 06:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7086cd-c04d-5b40-9bc6-328d684710c5 with scrape type 2
2026-03-29 06:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7086cd-c04d-5b40-9bc6-328d684710c5 with scrape type 2
2026-03-29 06:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f7086cd-c04d-5b40-9bc6-328d684710c5, identifier: GY24%20CFU
2026-03-29 06:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU
2026-03-29 06:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU
2026-03-29 06:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU to the API
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ73%20WUU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '6d47f39c-7396-5f07-886e-a19d813395b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YJ73 WUU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ73%20WUU&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'JEEP',
'model': 'AVENGER',
'odometer': 11664,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14800,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'JEEP AVENGER 1.2 ALTITUDE+ Hatchback',
'transmission': 'manual',
'trim': 'ALTITUDE+',
'vin': 'ZAC5JACL6PJK54282',
'year': 2024}
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Saving data for YJ73%20WUU: {'auction_closing_time': 1775170800.0, 'created_time': 1773835096.342081, 'last_price_update_time': 1774764288.233781}
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ73%2520WUU') HTTP/1.1" 204 0
2026-03-29 06:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU
2026-03-29 06:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU
2026-03-29 06:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU to the API
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY24%20CFU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '2f7086cd-c04d-5b40-9bc6-328d684710c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GY24 CFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY24%20CFU&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 29852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VR3USHNS0RJ625668',
'year': 2024}
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520CFU%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Saving data for GY24%20CFU: {'auction_closing_time': 1775170800.0, 'created_time': 1773823501.143132, 'last_price_update_time': 1774764288.518482}
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY24%2520CFU') HTTP/1.1" 204 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: YM22%20GWY
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM22%2520GWY%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for YM22%20GWY: 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: YY73%20UHG
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for YY73%20UHG: 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: YY73%20UHP
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520UHP%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for YY73%20UHP: 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: YY73%20XEX
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XEX%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for YY73%20XEX: 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: YY73%20XFS
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFS%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for YY73%20XFS: 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: YY73%20XHE
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for YY73%20XHE: 2
2026-03-29 06:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE
2026-03-29 06:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d0b0de4-a212-56ee-ac22-225c55c3da9d with scrape type 2
2026-03-29 06:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d0b0de4-a212-56ee-ac22-225c55c3da9d with scrape type 2
2026-03-29 06:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d0b0de4-a212-56ee-ac22-225c55c3da9d, identifier: YY73%20XHE
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: HK73%20JYE
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520JYE%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for HK73%20JYE: 0
2026-03-29 06:04:48 [bca.uk] INFO: Found listing with ID: KF73%20CNX
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CNX%27 HTTP/1.1" 200 None
2026-03-29 06:04:48 [bca.uk] INFO: Scrape type for KF73%20CNX: 2
2026-03-29 06:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX
2026-03-29 06:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df2972a1-f115-5cb2-9772-2aba758465ee with scrape type 2
2026-03-29 06:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df2972a1-f115-5cb2-9772-2aba758465ee with scrape type 2
2026-03-29 06:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df2972a1-f115-5cb2-9772-2aba758465ee, identifier: KF73%20CNX
2026-03-29 06:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE
2026-03-29 06:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE
2026-03-29 06:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE to the API
2026-03-29 06:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XHE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '3d0b0de4-a212-56ee-ac22-225c55c3da9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 XHE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XHE&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 10950,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H Hatchback',
'transmission': 'manual',
'trim': 'M/H',
'vin': 'ZFACF1BJ7PJJ10840',
'year': 2023}
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY73%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 06:04:49 [bca.uk] INFO: Saving data for YY73%20XHE: {'auction_closing_time': 1775170800.0, 'created_time': 1773841796.747175, 'last_price_update_time': 1774764289.127716}
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XHE') HTTP/1.1" 204 0
2026-03-29 06:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX
2026-03-29 06:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX
2026-03-29 06:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX to the API
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20CNX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'df2972a1-f115-5cb2-9772-2aba758465ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KF73 CNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20CNX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 6345,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
'transmission': 'automatic',
'trim': 'T 130 GS',
'vin': 'VXKUPHNSSP4352660',
'year': 2024}
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF73%2520CNX%27 HTTP/1.1" 200 None
2026-03-29 06:04:49 [bca.uk] INFO: Saving data for KF73%20CNX: {'auction_closing_time': 1775170800.0, 'created_time': 1773842095.535338, 'last_price_update_time': 1774764289.40794}
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520CNX') HTTP/1.1" 204 0
2026-03-29 06:04:49 [bca.uk] INFO: Found listing with ID: EK73%20WBT
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK73%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 06:04:49 [bca.uk] INFO: Scrape type for EK73%20WBT: 2
2026-03-29 06:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT
2026-03-29 06:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b07f389-0c6c-56b1-9c72-97560766d55c with scrape type 2
2026-03-29 06:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b07f389-0c6c-56b1-9c72-97560766d55c with scrape type 2
2026-03-29 06:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b07f389-0c6c-56b1-9c72-97560766d55c, identifier: EK73%20WBT
2026-03-29 06:04:49 [bca.uk] INFO: Found listing with ID: KJ19%20XCZ
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:49 [bca.uk] INFO: Scrape type for KJ19%20XCZ: 2
2026-03-29 06:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ
2026-03-29 06:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5fd2d8c-5a26-52d5-8201-3b74e00758ca with scrape type 2
2026-03-29 06:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5fd2d8c-5a26-52d5-8201-3b74e00758ca with scrape type 2
2026-03-29 06:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5fd2d8c-5a26-52d5-8201-3b74e00758ca, identifier: KJ19%20XCZ
2026-03-29 06:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT
2026-03-29 06:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT
2026-03-29 06:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT to the API
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK73%20WBT-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '5b07f389-0c6c-56b1-9c72-97560766d55c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK73 WBT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK73%20WBT&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 26433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14705,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 95 LIFE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 95 LIFE DSG',
'vin': 'WVWZZZAWZPU099908',
'year': 2023}
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK73%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 06:04:49 [bca.uk] INFO: Saving data for EK73%20WBT: {'auction_closing_time': 1775199600.0, 'created_time': 1774477547.016843, 'last_price_update_time': 1774764289.913459}
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK73%2520WBT') HTTP/1.1" 204 0
2026-03-29 06:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ
2026-03-29 06:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ
2026-03-29 06:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ to the API
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20XCZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5fd2d8c-5a26-52d5-8201-3b74e00758ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ19 XCZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20XCZ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'SEAT',
'model': 'TARRACO',
'odometer': 90394,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SEAT TARRACO 2.0 TDI 150 SE TECHNOLOGY StationWagon',
'transmission': 'manual',
'trim': 'TDI 150 SE TECHNOLOGY',
'vin': 'VSSZZZKNZKW016628',
'year': 2019}
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Saving data for KJ19%20XCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774364305.036973, 'last_price_update_time': 1774764290.310059}
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520XCZ') HTTP/1.1" 204 0
2026-03-29 06:04:50 [bca.uk] INFO: Found listing with ID: CV18%20ZGK
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV18%2520ZGK%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Scrape type for CV18%20ZGK: 0
2026-03-29 06:04:50 [bca.uk] INFO: Found listing with ID: LM63%20VTK
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM63%2520VTK%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Scrape type for LM63%20VTK: 0
2026-03-29 06:04:50 [bca.uk] INFO: Found listing with ID: KP69%20EZC
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP69%2520EZC%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Scrape type for KP69%20EZC: 0
2026-03-29 06:04:50 [bca.uk] INFO: Found listing with ID: LM58%20ZKW
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM58%2520ZKW%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Scrape type for LM58%20ZKW: 2
2026-03-29 06:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW
2026-03-29 06:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with scrape type 2
2026-03-29 06:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with scrape type 2
2026-03-29 06:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe, identifier: LM58%20ZKW
2026-03-29 06:04:50 [bca.uk] INFO: Found listing with ID: KJ23%20NNB
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Scrape type for KJ23%20NNB: 2
2026-03-29 06:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB
2026-03-29 06:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c694533b-ecda-5bbf-bd7f-b4d55d26e901 with scrape type 2
2026-03-29 06:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c694533b-ecda-5bbf-bd7f-b4d55d26e901 with scrape type 2
2026-03-29 06:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c694533b-ecda-5bbf-bd7f-b4d55d26e901, identifier: KJ23%20NNB
2026-03-29 06:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW
2026-03-29 06:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW
2026-03-29 06:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW to the API
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM58%20ZKW-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '6e2d8fd3-e644-584e-a2fe-602b9a6988fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM58 ZKW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM58%20ZKW&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 91755,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1100,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 ZETEC Estate',
'transmission': 'manual',
'trim': 'ZETEC',
'vin': 'WF0SXXGCDS8S81352',
'year': 2008}
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM58%2520ZKW%27 HTTP/1.1" 200 None
2026-03-29 06:04:50 [bca.uk] INFO: Saving data for LM58%20ZKW: {'auction_closing_time': 1775199600.0, 'created_time': 1773827357.515719, 'last_price_update_time': 1774764290.855378}
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM58%2520ZKW') HTTP/1.1" 204 0
2026-03-29 06:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB
2026-03-29 06:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB
2026-03-29 06:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB to the API
2026-03-29 06:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ23%20NNB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'c694533b-ecda-5bbf-bd7f-b4d55d26e901',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KJ23 NNB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ23%20NNB&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 27482,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
'vin': 'VR3UPHNSSP5093139',
'year': 2023}
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 06:04:51 [bca.uk] INFO: Saving data for KJ23%20NNB: {'auction_closing_time': 1775170800.0, 'created_time': 1773842134.493274, 'last_price_update_time': 1774764291.147581}
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ23%2520NNB') HTTP/1.1" 204 0
2026-03-29 06:04:51 [bca.uk] INFO: Found listing with ID: ND66%20WXW
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND66%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 06:04:51 [bca.uk] INFO: Scrape type for ND66%20WXW: 2
2026-03-29 06:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW
2026-03-29 06:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7b1dafd-8a71-56ab-972b-7d745fda99c7 with scrape type 2
2026-03-29 06:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7b1dafd-8a71-56ab-972b-7d745fda99c7 with scrape type 2
2026-03-29 06:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7b1dafd-8a71-56ab-972b-7d745fda99c7, identifier: ND66%20WXW
2026-03-29 06:04:51 [bca.uk] INFO: Found listing with ID: KW24%20FNA
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW24%2520FNA%27 HTTP/1.1" 200 None
2026-03-29 06:04:51 [bca.uk] INFO: Scrape type for KW24%20FNA: 2
2026-03-29 06:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA
2026-03-29 06:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with scrape type 2
2026-03-29 06:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with scrape type 2
2026-03-29 06:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ec238c6-2884-5ce5-aea8-e573d81c77d3, identifier: KW24%20FNA
2026-03-29 06:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW
2026-03-29 06:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW
2026-03-29 06:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW to the API
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND66%20WXW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'e7b1dafd-8a71-56ab-972b-7d745fda99c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND66 WXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND66%20WXW&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 176671,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1700,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 1.6 TDI CR 110 SE BUSINESS Estate',
'transmission': 'manual',
'trim': 'TDI CR 110 SE BUSINESS',
'vin': 'TMBKG7NE3H0068693',
'year': 2016}
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND66%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 06:04:51 [bca.uk] INFO: Saving data for ND66%20WXW: {'auction_closing_time': 1775199600.0, 'created_time': 1773829887.852889, 'last_price_update_time': 1774764291.660271}
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND66%2520WXW') HTTP/1.1" 204 0
2026-03-29 06:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA
2026-03-29 06:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA
2026-03-29 06:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA to the API
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW24%20FNA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '6ec238c6-2884-5ce5-aea8-e573d81c77d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KW24 FNA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW24%20FNA&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 16831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VR3USHNS3RJ635501',
'year': 2024}
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW24%2520FNA%27 HTTP/1.1" 200 None
2026-03-29 06:04:51 [bca.uk] INFO: Saving data for KW24%20FNA: {'auction_closing_time': 1775170800.0, 'created_time': 1774274513.449203, 'last_price_update_time': 1774764291.95431}
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW24%2520FNA') HTTP/1.1" 204 0
2026-03-29 06:04:51 [bca.uk] INFO: Found listing with ID: PE15%20XVX
2026-03-29 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE15%2520XVX%27 HTTP/1.1" 200 None
2026-03-29 06:04:51 [bca.uk] INFO: Scrape type for PE15%20XVX: 2
2026-03-29 06:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX
2026-03-29 06:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a6d04df-78bd-551c-ae3e-75ad0380c00a with scrape type 2
2026-03-29 06:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a6d04df-78bd-551c-ae3e-75ad0380c00a with scrape type 2
2026-03-29 06:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a6d04df-78bd-551c-ae3e-75ad0380c00a, identifier: PE15%20XVX
2026-03-29 06:04:52 [bca.uk] INFO: Found listing with ID: KY19%20TNM
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY19%2520TNM%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Scrape type for KY19%20TNM: 0
2026-03-29 06:04:52 [bca.uk] INFO: Found listing with ID: LG20%20CFV
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG20%2520CFV%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Scrape type for LG20%20CFV: 0
2026-03-29 06:04:52 [bca.uk] INFO: Found listing with ID: LG24%20ZDK
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG24%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Scrape type for LG24%20ZDK: 2
2026-03-29 06:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK
2026-03-29 06:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with scrape type 2
2026-03-29 06:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with scrape type 2
2026-03-29 06:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0, identifier: LG24%20ZDK
2026-03-29 06:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX
2026-03-29 06:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX
2026-03-29 06:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX to the API
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE15%20XVX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '1a6d04df-78bd-551c-ae3e-75ad0380c00a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE15 XVX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE15%20XVX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 133512,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3000,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.6 DCI 130 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DCI 130 TEKNA',
'vin': 'SJNFDAJ11U1256170',
'year': 2015}
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE15%2520XVX%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Saving data for PE15%20XVX: {'auction_closing_time': 1775199600.0, 'created_time': 1773837749.691189, 'last_price_update_time': 1774764292.485684}
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE15%2520XVX') HTTP/1.1" 204 0
2026-03-29 06:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK
2026-03-29 06:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK
2026-03-29 06:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK to the API
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG24%20ZDK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Electric',
'id': 'fd4ca2f9-70c1-5204-8741-a9eb035fd2e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LG24 ZDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG24%20ZDK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 19382,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22300,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS7RC420207',
'year': 2024}
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG24%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Saving data for LG24%20ZDK: {'auction_closing_time': 1775170800.0, 'created_time': 1773841420.622218, 'last_price_update_time': 1774764292.862754}
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG24%2520ZDK') HTTP/1.1" 204 0
2026-03-29 06:04:52 [bca.uk] INFO: Found listing with ID: BJ68%20DAO
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Scrape type for BJ68%20DAO: 0
2026-03-29 06:04:52 [bca.uk] INFO: Found listing with ID: BN70%20UTW
2026-03-29 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN70%2520UTW%27 HTTP/1.1" 200 None
2026-03-29 06:04:52 [bca.uk] INFO: Scrape type for BN70%20UTW: 2
2026-03-29 06:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW
2026-03-29 06:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20a169ab-005b-5871-a5c2-bf36a640c1f9 with scrape type 2
2026-03-29 06:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20a169ab-005b-5871-a5c2-bf36a640c1f9 with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20a169ab-005b-5871-a5c2-bf36a640c1f9, identifier: BN70%20UTW
2026-03-29 06:04:53 [bca.uk] INFO: Found listing with ID: LL74%20DHM
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHM%27 HTTP/1.1" 200 None
2026-03-29 06:04:53 [bca.uk] INFO: Scrape type for LL74%20DHM: 0
2026-03-29 06:04:53 [bca.uk] INFO: Found listing with ID: LN24%20RKU
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:53 [bca.uk] INFO: Scrape type for LN24%20RKU: 2
2026-03-29 06:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU
2026-03-29 06:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e08395c9-4e7d-59a5-8747-357bb0d5d128 with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e08395c9-4e7d-59a5-8747-357bb0d5d128 with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e08395c9-4e7d-59a5-8747-357bb0d5d128, identifier: LN24%20RKU
2026-03-29 06:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW
2026-03-29 06:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW
2026-03-29 06:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW to the API
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 339,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN70%20UTW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '20a169ab-005b-5871-a5c2-bf36a640c1f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN70 UTW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN70%20UTW&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 50458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 37000,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 P575 S/C SVR StationWagon',
'transmission': 'automatic',
'trim': 'P575 S/C SVR',
'vin': 'SALWA2AE7LA738446',
'year': 2020}
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN70%2520UTW%27 HTTP/1.1" 200 None
2026-03-29 06:04:53 [bca.uk] INFO: Saving data for BN70%20UTW: {'auction_closing_time': 1775199600.0, 'created_time': 1774391165.98301, 'last_price_update_time': 1774764293.430842}
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN70%2520UTW') HTTP/1.1" 204 0
2026-03-29 06:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU
2026-03-29 06:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU
2026-03-29 06:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU to the API
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RKU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'e08395c9-4e7d-59a5-8747-357bb0d5d128',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN24 RKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RKU&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 5413,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
'transmission': 'automatic',
'trim': 'T 130 GS',
'vin': 'VXKUPHNS3R4054594',
'year': 2024}
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RKU%27 HTTP/1.1" 200 None
2026-03-29 06:04:53 [bca.uk] INFO: Saving data for LN24%20RKU: {'auction_closing_time': 1775170800.0, 'created_time': 1773842428.316607, 'last_price_update_time': 1774764293.72754}
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RKU') HTTP/1.1" 204 0
2026-03-29 06:04:53 [bca.uk] INFO: Found listing with ID: DF67%20WXX
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF67%2520WXX%27 HTTP/1.1" 200 None
2026-03-29 06:04:53 [bca.uk] INFO: Scrape type for DF67%20WXX: 2
2026-03-29 06:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX
2026-03-29 06:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d46741-9141-59cc-8349-bde30cbdfca1 with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79d46741-9141-59cc-8349-bde30cbdfca1 with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79d46741-9141-59cc-8349-bde30cbdfca1, identifier: DF67%20WXX
2026-03-29 06:04:53 [bca.uk] INFO: Found listing with ID: LS24%20EMK
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-29 06:04:53 [bca.uk] INFO: Scrape type for LS24%20EMK: 2
2026-03-29 06:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK
2026-03-29 06:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bdf73e4-a993-553b-b687-723092aa0d0d with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bdf73e4-a993-553b-b687-723092aa0d0d with scrape type 2
2026-03-29 06:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bdf73e4-a993-553b-b687-723092aa0d0d, identifier: LS24%20EMK
2026-03-29 06:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX
2026-03-29 06:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX
2026-03-29 06:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX to the API
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF67%20WXX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '79d46741-9141-59cc-8349-bde30cbdfca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF67 WXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF67%20WXX&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 77970,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11800,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
'transmission': 'manual',
'trim': 'SDV6 306 HSE',
'vin': 'SALWA2EK5HA693675',
'year': 2018}
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF67%2520WXX%27 HTTP/1.1" 200 None
2026-03-29 06:04:54 [bca.uk] INFO: Saving data for DF67%20WXX: {'auction_closing_time': 1775199600.0, 'created_time': 1774391079.123259, 'last_price_update_time': 1774764294.293682}
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF67%2520WXX') HTTP/1.1" 204 0
2026-03-29 06:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK
2026-03-29 06:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK
2026-03-29 06:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK to the API
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20EMK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '9bdf73e4-a993-553b-b687-723092aa0d0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS24 EMK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20EMK&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 28021,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15200,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VF3MRHNSURS020287',
'year': 2024}
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-29 06:04:54 [bca.uk] INFO: Saving data for LS24%20EMK: {'auction_closing_time': 1775170800.0, 'created_time': 1773841920.748516, 'last_price_update_time': 1774764294.580978}
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520EMK') HTTP/1.1" 204 0
2026-03-29 06:04:54 [bca.uk] INFO: Found listing with ID: EO68%20OSM
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 06:04:54 [bca.uk] INFO: Scrape type for EO68%20OSM: 2
2026-03-29 06:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM
2026-03-29 06:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13d28788-b06c-53fb-8716-33625c17af08 with scrape type 2
2026-03-29 06:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13d28788-b06c-53fb-8716-33625c17af08 with scrape type 2
2026-03-29 06:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13d28788-b06c-53fb-8716-33625c17af08, identifier: EO68%20OSM
2026-03-29 06:04:54 [bca.uk] INFO: Found listing with ID: LS24%20VUX
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 06:04:54 [bca.uk] INFO: Scrape type for LS24%20VUX: 2
2026-03-29 06:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX
2026-03-29 06:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e48e801-9604-5c7b-b88b-0d9ccd072195 with scrape type 2
2026-03-29 06:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e48e801-9604-5c7b-b88b-0d9ccd072195 with scrape type 2
2026-03-29 06:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e48e801-9604-5c7b-b88b-0d9ccd072195, identifier: LS24%20VUX
2026-03-29 06:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM
2026-03-29 06:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM
2026-03-29 06:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM to the API
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO68%20OSM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '13d28788-b06c-53fb-8716-33625c17af08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO68 OSM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO68%20OSM&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 99742,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19000,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER 3.0 SDV6 VOGUE SE StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 VOGUE SE',
'vin': 'SALGA2AK4KA519629',
'year': 2018}
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [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 06:04:55 [bca.uk] INFO: Saving data for EO68%20OSM: {'auction_closing_time': 1775199600.0, 'created_time': 1774364814.620331, 'last_price_update_time': 1774764295.090838}
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO68%2520OSM') HTTP/1.1" 204 0
2026-03-29 06:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX
2026-03-29 06:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX
2026-03-29 06:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX to the API
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20VUX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '6e48e801-9604-5c7b-b88b-0d9ccd072195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS24 VUX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20VUX&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 8786,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VF3MRHNSUPS171642',
'year': 2024}
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04: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%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 06:04:55 [bca.uk] INFO: Saving data for LS24%20VUX: {'auction_closing_time': 1775170800.0, 'created_time': 1773841943.318919, 'last_price_update_time': 1774764295.380244}
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520VUX') HTTP/1.1" 204 0
2026-03-29 06:04:55 [bca.uk] INFO: Found listing with ID: GM17%20BGK
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [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 06:04:55 [bca.uk] INFO: Scrape type for GM17%20BGK: 0
2026-03-29 06:04:55 [bca.uk] INFO: Found listing with ID: KO67%20BZU
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [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 06:04:55 [bca.uk] INFO: Scrape type for KO67%20BZU: 2
2026-03-29 06:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU
2026-03-29 06:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with scrape type 2
2026-03-29 06:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with scrape type 2
2026-03-29 06:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40, identifier: KO67%20BZU
2026-03-29 06:04:55 [bca.uk] INFO: Found listing with ID: MD74%20GXE
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [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 06:04:55 [bca.uk] INFO: Scrape type for MD74%20GXE: 2
2026-03-29 06:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE
2026-03-29 06:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb6413a9-c329-5444-9738-70f65fa1e631 with scrape type 2
2026-03-29 06:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb6413a9-c329-5444-9738-70f65fa1e631 with scrape type 2
2026-03-29 06:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb6413a9-c329-5444-9738-70f65fa1e631, identifier: MD74%20GXE
2026-03-29 06:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU
2026-03-29 06:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU
2026-03-29 06:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU to the API
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO67%20BZU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '755f00c8-7b8a-5dc3-98db-d2260c7a9f40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KO67 BZU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO67%20BZU&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 58376,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 SD4 240 HSE DYNAMIC LUXURY '
'StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE DYNAMIC LUXURY',
'vin': 'SALCA2AN1JH742452',
'year': 2018}
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [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 06:04:55 [bca.uk] INFO: Saving data for KO67%20BZU: {'auction_closing_time': 1775199600.0, 'created_time': 1774364785.479888, 'last_price_update_time': 1774764295.884365}
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO67%2520BZU') HTTP/1.1" 204 0
2026-03-29 06:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE
2026-03-29 06:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE
2026-03-29 06:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE to the API
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD74%20GXE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'fb6413a9-c329-5444-9738-70f65fa1e631',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD74 GXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD74%20GXE&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 6972,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20500,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 ALLURE E-DSC6',
'vin': 'VR3KAHPY8SS009325',
'year': 2024}
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD74%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Saving data for MD74%20GXE: {'auction_closing_time': 1775170800.0, 'created_time': 1773841937.671346, 'last_price_update_time': 1774764296.262124}
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD74%2520GXE') HTTP/1.1" 204 0
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: KS69%20AUH
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS69%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for KS69%20AUH: 0
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: LO66%20AAU
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO66%2520AAU%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for LO66%20AAU: 0
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: MF71%20ZHD
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF71%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for MF71%20ZHD: 0
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: MW70%20BVB
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW70%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for MW70%20BVB: 0
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: OY17%20KRU
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520KRU%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for OY17%20KRU: 2
2026-03-29 06:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU
2026-03-29 06:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a870309-9e76-534a-bc1b-7859e60eb9b9 with scrape type 2
2026-03-29 06:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a870309-9e76-534a-bc1b-7859e60eb9b9 with scrape type 2
2026-03-29 06:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a870309-9e76-534a-bc1b-7859e60eb9b9, identifier: OY17%20KRU
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: MH24%20ZDS
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH24%2520ZDS%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for MH24%20ZDS: 0
2026-03-29 06:04:56 [bca.uk] INFO: Found listing with ID: ML74%20XNN
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Scrape type for ML74%20XNN: 2
2026-03-29 06:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN
2026-03-29 06:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with scrape type 2
2026-03-29 06:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with scrape type 2
2026-03-29 06:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1, identifier: ML74%20XNN
2026-03-29 06:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU
2026-03-29 06:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU
2026-03-29 06:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU to the API
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20KRU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '7a870309-9e76-534a-bc1b-7859e60eb9b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY17 KRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20KRU&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 68381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TD6 258 HSE',
'vin': 'SALRA2AK3HA004767',
'year': 2017}
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520KRU%27 HTTP/1.1" 200 None
2026-03-29 06:04:56 [bca.uk] INFO: Saving data for OY17%20KRU: {'auction_closing_time': 1775199600.0, 'created_time': 1774364840.608255, 'last_price_update_time': 1774764296.861155}
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520KRU') HTTP/1.1" 204 0
2026-03-29 06:04:56 [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 06:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN
2026-03-29 06:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN
2026-03-29 06:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN to the API
2026-03-29 06:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML74%20XNN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML74 XNN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML74%20XNN&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 23425,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE3R4285619',
'year': 2024}
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Saving data for ML74%20XNN: {'auction_closing_time': 1775170800.0, 'created_time': 1773841924.453446, 'last_price_update_time': 1774764297.131185}
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML74%2520XNN') HTTP/1.1" 204 0
2026-03-29 06:04:57 [bca.uk] INFO: Found listing with ID: OY17%20SPZ
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Scrape type for OY17%20SPZ: 2
2026-03-29 06:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ
2026-03-29 06:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94acaf4-f451-5063-89ad-5aa588a07666 with scrape type 2
2026-03-29 06:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94acaf4-f451-5063-89ad-5aa588a07666 with scrape type 2
2026-03-29 06:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c94acaf4-f451-5063-89ad-5aa588a07666, identifier: OY17%20SPZ
2026-03-29 06:04:57 [bca.uk] INFO: Found listing with ID: MW23%20BYZ
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW23%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Scrape type for MW23%20BYZ: 2
2026-03-29 06:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ
2026-03-29 06:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5867a36-5175-56c9-a8bb-c699616c0c7e with scrape type 2
2026-03-29 06:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5867a36-5175-56c9-a8bb-c699616c0c7e with scrape type 2
2026-03-29 06:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5867a36-5175-56c9-a8bb-c699616c0c7e, identifier: MW23%20BYZ
2026-03-29 06:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ
2026-03-29 06:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ
2026-03-29 06:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ to the API
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20SPZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'c94acaf4-f451-5063-89ad-5aa588a07666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY17 SPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20SPZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 94627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'TD6 258 HSE LUXURY',
'vin': 'SALRA2AK0HA004452',
'year': 2017}
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Saving data for OY17%20SPZ: {'auction_closing_time': 1775199600.0, 'created_time': 1774364822.940193, 'last_price_update_time': 1774764297.635875}
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520SPZ') HTTP/1.1" 204 0
2026-03-29 06:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ
2026-03-29 06:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ
2026-03-29 06:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ to the API
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW23%20BYZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'f5867a36-5175-56c9-a8bb-c699616c0c7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW23 BYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW23%20BYZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'DS AUTOMOBILES',
'model': 'DS 4',
'odometer': 49325,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
'vin': 'VR1FRHNSTP1023251',
'year': 2023}
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW23%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Saving data for MW23%20BYZ: {'auction_closing_time': 1775170800.0, 'created_time': 1773834962.874974, 'last_price_update_time': 1774764297.922048}
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW23%2520BYZ') HTTP/1.1" 204 0
2026-03-29 06:04:57 [bca.uk] INFO: Found listing with ID: OY66%20YSS
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY66%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Scrape type for OY66%20YSS: 0
2026-03-29 06:04:57 [bca.uk] INFO: Found listing with ID: RO72%20MAE
2026-03-29 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-29 06:04:57 [bca.uk] INFO: Scrape type for RO72%20MAE: 2
2026-03-29 06:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with identifier: RO72%20MAE
2026-03-29 06:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with scrape type 2
2026-03-29 06:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with scrape type 2
2026-03-29 06:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605, identifier: RO72%20MAE
2026-03-29 06:04:58 [bca.uk] INFO: Found listing with ID: MW23%20LSZ
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LSZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:58 [bca.uk] INFO: Scrape type for MW23%20LSZ: 2
2026-03-29 06:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ
2026-03-29 06:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995ce446-f237-5402-a6a6-7fca9e4861e2 with scrape type 2
2026-03-29 06:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 995ce446-f237-5402-a6a6-7fca9e4861e2 with scrape type 2
2026-03-29 06:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 995ce446-f237-5402-a6a6-7fca9e4861e2, identifier: MW23%20LSZ
2026-03-29 06:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with identifier: RO72%20MAE
2026-03-29 06:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with identifier: RO72%20MAE
2026-03-29 06:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with identifier: RO72%20MAE to the API
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 225,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20MAE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0097e2cf-a0a4-58de-9eac-a82ce4ee4605',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO72 MAE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20MAE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'DEFENDER 90',
'odometer': 25288,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 90 3.0 D250 AWD X-DYNAMIC SE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'D250 AWD X-DYNAMIC SE (5ST)',
'vin': 'SALEA6AW1P2158234',
'year': 2022}
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-29 06:04:58 [bca.uk] INFO: Saving data for RO72%20MAE: {'auction_closing_time': 1775124000.0, 'created_time': 1774651861.858028, 'last_price_update_time': 1774764298.454023}
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520MAE') HTTP/1.1" 204 0
2026-03-29 06:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ
2026-03-29 06:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ
2026-03-29 06:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ to the API
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW23%20LSZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '995ce446-f237-5402-a6a6-7fca9e4861e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW23 LSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW23%20LSZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'DS AUTOMOBILES',
'model': 'DS 4',
'odometer': 47464,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12800,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
'vin': 'VR1FRHNSTP1016402',
'year': 2023}
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LSZ%27 HTTP/1.1" 200 None
2026-03-29 06:04:58 [bca.uk] INFO: Saving data for MW23%20LSZ: {'auction_closing_time': 1775170800.0, 'created_time': 1773841993.619366, 'last_price_update_time': 1774764298.838335}
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW23%2520LSZ') HTTP/1.1" 204 0
2026-03-29 06:04:58 [bca.uk] INFO: Found listing with ID: DS65%20OCU
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520OCU%27 HTTP/1.1" 200 None
2026-03-29 06:04:58 [bca.uk] INFO: Scrape type for DS65%20OCU: 0
2026-03-29 06:04:58 [bca.uk] INFO: Found listing with ID: FE67%20JCX
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-29 06:04:58 [bca.uk] INFO: Scrape type for FE67%20JCX: 2
2026-03-29 06:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX
2026-03-29 06:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with scrape type 2
2026-03-29 06:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with scrape type 2
2026-03-29 06:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b, identifier: FE67%20JCX
2026-03-29 06:04:59 [bca.uk] INFO: Total items found: 100
2026-03-29 06:04:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded
2026-03-29 06:04:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:04:59 [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 06:04:59 [bca.uk] INFO: Found listing with ID: OU72%20LYV
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for OU72%20LYV: 2
2026-03-29 06:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV
2026-03-29 06:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 782cde8f-90ca-5475-a362-5e2b37175fd7 with scrape type 2
2026-03-29 06:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 782cde8f-90ca-5475-a362-5e2b37175fd7 with scrape type 2
2026-03-29 06:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 782cde8f-90ca-5475-a362-5e2b37175fd7, identifier: OU72%20LYV
2026-03-29 06:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX
2026-03-29 06:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX
2026-03-29 06:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX to the API
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE67%20JCX-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '6fdcc2cb-6b74-561e-8511-f04a07e6bf5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE67 JCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE67%20JCX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 121499,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 130 310 SWB LIMITED L/R PanelVan',
'transmission': 'automatic',
'trim': 'TDCI 130 310 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYHA42573',
'year': 2017}
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Saving data for FE67%20JCX: {'auction_closing_time': 1774940400.0, 'created_time': 1774265001.891431, 'last_price_update_time': 1774764299.461147}
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE67%2520JCX') HTTP/1.1" 204 0
2026-03-29 06:04:59 [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 06:04:59 [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 06:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV
2026-03-29 06:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV
2026-03-29 06:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV to the API
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU72%20LYV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '782cde8f-90ca-5475-a362-5e2b37175fd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OU72 LYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU72%20LYV&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'BMW',
'model': '420I',
'odometer': 14380,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 26400,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 420I 2.0 T M SPORT STEP Coupe',
'transmission': 'automatic',
'trim': 'T M SPORT STEP',
'vin': 'WBA12AP0X0CL42058',
'year': 2022}
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Saving data for OU72%20LYV: {'auction_closing_time': 1775170800.0, 'created_time': 1773834977.79419, 'last_price_update_time': 1774764299.74471}
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU72%2520LYV') HTTP/1.1" 204 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: HT68%20ERK
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520ERK%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for HT68%20ERK: 2
2026-03-29 06:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK
2026-03-29 06:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637e9a0b-c69e-51fe-af6c-eb91674bc54f with scrape type 2
2026-03-29 06:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637e9a0b-c69e-51fe-af6c-eb91674bc54f with scrape type 2
2026-03-29 06:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637e9a0b-c69e-51fe-af6c-eb91674bc54f, identifier: HT68%20ERK
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for WJ22%20BOV: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for WN18%20XLF: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for KN21%20ZVO: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for VK69%20CTV: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: EJ22%20VBB
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for EJ22%20VBB: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: GP68%20URE
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for GP68%20URE: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: KM08%20XXA
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-29 06:04:59 [bca.uk] INFO: Scrape type for KM08%20XXA: 0
2026-03-29 06:04:59 [bca.uk] INFO: Found listing with ID: YP66%20YKK
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-29 06:05:00 [bca.uk] INFO: Scrape type for YP66%20YKK: 0
2026-03-29 06:05:00 [bca.uk] INFO: Found listing with ID: YC13%20XDV
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC13%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 06:05:00 [bca.uk] INFO: Scrape type for YC13%20XDV: 2
2026-03-29 06:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69a17a93-9874-55bb-b92f-80a9f0b3a43c with identifier: YC13%20XDV
2026-03-29 06:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69a17a93-9874-55bb-b92f-80a9f0b3a43c with scrape type 2
2026-03-29 06:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69a17a93-9874-55bb-b92f-80a9f0b3a43c with scrape type 2
2026-03-29 06:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69a17a93-9874-55bb-b92f-80a9f0b3a43c, identifier: YC13%20XDV
2026-03-29 06:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:05:00 [bca.uk] INFO: Found listing with ID: SA69%20XVY
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520XVY%27 HTTP/1.1" 200 None
2026-03-29 06:05:00 [bca.uk] INFO: Scrape type for SA69%20XVY: 2
2026-03-29 06:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY
2026-03-29 06:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2497cdbd-0845-5969-8577-9486f04eff3e with scrape type 2
2026-03-29 06:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2497cdbd-0845-5969-8577-9486f04eff3e with scrape type 2
2026-03-29 06:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2497cdbd-0845-5969-8577-9486f04eff3e, identifier: SA69%20XVY
2026-03-29 06:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK
2026-03-29 06:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK
2026-03-29 06:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK to the API
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT68%20ERK-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '637e9a0b-c69e-51fe-af6c-eb91674bc54f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HT68 ERK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT68%20ERK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 106347,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB L/R',
'vin': 'WF0YXXTTGYJA66269',
'year': 2019}
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520ERK%27 HTTP/1.1" 200 None
2026-03-29 06:05:00 [bca.uk] INFO: Saving data for HT68%20ERK: {'auction_closing_time': 1774940400.0, 'created_time': 1774477799.038961, 'last_price_update_time': 1774764300.608241}
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT68%2520ERK') HTTP/1.1" 204 0
2026-03-29 06:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69a17a93-9874-55bb-b92f-80a9f0b3a43c with identifier: YC13%20XDV
2026-03-29 06:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69a17a93-9874-55bb-b92f-80a9f0b3a43c with identifier: YC13%20XDV
2026-03-29 06:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69a17a93-9874-55bb-b92f-80a9f0b3a43c with identifier: YC13%20XDV to the API
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC13%20XDV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '69a17a93-9874-55bb-b92f-80a9f0b3a43c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC13 XDV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC13%20XDV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'CITROEN',
'model': 'DS3',
'odometer': 134216,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'CITROEN DS3 1.6 E-HDI A/D DSTYLE PLUS Hatchback',
'transmission': 'manual',
'trim': 'E-HDI A/D DSTYLE PLUS',
'vin': 'VF7SA9HPKDW567811',
'year': 2013}
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC13%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Saving data for YC13%20XDV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564550.186173, 'last_price_update_time': 1774764301.032439}
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC13%2520XDV') HTTP/1.1" 204 0
2026-03-29 06:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY
2026-03-29 06:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY
2026-03-29 06:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY to the API
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA69%20XVY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2497cdbd-0845-5969-8577-9486f04eff3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA69 XVY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA69%20XVY&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 22358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL ADAM 1.2 VVT 70 GRIFFIN Hatchback',
'transmission': 'manual',
'trim': 'VVT 70 GRIFFIN',
'vin': 'W0V0MAP08K6058052',
'year': 2019}
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA69%2520XVY%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Saving data for SA69%20XVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774651847.523063, 'last_price_update_time': 1774764301.365391}
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA69%2520XVY') HTTP/1.1" 204 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: KU65%20DZH
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU65%2520DZH%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for KU65%20DZH: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: SB12%20AFZ
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB12%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for SB12%20AFZ: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: SB64%20HJV
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB64%2520HJV%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for SB64%20HJV: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: CJ19%20GAA
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for CJ19%20GAA: 2
2026-03-29 06:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA
2026-03-29 06:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b65b73ce-a079-52d9-8772-e7b42c78bc2d with scrape type 2
2026-03-29 06:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b65b73ce-a079-52d9-8772-e7b42c78bc2d with scrape type 2
2026-03-29 06:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b65b73ce-a079-52d9-8772-e7b42c78bc2d, identifier: CJ19%20GAA
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: EX09%20CTK
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX09%2520CTK%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for EX09%20CTK: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: EX15%20XAZ
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX15%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for EX15%20XAZ: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: GJ09%20UCB
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ09%2520UCB%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for GJ09%20UCB: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: KP61%20KHZ
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP61%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for KP61%20KHZ: 0
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: KU14%20VPZ
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU14%2520VPZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for KU14%20VPZ: 2
2026-03-29 06:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cbcc767-f825-5cb5-a779-fbaa9e1632df with identifier: KU14%20VPZ
2026-03-29 06:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cbcc767-f825-5cb5-a779-fbaa9e1632df with scrape type 2
2026-03-29 06:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cbcc767-f825-5cb5-a779-fbaa9e1632df with scrape type 2
2026-03-29 06:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cbcc767-f825-5cb5-a779-fbaa9e1632df, identifier: KU14%20VPZ
2026-03-29 06:05:01 [bca.uk] INFO: Found listing with ID: SC69%20XMR
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC69%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 06:05:01 [bca.uk] INFO: Scrape type for SC69%20XMR: 2
2026-03-29 06:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR
2026-03-29 06:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with scrape type 2
2026-03-29 06:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with scrape type 2
2026-03-29 06:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e43bf9e-3e48-504b-8f26-88ff55d5c701, identifier: SC69%20XMR
2026-03-29 06:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA
2026-03-29 06:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA
2026-03-29 06:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA to the API
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ19%20GAA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b65b73ce-a079-52d9-8772-e7b42c78bc2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CJ19 GAA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ19%20GAA&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 42806,
'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': 'DACIA DUSTER 1.6 SCE 115 COMFORT StationWagon',
'transmission': 'manual',
'trim': 'SCE 115 COMFORT',
'vin': 'VF1HJD20X63340122',
'year': 2019}
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Saving data for CJ19%20GAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774651824.010328, 'last_price_update_time': 1774764302.081563}
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ19%2520GAA') HTTP/1.1" 204 0
2026-03-29 06:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cbcc767-f825-5cb5-a779-fbaa9e1632df with identifier: KU14%20VPZ
2026-03-29 06:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cbcc767-f825-5cb5-a779-fbaa9e1632df with identifier: KU14%20VPZ
2026-03-29 06:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cbcc767-f825-5cb5-a779-fbaa9e1632df with identifier: KU14%20VPZ to the API
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU14%20VPZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0cbcc767-f825-5cb5-a779-fbaa9e1632df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU14 VPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU14%20VPZ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'ALFA ROMEO',
'model': 'GIULIETTA',
'odometer': 132721,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 170 DISTINCTIVE Hatchback',
'transmission': 'manual',
'trim': 'TB M/AIR 170 DISTINCTIVE',
'vin': 'ZAR94000007326563',
'year': 2014}
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU14%2520VPZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Saving data for KU14%20VPZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476099.727097, 'last_price_update_time': 1774764302.357196}
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU14%2520VPZ') HTTP/1.1" 204 0
2026-03-29 06:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR
2026-03-29 06:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR
2026-03-29 06:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR to the API
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC69%20XMR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0e43bf9e-3e48-504b-8f26-88ff55d5c701',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC69 XMR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC69%20XMR&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 32436,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 2WD Hatchback',
'transmission': 'manual',
'trim': 'D150 2WD',
'vin': 'SALZB2CN7LH064247',
'year': 2019}
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC69%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Saving data for SC69%20XMR: {'auction_closing_time': 1774864800.0, 'created_time': 1774651843.604449, 'last_price_update_time': 1774764302.647693}
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC69%2520XMR') HTTP/1.1" 204 0
2026-03-29 06:05:02 [bca.uk] INFO: Found listing with ID: SB19%20OJD
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Scrape type for SB19%20OJD: 2
2026-03-29 06:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD
2026-03-29 06:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b23b5e26-115f-5551-a0ce-dcd3a51936f8 with scrape type 2
2026-03-29 06:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b23b5e26-115f-5551-a0ce-dcd3a51936f8 with scrape type 2
2026-03-29 06:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b23b5e26-115f-5551-a0ce-dcd3a51936f8, identifier: SB19%20OJD
2026-03-29 06:05:02 [bca.uk] INFO: Found listing with ID: KU62%20UWG
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU62%2520UWG%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Scrape type for KU62%20UWG: 0
2026-03-29 06:05:02 [bca.uk] INFO: Found listing with ID: OY62%20KUU
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY62%2520KUU%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Scrape type for OY62%20KUU: 0
2026-03-29 06:05:02 [bca.uk] INFO: Found listing with ID: PJ11%20LRU
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ11%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Scrape type for PJ11%20LRU: 2
2026-03-29 06:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92548851-c74a-53c0-aa85-ee0208f84eee with identifier: PJ11%20LRU
2026-03-29 06:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92548851-c74a-53c0-aa85-ee0208f84eee with scrape type 2
2026-03-29 06:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92548851-c74a-53c0-aa85-ee0208f84eee with scrape type 2
2026-03-29 06:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92548851-c74a-53c0-aa85-ee0208f84eee, identifier: PJ11%20LRU
2026-03-29 06:05:02 [bca.uk] INFO: Found listing with ID: SD73%20CPU
2026-03-29 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD73%2520CPU%27 HTTP/1.1" 200 None
2026-03-29 06:05:02 [bca.uk] INFO: Scrape type for SD73%20CPU: 2
2026-03-29 06:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU
2026-03-29 06:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7170c633-0ed7-5f42-9145-308e9164591b with scrape type 2
2026-03-29 06:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7170c633-0ed7-5f42-9145-308e9164591b with scrape type 2
2026-03-29 06:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7170c633-0ed7-5f42-9145-308e9164591b, identifier: SD73%20CPU
2026-03-29 06:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD
2026-03-29 06:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD
2026-03-29 06:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD to the API
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB19%20OJD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b23b5e26-115f-5551-a0ce-dcd3a51936f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB19 OJD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB19%20OJD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'Q5',
'odometer': 60572,
'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': 'WAUZZZFY7K2064751',
'year': 2019}
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 06:05:03 [bca.uk] INFO: Saving data for SB19%20OJD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651819.813071, 'last_price_update_time': 1774764303.344274}
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520OJD') HTTP/1.1" 204 0
2026-03-29 06:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92548851-c74a-53c0-aa85-ee0208f84eee with identifier: PJ11%20LRU
2026-03-29 06:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92548851-c74a-53c0-aa85-ee0208f84eee with identifier: PJ11%20LRU
2026-03-29 06:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92548851-c74a-53c0-aa85-ee0208f84eee with identifier: PJ11%20LRU to the API
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ11%20LRU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '92548851-c74a-53c0-aa85-ee0208f84eee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ11 LRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ11%20LRU&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 96038,
'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 115 TITANIUM X Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 TITANIUM X',
'vin': 'WF0KXXGCBKBL16475',
'year': 2011}
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ11%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 06:05:03 [bca.uk] INFO: Saving data for PJ11%20LRU: {'auction_closing_time': 1774778400.0, 'created_time': 1774477686.056594, 'last_price_update_time': 1774764303.751659}
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ11%2520LRU') HTTP/1.1" 204 0
2026-03-29 06:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU
2026-03-29 06:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU
2026-03-29 06:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU to the API
2026-03-29 06:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD73%20CPU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7170c633-0ed7-5f42-9145-308e9164591b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD73 CPU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD73%20CPU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 15421,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'SUZUKI SWIFT 1.4 B-JET 48V MHEV SPORT Hatchback',
'transmission': 'manual',
'trim': 'B-JET 48V MHEV SPORT',
'vin': 'JSAAZCC3S00514530',
'year': 2023}
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD73%2520CPU%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Saving data for SD73%20CPU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651829.652721, 'last_price_update_time': 1774764304.078944}
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD73%2520CPU') HTTP/1.1" 204 0
2026-03-29 06:05:04 [bca.uk] INFO: Found listing with ID: EK22%20EKC
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK22%2520EKC%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Scrape type for EK22%20EKC: 0
2026-03-29 06:05:04 [bca.uk] INFO: Found listing with ID: GD69%20YNC
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD69%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Scrape type for GD69%20YNC: 0
2026-03-29 06:05:04 [bca.uk] INFO: Found listing with ID: GSZ%206855
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Scrape type for GSZ%206855: 0
2026-03-29 06:05:04 [bca.uk] INFO: Found listing with ID: LL69%20HKX
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Scrape type for LL69%20HKX: 2
2026-03-29 06:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX
2026-03-29 06:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with scrape type 2
2026-03-29 06:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with scrape type 2
2026-03-29 06:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d9fd305-137c-5c4d-93f4-681c9aaa7444, identifier: LL69%20HKX
2026-03-29 06:05:04 [bca.uk] INFO: Found listing with ID: ST13%20ZHD
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST13%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Scrape type for ST13%20ZHD: 2
2026-03-29 06:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 234996c7-3012-5193-8a7b-ebe0b4fe20c3 with identifier: ST13%20ZHD
2026-03-29 06:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 234996c7-3012-5193-8a7b-ebe0b4fe20c3 with scrape type 2
2026-03-29 06:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 234996c7-3012-5193-8a7b-ebe0b4fe20c3 with scrape type 2
2026-03-29 06:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 234996c7-3012-5193-8a7b-ebe0b4fe20c3, identifier: ST13%20ZHD
2026-03-29 06:05:04 [bca.uk] INFO: Found listing with ID: SG69%20WDL
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG69%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Scrape type for SG69%20WDL: 2
2026-03-29 06:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL
2026-03-29 06:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771d134a-1eb9-5819-b85e-ac11306fa8e9 with scrape type 2
2026-03-29 06:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 771d134a-1eb9-5819-b85e-ac11306fa8e9 with scrape type 2
2026-03-29 06:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 771d134a-1eb9-5819-b85e-ac11306fa8e9, identifier: SG69%20WDL
2026-03-29 06:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX
2026-03-29 06:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX
2026-03-29 06:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX to the API
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL69%20HKX-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8d9fd305-137c-5c4d-93f4-681c9aaa7444',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL69 HKX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL69%20HKX&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'CLA35 AMG S/B',
'odometer': 60155,
'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 CLA35 AMG S/B 2.0 4MATIC PREMIUM DCT Estate',
'transmission': 'automatic',
'trim': '4MATIC PREMIUM DCT',
'vin': 'WDD1186512N075588',
'year': 2019}
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 06:05:04 [bca.uk] INFO: Saving data for LL69%20HKX: {'auction_closing_time': 1774864800.0, 'created_time': 1773822711.853863, 'last_price_update_time': 1774764304.881343}
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL69%2520HKX') HTTP/1.1" 204 0
2026-03-29 06:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 234996c7-3012-5193-8a7b-ebe0b4fe20c3 with identifier: ST13%20ZHD
2026-03-29 06:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 234996c7-3012-5193-8a7b-ebe0b4fe20c3 with identifier: ST13%20ZHD
2026-03-29 06:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 234996c7-3012-5193-8a7b-ebe0b4fe20c3 with identifier: ST13%20ZHD to the API
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST13%20ZHD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '234996c7-3012-5193-8a7b-ebe0b4fe20c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST13 ZHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST13%20ZHD&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 142981,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.4 MATCH DSG Hatchback',
'transmission': 'automatic',
'trim': 'MATCH DSG',
'vin': 'WVWZZZ6RZDU025836',
'year': 2013}
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST13%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Saving data for ST13%20ZHD: {'auction_closing_time': 1774778400.0, 'created_time': 1774477735.757592, 'last_price_update_time': 1774764305.207281}
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST13%2520ZHD') HTTP/1.1" 204 0
2026-03-29 06:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL
2026-03-29 06:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL
2026-03-29 06:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL to the API
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG69%20WDL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '771d134a-1eb9-5819-b85e-ac11306fa8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG69 WDL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG69%20WDL&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'PEUGEOT',
'model': '208',
'odometer': 1465,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 TECH EDITION Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 TECH EDITION',
'vin': 'VF3CCHMRPKW102542',
'year': 2019}
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG69%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Saving data for SG69%20WDL: {'auction_closing_time': 1774864800.0, 'created_time': 1774651845.766112, 'last_price_update_time': 1774764305.576043}
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG69%2520WDL') HTTP/1.1" 204 0
2026-03-29 06:05:05 [bca.uk] INFO: Found listing with ID: LR72%20YRF
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR72%2520YRF%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Scrape type for LR72%20YRF: 0
2026-03-29 06:05:05 [bca.uk] INFO: Found listing with ID: EF72%20YJG
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF72%2520YJG%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Scrape type for EF72%20YJG: 0
2026-03-29 06:05:05 [bca.uk] INFO: Found listing with ID: LY16%20SWW
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Scrape type for LY16%20SWW: 2
2026-03-29 06:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW
2026-03-29 06:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab97e01-8d00-5d10-9b1d-f60807dc41db with scrape type 2
2026-03-29 06:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab97e01-8d00-5d10-9b1d-f60807dc41db with scrape type 2
2026-03-29 06:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab97e01-8d00-5d10-9b1d-f60807dc41db, identifier: LY16%20SWW
2026-03-29 06:05:05 [bca.uk] INFO: Found listing with ID: TT04%20RJB
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27TT04%2520RJB%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Scrape type for TT04%20RJB: 0
2026-03-29 06:05:05 [bca.uk] INFO: Found listing with ID: VE63%20BUO
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE63%2520BUO%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Scrape type for VE63%20BUO: 2
2026-03-29 06:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 693b259a-07ea-5a29-a26d-d8c52eaf76ea with identifier: VE63%20BUO
2026-03-29 06:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 693b259a-07ea-5a29-a26d-d8c52eaf76ea with scrape type 2
2026-03-29 06:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 693b259a-07ea-5a29-a26d-d8c52eaf76ea with scrape type 2
2026-03-29 06:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 693b259a-07ea-5a29-a26d-d8c52eaf76ea, identifier: VE63%20BUO
2026-03-29 06:05:05 [bca.uk] INFO: Found listing with ID: SG71%20YGU
2026-03-29 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG71%2520YGU%27 HTTP/1.1" 200 None
2026-03-29 06:05:05 [bca.uk] INFO: Scrape type for SG71%20YGU: 2
2026-03-29 06:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU
2026-03-29 06:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd153cd9-5b0d-5406-85ab-a572809f9494 with scrape type 2
2026-03-29 06:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd153cd9-5b0d-5406-85ab-a572809f9494 with scrape type 2
2026-03-29 06:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd153cd9-5b0d-5406-85ab-a572809f9494, identifier: SG71%20YGU
2026-03-29 06:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW
2026-03-29 06:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW
2026-03-29 06:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW to the API
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY16%20SWW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9ab97e01-8d00-5d10-9b1d-f60807dc41db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LY16 SWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY16%20SWW&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'A7 SPORTBACK',
'odometer': 79864,
'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 A7 SPORTBACK 3.0 TDI 272 QUATTRO BLACK ED.S-T Hatchback',
'transmission': 'automatic',
'trim': 'TDI 272 QUATTRO BLACK ED.S-T',
'vin': 'WAUZZZ4G9GN135819',
'year': 2016}
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:05:06 [bca.uk] INFO: Saving data for LY16%20SWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562649.016329, 'last_price_update_time': 1774764306.329783}
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY16%2520SWW') HTTP/1.1" 204 0
2026-03-29 06:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 693b259a-07ea-5a29-a26d-d8c52eaf76ea with identifier: VE63%20BUO
2026-03-29 06:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 693b259a-07ea-5a29-a26d-d8c52eaf76ea with identifier: VE63%20BUO
2026-03-29 06:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 693b259a-07ea-5a29-a26d-d8c52eaf76ea with identifier: VE63%20BUO to the API
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE63%20BUO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '693b259a-07ea-5a29-a26d-d8c52eaf76ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE63 BUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE63%20BUO&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 121670,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.6 DIG-T 197 NISMO Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 197 NISMO',
'vin': 'SJNFAAF15U6467731',
'year': 2013}
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE63%2520BUO%27 HTTP/1.1" 200 None
2026-03-29 06:05:06 [bca.uk] INFO: Saving data for VE63%20BUO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564568.669897, 'last_price_update_time': 1774764306.769516}
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE63%2520BUO') HTTP/1.1" 204 0
2026-03-29 06:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU
2026-03-29 06:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU
2026-03-29 06:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU to the API
2026-03-29 06:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG71%20YGU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cd153cd9-5b0d-5406-85ab-a572809f9494',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG71 YGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG71%20YGU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'CITROEN',
'model': 'C4',
'odometer': 47850,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'CITROEN C4 1.2 P/T 100 SENSE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 SENSE',
'vin': 'VR7BAHNEAME039190',
'year': 2021}
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG71%2520YGU%27 HTTP/1.1" 200 None
2026-03-29 06:05:07 [bca.uk] INFO: Saving data for SG71%20YGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651833.200576, 'last_price_update_time': 1774764307.105392}
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG71%2520YGU') HTTP/1.1" 204 0
2026-03-29 06:05:07 [bca.uk] INFO: Found listing with ID: LT14%20MTK
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 06:05:07 [bca.uk] INFO: Scrape type for LT14%20MTK: 2
2026-03-29 06:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK
2026-03-29 06:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94e4a7a1-0f69-5942-b00d-caf404643c28 with scrape type 2
2026-03-29 06:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94e4a7a1-0f69-5942-b00d-caf404643c28 with scrape type 2
2026-03-29 06:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94e4a7a1-0f69-5942-b00d-caf404643c28, identifier: LT14%20MTK
2026-03-29 06:05:07 [bca.uk] INFO: Found listing with ID: AO65%20AOR
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO65%2520AOR%27 HTTP/1.1" 200 None
2026-03-29 06:05:07 [bca.uk] INFO: Scrape type for AO65%20AOR: 0
2026-03-29 06:05:07 [bca.uk] INFO: Found listing with ID: AU61%20VFD
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU61%2520VFD%27 HTTP/1.1" 200 None
2026-03-29 06:05:07 [bca.uk] INFO: Scrape type for AU61%20VFD: 2
2026-03-29 06:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1a85fac-0960-5b7f-a0bc-dc938e282198 with identifier: AU61%20VFD
2026-03-29 06:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1a85fac-0960-5b7f-a0bc-dc938e282198 with scrape type 2
2026-03-29 06:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1a85fac-0960-5b7f-a0bc-dc938e282198 with scrape type 2
2026-03-29 06:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1a85fac-0960-5b7f-a0bc-dc938e282198, identifier: AU61%20VFD
2026-03-29 06:05:07 [bca.uk] INFO: Found listing with ID: VK24%20NBM
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK24%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:05:07 [bca.uk] INFO: Scrape type for VK24%20NBM: 2
2026-03-29 06:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM
2026-03-29 06:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with scrape type 2
2026-03-29 06:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with scrape type 2
2026-03-29 06:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7b789c9-0b40-5cee-a9b6-c89a5e901e69, identifier: VK24%20NBM
2026-03-29 06:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK
2026-03-29 06:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK
2026-03-29 06:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK to the API
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT14%20MTK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '94e4a7a1-0f69-5942-b00d-caf404643c28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT14 MTK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT14%20MTK&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'RS4 AVANT',
'odometer': 111814,
'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 RS4 AVANT 4.2 FSI QUATTRO S-T Estate',
'transmission': 'automatic',
'trim': 'FSI QUATTRO S-T',
'vin': 'WUAZZZ8K4EA901335',
'year': 2014}
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 06:05:07 [bca.uk] INFO: Saving data for LT14%20MTK: {'auction_closing_time': 1774951200.0, 'created_time': 1774651815.592226, 'last_price_update_time': 1774764307.744007}
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT14%2520MTK') HTTP/1.1" 204 0
2026-03-29 06:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1a85fac-0960-5b7f-a0bc-dc938e282198 with identifier: AU61%20VFD
2026-03-29 06:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1a85fac-0960-5b7f-a0bc-dc938e282198 with identifier: AU61%20VFD
2026-03-29 06:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1a85fac-0960-5b7f-a0bc-dc938e282198 with identifier: AU61%20VFD to the API
2026-03-29 06:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU61%20VFD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e1a85fac-0960-5b7f-a0bc-dc938e282198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU61 VFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU61%20VFD&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 99364,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 TFSI 125 S LINE S/S Hatchback',
'transmission': 'manual',
'trim': 'TFSI 125 S LINE S/S',
'vin': 'WAUZZZ8PXCA054839',
'year': 2011}
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU61%2520VFD%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Saving data for AU61%20VFD: {'auction_closing_time': 1774778400.0, 'created_time': 1774477686.923903, 'last_price_update_time': 1774764308.042802}
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU61%2520VFD') HTTP/1.1" 204 0
2026-03-29 06:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM
2026-03-29 06:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM
2026-03-29 06:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM to the API
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK24%20NBM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'c7b789c9-0b40-5cee-a9b6-c89a5e901e69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VK24 NBM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK24%20NBM&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 13477,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE9R5041984',
'year': 2024}
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK24%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Saving data for VK24%20NBM: {'auction_closing_time': 1775170800.0, 'created_time': 1773835070.550649, 'last_price_update_time': 1774764308.338896}
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK24%2520NBM') HTTP/1.1" 204 0
2026-03-29 06:05:08 [bca.uk] INFO: Found listing with ID: MV18%20ZXU
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Scrape type for MV18%20ZXU: 2
2026-03-29 06:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU
2026-03-29 06:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with scrape type 2
2026-03-29 06:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with scrape type 2
2026-03-29 06:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21c64761-d715-5703-8cf1-6c7f2cb31bf0, identifier: MV18%20ZXU
2026-03-29 06:05:08 [bca.uk] INFO: Found listing with ID: AV07%20KPN
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV07%2520KPN%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Scrape type for AV07%20KPN: 2
2026-03-29 06:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0644a92e-0f68-569d-8e73-683c291fc475 with identifier: AV07%20KPN
2026-03-29 06:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0644a92e-0f68-569d-8e73-683c291fc475 with scrape type 2
2026-03-29 06:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0644a92e-0f68-569d-8e73-683c291fc475 with scrape type 2
2026-03-29 06:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0644a92e-0f68-569d-8e73-683c291fc475, identifier: AV07%20KPN
2026-03-29 06:05:08 [bca.uk] INFO: Found listing with ID: WD74%20ECW
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD74%2520ECW%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Scrape type for WD74%20ECW: 0
2026-03-29 06:05:08 [bca.uk] INFO: Found listing with ID: WN74%20JZX
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN74%2520JZX%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Scrape type for WN74%20JZX: 0
2026-03-29 06:05:08 [bca.uk] INFO: Found listing with ID: WN74%20OBX
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN74%2520OBX%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Scrape type for WN74%20OBX: 0
2026-03-29 06:05:08 [bca.uk] INFO: Found listing with ID: WR74%20XCX
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Scrape type for WR74%20XCX: 2
2026-03-29 06:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX
2026-03-29 06:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627564a6-157d-5e45-b73a-e69d8f26e1b9 with scrape type 2
2026-03-29 06:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 627564a6-157d-5e45-b73a-e69d8f26e1b9 with scrape type 2
2026-03-29 06:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 627564a6-157d-5e45-b73a-e69d8f26e1b9, identifier: WR74%20XCX
2026-03-29 06:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU
2026-03-29 06:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU
2026-03-29 06:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU to the API
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '21c64761-d715-5703-8cf1-6c7f2cb31bf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV18 ZXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV18%20ZXU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'KUGA',
'odometer': 67030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE X StationWagon',
'transmission': 'manual',
'trim': 'E/B 150 2WD ST-LINE X',
'vin': 'WF0AXXWPMAJY12280',
'year': 2018}
2026-03-29 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-29 06:05:08 [bca.uk] INFO: Saving data for MV18%20ZXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651813.771924, 'last_price_update_time': 1774764308.995718}
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV18%2520ZXU') HTTP/1.1" 204 0
2026-03-29 06:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0644a92e-0f68-569d-8e73-683c291fc475 with identifier: AV07%20KPN
2026-03-29 06:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0644a92e-0f68-569d-8e73-683c291fc475 with identifier: AV07%20KPN
2026-03-29 06:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0644a92e-0f68-569d-8e73-683c291fc475 with identifier: AV07%20KPN to the API
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV07%20KPN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0644a92e-0f68-569d-8e73-683c291fc475',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV07 KPN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV07%20KPN&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 125290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.6 FSI MATCH Hatchback',
'transmission': 'manual',
'trim': 'FSI MATCH',
'vin': 'WVWZZZ1KZ7W197709',
'year': 2007}
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV07%2520KPN%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Saving data for AV07%20KPN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564441.051337, 'last_price_update_time': 1774764309.275435}
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV07%2520KPN') HTTP/1.1" 204 0
2026-03-29 06:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX
2026-03-29 06:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX
2026-03-29 06:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX to the API
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR74%20XCX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '627564a6-157d-5e45-b73a-e69d8f26e1b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR74 XCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR74%20XCX&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 5142,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20900,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
'transmission': 'automatic',
'trim': 'MHEV SPRINT',
'vin': 'ZARNASAA5R3088342',
'year': 2024}
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Saving data for WR74%20XCX: {'auction_closing_time': 1775170800.0, 'created_time': 1773823562.513979, 'last_price_update_time': 1774764309.567293}
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR74%2520XCX') HTTP/1.1" 204 0
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: SY24%20KFV
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for SY24%20KFV: 2
2026-03-29 06:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV
2026-03-29 06:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with scrape type 2
2026-03-29 06:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with scrape type 2
2026-03-29 06:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18ab6bf5-6d6c-586e-be55-3af6e98890f2, identifier: SY24%20KFV
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: AV61%20LYA
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV61%2520LYA%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for AV61%20LYA: 0
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: BJ07%20OXE
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ07%2520OXE%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for BJ07%20OXE: 0
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: CX11%20XLL
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX11%2520XLL%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for CX11%20XLL: 0
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: DP11%20NCY
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP11%2520NCY%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for DP11%20NCY: 0
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: EU62%20AEF
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU62%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for EU62%20AEF: 2
2026-03-29 06:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b with identifier: EU62%20AEF
2026-03-29 06:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b with scrape type 2
2026-03-29 06:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b with scrape type 2
2026-03-29 06:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b, identifier: EU62%20AEF
2026-03-29 06:05:09 [bca.uk] INFO: Found listing with ID: YF23%20UOG
2026-03-29 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF23%2520UOG%27 HTTP/1.1" 200 None
2026-03-29 06:05:09 [bca.uk] INFO: Scrape type for YF23%20UOG: 0
2026-03-29 06:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV
2026-03-29 06:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV
2026-03-29 06:05:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV to the API
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY24%20KFV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '18ab6bf5-6d6c-586e-be55-3af6e98890f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY24 KFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY24%20KFV&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'DACIA',
'model': 'JOGGER',
'odometer': 37036,
'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': 'DACIA JOGGER 1.6 HEV EXTREME Estate',
'transmission': 'automatic',
'trim': 'HEV EXTREME',
'vin': 'UU1DJF00671801259',
'year': 2024}
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Saving data for SY24%20KFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774651770.039914, 'last_price_update_time': 1774764310.222022}
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY24%2520KFV') HTTP/1.1" 204 0
2026-03-29 06:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b with identifier: EU62%20AEF
2026-03-29 06:05:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b with identifier: EU62%20AEF
2026-03-29 06:05:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b with identifier: EU62%20AEF to the API
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU62%20AEF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c101e6ef-e5ff-5f4a-ba45-6505a81fcc9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU62 AEF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU62%20AEF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 158087,
'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 SPORTAGE 1.7 CRDI 3 StationWagon',
'transmission': 'manual',
'trim': 'CRDI 3',
'vin': 'U5YPC815LDL248473',
'year': 2013}
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU62%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Saving data for EU62%20AEF: {'auction_closing_time': 1774778400.0, 'created_time': 1774477692.247168, 'last_price_update_time': 1774764310.602327}
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU62%2520AEF') HTTP/1.1" 204 0
2026-03-29 06:05:10 [scrapy.extensions.logstats] INFO: Crawled 51 pages (at 4 pages/min), scraped 371 items (at 133 items/min)
2026-03-29 06:05:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 191MiB
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: OE21%20WRR
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for OE21%20WRR: 2
2026-03-29 06:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR
2026-03-29 06:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with scrape type 2
2026-03-29 06:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with scrape type 2
2026-03-29 06:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff724bf1-1abb-5951-b9e3-e5dd85f047d7, identifier: OE21%20WRR
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: MJ16%20FXK
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for MJ16%20FXK: 0
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: DY09%20AUK
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for DY09%20AUK: 0
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: SD13%20NWC
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for SD13%20NWC: 0
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: YK62%20XBF
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for YK62%20XBF: 0
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: VN17%20XMU
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN17%2520XMU%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for VN17%20XMU: 0
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: EA63%20PVE
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA63%2520PVE%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for EA63%20PVE: 0
2026-03-29 06:05:10 [bca.uk] INFO: Found listing with ID: GL67%20YWJ
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL67%2520YWJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:10 [bca.uk] INFO: Scrape type for GL67%20YWJ: 2
2026-03-29 06:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ebdce6-caea-560b-959e-493f22ba17b0 with identifier: GL67%20YWJ
2026-03-29 06:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ebdce6-caea-560b-959e-493f22ba17b0 with scrape type 2
2026-03-29 06:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ebdce6-caea-560b-959e-493f22ba17b0 with scrape type 2
2026-03-29 06:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42ebdce6-caea-560b-959e-493f22ba17b0, identifier: GL67%20YWJ
2026-03-29 06:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR
2026-03-29 06:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:05:10 [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 06:05:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR
2026-03-29 06:05:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR to the API
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 32,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE21%20WRR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel/Electric',
'id': 'ff724bf1-1abb-5951-b9e3-e5dd85f047d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE21 WRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE21%20WRR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'C300 DE EQ-P',
'odometer': 74649,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C300 DE EQ-P 2.0 AMG LINE NIGHT ED.PREMIUM 9G Saloon',
'transmission': 'manual',
'trim': 'AMG LINE NIGHT ED.PREMIUM 9G',
'vin': 'W1K2050132R624439',
'year': 2021}
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:05:11 [bca.uk] INFO: Saving data for OE21%20WRR: {'auction_closing_time': 1775124000.0, 'created_time': 1774651768.418674, 'last_price_update_time': 1774764311.324072}
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE21%2520WRR') HTTP/1.1" 204 0
2026-03-29 06:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42ebdce6-caea-560b-959e-493f22ba17b0 with identifier: GL67%20YWJ
2026-03-29 06:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42ebdce6-caea-560b-959e-493f22ba17b0 with identifier: GL67%20YWJ
2026-03-29 06:05:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42ebdce6-caea-560b-959e-493f22ba17b0 with identifier: GL67%20YWJ to the API
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 165,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL67%20YWJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '42ebdce6-caea-560b-959e-493f22ba17b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL67 YWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL67%20YWJ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 133334,
'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.6 T-GDI 177 2WD SPORT ED.DCT StationWagon',
'transmission': 'automatic',
'trim': 'T-GDI 177 2WD SPORT ED.DCT',
'vin': 'TMAJ3812VJJ551588',
'year': 2017}
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL67%2520YWJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:11 [bca.uk] INFO: Saving data for GL67%20YWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774365709.058323, 'last_price_update_time': 1774764311.603213}
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL67%2520YWJ') HTTP/1.1" 204 0
2026-03-29 06:05:11 [bca.uk] INFO: Found listing with ID: GD19%20SZV
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-29 06:05:11 [bca.uk] INFO: Scrape type for GD19%20SZV: 0
2026-03-29 06:05:11 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 06:05:11 [bca.uk] INFO: Scrape type for KV70%20XWE: 2
2026-03-29 06:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE
2026-03-29 06:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with scrape type 2
2026-03-29 06:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with scrape type 2
2026-03-29 06:05:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca, identifier: KV70%20XWE
2026-03-29 06:05:11 [bca.uk] INFO: Found listing with ID: IGZ%203878
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27IGZ%25203878%27 HTTP/1.1" 200 None
2026-03-29 06:05:11 [bca.uk] INFO: Scrape type for IGZ%203878: 2
2026-03-29 06:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee43f954-336a-53c0-af2d-85098e9fa700 with identifier: IGZ%203878
2026-03-29 06:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee43f954-336a-53c0-af2d-85098e9fa700 with scrape type 2
2026-03-29 06:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee43f954-336a-53c0-af2d-85098e9fa700 with scrape type 2
2026-03-29 06:05:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee43f954-336a-53c0-af2d-85098e9fa700, identifier: IGZ%203878
2026-03-29 06:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE
2026-03-29 06:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE
2026-03-29 06:05:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE to the API
2026-03-29 06:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV70%20XWE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8dc3fea3-f9b6-513d-bcf0-969645ed01ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV70 XWE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV70%20XWE&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 73036,
'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 2.0 B5D AWD INSCRIPTION PRO StationWagon',
'transmission': 'automatic',
'trim': 'B5D AWD INSCRIPTION PRO',
'vin': 'YV1UZK2VCM1675593',
'year': 2020}
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 06:05:12 [bca.uk] INFO: Saving data for KV70%20XWE: {'auction_closing_time': 1774864800.0, 'created_time': 1773822583.032193, 'last_price_update_time': 1774764312.143568}
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV70%2520XWE') HTTP/1.1" 204 0
2026-03-29 06:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee43f954-336a-53c0-af2d-85098e9fa700 with identifier: IGZ%203878
2026-03-29 06:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee43f954-336a-53c0-af2d-85098e9fa700 with identifier: IGZ%203878
2026-03-29 06:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee43f954-336a-53c0-af2d-85098e9fa700 with identifier: IGZ%203878 to the API
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=IGZ%203878-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee43f954-336a-53c0-af2d-85098e9fa700',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'IGZ 3878',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=IGZ%203878&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 92888,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'NISSAN X-TRAIL 1.6 DIG-T ACENTA (7ST) StationWagon',
'transmission': 'manual',
'trim': 'DIG-T ACENTA (7ST)',
'vin': 'JN1JDAT32U0102036',
'year': 2018}
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27IGZ%25203878%27 HTTP/1.1" 200 None
2026-03-29 06:05:12 [bca.uk] INFO: Saving data for IGZ%203878: {'auction_closing_time': 1774778400.0, 'created_time': 1774476117.358923, 'last_price_update_time': 1774764312.519098}
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='IGZ%25203878') HTTP/1.1" 204 0
2026-03-29 06:05:12 [bca.uk] INFO: Found listing with ID: PK18%20LLR
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 06:05:12 [bca.uk] INFO: Scrape type for PK18%20LLR: 2
2026-03-29 06:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR
2026-03-29 06:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d1afe8b-6217-56c2-b404-e4d98971049a with scrape type 2
2026-03-29 06:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d1afe8b-6217-56c2-b404-e4d98971049a with scrape type 2
2026-03-29 06:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d1afe8b-6217-56c2-b404-e4d98971049a, identifier: PK18%20LLR
2026-03-29 06:05:12 [bca.uk] INFO: Found listing with ID: NK19%20LMM
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK19%2520LMM%27 HTTP/1.1" 200 None
2026-03-29 06:05:12 [bca.uk] INFO: Scrape type for NK19%20LMM: 2
2026-03-29 06:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48a6c01-9955-52f9-80ef-73042e43c750 with identifier: NK19%20LMM
2026-03-29 06:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48a6c01-9955-52f9-80ef-73042e43c750 with scrape type 2
2026-03-29 06:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48a6c01-9955-52f9-80ef-73042e43c750 with scrape type 2
2026-03-29 06:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e48a6c01-9955-52f9-80ef-73042e43c750, identifier: NK19%20LMM
2026-03-29 06:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR
2026-03-29 06:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR
2026-03-29 06:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR to the API
2026-03-29 06:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK18%20LLR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8d1afe8b-6217-56c2-b404-e4d98971049a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK18 LLR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK18%20LLR&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 66045,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE Hatchback',
'transmission': 'manual',
'trim': 'T 130 SE',
'vin': 'W0VZRHNY7JS076031',
'year': 2018}
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Saving data for PK18%20LLR: {'auction_closing_time': 1774864800.0, 'created_time': 1774651773.432064, 'last_price_update_time': 1774764313.037261}
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK18%2520LLR') HTTP/1.1" 204 0
2026-03-29 06:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e48a6c01-9955-52f9-80ef-73042e43c750 with identifier: NK19%20LMM
2026-03-29 06:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e48a6c01-9955-52f9-80ef-73042e43c750 with identifier: NK19%20LMM
2026-03-29 06:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e48a6c01-9955-52f9-80ef-73042e43c750 with identifier: NK19%20LMM to the API
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK19%20LMM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e48a6c01-9955-52f9-80ef-73042e43c750',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NK19 LMM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK19%20LMM&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLVO',
'model': 'V90',
'odometer': 214236,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLVO V90 2.0 D4 190 MOMENTUM G/T Estate',
'transmission': 'manual',
'trim': 'D4 190 MOMENTUM G/T',
'vin': 'YV1PWA8TDK1104730',
'year': 2019}
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK19%2520LMM%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Saving data for NK19%20LMM: {'auction_closing_time': 1774778400.0, 'created_time': 1773909241.363893, 'last_price_update_time': 1774764313.340394}
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK19%2520LMM') HTTP/1.1" 204 0
2026-03-29 06:05:13 [bca.uk] INFO: Found listing with ID: SA20%20CZR
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA20%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Scrape type for SA20%20CZR: 0
2026-03-29 06:05:13 [bca.uk] INFO: Found listing with ID: SR19%20ZZV
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Scrape type for SR19%20ZZV: 0
2026-03-29 06:05:13 [bca.uk] INFO: Found listing with ID: ST69%20RVR
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Scrape type for ST69%20RVR: 2
2026-03-29 06:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR
2026-03-29 06:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5b5cb5-4b7d-5acd-97f7-60e361342122 with scrape type 2
2026-03-29 06:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb5b5cb5-4b7d-5acd-97f7-60e361342122 with scrape type 2
2026-03-29 06:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb5b5cb5-4b7d-5acd-97f7-60e361342122, identifier: ST69%20RVR
2026-03-29 06:05:13 [bca.uk] INFO: Found listing with ID: T140%20LPV
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27T140%2520LPV%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Scrape type for T140%20LPV: 0
2026-03-29 06:05:13 [bca.uk] INFO: Found listing with ID: YX13%20FTY
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX13%2520FTY%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Scrape type for YX13%20FTY: 2
2026-03-29 06:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5ebcc3-dd32-5c12-98cd-2e502beed1f1 with identifier: YX13%20FTY
2026-03-29 06:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5ebcc3-dd32-5c12-98cd-2e502beed1f1 with scrape type 2
2026-03-29 06:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5ebcc3-dd32-5c12-98cd-2e502beed1f1 with scrape type 2
2026-03-29 06:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5ebcc3-dd32-5c12-98cd-2e502beed1f1, identifier: YX13%20FTY
2026-03-29 06:05:13 [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 06:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR
2026-03-29 06:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR
2026-03-29 06:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR to the API
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST69%20RVR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fb5b5cb5-4b7d-5acd-97f7-60e361342122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST69 RVR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST69%20RVR&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 55848,
'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 ST-LINE X Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ST-LINE X',
'vin': 'WF0JXXGAHJKY20405',
'year': 2019}
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-29 06:05:13 [bca.uk] INFO: Saving data for ST69%20RVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774651740.85502, 'last_price_update_time': 1774764313.894616}
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST69%2520RVR') HTTP/1.1" 204 0
2026-03-29 06:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5ebcc3-dd32-5c12-98cd-2e502beed1f1 with identifier: YX13%20FTY
2026-03-29 06:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5ebcc3-dd32-5c12-98cd-2e502beed1f1 with identifier: YX13%20FTY
2026-03-29 06:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba5ebcc3-dd32-5c12-98cd-2e502beed1f1 with identifier: YX13%20FTY to the API
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX13%20FTY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ba5ebcc3-dd32-5c12-98cd-2e502beed1f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX13 FTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX13%20FTY&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FIAT',
'model': 'DOBLO',
'odometer': 50324,
'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 DOBLO 1.6 M/JET 105 MYLIFE Estate',
'transmission': 'manual',
'trim': 'M/JET 105 MYLIFE',
'vin': 'ZFA26300009249589',
'year': 2013}
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX13%2520FTY%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Saving data for YX13%20FTY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476119.022619, 'last_price_update_time': 1774764314.18248}
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX13%2520FTY') HTTP/1.1" 204 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: HN73%20OYE
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for HN73%20OYE: 2
2026-03-29 06:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE
2026-03-29 06:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with scrape type 2
2026-03-29 06:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with scrape type 2
2026-03-29 06:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9, identifier: HN73%20OYE
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: BG61%20YNC
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG61%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for BG61%20YNC: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: SL15%20UGO
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL15%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for SL15%20UGO: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: LV59%20VRK
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV59%2520VRK%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for LV59%20VRK: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: VU63%20XOL
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU63%2520XOL%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for VU63%20XOL: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: YX17%20UZK
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for YX17%20UZK: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: LO17%20BZM
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO17%2520BZM%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for LO17%20BZM: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: ND64%20XVK
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for ND64%20XVK: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: LM05%20PMY
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM05%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for LM05%20PMY: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: WN08%20EJO
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for WN08%20EJO: 0
2026-03-29 06:05:14 [bca.uk] INFO: Found listing with ID: LT64%20RFY
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT64%2520RFY%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Scrape type for LT64%20RFY: 2
2026-03-29 06:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f2c246-6bf3-5691-9229-ba5a37654e58 with identifier: LT64%20RFY
2026-03-29 06:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f2c246-6bf3-5691-9229-ba5a37654e58 with scrape type 2
2026-03-29 06:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57f2c246-6bf3-5691-9229-ba5a37654e58 with scrape type 2
2026-03-29 06:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57f2c246-6bf3-5691-9229-ba5a37654e58, identifier: LT64%20RFY
2026-03-29 06:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE
2026-03-29 06:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE
2026-03-29 06:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE to the API
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN73%20OYE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HN73 OYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN73%20OYE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 9843,
'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': 'ALFA ROMEO TONALE 1.5 MHEV VELOCE Hatchback',
'transmission': 'automatic',
'trim': 'MHEV VELOCE',
'vin': 'ZARNASDA7N3052268',
'year': 2023}
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 06:05:14 [bca.uk] INFO: Saving data for HN73%20OYE: {'auction_closing_time': 1775124000.0, 'created_time': 1774651759.14883, 'last_price_update_time': 1774764314.843532}
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN73%2520OYE') HTTP/1.1" 204 0
2026-03-29 06:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57f2c246-6bf3-5691-9229-ba5a37654e58 with identifier: LT64%20RFY
2026-03-29 06:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57f2c246-6bf3-5691-9229-ba5a37654e58 with identifier: LT64%20RFY
2026-03-29 06:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57f2c246-6bf3-5691-9229-ba5a37654e58 with identifier: LT64%20RFY to the API
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT64%20RFY-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '57f2c246-6bf3-5691-9229-ba5a37654e58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT64 RFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT64%20RFY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MAZDA',
'model': '6',
'odometer': 113471,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MAZDA 6 2.2 D 150 SPORT Saloon',
'transmission': 'manual',
'trim': 'D 150 SPORT',
'vin': 'JMZGJ621651179042',
'year': 2014}
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT64%2520RFY%27 HTTP/1.1" 200 None
2026-03-29 06:05:15 [bca.uk] INFO: Saving data for LT64%20RFY: {'auction_closing_time': 1774778400.0, 'created_time': 1774651783.016085, 'last_price_update_time': 1774764315.231784}
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT64%2520RFY') HTTP/1.1" 204 0
2026-03-29 06:05:15 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV22%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 06:05:15 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-29 06:05:15 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 06:05:15 [bca.uk] INFO: Scrape type for CA20%20HMO: 2
2026-03-29 06:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO
2026-03-29 06:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb6c6979-f778-556a-a82f-5b0949e7d6a9 with scrape type 2
2026-03-29 06:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb6c6979-f778-556a-a82f-5b0949e7d6a9 with scrape type 2
2026-03-29 06:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb6c6979-f778-556a-a82f-5b0949e7d6a9, identifier: CA20%20HMO
2026-03-29 06:05:15 [bca.uk] INFO: Found listing with ID: WM18%20TOV
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-29 06:05:15 [bca.uk] INFO: Scrape type for WM18%20TOV: 0
2026-03-29 06:05:15 [bca.uk] INFO: Found listing with ID: DL65%20RZM
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-29 06:05:15 [bca.uk] INFO: Scrape type for DL65%20RZM: 2
2026-03-29 06:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM
2026-03-29 06:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17eecae4-e594-5099-942f-23ef8d4890ea with scrape type 2
2026-03-29 06:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17eecae4-e594-5099-942f-23ef8d4890ea with scrape type 2
2026-03-29 06:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17eecae4-e594-5099-942f-23ef8d4890ea, identifier: DL65%20RZM
2026-03-29 06:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO
2026-03-29 06:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO
2026-03-29 06:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO to the API
2026-03-29 06:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA20%20HMO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb6c6979-f778-556a-a82f-5b0949e7d6a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA20 HMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA20%20HMO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A4',
'odometer': 43683,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'AUDI A4 2.0 35 TFSI BLACK ED.S-T Saloon',
'transmission': 'automatic',
'trim': '35 TFSI BLACK ED.S-T',
'vin': 'WAUZZZF41LA072137',
'year': 2020}
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 06:05:16 [bca.uk] INFO: Saving data for CA20%20HMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651760.340874, 'last_price_update_time': 1774764316.423679}
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA20%2520HMO') HTTP/1.1" 204 0
2026-03-29 06:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM
2026-03-29 06:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM
2026-03-29 06:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM to the API
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL65%20RZM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17eecae4-e594-5099-942f-23ef8d4890ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL65 RZM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL65%20RZM&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 82689,
'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 MERIVA 1.4 T 16V 120 EXCLUSIV MPV',
'transmission': 'manual',
'trim': 'T 16V 120 EXCLUSIV',
'vin': 'W0LSD9EM3G4077847',
'year': 2015}
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-29 06:05:16 [bca.uk] INFO: Saving data for DL65%20RZM: {'auction_closing_time': 1774951200.0, 'created_time': 1774651814.179425, 'last_price_update_time': 1774764316.698046}
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL65%2520RZM') HTTP/1.1" 204 0
2026-03-29 06:05:16 [bca.uk] INFO: Total items found: 100
2026-03-29 06:05:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded
2026-03-29 06:05:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:05:16 [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 06:05:16 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-29 06:05:16 [bca.uk] INFO: Scrape type for D21%20CPN: 2
2026-03-29 06:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN
2026-03-29 06:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with scrape type 2
2026-03-29 06:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with scrape type 2
2026-03-29 06:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49, identifier: D21%20CPN
2026-03-29 06:05:16 [bca.uk] INFO: Found listing with ID: AU14%20XMG
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU14%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:05:16 [bca.uk] INFO: Scrape type for AU14%20XMG: 2
2026-03-29 06:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc886eb3-cb07-51c7-822b-ddbefb5272c8 with identifier: AU14%20XMG
2026-03-29 06:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc886eb3-cb07-51c7-822b-ddbefb5272c8 with scrape type 2
2026-03-29 06:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc886eb3-cb07-51c7-822b-ddbefb5272c8 with scrape type 2
2026-03-29 06:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc886eb3-cb07-51c7-822b-ddbefb5272c8, identifier: AU14%20XMG
2026-03-29 06:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN
2026-03-29 06:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-29 06:05:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06: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 06:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN
2026-03-29 06:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN to the API
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=D21%20CPN-GB',
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D21 CPN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=D21%20CPN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': '218I GRAN COUPE',
'odometer': 27349,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW 218I GRAN COUPE 1.5 136 SPORT (LCP) Coupe',
'transmission': 'manual',
'trim': '136 SPORT (LCP)',
'vin': 'WBA12AK0707J35966',
'year': 2021}
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Saving data for D21%20CPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774651582.463785, 'last_price_update_time': 1774764317.345384}
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='D21%2520CPN') HTTP/1.1" 204 0
2026-03-29 06:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc886eb3-cb07-51c7-822b-ddbefb5272c8 with identifier: AU14%20XMG
2026-03-29 06:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc886eb3-cb07-51c7-822b-ddbefb5272c8 with identifier: AU14%20XMG
2026-03-29 06:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc886eb3-cb07-51c7-822b-ddbefb5272c8 with identifier: AU14%20XMG to the API
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU14%20XMG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bc886eb3-cb07-51c7-822b-ddbefb5272c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU14 XMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU14%20XMG&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SSANGYONG',
'model': 'KORANDO',
'odometer': 99138,
'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': 'SSANGYONG KORANDO 2.0 149 LE StationWagon',
'transmission': 'manual',
'trim': '149 LE',
'vin': 'KPTB0B1SSCP068715',
'year': 2014}
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU14%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Saving data for AU14%20XMG: {'auction_closing_time': 1774778400.0, 'created_time': 1774651683.096497, 'last_price_update_time': 1774764317.680621}
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU14%2520XMG') HTTP/1.1" 204 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: WNZ%201898
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WNZ%25201898%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for WNZ%201898: 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: RA16%20FGU
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA16%2520FGU%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for RA16%20FGU: 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: AJ15%20UCW
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ15%2520UCW%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for AJ15%20UCW: 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: GU59%20DWO
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU59%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for GU59%20DWO: 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: RK11%20VNW
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK11%2520VNW%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for RK11%20VNW: 2
2026-03-29 06:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03bf9c94-653e-59f1-92e6-89bfa40fd77d with identifier: RK11%20VNW
2026-03-29 06:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03bf9c94-653e-59f1-92e6-89bfa40fd77d with scrape type 2
2026-03-29 06:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03bf9c94-653e-59f1-92e6-89bfa40fd77d with scrape type 2
2026-03-29 06:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03bf9c94-653e-59f1-92e6-89bfa40fd77d, identifier: RK11%20VNW
2026-03-29 06:05: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 06:05: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 06:05:17 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for KR70%20AOW: 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for LM19%20YBF: 0
2026-03-29 06:05:17 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-29 06:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-29 06:05:17 [bca.uk] INFO: Scrape type for MP19%20XWS: 2
2026-03-29 06:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS
2026-03-29 06:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b2c129-060a-5f47-9c2d-7760fb95c87c with scrape type 2
2026-03-29 06:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b2c129-060a-5f47-9c2d-7760fb95c87c with scrape type 2
2026-03-29 06:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41b2c129-060a-5f47-9c2d-7760fb95c87c, identifier: MP19%20XWS
2026-03-29 06:05:18 [bca.uk] INFO: Found listing with ID: DY11%20JYC
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY11%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 06:05:18 [bca.uk] INFO: Scrape type for DY11%20JYC: 2
2026-03-29 06:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 367f1ddb-43f0-5d2b-a38c-793f378b201e with identifier: DY11%20JYC
2026-03-29 06:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 367f1ddb-43f0-5d2b-a38c-793f378b201e with scrape type 2
2026-03-29 06:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 367f1ddb-43f0-5d2b-a38c-793f378b201e with scrape type 2
2026-03-29 06:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 367f1ddb-43f0-5d2b-a38c-793f378b201e, identifier: DY11%20JYC
2026-03-29 06:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03bf9c94-653e-59f1-92e6-89bfa40fd77d with identifier: RK11%20VNW
2026-03-29 06:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03bf9c94-653e-59f1-92e6-89bfa40fd77d with identifier: RK11%20VNW
2026-03-29 06:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03bf9c94-653e-59f1-92e6-89bfa40fd77d with identifier: RK11%20VNW to the API
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK11%20VNW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '03bf9c94-653e-59f1-92e6-89bfa40fd77d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK11 VNW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK11%20VNW&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': '120D',
'odometer': 58047,
'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 120D 2.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBAUD92090PZ97205',
'year': 2011}
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK11%2520VNW%27 HTTP/1.1" 200 None
2026-03-29 06:05:18 [bca.uk] INFO: Saving data for RK11%20VNW: {'auction_closing_time': 1774778400.0, 'created_time': 1774478280.002806, 'last_price_update_time': 1774764318.413417}
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK11%2520VNW') HTTP/1.1" 204 0
2026-03-29 06:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS
2026-03-29 06:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS
2026-03-29 06:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS to the API
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP19%20XWS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41b2c129-060a-5f47-9c2d-7760fb95c87c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MP19 XWS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP19%20XWS&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CITROEN',
'model': 'GRAND SPACETOUR',
'odometer': 64558,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'CITROEN GRAND SPACETOUR 1.5 BLUEHDI 130 FLAIR EAT8 MPV',
'transmission': 'automatic',
'trim': 'BLUEHDI 130 FLAIR EAT8',
'vin': 'VF73AYHZRKJ744638',
'year': 2019}
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-29 06:05:18 [bca.uk] INFO: Saving data for MP19%20XWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774651846.520007, 'last_price_update_time': 1774764318.766429}
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP19%2520XWS') HTTP/1.1" 204 0
2026-03-29 06:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 367f1ddb-43f0-5d2b-a38c-793f378b201e with identifier: DY11%20JYC
2026-03-29 06:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 367f1ddb-43f0-5d2b-a38c-793f378b201e with identifier: DY11%20JYC
2026-03-29 06:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 367f1ddb-43f0-5d2b-a38c-793f378b201e with identifier: DY11%20JYC to the API
2026-03-29 06:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY11%20JYC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '367f1ddb-43f0-5d2b-a38c-793f378b201e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY11 JYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY11%20JYC&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'CITROEN',
'model': 'C1',
'odometer': 90373,
'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 C1 1.0 VT Hatchback',
'transmission': 'manual',
'trim': 'VT',
'vin': 'VF7PNCFB489546342',
'year': 2011}
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY11%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Saving data for DY11%20JYC: {'auction_closing_time': 1774778400.0, 'created_time': 1774651811.147777, 'last_price_update_time': 1774764319.067726}
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY11%2520JYC') HTTP/1.1" 204 0
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: SP08%20NVS
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP08%2520NVS%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for SP08%20NVS: 0
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: BU11%20RTV
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU11%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for BU11%20RTV: 0
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: KR65%20OTY
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR65%2520OTY%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for KR65%20OTY: 0
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: RK64%20CYT
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK64%2520CYT%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for RK64%20CYT: 0
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: SN65%20YTA
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN65%2520YTA%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for SN65%20YTA: 2
2026-03-29 06:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 571fa517-15e7-5f66-9b6b-c4da7273463f with identifier: SN65%20YTA
2026-03-29 06:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 571fa517-15e7-5f66-9b6b-c4da7273463f with scrape type 2
2026-03-29 06:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 571fa517-15e7-5f66-9b6b-c4da7273463f with scrape type 2
2026-03-29 06:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 571fa517-15e7-5f66-9b6b-c4da7273463f, identifier: SN65%20YTA
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for CK22%20BGY: 2
2026-03-29 06:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY
2026-03-29 06:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9179b419-d7b0-5062-9fe2-b84fe4f74797 with scrape type 2
2026-03-29 06:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9179b419-d7b0-5062-9fe2-b84fe4f74797 with scrape type 2
2026-03-29 06:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9179b419-d7b0-5062-9fe2-b84fe4f74797, identifier: CK22%20BGY
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: NA12%20HKW
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA12%2520HKW%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for NA12%20HKW: 0
2026-03-29 06:05:19 [bca.uk] INFO: Found listing with ID: AK12%20OAP
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK12%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Scrape type for AK12%20OAP: 2
2026-03-29 06:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef with identifier: AK12%20OAP
2026-03-29 06:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef with scrape type 2
2026-03-29 06:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef with scrape type 2
2026-03-29 06:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef, identifier: AK12%20OAP
2026-03-29 06:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 571fa517-15e7-5f66-9b6b-c4da7273463f with identifier: SN65%20YTA
2026-03-29 06:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 571fa517-15e7-5f66-9b6b-c4da7273463f with identifier: SN65%20YTA
2026-03-29 06:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 571fa517-15e7-5f66-9b6b-c4da7273463f with identifier: SN65%20YTA to the API
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN65%20YTA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '571fa517-15e7-5f66-9b6b-c4da7273463f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN65 YTA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN65%20YTA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 82608,
'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 SPORTAGE 1.7 CRDI 1 StationWagon',
'transmission': 'manual',
'trim': 'CRDI 1',
'vin': 'U5YPB815LEL634026',
'year': 2015}
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN65%2520YTA%27 HTTP/1.1" 200 None
2026-03-29 06:05:19 [bca.uk] INFO: Saving data for SN65%20YTA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564221.665272, 'last_price_update_time': 1774764319.794037}
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN65%2520YTA') HTTP/1.1" 204 0
2026-03-29 06:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY
2026-03-29 06:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY
2026-03-29 06:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY to the API
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 32,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20BGY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '9179b419-d7b0-5062-9fe2-b84fe4f74797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK22 BGY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20BGY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 56910,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C5 AIRCROSS 1.6 PHEV 225 SHINE E-EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'PHEV 225 SHINE E-EAT8',
'vin': 'VR7A4DGZSNL005013',
'year': 2022}
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Saving data for CK22%20BGY: {'auction_closing_time': 1775124000.0, 'created_time': 1774651845.101379, 'last_price_update_time': 1774764320.082883}
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520BGY') HTTP/1.1" 204 0
2026-03-29 06:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef with identifier: AK12%20OAP
2026-03-29 06:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef with identifier: AK12%20OAP
2026-03-29 06:05:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef with identifier: AK12%20OAP to the API
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK12%20OAP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cfb0a3d7-6ac6-5c84-99c2-fe9220fef5ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK12 OAP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK12%20OAP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 123688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
'transmission': 'manual',
'trim': 'VISIA',
'vin': 'MDHFBUK13U0107720',
'year': 2012}
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK12%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Saving data for AK12%20OAP: {'auction_closing_time': 1774778400.0, 'created_time': 1774651682.359804, 'last_price_update_time': 1774764320.35192}
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK12%2520OAP') HTTP/1.1" 204 0
2026-03-29 06:05:20 [bca.uk] INFO: Found listing with ID: YJ18%20ZAG
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ18%2520ZAG%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Scrape type for YJ18%20ZAG: 0
2026-03-29 06:05:20 [bca.uk] INFO: Found listing with ID: CK15%20AEP
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK15%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Scrape type for CK15%20AEP: 2
2026-03-29 06:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bc9892e-63b3-552b-a3fc-3b268fda2f80 with identifier: CK15%20AEP
2026-03-29 06:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bc9892e-63b3-552b-a3fc-3b268fda2f80 with scrape type 2
2026-03-29 06:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bc9892e-63b3-552b-a3fc-3b268fda2f80 with scrape type 2
2026-03-29 06:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bc9892e-63b3-552b-a3fc-3b268fda2f80, identifier: CK15%20AEP
2026-03-29 06:05:20 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Scrape type for BM19%20KKC: 2
2026-03-29 06:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC
2026-03-29 06:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with scrape type 2
2026-03-29 06:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with scrape type 2
2026-03-29 06:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac86ccfa-42bb-504e-9eaf-bbf7d2135916, identifier: BM19%20KKC
2026-03-29 06:05:20 [bca.uk] INFO: Found listing with ID: ML21%20PXH
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Scrape type for ML21%20PXH: 2
2026-03-29 06:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH
2026-03-29 06:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8dc750-6c40-57f4-b292-5fcf3da72125 with scrape type 2
2026-03-29 06:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8dc750-6c40-57f4-b292-5fcf3da72125 with scrape type 2
2026-03-29 06:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb8dc750-6c40-57f4-b292-5fcf3da72125, identifier: ML21%20PXH
2026-03-29 06:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bc9892e-63b3-552b-a3fc-3b268fda2f80 with identifier: CK15%20AEP
2026-03-29 06:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bc9892e-63b3-552b-a3fc-3b268fda2f80 with identifier: CK15%20AEP
2026-03-29 06:05:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bc9892e-63b3-552b-a3fc-3b268fda2f80 with identifier: CK15%20AEP to the API
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK15%20AEP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1bc9892e-63b3-552b-a3fc-3b268fda2f80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK15 AEP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK15%20AEP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 78302,
'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.0 E/B 125 TITANIUM MPV',
'transmission': 'manual',
'trim': 'E/B 125 TITANIUM',
'vin': 'WF0JXXGCBJFD56249',
'year': 2015}
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK15%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:05:20 [bca.uk] INFO: Saving data for CK15%20AEP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564242.47152, 'last_price_update_time': 1774764320.986635}
2026-03-29 06:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK15%2520AEP') HTTP/1.1" 204 0
2026-03-29 06:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC
2026-03-29 06:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC
2026-03-29 06:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC to the API
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BM19%20KKC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac86ccfa-42bb-504e-9eaf-bbf7d2135916',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BM19 KKC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BM19%20KKC&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 48566,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SEAT IBIZA 1.0 SE TECHNOLOGY EZ Hatchback',
'transmission': 'manual',
'trim': 'SE TECHNOLOGY EZ',
'vin': 'VSSZZZKJZKR154532',
'year': 2019}
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Saving data for BM19%20KKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651791.026578, 'last_price_update_time': 1774764321.364174}
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BM19%2520KKC') HTTP/1.1" 204 0
2026-03-29 06:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH
2026-03-29 06:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH
2026-03-29 06:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH to the API
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML21%20PXH-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb8dc750-6c40-57f4-b292-5fcf3da72125',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML21 PXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML21%20PXH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 103125,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 280 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYLS17999',
'year': 2021}
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Saving data for ML21%20PXH: {'auction_closing_time': 1775037600.0, 'created_time': 1774651681.974169, 'last_price_update_time': 1774764321.650885}
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML21%2520PXH') HTTP/1.1" 204 0
2026-03-29 06:05:21 [bca.uk] INFO: Found listing with ID: DA66%20OXP
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA66%2520OXP%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Scrape type for DA66%20OXP: 0
2026-03-29 06:05:21 [bca.uk] INFO: Found listing with ID: DE14%20WTA
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE14%2520WTA%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Scrape type for DE14%20WTA: 0
2026-03-29 06:05:21 [bca.uk] INFO: Found listing with ID: DV64%20VUB
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV64%2520VUB%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Scrape type for DV64%20VUB: 0
2026-03-29 06:05:21 [bca.uk] INFO: Found listing with ID: GV65%20GPK
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV65%2520GPK%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Scrape type for GV65%20GPK: 2
2026-03-29 06:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ac89438-1ab0-529a-887b-984332d48037 with identifier: GV65%20GPK
2026-03-29 06:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ac89438-1ab0-529a-887b-984332d48037 with scrape type 2
2026-03-29 06:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ac89438-1ab0-529a-887b-984332d48037 with scrape type 2
2026-03-29 06:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ac89438-1ab0-529a-887b-984332d48037, identifier: GV65%20GPK
2026-03-29 06:05:21 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Scrape type for CU19%20HWD: 2
2026-03-29 06:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD
2026-03-29 06:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66e848e9-d238-5a82-a3a7-988ae87d8665 with scrape type 2
2026-03-29 06:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66e848e9-d238-5a82-a3a7-988ae87d8665 with scrape type 2
2026-03-29 06:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66e848e9-d238-5a82-a3a7-988ae87d8665, identifier: CU19%20HWD
2026-03-29 06:05:21 [bca.uk] INFO: Found listing with ID: BXZ%204666
2026-03-29 06:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-29 06:05:21 [bca.uk] INFO: Scrape type for BXZ%204666: 2
2026-03-29 06:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9c64e33-0a61-5d5c-9b8e-772b0fe0938b with identifier: BXZ%204666
2026-03-29 06:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9c64e33-0a61-5d5c-9b8e-772b0fe0938b with scrape type 2
2026-03-29 06:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9c64e33-0a61-5d5c-9b8e-772b0fe0938b with scrape type 2
2026-03-29 06:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9c64e33-0a61-5d5c-9b8e-772b0fe0938b, identifier: BXZ%204666
2026-03-29 06:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ac89438-1ab0-529a-887b-984332d48037 with identifier: GV65%20GPK
2026-03-29 06:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ac89438-1ab0-529a-887b-984332d48037 with identifier: GV65%20GPK
2026-03-29 06:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ac89438-1ab0-529a-887b-984332d48037 with identifier: GV65%20GPK to the API
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV65%20GPK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5ac89438-1ab0-529a-887b-984332d48037',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV65 GPK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV65%20GPK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SUZUKI',
'model': 'VITARA',
'odometer': 123921,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SUZUKI VITARA 1.6 SZ-T Hatchback',
'transmission': 'manual',
'trim': 'SZ-T',
'vin': 'TSMLYD21S00168060',
'year': 2015}
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV65%2520GPK%27 HTTP/1.1" 200 None
2026-03-29 06:05:22 [bca.uk] INFO: Saving data for GV65%20GPK: {'auction_closing_time': 1774778400.0, 'created_time': 1774565191.696454, 'last_price_update_time': 1774764322.365981}
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV65%2520GPK') HTTP/1.1" 204 0
2026-03-29 06:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD
2026-03-29 06:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD
2026-03-29 06:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD to the API
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU19%20HWD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '66e848e9-d238-5a82-a3a7-988ae87d8665',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU19 HWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU19%20HWD&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 21465,
'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': 'DACIA DUSTER 1.6 SCE 115 ESSENTIAL StationWagon',
'transmission': 'manual',
'trim': 'SCE 115 ESSENTIAL',
'vin': 'VF1HJD20262120009',
'year': 2019}
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-29 06:05:22 [bca.uk] INFO: Saving data for CU19%20HWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651789.912218, 'last_price_update_time': 1774764322.670286}
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU19%2520HWD') HTTP/1.1" 204 0
2026-03-29 06:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9c64e33-0a61-5d5c-9b8e-772b0fe0938b with identifier: BXZ%204666
2026-03-29 06:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9c64e33-0a61-5d5c-9b8e-772b0fe0938b with identifier: BXZ%204666
2026-03-29 06:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9c64e33-0a61-5d5c-9b8e-772b0fe0938b with identifier: BXZ%204666 to the API
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BXZ%204666-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd9c64e33-0a61-5d5c-9b8e-772b0fe0938b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BXZ 4666',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BXZ%204666&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 124741,
'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': 'SJNFCAJ10U2269993',
'year': 2011}
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-29 06:05:22 [bca.uk] INFO: Saving data for BXZ%204666: {'auction_closing_time': 1774778400.0, 'created_time': 1774651812.347429, 'last_price_update_time': 1774764322.949879}
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BXZ%25204666') HTTP/1.1" 204 0
2026-03-29 06:05:22 [bca.uk] INFO: Found listing with ID: KS65%20YFC
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS65%2520YFC%27 HTTP/1.1" 200 None
2026-03-29 06:05:22 [bca.uk] INFO: Scrape type for KS65%20YFC: 0
2026-03-29 06:05:22 [bca.uk] INFO: Found listing with ID: MJ18%20MZG
2026-03-29 06:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ18%2520MZG%27 HTTP/1.1" 200 None
2026-03-29 06:05:22 [bca.uk] INFO: Scrape type for MJ18%20MZG: 0
2026-03-29 06:05:22 [bca.uk] INFO: Found listing with ID: MT67%20CGG
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT67%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for MT67%20CGG: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: NL64%20YGU
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL64%2520YGU%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for NL64%20YGU: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: PN15%20XLB
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN15%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for PN15%20XLB: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: PX64%20PPV
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX64%2520PPV%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for PX64%20PPV: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: RV64%20NSO
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV64%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for RV64%20NSO: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: CP64%20LLR
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP64%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for CP64%20LLR: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: SY15%20WZH
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY15%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for SY15%20WZH: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: AF68%20SVE
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF68%2520SVE%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for AF68%20SVE: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: MV65%20OCE
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV65%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for MV65%20OCE: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: PO13%20XES
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO13%2520XES%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for PO13%20XES: 2
2026-03-29 06:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fde1491-8970-5c68-ba07-1ed308545b94 with identifier: PO13%20XES
2026-03-29 06:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fde1491-8970-5c68-ba07-1ed308545b94 with scrape type 2
2026-03-29 06:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fde1491-8970-5c68-ba07-1ed308545b94 with scrape type 2
2026-03-29 06:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fde1491-8970-5c68-ba07-1ed308545b94, identifier: PO13%20XES
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for DA19%20JWL: 2
2026-03-29 06:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL
2026-03-29 06:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b947c743-48bc-5492-9fa1-8482d0ba8ab2 with scrape type 2
2026-03-29 06:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b947c743-48bc-5492-9fa1-8482d0ba8ab2 with scrape type 2
2026-03-29 06:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b947c743-48bc-5492-9fa1-8482d0ba8ab2, identifier: DA19%20JWL
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: NX63%20LFL
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX63%2520LFL%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for NX63%20LFL: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: YN64%20OSM
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN64%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for YN64%20OSM: 0
2026-03-29 06:05:23 [bca.uk] INFO: Found listing with ID: CK64%20JOH
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK64%2520JOH%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Scrape type for CK64%20JOH: 2
2026-03-29 06:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00efea38-7ca3-53c8-a9e7-41b1f801a9d7 with identifier: CK64%20JOH
2026-03-29 06:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00efea38-7ca3-53c8-a9e7-41b1f801a9d7 with scrape type 2
2026-03-29 06:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00efea38-7ca3-53c8-a9e7-41b1f801a9d7 with scrape type 2
2026-03-29 06:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00efea38-7ca3-53c8-a9e7-41b1f801a9d7, identifier: CK64%20JOH
2026-03-29 06:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fde1491-8970-5c68-ba07-1ed308545b94 with identifier: PO13%20XES
2026-03-29 06:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fde1491-8970-5c68-ba07-1ed308545b94 with identifier: PO13%20XES
2026-03-29 06:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fde1491-8970-5c68-ba07-1ed308545b94 with identifier: PO13%20XES to the API
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO13%20XES-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4fde1491-8970-5c68-ba07-1ed308545b94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PO13 XES',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO13%20XES&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 77317,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 VVT SE Hatchback',
'transmission': 'manual',
'trim': 'VVT SE',
'vin': 'W0L0SDL68D4126972',
'year': 2013}
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO13%2520XES%27 HTTP/1.1" 200 None
2026-03-29 06:05:23 [bca.uk] INFO: Saving data for PO13%20XES: {'auction_closing_time': 1774778400.0, 'created_time': 1774565119.96995, 'last_price_update_time': 1774764323.776221}
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO13%2520XES') HTTP/1.1" 204 0
2026-03-29 06:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL
2026-03-29 06:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL
2026-03-29 06:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL to the API
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA19%20JWL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b947c743-48bc-5492-9fa1-8482d0ba8ab2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA19 JWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA19%20JWL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 90290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN 1.6 TDI 115 SE FAMILY MPV',
'transmission': 'manual',
'trim': 'TDI 115 SE FAMILY',
'vin': 'WVGZZZ1TZKW042756',
'year': 2019}
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 06:05:24 [bca.uk] INFO: Saving data for DA19%20JWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774651858.961828, 'last_price_update_time': 1774764324.194052}
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA19%2520JWL') HTTP/1.1" 204 0
2026-03-29 06:05:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00efea38-7ca3-53c8-a9e7-41b1f801a9d7 with identifier: CK64%20JOH
2026-03-29 06:05:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00efea38-7ca3-53c8-a9e7-41b1f801a9d7 with identifier: CK64%20JOH
2026-03-29 06:05:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00efea38-7ca3-53c8-a9e7-41b1f801a9d7 with identifier: CK64%20JOH to the API
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK64%20JOH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '00efea38-7ca3-53c8-a9e7-41b1f801a9d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK64 JOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK64%20JOH&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 103842,
'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 C-MAX 1.6 TDCI 115 ZETEC MPV',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC',
'vin': 'WF0JXXWPBJEM35274',
'year': 2014}
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK64%2520JOH%27 HTTP/1.1" 200 None
2026-03-29 06:05:24 [bca.uk] INFO: Saving data for CK64%20JOH: {'auction_closing_time': 1774778400.0, 'created_time': 1774651778.594994, 'last_price_update_time': 1774764324.473989}
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK64%2520JOH') HTTP/1.1" 204 0
2026-03-29 06:05:24 [bca.uk] INFO: Found listing with ID: PX08%20FZF
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX08%2520FZF%27 HTTP/1.1" 200 None
2026-03-29 06:05:24 [bca.uk] INFO: Scrape type for PX08%20FZF: 2
2026-03-29 06:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5 with identifier: PX08%20FZF
2026-03-29 06:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5 with scrape type 2
2026-03-29 06:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5 with scrape type 2
2026-03-29 06:05:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5, identifier: PX08%20FZF
2026-03-29 06:05:24 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:24 [bca.uk] INFO: Scrape type for WT19%20AXJ: 2
2026-03-29 06:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ
2026-03-29 06:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with scrape type 2
2026-03-29 06:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with scrape type 2
2026-03-29 06:05:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4, identifier: WT19%20AXJ
2026-03-29 06:05:24 [bca.uk] INFO: Found listing with ID: DC12%20SEE
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DC12%2520SEE%27 HTTP/1.1" 200 None
2026-03-29 06:05:24 [bca.uk] INFO: Scrape type for DC12%20SEE: 2
2026-03-29 06:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0862403-7551-5760-b50b-6784a68f0da0 with identifier: DC12%20SEE
2026-03-29 06:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0862403-7551-5760-b50b-6784a68f0da0 with scrape type 2
2026-03-29 06:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0862403-7551-5760-b50b-6784a68f0da0 with scrape type 2
2026-03-29 06:05:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0862403-7551-5760-b50b-6784a68f0da0, identifier: DC12%20SEE
2026-03-29 06:05:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5 with identifier: PX08%20FZF
2026-03-29 06:05:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5 with identifier: PX08%20FZF
2026-03-29 06:05:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5 with identifier: PX08%20FZF to the API
2026-03-29 06:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 260,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX08%20FZF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f0e7950b-1a6d-56a6-8d41-a24fbf9f0de5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX08 FZF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX08%20FZF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'Q7',
'odometer': 163412,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'AUDI Q7 3.0 TDI 240 QUATTRO S LINE StationWagon',
'transmission': 'manual',
'trim': 'TDI 240 QUATTRO S LINE',
'vin': 'WAUZZZ4L18D054141',
'year': 2008}
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX08%2520FZF%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Saving data for PX08%20FZF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564646.399001, 'last_price_update_time': 1774764325.135204}
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX08%2520FZF') HTTP/1.1" 204 0
2026-03-29 06:05:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ
2026-03-29 06:05:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ
2026-03-29 06:05:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ to the API
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20AXJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6cf2bfdd-82ec-5b4c-888f-4294e3b968c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT19 AXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20AXJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 37430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.0 PLAY Hatchback',
'transmission': 'manual',
'trim': 'PLAY',
'vin': 'NLHA851ALKZ536380',
'year': 2019}
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Saving data for WT19%20AXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774562658.257131, 'last_price_update_time': 1774764325.42525}
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520AXJ') HTTP/1.1" 204 0
2026-03-29 06:05:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0862403-7551-5760-b50b-6784a68f0da0 with identifier: DC12%20SEE
2026-03-29 06:05:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0862403-7551-5760-b50b-6784a68f0da0 with identifier: DC12%20SEE
2026-03-29 06:05:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0862403-7551-5760-b50b-6784a68f0da0 with identifier: DC12%20SEE to the API
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC12%20SEE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c0862403-7551-5760-b50b-6784a68f0da0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DC12 SEE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC12%20SEE&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SUBARU',
'model': 'XV',
'odometer': 124030,
'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': 'SUBARU XV 2.0 D SE LUX PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'D SE LUX PREMIUM',
'vin': 'JF1GPDKZ3CG013428',
'year': 2013}
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DC12%2520SEE%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Saving data for DC12%20SEE: {'auction_closing_time': 1774778400.0, 'created_time': 1774651777.584557, 'last_price_update_time': 1774764325.698427}
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC12%2520SEE') HTTP/1.1" 204 0
2026-03-29 06:05:25 [bca.uk] INFO: Found listing with ID: RJ67%20ZGP
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ67%2520ZGP%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Scrape type for RJ67%20ZGP: 0
2026-03-29 06:05:25 [bca.uk] INFO: Found listing with ID: SM11%20YYC
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM11%2520YYC%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Scrape type for SM11%20YYC: 0
2026-03-29 06:05:25 [bca.uk] INFO: Found listing with ID: WF09%20WWO
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF09%2520WWO%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Scrape type for WF09%20WWO: 2
2026-03-29 06:05:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30781908-7a5f-565f-acd3-f4bcb550d3b5 with identifier: WF09%20WWO
2026-03-29 06:05:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30781908-7a5f-565f-acd3-f4bcb550d3b5 with scrape type 2
2026-03-29 06:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30781908-7a5f-565f-acd3-f4bcb550d3b5 with scrape type 2
2026-03-29 06:05:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30781908-7a5f-565f-acd3-f4bcb550d3b5, identifier: WF09%20WWO
2026-03-29 06:05:25 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Scrape type for LM22%20HEV: 2
2026-03-29 06:05:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV
2026-03-29 06:05:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with scrape type 2
2026-03-29 06:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with scrape type 2
2026-03-29 06:05:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e, identifier: LM22%20HEV
2026-03-29 06:05:25 [bca.uk] INFO: Found listing with ID: FE59%20XRV
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE59%2520XRV%27 HTTP/1.1" 200 None
2026-03-29 06:05:25 [bca.uk] INFO: Scrape type for FE59%20XRV: 0
2026-03-29 06:05:25 [bca.uk] INFO: Found listing with ID: RA08%20JWP
2026-03-29 06:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA08%2520JWP%27 HTTP/1.1" 200 None
2026-03-29 06:05:26 [bca.uk] INFO: Scrape type for RA08%20JWP: 2
2026-03-29 06:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3acbb77a-dd69-544a-9a2f-3248dcfe02b4 with identifier: RA08%20JWP
2026-03-29 06:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3acbb77a-dd69-544a-9a2f-3248dcfe02b4 with scrape type 2
2026-03-29 06:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3acbb77a-dd69-544a-9a2f-3248dcfe02b4 with scrape type 2
2026-03-29 06:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3acbb77a-dd69-544a-9a2f-3248dcfe02b4, identifier: RA08%20JWP
2026-03-29 06:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30781908-7a5f-565f-acd3-f4bcb550d3b5 with identifier: WF09%20WWO
2026-03-29 06:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30781908-7a5f-565f-acd3-f4bcb550d3b5 with identifier: WF09%20WWO
2026-03-29 06:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30781908-7a5f-565f-acd3-f4bcb550d3b5 with identifier: WF09%20WWO to the API
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF09%20WWO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '30781908-7a5f-565f-acd3-f4bcb550d3b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF09 WWO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF09%20WWO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '116I',
'odometer': 137096,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'BMW 116I 2.0 SE STEP Hatchback',
'transmission': 'manual',
'trim': 'SE STEP',
'vin': 'WBAUH32040E266100',
'year': 2009}
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF09%2520WWO%27 HTTP/1.1" 200 None
2026-03-29 06:05:26 [bca.uk] INFO: Saving data for WF09%20WWO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564640.214059, 'last_price_update_time': 1774764326.413167}
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF09%2520WWO') HTTP/1.1" 204 0
2026-03-29 06:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV
2026-03-29 06:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV
2026-03-29 06:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV to the API
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 190,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM22%20HEV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1fa0e00-cfb3-57a5-b662-1023b16d1f1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM22 HEV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM22%20HEV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'PROACE VERSO',
'odometer': 76308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE VERSO 2.0 D 180 FAMILY MEDIUM (8SP) MPV',
'transmission': 'automatic',
'trim': 'D 180 FAMILY MEDIUM (8SP)',
'vin': 'YARVEEHZ7GZ225026',
'year': 2022}
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 06:05:26 [bca.uk] INFO: Saving data for LM22%20HEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774651843.944171, 'last_price_update_time': 1774764326.711645}
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM22%2520HEV') HTTP/1.1" 204 0
2026-03-29 06:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3acbb77a-dd69-544a-9a2f-3248dcfe02b4 with identifier: RA08%20JWP
2026-03-29 06:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3acbb77a-dd69-544a-9a2f-3248dcfe02b4 with identifier: RA08%20JWP
2026-03-29 06:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3acbb77a-dd69-544a-9a2f-3248dcfe02b4 with identifier: RA08%20JWP to the API
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA08%20JWP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3acbb77a-dd69-544a-9a2f-3248dcfe02b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA08 JWP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA08%20JWP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 94270,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'HONDA CR-V 2.2 I-CDTI EX Estate',
'transmission': 'manual',
'trim': 'I-CDTI EX',
'vin': 'SHSRE67708U028340',
'year': 2008}
2026-03-29 06:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA08%2520JWP%27 HTTP/1.1" 200 None
2026-03-29 06:05:26 [bca.uk] INFO: Saving data for RA08%20JWP: {'auction_closing_time': 1774778400.0, 'created_time': 1774651772.715709, 'last_price_update_time': 1774764326.997675}
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA08%2520JWP') HTTP/1.1" 204 0
2026-03-29 06:05:27 [bca.uk] INFO: Found listing with ID: YD15%20FET
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD15%2520FET%27 HTTP/1.1" 200 None
2026-03-29 06:05:27 [bca.uk] INFO: Scrape type for YD15%20FET: 0
2026-03-29 06:05:27 [bca.uk] INFO: Found listing with ID: YJ63%20EVM
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ63%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 06:05:27 [bca.uk] INFO: Scrape type for YJ63%20EVM: 2
2026-03-29 06:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbc79b66-62ff-5e87-9ed5-83f3c7c9089b with identifier: YJ63%20EVM
2026-03-29 06:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbc79b66-62ff-5e87-9ed5-83f3c7c9089b with scrape type 2
2026-03-29 06:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbc79b66-62ff-5e87-9ed5-83f3c7c9089b with scrape type 2
2026-03-29 06:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbc79b66-62ff-5e87-9ed5-83f3c7c9089b, identifier: YJ63%20EVM
2026-03-29 06:05:27 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 06:05:27 [bca.uk] INFO: Scrape type for GX10%20TFN: 2
2026-03-29 06:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN
2026-03-29 06:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with scrape type 2
2026-03-29 06:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with scrape type 2
2026-03-29 06:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c54f1c6-2c88-5a50-8048-6e48dd86e898, identifier: GX10%20TFN
2026-03-29 06:05:27 [bca.uk] INFO: Found listing with ID: SA06%20UMJ
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA06%2520UMJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:27 [bca.uk] INFO: Scrape type for SA06%20UMJ: 2
2026-03-29 06:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c10160ba-1191-5422-b36b-cd279e4121e6 with identifier: SA06%20UMJ
2026-03-29 06:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c10160ba-1191-5422-b36b-cd279e4121e6 with scrape type 2
2026-03-29 06:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c10160ba-1191-5422-b36b-cd279e4121e6 with scrape type 2
2026-03-29 06:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c10160ba-1191-5422-b36b-cd279e4121e6, identifier: SA06%20UMJ
2026-03-29 06:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbc79b66-62ff-5e87-9ed5-83f3c7c9089b with identifier: YJ63%20EVM
2026-03-29 06:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbc79b66-62ff-5e87-9ed5-83f3c7c9089b with identifier: YJ63%20EVM
2026-03-29 06:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbc79b66-62ff-5e87-9ed5-83f3c7c9089b with identifier: YJ63%20EVM to the API
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05: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 06:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ63%20EVM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dbc79b66-62ff-5e87-9ed5-83f3c7c9089b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ63 EVM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ63%20EVM&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '120D',
'odometer': 110191,
'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 120D 2.0 XDRIVE SPORT Hatchback',
'transmission': 'manual',
'trim': 'XDRIVE SPORT',
'vin': 'WBA1T720X0J595853',
'year': 2013}
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ63%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 06:05:27 [bca.uk] INFO: Saving data for YJ63%20EVM: {'auction_closing_time': 1774778400.0, 'created_time': 1774477837.491522, 'last_price_update_time': 1774764327.646782}
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ63%2520EVM') HTTP/1.1" 204 0
2026-03-29 06:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN
2026-03-29 06:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN
2026-03-29 06:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN to the API
2026-03-29 06:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05: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 06:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX10%20TFN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9c54f1c6-2c88-5a50-8048-6e48dd86e898',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX10 TFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX10%20TFN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'S3 SPORTBACK',
'odometer': 116324,
'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 SPORTBACK 2.0 QUATTRO Hatchback',
'transmission': 'manual',
'trim': 'QUATTRO',
'vin': 'WAUZZZ8P0AA163470',
'year': 2010}
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 06:05:28 [bca.uk] INFO: Saving data for GX10%20TFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774651819.145831, 'last_price_update_time': 1774764328.069364}
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX10%2520TFN') HTTP/1.1" 204 0
2026-03-29 06:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c10160ba-1191-5422-b36b-cd279e4121e6 with identifier: SA06%20UMJ
2026-03-29 06:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c10160ba-1191-5422-b36b-cd279e4121e6 with identifier: SA06%20UMJ
2026-03-29 06:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c10160ba-1191-5422-b36b-cd279e4121e6 with identifier: SA06%20UMJ to the API
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05: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 06:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA06%20UMJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c10160ba-1191-5422-b36b-cd279e4121e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA06 UMJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA06%20UMJ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': '116I',
'odometer': 95143,
'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': 'BMW 116I 1.6 SE (6) Hatchback',
'transmission': 'manual',
'trim': 'SE (6)',
'vin': 'WBAUF12030PW33521',
'year': 2006}
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA06%2520UMJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:28 [bca.uk] INFO: Saving data for SA06%20UMJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651769.280065, 'last_price_update_time': 1774764328.365509}
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA06%2520UMJ') HTTP/1.1" 204 0
2026-03-29 06:05:28 [bca.uk] INFO: Found listing with ID: YN08%20UVD
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN08%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 06:05:28 [bca.uk] INFO: Scrape type for YN08%20UVD: 2
2026-03-29 06:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7 with identifier: YN08%20UVD
2026-03-29 06:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7 with scrape type 2
2026-03-29 06:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7 with scrape type 2
2026-03-29 06:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7, identifier: YN08%20UVD
2026-03-29 06:05:28 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:28 [bca.uk] INFO: Scrape type for LR22%20POJ: 2
2026-03-29 06:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ
2026-03-29 06:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e97127a6-867f-536a-8a59-8f4cd70d0017 with scrape type 2
2026-03-29 06:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e97127a6-867f-536a-8a59-8f4cd70d0017 with scrape type 2
2026-03-29 06:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e97127a6-867f-536a-8a59-8f4cd70d0017, identifier: LR22%20POJ
2026-03-29 06:05:28 [bca.uk] INFO: Found listing with ID: MW63%20FXS
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-29 06:05:28 [bca.uk] INFO: Scrape type for MW63%20FXS: 2
2026-03-29 06:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS
2026-03-29 06:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with scrape type 2
2026-03-29 06:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with scrape type 2
2026-03-29 06:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb, identifier: MW63%20FXS
2026-03-29 06:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7 with identifier: YN08%20UVD
2026-03-29 06:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7 with identifier: YN08%20UVD
2026-03-29 06:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 166dbda5-9fe5-5ee5-a403-fd79d6b85ef7 with identifier: YN08%20UVD to the API
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05: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 06:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 294,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN08%20UVD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '166dbda5-9fe5-5ee5-a403-fd79d6b85ef7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YN08 UVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN08%20UVD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 126631,
'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 RANGE ROVER 3.6 TDV8 VOGUE StationWagon',
'transmission': 'automatic',
'trim': 'TDV8 VOGUE',
'vin': 'SALLMAM238A275805',
'year': 2008}
2026-03-29 06:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN08%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Saving data for YN08%20UVD: {'auction_closing_time': 1774778400.0, 'created_time': 1774448447.114326, 'last_price_update_time': 1774764329.003001}
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN08%2520UVD') HTTP/1.1" 204 0
2026-03-29 06:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ
2026-03-29 06:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ
2026-03-29 06:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ to the API
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20POJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e97127a6-867f-536a-8a59-8f4cd70d0017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR22 POJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20POJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '318D',
'odometer': 79376,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 318D 2.0 MHT SE PRO STEP Saloon',
'transmission': 'automatic',
'trim': 'MHT SE PRO STEP',
'vin': 'WBA5V32070FM53483',
'year': 2022}
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Saving data for LR22%20POJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774651818.796023, 'last_price_update_time': 1774764329.305875}
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520POJ') HTTP/1.1" 204 0
2026-03-29 06:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS
2026-03-29 06:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS
2026-03-29 06:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS to the API
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW63%20FXS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW63 FXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW63%20FXS&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'AUDI',
'model': 'A3',
'odometer': 129411,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'AUDI A3 2.0 TDI 150 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 150 SE',
'vin': 'WAUZZZ8V7EA097925',
'year': 2014}
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Saving data for MW63%20FXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774651773.077155, 'last_price_update_time': 1774764329.661575}
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW63%2520FXS') HTTP/1.1" 204 0
2026-03-29 06:05:29 [bca.uk] INFO: Found listing with ID: ET10%20FWV
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET10%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Scrape type for ET10%20FWV: 0
2026-03-29 06:05:29 [bca.uk] INFO: Found listing with ID: FFZ%202461
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FFZ%25202461%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Scrape type for FFZ%202461: 2
2026-03-29 06:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44204342-da07-5b48-876a-b6598fe86adf with identifier: FFZ%202461
2026-03-29 06:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44204342-da07-5b48-876a-b6598fe86adf with scrape type 2
2026-03-29 06:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44204342-da07-5b48-876a-b6598fe86adf with scrape type 2
2026-03-29 06:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44204342-da07-5b48-876a-b6598fe86adf, identifier: FFZ%202461
2026-03-29 06:05:29 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Scrape type for MV19%20OZD: 2
2026-03-29 06:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD
2026-03-29 06:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a310c26-062c-521f-a843-acb4a93e0f16 with scrape type 2
2026-03-29 06:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a310c26-062c-521f-a843-acb4a93e0f16 with scrape type 2
2026-03-29 06:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a310c26-062c-521f-a843-acb4a93e0f16, identifier: MV19%20OZD
2026-03-29 06:05:29 [bca.uk] INFO: Found listing with ID: YX18%20XUA
2026-03-29 06:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX18%2520XUA%27 HTTP/1.1" 200 None
2026-03-29 06:05:29 [bca.uk] INFO: Scrape type for YX18%20XUA: 2
2026-03-29 06:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a587b00e-f4c1-59c8-8c53-e198ce1b3d60 with identifier: YX18%20XUA
2026-03-29 06:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a587b00e-f4c1-59c8-8c53-e198ce1b3d60 with scrape type 2
2026-03-29 06:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a587b00e-f4c1-59c8-8c53-e198ce1b3d60 with scrape type 2
2026-03-29 06:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a587b00e-f4c1-59c8-8c53-e198ce1b3d60, identifier: YX18%20XUA
2026-03-29 06:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44204342-da07-5b48-876a-b6598fe86adf with identifier: FFZ%202461
2026-03-29 06:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44204342-da07-5b48-876a-b6598fe86adf with identifier: FFZ%202461
2026-03-29 06:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44204342-da07-5b48-876a-b6598fe86adf with identifier: FFZ%202461 to the API
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FFZ%202461-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '44204342-da07-5b48-876a-b6598fe86adf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FFZ 2461',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FFZ%202461&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 110049,
'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 ACENTA Hatchback',
'transmission': 'manual',
'trim': '117 ACENTA',
'vin': 'SJNFAAJ10U2235211',
'year': 2011}
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FFZ%25202461%27 HTTP/1.1" 200 None
2026-03-29 06:05:30 [bca.uk] INFO: Saving data for FFZ%202461: {'auction_closing_time': 1774778400.0, 'created_time': 1774564643.488915, 'last_price_update_time': 1774764330.374102}
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FFZ%25202461') HTTP/1.1" 204 0
2026-03-29 06:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD
2026-03-29 06:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD
2026-03-29 06:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD to the API
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV19%20OZD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6a310c26-062c-521f-a843-acb4a93e0f16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV19 OZD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV19%20OZD&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 31622,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.3 I-VTEC 102 S Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC 102 S',
'vin': 'JHMGK3730KS204652',
'year': 2019}
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 06:05:30 [bca.uk] INFO: Saving data for MV19%20OZD: {'auction_closing_time': 1775037600.0, 'created_time': 1774651839.105934, 'last_price_update_time': 1774764330.664033}
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV19%2520OZD') HTTP/1.1" 204 0
2026-03-29 06:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a587b00e-f4c1-59c8-8c53-e198ce1b3d60 with identifier: YX18%20XUA
2026-03-29 06:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a587b00e-f4c1-59c8-8c53-e198ce1b3d60 with identifier: YX18%20XUA
2026-03-29 06:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a587b00e-f4c1-59c8-8c53-e198ce1b3d60 with identifier: YX18%20XUA to the API
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX18%20XUA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a587b00e-f4c1-59c8-8c53-e198ce1b3d60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX18 XUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX18%20XUA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 99460,
'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 POLO 1.0 65 SE Hatchback',
'transmission': 'manual',
'trim': '65 SE',
'vin': 'WVWZZZAWZJU000511',
'year': 2018}
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX18%2520XUA%27 HTTP/1.1" 200 None
2026-03-29 06:05:30 [bca.uk] INFO: Saving data for YX18%20XUA: {'auction_closing_time': 1774778400.0, 'created_time': 1774651767.598387, 'last_price_update_time': 1774764330.937741}
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX18%2520XUA') HTTP/1.1" 204 0
2026-03-29 06:05:30 [bca.uk] INFO: Found listing with ID: GD10%20BNJ
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:30 [bca.uk] INFO: Scrape type for GD10%20BNJ: 0
2026-03-29 06:05:30 [bca.uk] INFO: Found listing with ID: J222%20SOB
2026-03-29 06:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J222%2520SOB%27 HTTP/1.1" 200 None
2026-03-29 06:05:30 [bca.uk] INFO: Scrape type for J222%20SOB: 2
2026-03-29 06:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd8bcd1-e495-5633-b119-43ca053a8098 with identifier: J222%20SOB
2026-03-29 06:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd8bcd1-e495-5633-b119-43ca053a8098 with scrape type 2
2026-03-29 06:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fd8bcd1-e495-5633-b119-43ca053a8098 with scrape type 2
2026-03-29 06:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fd8bcd1-e495-5633-b119-43ca053a8098, identifier: J222%20SOB
2026-03-29 06:05:31 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-29 06:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:31 [bca.uk] INFO: Scrape type for OY68%20HXZ: 2
2026-03-29 06:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ
2026-03-29 06:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 341c1d71-ab67-5619-8678-81d034b28661 with scrape type 2
2026-03-29 06:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 341c1d71-ab67-5619-8678-81d034b28661 with scrape type 2
2026-03-29 06:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 341c1d71-ab67-5619-8678-81d034b28661, identifier: OY68%20HXZ
2026-03-29 06:05:31 [bca.uk] INFO: Found listing with ID: SO14%20FTD
2026-03-29 06:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO14%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 06:05:31 [bca.uk] INFO: Scrape type for SO14%20FTD: 2
2026-03-29 06:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529 with identifier: SO14%20FTD
2026-03-29 06:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529 with scrape type 2
2026-03-29 06:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529 with scrape type 2
2026-03-29 06:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529, identifier: SO14%20FTD
2026-03-29 06:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fd8bcd1-e495-5633-b119-43ca053a8098 with identifier: J222%20SOB
2026-03-29 06:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fd8bcd1-e495-5633-b119-43ca053a8098 with identifier: J222%20SOB
2026-03-29 06:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fd8bcd1-e495-5633-b119-43ca053a8098 with identifier: J222%20SOB to the API
2026-03-29 06:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=J222%20SOB-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2fd8bcd1-e495-5633-b119-43ca053a8098',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'J222 SOB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=J222%20SOB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'XF SPORTBRAKE',
'odometer': 167487,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'JAGUAR XF SPORTBRAKE 2.0 D 180 R SPORT Estate',
'transmission': 'automatic',
'trim': 'D 180 R SPORT',
'vin': 'SAJBB2AN6JCY63167',
'year': 2017}
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J222%2520SOB%27 HTTP/1.1" 200 None
2026-03-29 06:05:32 [bca.uk] INFO: Saving data for J222%20SOB: {'auction_closing_time': 1774778400.0, 'created_time': 1774265350.88519, 'last_price_update_time': 1774764332.011523}
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='J222%2520SOB') HTTP/1.1" 204 0
2026-03-29 06:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ
2026-03-29 06:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ
2026-03-29 06:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ to the API
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY68%20HXZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '341c1d71-ab67-5619-8678-81d034b28661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY68 HXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY68%20HXZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': 'X3',
'odometer': 81663,
'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 X3 2.0 XDRIVE 20D X LINE STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 20D X LINE STEP',
'vin': 'WBATX36020NB84071',
'year': 2018}
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:32 [bca.uk] INFO: Saving data for OY68%20HXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651766.430837, 'last_price_update_time': 1774764332.439031}
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY68%2520HXZ') HTTP/1.1" 204 0
2026-03-29 06:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529 with identifier: SO14%20FTD
2026-03-29 06:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529 with identifier: SO14%20FTD
2026-03-29 06:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529 with identifier: SO14%20FTD to the API
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO14%20FTD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0ff1ffdc-e8c4-5a79-9dd2-37b531eb1529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SO14 FTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO14%20FTD&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'KUGA',
'odometer': 59998,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM StationWagon',
'transmission': 'manual',
'trim': 'TDCI 163 4WD TITANIUM',
'vin': 'WF0AXXWPMAEY54219',
'year': 2014}
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO14%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 06:05:32 [bca.uk] INFO: Saving data for SO14%20FTD: {'auction_closing_time': 1774778400.0, 'created_time': 1774651756.988312, 'last_price_update_time': 1774764332.756715}
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO14%2520FTD') HTTP/1.1" 204 0
2026-03-29 06:05:32 [bca.uk] INFO: Found listing with ID: LK08%20VLX
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK08%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 06:05:32 [bca.uk] INFO: Scrape type for LK08%20VLX: 2
2026-03-29 06:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 177c0e99-8d63-5691-8146-49e49c5dca49 with identifier: LK08%20VLX
2026-03-29 06:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 177c0e99-8d63-5691-8146-49e49c5dca49 with scrape type 2
2026-03-29 06:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 177c0e99-8d63-5691-8146-49e49c5dca49 with scrape type 2
2026-03-29 06:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 177c0e99-8d63-5691-8146-49e49c5dca49, identifier: LK08%20VLX
2026-03-29 06:05:32 [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 06:05:32 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-29 06:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-29 06:05:32 [bca.uk] INFO: Scrape type for WK18%20TYG: 2
2026-03-29 06:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG
2026-03-29 06:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04645d48-bb96-5404-8148-6cb5364af92b with scrape type 2
2026-03-29 06:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04645d48-bb96-5404-8148-6cb5364af92b with scrape type 2
2026-03-29 06:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04645d48-bb96-5404-8148-6cb5364af92b, identifier: WK18%20TYG
2026-03-29 06:05:33 [bca.uk] INFO: Found listing with ID: KN14%20YFH
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN14%2520YFH%27 HTTP/1.1" 200 None
2026-03-29 06:05:33 [bca.uk] INFO: Scrape type for KN14%20YFH: 0
2026-03-29 06:05:33 [bca.uk] INFO: Found listing with ID: SY13%20GYG
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY13%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 06:05:33 [bca.uk] INFO: Scrape type for SY13%20GYG: 2
2026-03-29 06:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1f22234-e15e-5e31-beef-d9bf8e8b7a38 with identifier: SY13%20GYG
2026-03-29 06:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1f22234-e15e-5e31-beef-d9bf8e8b7a38 with scrape type 2
2026-03-29 06:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1f22234-e15e-5e31-beef-d9bf8e8b7a38 with scrape type 2
2026-03-29 06:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1f22234-e15e-5e31-beef-d9bf8e8b7a38, identifier: SY13%20GYG
2026-03-29 06:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 177c0e99-8d63-5691-8146-49e49c5dca49 with identifier: LK08%20VLX
2026-03-29 06:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 177c0e99-8d63-5691-8146-49e49c5dca49 with identifier: LK08%20VLX
2026-03-29 06:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 177c0e99-8d63-5691-8146-49e49c5dca49 with identifier: LK08%20VLX to the API
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK08%20VLX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '177c0e99-8d63-5691-8146-49e49c5dca49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LK08 VLX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK08%20VLX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 94090,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA31200000110914',
'year': 2008}
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK08%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 06:05:33 [bca.uk] INFO: Saving data for LK08%20VLX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564639.460845, 'last_price_update_time': 1774764333.415515}
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK08%2520VLX') HTTP/1.1" 204 0
2026-03-29 06:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG
2026-03-29 06:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG
2026-03-29 06:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG to the API
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK18%20TYG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '04645d48-bb96-5404-8148-6cb5364af92b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK18 TYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK18%20TYG&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'KA+',
'odometer': 29222,
'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 KA+ 1.2 85 ZETEC Hatchback',
'transmission': 'manual',
'trim': '85 ZETEC',
'vin': 'MAJUXXMTKUJL30918',
'year': 2018}
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-29 06:05:33 [bca.uk] INFO: Saving data for WK18%20TYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651828.904492, 'last_price_update_time': 1774764333.711522}
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK18%2520TYG') HTTP/1.1" 204 0
2026-03-29 06:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1f22234-e15e-5e31-beef-d9bf8e8b7a38 with identifier: SY13%20GYG
2026-03-29 06:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1f22234-e15e-5e31-beef-d9bf8e8b7a38 with identifier: SY13%20GYG
2026-03-29 06:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1f22234-e15e-5e31-beef-d9bf8e8b7a38 with identifier: SY13%20GYG to the API
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY13%20GYG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1f22234-e15e-5e31-beef-d9bf8e8b7a38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY13 GYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY13%20GYG&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 94460,
'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 HDI 115 SR MPV',
'transmission': 'manual',
'trim': 'HDI 115 SR',
'vin': 'VF30U9HD8DS011003',
'year': 2013}
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY13%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 06:05:34 [bca.uk] INFO: Saving data for SY13%20GYG: {'auction_closing_time': 1774778400.0, 'created_time': 1774651579.304509, 'last_price_update_time': 1774764334.02282}
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY13%2520GYG') HTTP/1.1" 204 0
2026-03-29 06:05:34 [bca.uk] INFO: Found listing with ID: ML10%20HFR
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML10%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 06:05:34 [bca.uk] INFO: Scrape type for ML10%20HFR: 2
2026-03-29 06:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24c5a6bc-fe60-5233-83e0-2e5888445833 with identifier: ML10%20HFR
2026-03-29 06:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c5a6bc-fe60-5233-83e0-2e5888445833 with scrape type 2
2026-03-29 06:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24c5a6bc-fe60-5233-83e0-2e5888445833 with scrape type 2
2026-03-29 06:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24c5a6bc-fe60-5233-83e0-2e5888445833, identifier: ML10%20HFR
2026-03-29 06:05:34 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 06:05:34 [bca.uk] INFO: Scrape type for PF21%20VOH: 2
2026-03-29 06:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH
2026-03-29 06:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbf92591-729f-58a7-b2cd-648f08d02fd6 with scrape type 2
2026-03-29 06:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbf92591-729f-58a7-b2cd-648f08d02fd6 with scrape type 2
2026-03-29 06:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbf92591-729f-58a7-b2cd-648f08d02fd6, identifier: PF21%20VOH
2026-03-29 06:05:34 [bca.uk] INFO: Found listing with ID: AK64%20WNF
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK64%2520WNF%27 HTTP/1.1" 200 None
2026-03-29 06:05:34 [bca.uk] INFO: Scrape type for AK64%20WNF: 2
2026-03-29 06:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708d9866-7283-5513-a27a-80e57a21fdc5 with identifier: AK64%20WNF
2026-03-29 06:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708d9866-7283-5513-a27a-80e57a21fdc5 with scrape type 2
2026-03-29 06:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708d9866-7283-5513-a27a-80e57a21fdc5 with scrape type 2
2026-03-29 06:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708d9866-7283-5513-a27a-80e57a21fdc5, identifier: AK64%20WNF
2026-03-29 06:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24c5a6bc-fe60-5233-83e0-2e5888445833 with identifier: ML10%20HFR
2026-03-29 06:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24c5a6bc-fe60-5233-83e0-2e5888445833 with identifier: ML10%20HFR
2026-03-29 06:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24c5a6bc-fe60-5233-83e0-2e5888445833 with identifier: ML10%20HFR to the API
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML10%20HFR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '24c5a6bc-fe60-5233-83e0-2e5888445833',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML10 HFR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML10%20HFR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MINI',
'model': 'FIRST',
'odometer': 88755,
'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 FIRST 1.4 Hatchback',
'transmission': 'manual',
'trim': '',
'vin': 'WMWME32090TM71450',
'year': 2010}
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML10%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 06:05:34 [bca.uk] INFO: Saving data for ML10%20HFR: {'auction_closing_time': 1774778400.0, 'created_time': 1774477848.799036, 'last_price_update_time': 1774764334.658231}
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML10%2520HFR') HTTP/1.1" 204 0
2026-03-29 06:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH
2026-03-29 06:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH
2026-03-29 06:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH to the API
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF21%20VOH-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bbf92591-729f-58a7-b2cd-648f08d02fd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF21 VOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF21%20VOH&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'T-CROSS',
'odometer': 49783,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 115 R LINE Hatchback',
'transmission': 'manual',
'trim': 'TSI 115 R LINE',
'vin': 'WVGZZZC1ZMY016800',
'year': 2021}
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 06:05:34 [bca.uk] INFO: Saving data for PF21%20VOH: {'auction_closing_time': 1774864800.0, 'created_time': 1774651792.733842, 'last_price_update_time': 1774764334.932861}
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF21%2520VOH') HTTP/1.1" 204 0
2026-03-29 06:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708d9866-7283-5513-a27a-80e57a21fdc5 with identifier: AK64%20WNF
2026-03-29 06:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708d9866-7283-5513-a27a-80e57a21fdc5 with identifier: AK64%20WNF
2026-03-29 06:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 708d9866-7283-5513-a27a-80e57a21fdc5 with identifier: AK64%20WNF to the API
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK64%20WNF-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '708d9866-7283-5513-a27a-80e57a21fdc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK64 WNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK64%20WNF&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 63847,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 140 ZETEC S RED ED. Hatchback',
'transmission': 'manual',
'trim': 'E/B 140 ZETEC S RED ED.',
'vin': 'WF0CXXGAKCEG53510',
'year': 2014}
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK64%2520WNF%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Saving data for AK64%20WNF: {'auction_closing_time': 1774778400.0, 'created_time': 1774651599.068833, 'last_price_update_time': 1774764335.21765}
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK64%2520WNF') HTTP/1.1" 204 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: NA52%20HNU
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA52%2520HNU%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for NA52%20HNU: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: AP14%20DLE
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP14%2520DLE%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for AP14%20DLE: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: BG61%20XGP
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG61%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for BG61%20XGP: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: BV07%20PTY
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV07%2520PTY%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for BV07%20PTY: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: DA59%20ZDF
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA59%2520ZDF%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for DA59%20ZDF: 2
2026-03-29 06:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ffc78cc-3562-56e7-9363-20e851fd480e with identifier: DA59%20ZDF
2026-03-29 06:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffc78cc-3562-56e7-9363-20e851fd480e with scrape type 2
2026-03-29 06:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ffc78cc-3562-56e7-9363-20e851fd480e with scrape type 2
2026-03-29 06:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ffc78cc-3562-56e7-9363-20e851fd480e, identifier: DA59%20ZDF
2026-03-29 06:05:35 [bca.uk] INFO: Total items found: 100
2026-03-29 06:05:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded
2026-03-29 06:05:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:05:35 [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 06:05:35 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for YG70%20JFZ: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for KX19%20ZFM: 2
2026-03-29 06:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM
2026-03-29 06:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf395704-1921-5879-88e2-2cd65b71f2ed with scrape type 2
2026-03-29 06:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf395704-1921-5879-88e2-2cd65b71f2ed with scrape type 2
2026-03-29 06:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf395704-1921-5879-88e2-2cd65b71f2ed, identifier: KX19%20ZFM
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: MJ66%20YYD
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ66%2520YYD%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for MJ66%20YYD: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: YG59%20LXX
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG59%2520LXX%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for YG59%20LXX: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: FT63%20VNN
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT63%2520VNN%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for FT63%20VNN: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: HY63%20XBB
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY63%2520XBB%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for HY63%20XBB: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: LV06%20XDN
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV06%2520XDN%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for LV06%20XDN: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: VK15%20FJO
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK15%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for VK15%20FJO: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: WX63%20EOP
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for WX63%20EOP: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: MF70%20WBE
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for MF70%20WBE: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: LL67%20VDZ
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL67%2520VDZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for LL67%20VDZ: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: WU64%20WLK
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU64%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for WU64%20WLK: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: WM63%20BYZ
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for WM63%20BYZ: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: MJ64%20RVZ
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ64%2520RVZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for MJ64%20RVZ: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: P19%20KMM
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27P19%2520KMM%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for P19%20KMM: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: PN62%20MZW
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN62%2520MZW%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for PN62%20MZW: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: WP11%20XBH
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP11%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for WP11%20XBH: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: WP59%20FLB
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP59%2520FLB%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for WP59%20FLB: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: YJ14%20XFY
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ14%2520XFY%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for YJ14%20XFY: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: CE59%20OEW
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE59%2520OEW%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for CE59%20OEW: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: CE63%20AXV
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE63%2520AXV%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for CE63%20AXV: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: EX61%20HKJ
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX61%2520HKJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for EX61%20HKJ: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: HG57%20ZGN
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG57%2520ZGN%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for HG57%20ZGN: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: KY16%20LRL
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for KY16%20LRL: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: EO16%20YSH
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO16%2520YSH%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for EO16%20YSH: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: FG19%20CUA
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG19%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for FG19%20CUA: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: AY13%20HJN
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY13%2520HJN%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for AY13%20HJN: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: CA62%20GJO
2026-03-29 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA62%2520GJO%27 HTTP/1.1" 200 None
2026-03-29 06:05:35 [bca.uk] INFO: Scrape type for CA62%20GJO: 0
2026-03-29 06:05:35 [bca.uk] INFO: Found listing with ID: SH13%20PNF
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH13%2520PNF%27 HTTP/1.1" 200 None
2026-03-29 06:05:36 [bca.uk] INFO: Scrape type for SH13%20PNF: 2
2026-03-29 06:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e70597b-a37e-5403-bb1b-fbcf2384a884 with identifier: SH13%20PNF
2026-03-29 06:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e70597b-a37e-5403-bb1b-fbcf2384a884 with scrape type 2
2026-03-29 06:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e70597b-a37e-5403-bb1b-fbcf2384a884 with scrape type 2
2026-03-29 06:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e70597b-a37e-5403-bb1b-fbcf2384a884, identifier: SH13%20PNF
2026-03-29 06:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ffc78cc-3562-56e7-9363-20e851fd480e with identifier: DA59%20ZDF
2026-03-29 06:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ffc78cc-3562-56e7-9363-20e851fd480e with identifier: DA59%20ZDF
2026-03-29 06:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ffc78cc-3562-56e7-9363-20e851fd480e with identifier: DA59%20ZDF to the API
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA59%20ZDF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2ffc78cc-3562-56e7-9363-20e851fd480e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA59 ZDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA59%20ZDF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'SCIROCCO',
'odometer': 124638,
'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 SCIROCCO 2.0 TSI 200 GT DSG Coupe',
'transmission': 'automatic',
'trim': 'TSI 200 GT DSG',
'vin': 'WVWZZZ13ZAV420497',
'year': 2009}
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA59%2520ZDF%27 HTTP/1.1" 200 None
2026-03-29 06:05:36 [bca.uk] INFO: Saving data for DA59%20ZDF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564640.980335, 'last_price_update_time': 1774764336.429822}
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA59%2520ZDF') HTTP/1.1" 204 0
2026-03-29 06:05:36 [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 06:05:36 [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 06:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM
2026-03-29 06:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM
2026-03-29 06:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM to the API
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX19%20ZFM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bf395704-1921-5879-88e2-2cd65b71f2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KX19 ZFM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX19%20ZFM&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 31022,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MAZDA CX-5 2.0 SPORT+ StationWagon',
'transmission': 'manual',
'trim': 'SPORT+',
'vin': 'JMZKF6W7600825217',
'year': 2019}
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-29 06:05:36 [bca.uk] INFO: Saving data for KX19%20ZFM: {'auction_closing_time': 1774864800.0, 'created_time': 1774651620.322287, 'last_price_update_time': 1774764336.861306}
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX19%2520ZFM') HTTP/1.1" 204 0
2026-03-29 06:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e70597b-a37e-5403-bb1b-fbcf2384a884 with identifier: SH13%20PNF
2026-03-29 06:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e70597b-a37e-5403-bb1b-fbcf2384a884 with identifier: SH13%20PNF
2026-03-29 06:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e70597b-a37e-5403-bb1b-fbcf2384a884 with identifier: SH13%20PNF to the API
2026-03-29 06:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH13%20PNF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e70597b-a37e-5403-bb1b-fbcf2384a884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH13 PNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH13%20PNF&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 89588,
'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 FABIA 1.2 12V 60 S Hatchback',
'transmission': 'manual',
'trim': '12V 60 S',
'vin': 'TMBFA25J3D3125759',
'year': 2013}
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH13%2520PNF%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Saving data for SH13%20PNF: {'auction_closing_time': 1774778400.0, 'created_time': 1774565060.089203, 'last_price_update_time': 1774764337.154938}
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH13%2520PNF') HTTP/1.1" 204 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: DN62%20BXP
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN62%2520BXP%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for DN62%20BXP: 2
2026-03-29 06:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7026e3f2-e86a-531d-b149-90e6483603d4 with identifier: DN62%20BXP
2026-03-29 06:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7026e3f2-e86a-531d-b149-90e6483603d4 with scrape type 2
2026-03-29 06:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7026e3f2-e86a-531d-b149-90e6483603d4 with scrape type 2
2026-03-29 06:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7026e3f2-e86a-531d-b149-90e6483603d4, identifier: DN62%20BXP
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SA72%20DPN
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA72%2520DPN%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SA72%20DPN: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: BD64%20SVN
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD64%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for BD64%20SVN: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SG16%20XEM
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520XEM%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SG16%20XEM: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: BX64%20YVD
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX64%2520YVD%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for BX64%20YVD: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: EO60%20XFZ
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO60%2520XFZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for EO60%20XFZ: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: DS65%20VAY
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS65%2520VAY%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for DS65%20VAY: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: YA72%20EKD
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA72%2520EKD%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for YA72%20EKD: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SG17%20XAA
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG17%2520XAA%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SG17%20XAA: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: WA16%20TJO
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA16%2520TJO%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for WA16%20TJO: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: EK13%20NDL
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK13%2520NDL%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for EK13%20NDL: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: AY66%20EOR
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY66%2520EOR%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for AY66%20EOR: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: FL70%20WDY
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL70%2520WDY%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for FL70%20WDY: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: HK71%20UCC
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK71%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for HK71%20UCC: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: HN67%20XHO
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN67%2520XHO%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for HN67%20XHO: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: HK22%20RGO
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK22%2520RGO%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for HK22%20RGO: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: DS67%20KWK
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS67%2520KWK%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for DS67%20KWK: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: CX15%20ULU
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX15%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for CX15%20ULU: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: RO14%20MMV
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO14%2520MMV%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for RO14%20MMV: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: MA13%20FHH
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA13%2520FHH%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for MA13%20FHH: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: MK17%20JHJ
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK17%2520JHJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for MK17%20JHJ: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SG16%20EAC
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SG16%20EAC: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: YS65%20LZV
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS65%2520LZV%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for YS65%20LZV: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: KO18%20CWM
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KO18%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for KO18%20CWM: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: KP61%20JVR
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP61%2520JVR%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for KP61%20JVR: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: WK15%20WKR
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK15%2520WKR%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for WK15%20WKR: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: WX60%20CFO
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX60%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for WX60%20CFO: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: VK66%20PZX
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520PZX%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for VK66%20PZX: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SJ64%20WFB
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ64%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SJ64%20WFB: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: WN62%20OGT
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN62%2520OGT%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for WN62%20OGT: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: HF66%20XPD
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF66%2520XPD%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for HF66%20XPD: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: NA68%20PNX
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA68%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for NA68%20PNX: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SH66%20VEY
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH66%2520VEY%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SH66%20VEY: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SA67%20LLK
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA67%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SA67%20LLK: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: OE62%20XHT
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE62%2520XHT%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for OE62%20XHT: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: BP74%20GVC
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP74%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for BP74%20GVC: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: M5%20OPK
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M5%2520OPK%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for M5%20OPK: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: YB14%20PZY
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB14%2520PZY%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for YB14%20PZY: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: YT15%20HZM
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT15%2520HZM%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for YT15%20HZM: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: SB17%20NPK
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB17%2520NPK%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for SB17%20NPK: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: OX73%20BFE
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OX73%2520BFE%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for OX73%20BFE: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: EY13%20FZE
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY13%2520FZE%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for EY13%20FZE: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: BC73%20NTT
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC73%2520NTT%27 HTTP/1.1" 200 None
2026-03-29 06:05:37 [bca.uk] INFO: Scrape type for BC73%20NTT: 0
2026-03-29 06:05:37 [bca.uk] INFO: Found listing with ID: VK21%20GPO
2026-03-29 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK21%2520GPO%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for VK21%20GPO: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: PK65%20OBP
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK65%2520OBP%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for PK65%20OBP: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: AY66%20ZNA
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY66%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for AY66%20ZNA: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: NA07%20HJZ
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA07%2520HJZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for NA07%20HJZ: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: RV18%20HSL
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV18%2520HSL%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for RV18%20HSL: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: YR70%20UMF
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR70%2520UMF%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for YR70%20UMF: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: FJ18%20XJY
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ18%2520XJY%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for FJ18%20XJY: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: RA15%20GLF
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RA15%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for RA15%20GLF: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: VN62%20UNY
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN62%2520UNY%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for VN62%20UNY: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: FSZ%204071
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FSZ%25204071%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for FSZ%204071: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: DP24%20AKN
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP24%2520AKN%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for DP24%20AKN: 2
2026-03-29 06:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN
2026-03-29 06:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b137e9d0-8eb0-5d93-9e29-2027b399b332 with scrape type 2
2026-03-29 06:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b137e9d0-8eb0-5d93-9e29-2027b399b332 with scrape type 2
2026-03-29 06:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b137e9d0-8eb0-5d93-9e29-2027b399b332, identifier: DP24%20AKN
2026-03-29 06:05: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 06:05:38 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for RX73%20ZDN: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for GY25%20ONT: 2
2026-03-29 06:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT
2026-03-29 06:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5f3075d-ab2b-555c-916d-3bc66a5719d2 with scrape type 2
2026-03-29 06:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5f3075d-ab2b-555c-916d-3bc66a5719d2 with scrape type 2
2026-03-29 06:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5f3075d-ab2b-555c-916d-3bc66a5719d2, identifier: GY25%20ONT
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: WG65%20NYY
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG65%2520NYY%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for WG65%20NYY: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: MF12%20VBY
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF12%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for MF12%20VBY: 0
2026-03-29 06:05:38 [bca.uk] INFO: Found listing with ID: GF58%20XOE
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF58%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Scrape type for GF58%20XOE: 0
2026-03-29 06:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7026e3f2-e86a-531d-b149-90e6483603d4 with identifier: DN62%20BXP
2026-03-29 06:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7026e3f2-e86a-531d-b149-90e6483603d4 with identifier: DN62%20BXP
2026-03-29 06:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7026e3f2-e86a-531d-b149-90e6483603d4 with identifier: DN62%20BXP to the API
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN62%20BXP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7026e3f2-e86a-531d-b149-90e6483603d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN62 BXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN62%20BXP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 119013,
'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 A3 SPORTBACK 2.0 TDI 140 SPORT S/S Hatchback',
'transmission': 'manual',
'trim': 'TDI 140 SPORT S/S',
'vin': 'WAUZZZ8P1DA047263',
'year': 2012}
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN62%2520BXP%27 HTTP/1.1" 200 None
2026-03-29 06:05:38 [bca.uk] INFO: Saving data for DN62%20BXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774477862.879997, 'last_price_update_time': 1774764338.846977}
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN62%2520BXP') HTTP/1.1" 204 0
2026-03-29 06:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN
2026-03-29 06:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN
2026-03-29 06:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN to the API
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP24%20AKN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'b137e9d0-8eb0-5d93-9e29-2027b399b332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DP24 AKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP24%20AKN&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 16828,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T HEV 2WD N LINE S StationWagon',
'transmission': 'automatic',
'trim': 'T HEV 2WD N LINE S',
'vin': 'TMAJB8112SJ293969',
'year': 2024}
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP24%2520AKN%27 HTTP/1.1" 200 None
2026-03-29 06:05:39 [bca.uk] INFO: Saving data for DP24%20AKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774651546.50217, 'last_price_update_time': 1774764339.245036}
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP24%2520AKN') HTTP/1.1" 204 0
2026-03-29 06:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT
2026-03-29 06:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT
2026-03-29 06:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT to the API
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY25%20ONT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a5f3075d-ab2b-555c-916d-3bc66a5719d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY25 ONT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY25%20ONT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 4676,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T 114 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 114 TEKNA',
'vin': 'SJNF16FA2U2112271',
'year': 2025}
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-29 06:05:39 [bca.uk] INFO: Saving data for GY25%20ONT: {'auction_closing_time': 1774864800.0, 'created_time': 1774651787.205638, 'last_price_update_time': 1774764339.532117}
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY25%2520ONT') HTTP/1.1" 204 0
2026-03-29 06:05:39 [bca.uk] INFO: Found listing with ID: DU11%20ZKX
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU11%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 06:05:39 [bca.uk] INFO: Scrape type for DU11%20ZKX: 2
2026-03-29 06:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65734cfd-f93b-53e9-904d-bf76b704f201 with identifier: DU11%20ZKX
2026-03-29 06:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65734cfd-f93b-53e9-904d-bf76b704f201 with scrape type 2
2026-03-29 06:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65734cfd-f93b-53e9-904d-bf76b704f201 with scrape type 2
2026-03-29 06:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65734cfd-f93b-53e9-904d-bf76b704f201, identifier: DU11%20ZKX
2026-03-29 06:05:39 [bca.uk] INFO: Found listing with ID: MM22%20HGF
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM22%2520HGF%27 HTTP/1.1" 200 None
2026-03-29 06:05:39 [bca.uk] INFO: Scrape type for MM22%20HGF: 2
2026-03-29 06:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF
2026-03-29 06:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d687da87-5d4a-5b61-9a42-6297091226ac with scrape type 2
2026-03-29 06:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d687da87-5d4a-5b61-9a42-6297091226ac with scrape type 2
2026-03-29 06:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d687da87-5d4a-5b61-9a42-6297091226ac, identifier: MM22%20HGF
2026-03-29 06:05:39 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:39 [bca.uk] INFO: Scrape type for HX69%20ZKF: 2
2026-03-29 06:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF
2026-03-29 06:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with scrape type 2
2026-03-29 06:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with scrape type 2
2026-03-29 06:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5, identifier: HX69%20ZKF
2026-03-29 06:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65734cfd-f93b-53e9-904d-bf76b704f201 with identifier: DU11%20ZKX
2026-03-29 06:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65734cfd-f93b-53e9-904d-bf76b704f201 with identifier: DU11%20ZKX
2026-03-29 06:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65734cfd-f93b-53e9-904d-bf76b704f201 with identifier: DU11%20ZKX to the API
2026-03-29 06:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU11%20ZKX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '65734cfd-f93b-53e9-904d-bf76b704f201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU11 ZKX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU11%20ZKX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 88979,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 16V SE Hatchback',
'transmission': 'manual',
'trim': '16V SE',
'vin': 'W0L0SDL68B4235749',
'year': 2011}
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU11%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 06:05:40 [bca.uk] INFO: Saving data for DU11%20ZKX: {'auction_closing_time': 1774778400.0, 'created_time': 1774565129.37051, 'last_price_update_time': 1774764340.145674}
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU11%2520ZKX') HTTP/1.1" 204 0
2026-03-29 06:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF
2026-03-29 06:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF
2026-03-29 06:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF to the API
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM22%20HGF-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd687da87-5d4a-5b61-9a42-6297091226ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MM22 HGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM22%20HGF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 39255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 185 320 LWB SPORT L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 185 320 LWB SPORT L/R',
'vin': 'WF0ZXXTTGZNL19467',
'year': 2022}
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM22%2520HGF%27 HTTP/1.1" 200 None
2026-03-29 06:05:40 [bca.uk] INFO: Saving data for MM22%20HGF: {'auction_closing_time': 1775037600.0, 'created_time': 1774651558.679011, 'last_price_update_time': 1774764340.440765}
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM22%2520HGF') HTTP/1.1" 204 0
2026-03-29 06:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF
2026-03-29 06:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF
2026-03-29 06:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF to the API
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX69%20ZKF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX69 ZKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX69%20ZKF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MG MOTOR UK',
'model': 'MG3',
'odometer': 58349,
'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': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCLUSIVE',
'vin': 'SDPZ1CBDAJS161732',
'year': 2019}
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:40 [bca.uk] INFO: Saving data for HX69%20ZKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774651812.704193, 'last_price_update_time': 1774764340.724932}
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX69%2520ZKF') HTTP/1.1" 204 0
2026-03-29 06:05:40 [bca.uk] INFO: Found listing with ID: EA63%20XHB
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA63%2520XHB%27 HTTP/1.1" 200 None
2026-03-29 06:05:40 [bca.uk] INFO: Scrape type for EA63%20XHB: 0
2026-03-29 06:05:40 [bca.uk] INFO: Found listing with ID: EJ09%20JZU
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ09%2520JZU%27 HTTP/1.1" 200 None
2026-03-29 06:05:40 [bca.uk] INFO: Scrape type for EJ09%20JZU: 2
2026-03-29 06:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a30deaa5-58f8-5701-a783-f0a056b33375 with identifier: EJ09%20JZU
2026-03-29 06:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a30deaa5-58f8-5701-a783-f0a056b33375 with scrape type 2
2026-03-29 06:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a30deaa5-58f8-5701-a783-f0a056b33375 with scrape type 2
2026-03-29 06:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a30deaa5-58f8-5701-a783-f0a056b33375, identifier: EJ09%20JZU
2026-03-29 06:05:40 [bca.uk] INFO: Found listing with ID: OY67%20EZZ
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY67%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:40 [bca.uk] INFO: Scrape type for OY67%20EZZ: 2
2026-03-29 06:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ
2026-03-29 06:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f1fe1f-d730-52ba-9636-4d724350e642 with scrape type 2
2026-03-29 06:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f1fe1f-d730-52ba-9636-4d724350e642 with scrape type 2
2026-03-29 06:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f1fe1f-d730-52ba-9636-4d724350e642, identifier: OY67%20EZZ
2026-03-29 06:05:40 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-29 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:05:41 [bca.uk] INFO: Scrape type for DV20%20VXP: 0
2026-03-29 06:05:41 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-29 06:05:41 [bca.uk] INFO: Scrape type for EF69%20NVG: 2
2026-03-29 06:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG
2026-03-29 06:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678a4892-84c2-5500-981c-f3947331400f with scrape type 2
2026-03-29 06:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678a4892-84c2-5500-981c-f3947331400f with scrape type 2
2026-03-29 06:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 678a4892-84c2-5500-981c-f3947331400f, identifier: EF69%20NVG
2026-03-29 06:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a30deaa5-58f8-5701-a783-f0a056b33375 with identifier: EJ09%20JZU
2026-03-29 06:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a30deaa5-58f8-5701-a783-f0a056b33375 with identifier: EJ09%20JZU
2026-03-29 06:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a30deaa5-58f8-5701-a783-f0a056b33375 with identifier: EJ09%20JZU to the API
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ09%20JZU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a30deaa5-58f8-5701-a783-f0a056b33375',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ09 JZU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ09%20JZU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 97059,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.6 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXWPJJ9B50217',
'year': 2009}
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ09%2520JZU%27 HTTP/1.1" 200 None
2026-03-29 06:05:41 [bca.uk] INFO: Saving data for EJ09%20JZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774565128.300376, 'last_price_update_time': 1774764341.398499}
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ09%2520JZU') HTTP/1.1" 204 0
2026-03-29 06:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ
2026-03-29 06:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ
2026-03-29 06:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ to the API
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY67%20EZZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e4f1fe1f-d730-52ba-9636-4d724350e642',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY67 EZZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY67%20EZZ&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 77684,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE LUXURY',
'vin': 'SALRA2AN7HA033702',
'year': 2017}
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY67%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:41 [bca.uk] INFO: Saving data for OY67%20EZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774651556.820927, 'last_price_update_time': 1774764341.757577}
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY67%2520EZZ') HTTP/1.1" 204 0
2026-03-29 06:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG
2026-03-29 06:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG
2026-03-29 06:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG to the API
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 85,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF69%20NVG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '678a4892-84c2-5500-981c-f3947331400f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF69 NVG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF69%20NVG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'C1',
'odometer': 6646,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'CITROEN C1 1.0 VTI 72 FLAIR Hatchback',
'transmission': 'manual',
'trim': 'VTI 72 FLAIR',
'vin': 'VF7PSCFB5KR509364',
'year': 2019}
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-29 06:05:42 [bca.uk] INFO: Saving data for EF69%20NVG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651779.669615, 'last_price_update_time': 1774764342.092552}
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF69%2520NVG') HTTP/1.1" 204 0
2026-03-29 06:05:42 [bca.uk] INFO: Found listing with ID: EJ11%20WXD
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ11%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 06:05:42 [bca.uk] INFO: Scrape type for EJ11%20WXD: 2
2026-03-29 06:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd995c26-ca47-54ca-8032-6046b517ebef with identifier: EJ11%20WXD
2026-03-29 06:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd995c26-ca47-54ca-8032-6046b517ebef with scrape type 2
2026-03-29 06:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd995c26-ca47-54ca-8032-6046b517ebef with scrape type 2
2026-03-29 06:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd995c26-ca47-54ca-8032-6046b517ebef, identifier: EJ11%20WXD
2026-03-29 06:05:42 [bca.uk] INFO: Found listing with ID: AO63%20VPL
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO63%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 06:05:42 [bca.uk] INFO: Scrape type for AO63%20VPL: 2
2026-03-29 06:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73b7a258-f413-5b89-b4ef-22fe11d42f4d with identifier: AO63%20VPL
2026-03-29 06:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73b7a258-f413-5b89-b4ef-22fe11d42f4d with scrape type 2
2026-03-29 06:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73b7a258-f413-5b89-b4ef-22fe11d42f4d with scrape type 2
2026-03-29 06:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73b7a258-f413-5b89-b4ef-22fe11d42f4d, identifier: AO63%20VPL
2026-03-29 06:05:42 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 06:05:42 [bca.uk] INFO: Scrape type for GD68%20RFO: 2
2026-03-29 06:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO
2026-03-29 06:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with scrape type 2
2026-03-29 06:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with scrape type 2
2026-03-29 06:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80, identifier: GD68%20RFO
2026-03-29 06:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd995c26-ca47-54ca-8032-6046b517ebef with identifier: EJ11%20WXD
2026-03-29 06:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd995c26-ca47-54ca-8032-6046b517ebef with identifier: EJ11%20WXD
2026-03-29 06:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd995c26-ca47-54ca-8032-6046b517ebef with identifier: EJ11%20WXD to the API
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ11%20WXD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd995c26-ca47-54ca-8032-6046b517ebef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ11 WXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ11%20WXD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 130884,
'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.0 TDCI 163 TITANIUM X SPORT P/S MPV',
'transmission': 'automatic',
'trim': 'TDCI 163 TITANIUM X SPORT P/S',
'vin': 'WF0SXXGBWSBL13116',
'year': 2011}
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ11%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 06:05:42 [bca.uk] INFO: Saving data for EJ11%20WXD: {'auction_closing_time': 1774778400.0, 'created_time': 1774477860.914745, 'last_price_update_time': 1774764342.75162}
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ11%2520WXD') HTTP/1.1" 204 0
2026-03-29 06:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73b7a258-f413-5b89-b4ef-22fe11d42f4d with identifier: AO63%20VPL
2026-03-29 06:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73b7a258-f413-5b89-b4ef-22fe11d42f4d with identifier: AO63%20VPL
2026-03-29 06:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73b7a258-f413-5b89-b4ef-22fe11d42f4d with identifier: AO63%20VPL to the API
2026-03-29 06:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO63%20VPL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '73b7a258-f413-5b89-b4ef-22fe11d42f4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO63 VPL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO63%20VPL&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 65783,
'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': 'A063VPLCBKDD12981',
'year': 2013}
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO63%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Saving data for AO63%20VPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651550.844546, 'last_price_update_time': 1774764343.142968}
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO63%2520VPL') HTTP/1.1" 204 0
2026-03-29 06:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO
2026-03-29 06:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO
2026-03-29 06:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO to the API
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD68%20RFO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3366b626-a3b6-502b-a2c5-b0c1d64c0a80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD68 RFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD68%20RFO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 55834,
'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 C-HR 1.8 HYBRID 122 DYNAMIC Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID 122 DYNAMIC',
'vin': 'NMTKZ3BX60R249361',
'year': 2019}
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Saving data for GD68%20RFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651778.952659, 'last_price_update_time': 1774764343.435172}
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD68%2520RFO') HTTP/1.1" 204 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: AE08%20JGR
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE08%2520JGR%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for AE08%20JGR: 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: AF63%20VLZ
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF63%2520VLZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for AF63%20VLZ: 2
2026-03-29 06:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2 with identifier: AF63%20VLZ
2026-03-29 06:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2 with scrape type 2
2026-03-29 06:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2 with scrape type 2
2026-03-29 06:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2, identifier: AF63%20VLZ
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: SJ19%20FLS
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ19%2520FLS%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for SJ19%20FLS: 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: SM73%20DNX
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM73%2520DNX%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for SM73%20DNX: 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: EA23%20YLO
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA23%2520YLO%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for EA23%20YLO: 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: KU63%20WEA
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU63%2520WEA%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for KU63%20WEA: 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: WP69%20UHB
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP69%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for WP69%20UHB: 0
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: YS69%20ZKF
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for YS69%20ZKF: 2
2026-03-29 06:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF
2026-03-29 06:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with scrape type 2
2026-03-29 06:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with scrape type 2
2026-03-29 06:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6, identifier: YS69%20ZKF
2026-03-29 06:05:43 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-29 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 06:05:43 [bca.uk] INFO: Scrape type for HF18%20LDC: 2
2026-03-29 06:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC
2026-03-29 06:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with scrape type 2
2026-03-29 06:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with scrape type 2
2026-03-29 06:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a20b7cf1-a2b1-536b-81f2-901ca2c579b6, identifier: HF18%20LDC
2026-03-29 06:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2 with identifier: AF63%20VLZ
2026-03-29 06:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2 with identifier: AF63%20VLZ
2026-03-29 06:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2 with identifier: AF63%20VLZ to the API
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF63%20VLZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3b09ee26-b1f0-5b6d-885d-cbcad8cb78a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF63 VLZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF63%20VLZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 139909,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'ACENTA PREMIUM',
'vin': 'SJNFBAF15U6453115',
'year': 2013}
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF63%2520VLZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:44 [bca.uk] INFO: Saving data for AF63%20VLZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774304105.909964, 'last_price_update_time': 1774764344.241336}
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF63%2520VLZ') HTTP/1.1" 204 0
2026-03-29 06:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF
2026-03-29 06:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF
2026-03-29 06:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF to the API
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20ZKF-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4ef201cd-f8f3-5a60-9bc8-655e49b562d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS69 ZKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20ZKF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 126429,
'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 NAVARA 2.3 DCI 190 TT 4WD TEKNA CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'DCI 190 TT 4WD TEKNA',
'vin': 'VSKCTND23U0134648',
'year': 2019}
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:44 [bca.uk] INFO: Saving data for YS69%20ZKF: {'auction_closing_time': 1774951200.0, 'created_time': 1774651565.27719, 'last_price_update_time': 1774764344.625711}
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520ZKF') HTTP/1.1" 204 0
2026-03-29 06:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC
2026-03-29 06:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC
2026-03-29 06:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC to the API
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF18%20LDC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a20b7cf1-a2b1-536b-81f2-901ca2c579b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HF18 LDC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF18%20LDC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 13711,
'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': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID 122 EXCEL',
'vin': 'NMTKZ3BX50R196491',
'year': 2018}
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 06:05:44 [bca.uk] INFO: Saving data for HF18%20LDC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651770.434085, 'last_price_update_time': 1774764344.942029}
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF18%2520LDC') HTTP/1.1" 204 0
2026-03-29 06:05:44 [bca.uk] INFO: Found listing with ID: AJ59%20YCC
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ59%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:05:44 [bca.uk] INFO: Scrape type for AJ59%20YCC: 0
2026-03-29 06:05:44 [bca.uk] INFO: Found listing with ID: EF69%20FGP
2026-03-29 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-29 06:05:44 [bca.uk] INFO: Scrape type for EF69%20FGP: 2
2026-03-29 06:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP
2026-03-29 06:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd46592c-983e-503e-9f62-fc99844d7132 with scrape type 2
2026-03-29 06:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd46592c-983e-503e-9f62-fc99844d7132 with scrape type 2
2026-03-29 06:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd46592c-983e-503e-9f62-fc99844d7132, identifier: EF69%20FGP
2026-03-29 06:05:45 [bca.uk] INFO: Found listing with ID: YM71%20FSP
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM71%2520FSP%27 HTTP/1.1" 200 None
2026-03-29 06:05:45 [bca.uk] INFO: Scrape type for YM71%20FSP: 0
2026-03-29 06:05:45 [bca.uk] INFO: Found listing with ID: YS16%20DMO
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS16%2520DMO%27 HTTP/1.1" 200 None
2026-03-29 06:05:45 [bca.uk] INFO: Scrape type for YS16%20DMO: 2
2026-03-29 06:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO
2026-03-29 06:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a58552-3063-5fd6-a215-a19eb59003de with scrape type 2
2026-03-29 06:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a58552-3063-5fd6-a215-a19eb59003de with scrape type 2
2026-03-29 06:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a58552-3063-5fd6-a215-a19eb59003de, identifier: YS16%20DMO
2026-03-29 06:05:45 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:45 [bca.uk] INFO: Scrape type for HY69%20RKF: 2
2026-03-29 06:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF
2026-03-29 06:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511b90c7-d301-5c19-935e-e64100bccab1 with scrape type 2
2026-03-29 06:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 511b90c7-d301-5c19-935e-e64100bccab1 with scrape type 2
2026-03-29 06:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 511b90c7-d301-5c19-935e-e64100bccab1, identifier: HY69%20RKF
2026-03-29 06:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP
2026-03-29 06:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP
2026-03-29 06:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP to the API
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 227,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF69%20FGP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '4.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'cd46592c-983e-503e-9f62-fc99844d7132',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF69 FGP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF69%20FGP&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': 'M850I',
'odometer': 57809,
'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 M850I 4.4 XDRIVE Coupe',
'transmission': 'automatic',
'trim': 'XDRIVE',
'vin': 'WBABC42040CD84836',
'year': 2019}
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-29 06:05:45 [bca.uk] INFO: Saving data for EF69%20FGP: {'auction_closing_time': 1774854000.0, 'created_time': 1774477087.490575, 'last_price_update_time': 1774764345.592155}
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF69%2520FGP') HTTP/1.1" 204 0
2026-03-29 06:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO
2026-03-29 06:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO
2026-03-29 06:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO to the API
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS16%20DMO-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b7a58552-3063-5fd6-a215-a19eb59003de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS16 DMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS16%20DMO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 131832,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 155 270 SWB LIMITED L/R PanelVan',
'transmission': 'manual',
'trim': 'TDCI 155 270 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYGB58939',
'year': 2016}
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS16%2520DMO%27 HTTP/1.1" 200 None
2026-03-29 06:05:45 [bca.uk] INFO: Saving data for YS16%20DMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774651561.341444, 'last_price_update_time': 1774764345.960504}
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS16%2520DMO') HTTP/1.1" 204 0
2026-03-29 06:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF
2026-03-29 06:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF
2026-03-29 06:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF to the API
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY69%20RKF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '511b90c7-d301-5c19-935e-e64100bccab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY69 RKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY69%20RKF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 59338,
'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.7 DCI 150 TEKNA (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'DCI 150 TEKNA (7ST)',
'vin': 'JN1JHAT32U0003594',
'year': 2019}
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:46 [bca.uk] INFO: Saving data for HY69%20RKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774651801.727433, 'last_price_update_time': 1774764346.368256}
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY69%2520RKF') HTTP/1.1" 204 0
2026-03-29 06:05:46 [bca.uk] INFO: Found listing with ID: KS71%20LRF
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 06:05:46 [bca.uk] INFO: Scrape type for KS71%20LRF: 2
2026-03-29 06:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF
2026-03-29 06:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccd0987b-7201-5e77-8484-2ac540439dd8 with scrape type 2
2026-03-29 06:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccd0987b-7201-5e77-8484-2ac540439dd8 with scrape type 2
2026-03-29 06:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccd0987b-7201-5e77-8484-2ac540439dd8, identifier: KS71%20LRF
2026-03-29 06:05:46 [bca.uk] INFO: Found listing with ID: DN13%20XYJ
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN13%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:46 [bca.uk] INFO: Scrape type for DN13%20XYJ: 2
2026-03-29 06:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ
2026-03-29 06:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with scrape type 2
2026-03-29 06:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with scrape type 2
2026-03-29 06:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9caca2c-bfc8-5d06-9bd0-935c5fd92956, identifier: DN13%20XYJ
2026-03-29 06:05:46 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-29 06:05:46 [bca.uk] INFO: Scrape type for RV19%20HHT: 2
2026-03-29 06:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT
2026-03-29 06:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd4aa969-b83f-57a4-a56d-750927b37a3e with scrape type 2
2026-03-29 06:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd4aa969-b83f-57a4-a56d-750927b37a3e with scrape type 2
2026-03-29 06:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd4aa969-b83f-57a4-a56d-750927b37a3e, identifier: RV19%20HHT
2026-03-29 06:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF
2026-03-29 06:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF
2026-03-29 06:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF to the API
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS71%20LRF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'ccd0987b-7201-5e77-8484-2ac540439dd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KS71 LRF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS71%20LRF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 18608,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.0 30 TFSI S LINE Hatchback',
'transmission': 'manual',
'trim': '30 TFSI S LINE',
'vin': 'WAUZZZGY5NA041168',
'year': 2022}
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 06:05:46 [bca.uk] INFO: Saving data for KS71%20LRF: {'auction_closing_time': 1774854000.0, 'created_time': 1774477723.144583, 'last_price_update_time': 1774764346.977556}
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520LRF') HTTP/1.1" 204 0
2026-03-29 06:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ
2026-03-29 06:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ
2026-03-29 06:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ to the API
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN13%20XYJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c9caca2c-bfc8-5d06-9bd0-935c5fd92956',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN13 XYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN13%20XYJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'CADDY C20',
'odometer': 81952,
'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 CADDY C20 1.6 TDI 102 Van',
'transmission': 'manual',
'trim': 'TDI 102',
'vin': 'WV1ZZZ2KZDX113792',
'year': 2013}
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN13%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Saving data for DN13%20XYJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774651565.67508, 'last_price_update_time': 1774764347.248549}
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN13%2520XYJ') HTTP/1.1" 204 0
2026-03-29 06:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT
2026-03-29 06:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT
2026-03-29 06:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT to the API
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV19%20HHT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fd4aa969-b83f-57a4-a56d-750927b37a3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV19 HHT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV19%20HHT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 53957,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 75 GRIFFIN Hatchback',
'transmission': 'manual',
'trim': '75 GRIFFIN',
'vin': 'W0V0XEP08K6041611',
'year': 2019}
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Saving data for RV19%20HHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774651771.930695, 'last_price_update_time': 1774764347.541922}
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV19%2520HHT') HTTP/1.1" 204 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: MV22%20UCS
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for MV22%20UCS: 2
2026-03-29 06:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS
2026-03-29 06:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with scrape type 2
2026-03-29 06:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with scrape type 2
2026-03-29 06:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b8fd37b-7dc6-5a05-bd55-0db788f32668, identifier: MV22%20UCS
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: GK24%20HMF
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK24%2520HMF%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for GK24%20HMF: 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: WN22%20TKD
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for WN22%20TKD: 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: LO23%20GPU
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO23%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for LO23%20GPU: 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: YP68%20XHL
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP68%2520XHL%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for YP68%20XHL: 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: YA23%20TZR
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA23%2520TZR%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for YA23%20TZR: 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: VN18%20WGJ
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN18%2520WGJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for VN18%20WGJ: 0
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: BN16%20YCC
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN16%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for BN16%20YCC: 2
2026-03-29 06:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC
2026-03-29 06:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with scrape type 2
2026-03-29 06:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with scrape type 2
2026-03-29 06:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04aac878-e3b3-553b-9978-5fd7ed47b3d3, identifier: BN16%20YCC
2026-03-29 06:05:47 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-29 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 06:05:47 [bca.uk] INFO: Scrape type for BU68%20VWW: 2
2026-03-29 06:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW
2026-03-29 06:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with scrape type 2
2026-03-29 06:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with scrape type 2
2026-03-29 06:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74, identifier: BU68%20VWW
2026-03-29 06:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS
2026-03-29 06:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS
2026-03-29 06:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS to the API
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV22%20UCS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8b8fd37b-7dc6-5a05-bd55-0db788f32668',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV22 UCS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV22%20UCS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 12608,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT9PH196310',
'year': 2022}
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 06:05:48 [bca.uk] INFO: Saving data for MV22%20UCS: {'auction_closing_time': 1774854000.0, 'created_time': 1773821354.471948, 'last_price_update_time': 1774764348.393116}
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV22%2520UCS') HTTP/1.1" 204 0
2026-03-29 06:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC
2026-03-29 06:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC
2026-03-29 06:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC to the API
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN16%20YCC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '04aac878-e3b3-553b-9978-5fd7ed47b3d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN16 YCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN16%20YCC&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 35446,
'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': 'SJNFBAF15U7216854',
'year': 2016}
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN16%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:05:48 [bca.uk] INFO: Saving data for BN16%20YCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774564156.900607, 'last_price_update_time': 1774764348.774527}
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN16%2520YCC') HTTP/1.1" 204 0
2026-03-29 06:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW
2026-03-29 06:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW
2026-03-29 06:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW to the API
2026-03-29 06:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU68%20VWW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BU68 VWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU68%20VWW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '520D',
'odometer': 71872,
'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 520D 2.0 XDRIVE SE Saloon',
'transmission': 'automatic',
'trim': 'XDRIVE SE',
'vin': 'WBAJF52050WE87190',
'year': 2018}
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Saving data for BU68%20VWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774651769.64936, 'last_price_update_time': 1774764349.068478}
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU68%2520VWW') HTTP/1.1" 204 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: VK73%20CAE
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK73%2520CAE%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for VK73%20CAE: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: NA14%20MLY
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA14%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for NA14%20MLY: 2
2026-03-29 06:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY
2026-03-29 06:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with scrape type 2
2026-03-29 06:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with scrape type 2
2026-03-29 06:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7, identifier: NA14%20MLY
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: EF15%20ECY
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF15%2520ECY%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for EF15%20ECY: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: BV64%20HHP
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV64%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for BV64%20HHP: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: WP22%20CZC
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP22%2520CZC%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for WP22%20CZC: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: YH21%20NLM
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH21%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for YH21%20NLM: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: CE69%20XSY
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE69%2520XSY%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for CE69%20XSY: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: FL68%20XDW
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL68%2520XDW%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for FL68%20XDW: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: AO62%20OXD
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO62%2520OXD%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for AO62%20OXD: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: PX56%20GKL
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX56%2520GKL%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for PX56%20GKL: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: MD19%20WYP
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD19%2520WYP%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for MD19%20WYP: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: KE73%20AZL
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE73%2520AZL%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for KE73%20AZL: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: LM72%20ZKZ
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM72%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for LM72%20ZKZ: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: VO24%20OZH
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO24%2520OZH%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for VO24%20OZH: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: DK14%20KWN
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK14%2520KWN%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for DK14%20KWN: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: LR23%20ZDW
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR23%2520ZDW%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for LR23%20ZDW: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: GV74%20XLD
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV74%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for GV74%20XLD: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: LM74%20XOF
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM74%2520XOF%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for LM74%20XOF: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: LP72%20VEW
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP72%2520VEW%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for LP72%20VEW: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: MD24%20WCJ
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD24%2520WCJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for MD24%20WCJ: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: BC74%20HAX
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC74%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for BC74%20HAX: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: EO23%20LML
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO23%2520LML%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for EO23%20LML: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: EU16%20VPP
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU16%2520VPP%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for EU16%20VPP: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: EO74%20OPL
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO74%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for EO74%20OPL: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: DA15%20KME
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA15%2520KME%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for DA15%20KME: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: DN17%20OTR
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN17%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for DN17%20OTR: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: LL23%20KPF
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL23%2520KPF%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for LL23%20KPF: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: Y863%20PSL
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y863%2520PSL%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for Y863%20PSL: 0
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: FY72%20ATU
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for FY72%20ATU: 2
2026-03-29 06:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU
2026-03-29 06:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d76e90f-581b-5e2b-a331-880ba915a679 with scrape type 2
2026-03-29 06:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d76e90f-581b-5e2b-a331-880ba915a679 with scrape type 2
2026-03-29 06:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d76e90f-581b-5e2b-a331-880ba915a679, identifier: FY72%20ATU
2026-03-29 06:05:49 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-29 06:05:49 [bca.uk] INFO: Scrape type for BV19%20GVW: 2
2026-03-29 06:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW
2026-03-29 06:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e882b1-a96d-5a7b-8029-24d5c1954084 with scrape type 2
2026-03-29 06:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23e882b1-a96d-5a7b-8029-24d5c1954084 with scrape type 2
2026-03-29 06:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23e882b1-a96d-5a7b-8029-24d5c1954084, identifier: BV19%20GVW
2026-03-29 06:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY
2026-03-29 06:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY
2026-03-29 06:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY to the API
2026-03-29 06:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA14%20MLY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '19c0f519-3edb-5a6d-8907-ccd5ae0f50b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA14 MLY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA14%20MLY&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'CITROEN',
'model': 'DS3',
'odometer': 84477,
'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 DS3 1.6 THP 155 DSPORT PINK Hatchback',
'transmission': 'manual',
'trim': 'THP 155 DSPORT PINK',
'vin': 'VF7SA5FV8DW681045',
'year': 2014}
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA14%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Saving data for NA14%20MLY: {'auction_closing_time': 1774951200.0, 'created_time': 1774651592.4453, 'last_price_update_time': 1774764350.15093}
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA14%2520MLY') HTTP/1.1" 204 0
2026-03-29 06:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU
2026-03-29 06:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU
2026-03-29 06:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU to the API
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY72%20ATU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6d76e90f-581b-5e2b-a331-880ba915a679',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FY72 ATU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY72%20ATU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 20256,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI 2WD N LINE StationWagon',
'transmission': 'manual',
'trim': 'T-GDI 2WD N LINE',
'vin': 'TMAJA81BLNJ240990',
'year': 2023}
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Saving data for FY72%20ATU: {'auction_closing_time': 1775037600.0, 'created_time': 1774447829.976736, 'last_price_update_time': 1774764350.560674}
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY72%2520ATU') HTTP/1.1" 204 0
2026-03-29 06:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW
2026-03-29 06:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW
2026-03-29 06:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW to the API
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV19%20GVW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '23e882b1-a96d-5a7b-8029-24d5c1954084',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV19 GVW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV19%20GVW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 90843,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 LANDMARK StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 LANDMARK',
'vin': 'SALCA2AN3KH811434',
'year': 2019}
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Saving data for BV19%20GVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774651746.772996, 'last_price_update_time': 1774764350.83691}
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV19%2520GVW') HTTP/1.1" 204 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: DV12%20NKX
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV12%2520NKX%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for DV12%20NKX: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: YE13%20TGX
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE13%2520TGX%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for YE13%20TGX: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: KX63%20VRW
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX63%2520VRW%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for KX63%20VRW: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: WU56%20JVV
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU56%2520JVV%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for WU56%20JVV: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: MW14%20VSG
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW14%2520VSG%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for MW14%20VSG: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: YG63%20XMA
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG63%2520XMA%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for YG63%20XMA: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: WM64%20MZY
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM64%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for WM64%20MZY: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: PK67%20WXJ
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK67%2520WXJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for PK67%20WXJ: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: BG68%20USB
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG68%2520USB%27 HTTP/1.1" 200 None
2026-03-29 06:05:50 [bca.uk] INFO: Scrape type for BG68%20USB: 0
2026-03-29 06:05:50 [bca.uk] INFO: Found listing with ID: CF22%20XZJ
2026-03-29 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF22%2520XZJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for CF22%20XZJ: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: YF64%20HNX
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF64%2520HNX%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for YF64%20HNX: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: MK20%20NXW
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK20%2520NXW%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for MK20%20NXW: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: ND15%20ZTH
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND15%2520ZTH%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for ND15%20ZTH: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: BF65%20MXK
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF65%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for BF65%20MXK: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: CJ21%20DMF
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ21%2520DMF%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for CJ21%20DMF: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: CX17%20HLC
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX17%2520HLC%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for CX17%20HLC: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: CU67%20WRO
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU67%2520WRO%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for CU67%20WRO: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: NU20%20BYM
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU20%2520BYM%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for NU20%20BYM: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: SE23%20USB
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE23%2520USB%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for SE23%20USB: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: CX19%20CMZ
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX19%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for CX19%20CMZ: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: SJ19%20TZN
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for SJ19%20TZN: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: HX07%20WBO
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX07%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for HX07%20WBO: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: YT69%20XRC
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT69%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for YT69%20XRC: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: SV63%20OHA
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV63%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for SV63%20OHA: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: WN11%20LZE
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN11%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for WN11%20LZE: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: WF08%20GUH
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF08%2520GUH%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for WF08%20GUH: 2
2026-03-29 06:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57ae905d-c441-529f-8260-e3a4ea907434 with identifier: WF08%20GUH
2026-03-29 06:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57ae905d-c441-529f-8260-e3a4ea907434 with scrape type 2
2026-03-29 06:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57ae905d-c441-529f-8260-e3a4ea907434 with scrape type 2
2026-03-29 06:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57ae905d-c441-529f-8260-e3a4ea907434, identifier: WF08%20GUH
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: SR19%20KRE
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR19%2520KRE%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for SR19%20KRE: 0
2026-03-29 06:05:51 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Scrape type for DG22%20CTE: 2
2026-03-29 06:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE
2026-03-29 06:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63ae8e5-00ce-577c-af59-0fe13e141812 with scrape type 2
2026-03-29 06:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a63ae8e5-00ce-577c-af59-0fe13e141812 with scrape type 2
2026-03-29 06:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a63ae8e5-00ce-577c-af59-0fe13e141812, identifier: DG22%20CTE
2026-03-29 06:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57ae905d-c441-529f-8260-e3a4ea907434 with identifier: WF08%20GUH
2026-03-29 06:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57ae905d-c441-529f-8260-e3a4ea907434 with identifier: WF08%20GUH
2026-03-29 06:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57ae905d-c441-529f-8260-e3a4ea907434 with identifier: WF08%20GUH to the API
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF08%20GUH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '57ae905d-c441-529f-8260-e3a4ea907434',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF08 GUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF08%20GUH&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 112404,
'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 170 GT SPORT Hatchback',
'transmission': 'manual',
'trim': 'TSI 170 GT SPORT',
'vin': 'WVWZZZ1KZ8W134186',
'year': 2008}
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF08%2520GUH%27 HTTP/1.1" 200 None
2026-03-29 06:05:51 [bca.uk] INFO: Saving data for WF08%20GUH: {'auction_closing_time': 1774778400.0, 'created_time': 1774305837.553861, 'last_price_update_time': 1774764351.771668}
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF08%2520GUH') HTTP/1.1" 204 0
2026-03-29 06:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE
2026-03-29 06:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE
2026-03-29 06:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE to the API
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG22%20CTE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a63ae8e5-00ce-577c-af59-0fe13e141812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG22 CTE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG22%20CTE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'CUPRA',
'model': 'FORMENTOR',
'odometer': 27564,
'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': 'CUPRA FORMENTOR 1.5 TSI 150 V2 DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 150 V2 DSG',
'vin': 'VSSZZZKMZNR048266',
'year': 2022}
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Saving data for DG22%20CTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774651622.803863, 'last_price_update_time': 1774764352.193457}
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG22%2520CTE') HTTP/1.1" 204 0
2026-03-29 06:05:52 [bca.uk] INFO: Found listing with ID: PE15%20VEP
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE15%2520VEP%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Scrape type for PE15%20VEP: 0
2026-03-29 06:05:52 [bca.uk] INFO: Found listing with ID: BF68%20XZH
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF68%2520XZH%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Scrape type for BF68%20XZH: 0
2026-03-29 06:05:52 [bca.uk] INFO: Found listing with ID: WH19%20KYM
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WH19%2520KYM%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Scrape type for WH19%20KYM: 0
2026-03-29 06:05:52 [bca.uk] INFO: Found listing with ID: KV65%20KKF
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV65%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Scrape type for KV65%20KKF: 2
2026-03-29 06:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a688041-d6f5-5707-8515-aec5fea5c4b8 with identifier: KV65%20KKF
2026-03-29 06:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a688041-d6f5-5707-8515-aec5fea5c4b8 with scrape type 2
2026-03-29 06:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a688041-d6f5-5707-8515-aec5fea5c4b8 with scrape type 2
2026-03-29 06:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a688041-d6f5-5707-8515-aec5fea5c4b8, identifier: KV65%20KKF
2026-03-29 06:05:52 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Scrape type for ML18%20XJB: 2
2026-03-29 06:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB
2026-03-29 06:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with scrape type 2
2026-03-29 06:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with scrape type 2
2026-03-29 06:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35, identifier: ML18%20XJB
2026-03-29 06:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a688041-d6f5-5707-8515-aec5fea5c4b8 with identifier: KV65%20KKF
2026-03-29 06:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a688041-d6f5-5707-8515-aec5fea5c4b8 with identifier: KV65%20KKF
2026-03-29 06:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a688041-d6f5-5707-8515-aec5fea5c4b8 with identifier: KV65%20KKF to the API
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV65%20KKF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3a688041-d6f5-5707-8515-aec5fea5c4b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV65 KKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV65%20KKF&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'MERCEDES-BENZ',
'model': 'C220 D',
'odometer': 89966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C220 D 2.1 SPORT Saloon',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WDD2050042R104438',
'year': 2015}
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV65%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:05:52 [bca.uk] INFO: Saving data for KV65%20KKF: {'auction_closing_time': 1774778400.0, 'created_time': 1774391259.138569, 'last_price_update_time': 1774764352.779234}
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV65%2520KKF') HTTP/1.1" 204 0
2026-03-29 06:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB
2026-03-29 06:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB
2026-03-29 06:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB to the API
2026-03-29 06:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML18%20XJB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '46c5b1fb-3464-55c9-93cb-793aa5ea1d35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML18 XJB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML18%20XJB&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FIAT',
'model': '500',
'odometer': 52293,
'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': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA3120000J915785',
'year': 2018}
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Saving data for ML18%20XJB: {'auction_closing_time': 1774864800.0, 'created_time': 1774651761.457097, 'last_price_update_time': 1774764353.09023}
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML18%2520XJB') HTTP/1.1" 204 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: BD61%20LZS
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD61%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for BD61%20LZS: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: GK70%20LKL
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK70%2520LKL%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for GK70%20LKL: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: MF15%20LOA
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF15%2520LOA%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for MF15%20LOA: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: SB67%20ZDO
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB67%2520ZDO%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for SB67%20ZDO: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: YB23%20NJU
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB23%2520NJU%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for YB23%20NJU: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: VA18%20JZP
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA18%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for VA18%20JZP: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: PF65%20MKM
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF65%2520MKM%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for PF65%20MKM: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: SY68%20MYK
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY68%2520MYK%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for SY68%20MYK: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: YB15%20YCN
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB15%2520YCN%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for YB15%20YCN: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: YP70%20OYG
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP70%2520OYG%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for YP70%20OYG: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: P12%20TBE
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27P12%2520TBE%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for P12%20TBE: 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for MW69%20HFC: 2
2026-03-29 06:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC
2026-03-29 06:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7afb8284-a490-5ccf-bdac-11956d459b7c with scrape type 2
2026-03-29 06:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7afb8284-a490-5ccf-bdac-11956d459b7c with scrape type 2
2026-03-29 06:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7afb8284-a490-5ccf-bdac-11956d459b7c, identifier: MW69%20HFC
2026-03-29 06:05:53 [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 06:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC
2026-03-29 06:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC
2026-03-29 06:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC to the API
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW69%20HFC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7afb8284-a490-5ccf-bdac-11956d459b7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW69 HFC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW69%20HFC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 6619,
'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 AYGO 1.0 VVT-I X-TREND Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-TREND',
'vin': 'JTDKGNEC20N506422',
'year': 2019}
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Saving data for MW69%20HFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651582.102446, 'last_price_update_time': 1774764353.707769}
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW69%2520HFC') HTTP/1.1" 204 0
2026-03-29 06:05:53 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-29 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:53 [bca.uk] INFO: Scrape type for SA69%20LHZ: 2
2026-03-29 06:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ
2026-03-29 06:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207a5231-9381-5c01-bab4-187f9db89a89 with scrape type 2
2026-03-29 06:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 207a5231-9381-5c01-bab4-187f9db89a89 with scrape type 2
2026-03-29 06:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 207a5231-9381-5c01-bab4-187f9db89a89, identifier: SA69%20LHZ
2026-03-29 06:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ
2026-03-29 06:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ
2026-03-29 06:05:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ to the API
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA69%20LHZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '207a5231-9381-5c01-bab4-187f9db89a89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA69 LHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA69%20LHZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 21604,
'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 AYGO 1.0 VVT-I X-TREND X-SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I X-TREND X-SHIFT',
'vin': 'JTDKGNEC00N460394',
'year': 2019}
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Saving data for SA69%20LHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651595.52918, 'last_price_update_time': 1774764354.2057}
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA69%2520LHZ') HTTP/1.1" 204 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for VX19%20FEH: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for DE70%20TSU: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for YF71%20WVH: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for YL68%20ORJ: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for YS18%20FWH: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for CK70%20YMM: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for CX20%20KFW: 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-29 06:05:54 [bca.uk] INFO: Total items found: 100
2026-03-29 06:05:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded
2026-03-29 06:05:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:05:54 [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 06:05:54 [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 06:05:54 [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 06:05:54 [bca.uk] INFO: Found listing with ID: AX72%20JJV
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for AX72%20JJV: 2
2026-03-29 06:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV
2026-03-29 06:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dacbecd4-eaef-5243-b7b2-2d98f93bb903 with scrape type 2
2026-03-29 06:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dacbecd4-eaef-5243-b7b2-2d98f93bb903 with scrape type 2
2026-03-29 06:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dacbecd4-eaef-5243-b7b2-2d98f93bb903, identifier: AX72%20JJV
2026-03-29 06:05: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 06:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV
2026-03-29 06:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV
2026-03-29 06:05:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV to the API
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20JJV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dacbecd4-eaef-5243-b7b2-2d98f93bb903',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AX72 JJV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20JJV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FIAT',
'model': '500',
'odometer': 23635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
'transmission': 'manual',
'trim': 'M/H DOLCEVITA',
'vin': 'ZFACF1CJ8NJH13617',
'year': 2023}
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Saving data for AX72%20JJV: {'auction_closing_time': 1775037600.0, 'created_time': 1774353882.445618, 'last_price_update_time': 1774764354.847005}
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520JJV') HTTP/1.1" 204 0
2026-03-29 06:05:54 [bca.uk] INFO: Found listing with ID: AF21%20VSG
2026-03-29 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF21%2520VSG%27 HTTP/1.1" 200 None
2026-03-29 06:05:54 [bca.uk] INFO: Scrape type for AF21%20VSG: 2
2026-03-29 06:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG
2026-03-29 06:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2299c491-41ee-533e-b66f-a126aca982cb with scrape type 2
2026-03-29 06:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2299c491-41ee-533e-b66f-a126aca982cb with scrape type 2
2026-03-29 06:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2299c491-41ee-533e-b66f-a126aca982cb, identifier: AF21%20VSG
2026-03-29 06:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG
2026-03-29 06:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG
2026-03-29 06:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG to the API
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF21%20VSG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2299c491-41ee-533e-b66f-a126aca982cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF21 VSG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF21%20VSG&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 47868,
'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': 'JAGUAR F-PACE 2.0 D 180 R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'D 180 R SPORT',
'vin': 'SADCB2AN2LA660279',
'year': 2021}
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF21%2520VSG%27 HTTP/1.1" 200 None
2026-03-29 06:05:55 [bca.uk] INFO: Saving data for AF21%20VSG: {'auction_closing_time': 1775469600.0, 'created_time': 1774677858.782412, 'last_price_update_time': 1774764355.339494}
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF21%2520VSG') HTTP/1.1" 204 0
2026-03-29 06:05:55 [bca.uk] INFO: Found listing with ID: DX23%20TSO
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX23%2520TSO%27 HTTP/1.1" 200 None
2026-03-29 06:05:55 [bca.uk] INFO: Scrape type for DX23%20TSO: 2
2026-03-29 06:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO
2026-03-29 06:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7eaae3-6605-5bff-a54b-e79c92726d57 with scrape type 2
2026-03-29 06:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7eaae3-6605-5bff-a54b-e79c92726d57 with scrape type 2
2026-03-29 06:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df7eaae3-6605-5bff-a54b-e79c92726d57, identifier: DX23%20TSO
2026-03-29 06:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO
2026-03-29 06:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO
2026-03-29 06:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO to the API
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX23%20TSO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Electric',
'id': 'df7eaae3-6605-5bff-a54b-e79c92726d57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DX23 TSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX23%20TSO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 92253,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
'transmission': 'automatic',
'trim': '115KW 73KWH TROPHY CONNECT LR',
'vin': 'LSJW74095PZ074465',
'year': 2023}
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX23%2520TSO%27 HTTP/1.1" 200 None
2026-03-29 06:05:55 [bca.uk] INFO: Saving data for DX23%20TSO: {'auction_closing_time': 1775469600.0, 'created_time': 1774677864.69845, 'last_price_update_time': 1774764355.743881}
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX23%2520TSO') HTTP/1.1" 204 0
2026-03-29 06:05:55 [bca.uk] INFO: Found listing with ID: KN69%20NPV
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN69%2520NPV%27 HTTP/1.1" 200 None
2026-03-29 06:05:55 [bca.uk] INFO: Scrape type for KN69%20NPV: 2
2026-03-29 06:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV
2026-03-29 06:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93080d71-f87e-5c38-b63c-e29d03e02cd6 with scrape type 2
2026-03-29 06:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93080d71-f87e-5c38-b63c-e29d03e02cd6 with scrape type 2
2026-03-29 06:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93080d71-f87e-5c38-b63c-e29d03e02cd6, identifier: KN69%20NPV
2026-03-29 06:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV
2026-03-29 06:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV
2026-03-29 06:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV to the API
2026-03-29 06:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN69%20NPV-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '93080d71-f87e-5c38-b63c-e29d03e02cd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN69 NPV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN69%20NPV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L2',
'odometer': 134757,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL COMBO CARGO L2 1.5 TURBO D 100 2300 LTD.ED. Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 LTD.ED.',
'vin': 'W0VEFYHYCKJ793667',
'year': 2019}
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN69%2520NPV%27 HTTP/1.1" 200 None
2026-03-29 06:05:56 [bca.uk] INFO: Saving data for KN69%20NPV: {'auction_closing_time': 1775037600.0, 'created_time': 1774677861.215275, 'last_price_update_time': 1774764356.153382}
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN69%2520NPV') HTTP/1.1" 204 0
2026-03-29 06:05:56 [bca.uk] INFO: Found listing with ID: YF72%20VKM
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF72%2520VKM%27 HTTP/1.1" 200 None
2026-03-29 06:05:56 [bca.uk] INFO: Scrape type for YF72%20VKM: 2
2026-03-29 06:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM
2026-03-29 06:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3927fd08-2ba0-5bbb-83bf-7579c382330b with scrape type 2
2026-03-29 06:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3927fd08-2ba0-5bbb-83bf-7579c382330b with scrape type 2
2026-03-29 06:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3927fd08-2ba0-5bbb-83bf-7579c382330b, identifier: YF72%20VKM
2026-03-29 06:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM
2026-03-29 06:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM
2026-03-29 06:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM to the API
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 42,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF72%20VKM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3927fd08-2ba0-5bbb-83bf-7579c382330b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF72 VKM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF72%20VKM&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': '330E',
'odometer': 55481,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T XDRIVE M SPORT Estate',
'transmission': 'automatic',
'trim': 'T XDRIVE M SPORT',
'vin': 'WBA72CY000FN89284',
'year': 2022}
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF72%2520VKM%27 HTTP/1.1" 200 None
2026-03-29 06:05:56 [bca.uk] INFO: Saving data for YF72%20VKM: {'auction_closing_time': 1775469600.0, 'created_time': 1774677855.083159, 'last_price_update_time': 1774764356.561751}
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520VKM') HTTP/1.1" 204 0
2026-03-29 06:05:56 [bca.uk] INFO: Found listing with ID: DY72%20BZT
2026-03-29 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY72%2520BZT%27 HTTP/1.1" 200 None
2026-03-29 06:05:56 [bca.uk] INFO: Scrape type for DY72%20BZT: 2
2026-03-29 06:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT
2026-03-29 06:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with scrape type 2
2026-03-29 06:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with scrape type 2
2026-03-29 06:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8, identifier: DY72%20BZT
2026-03-29 06:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT
2026-03-29 06:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT
2026-03-29 06:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT to the API
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY72%20BZT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Petrol',
'id': '29017f52-c1c0-5f94-9e9b-a30dfa8824a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY72 BZT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY72%20BZT&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 30932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCLUSIVE',
'vin': 'LSJW74U9XNZ221984',
'year': 2022}
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY72%2520BZT%27 HTTP/1.1" 200 None
2026-03-29 06:05:58 [bca.uk] INFO: Saving data for DY72%20BZT: {'auction_closing_time': 1775469600.0, 'created_time': 1774677860.510967, 'last_price_update_time': 1774764358.243938}
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520BZT') HTTP/1.1" 204 0
2026-03-29 06:05:58 [bca.uk] INFO: Found listing with ID: P123%20PJG
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27P123%2520PJG%27 HTTP/1.1" 200 None
2026-03-29 06:05:58 [bca.uk] INFO: Scrape type for P123%20PJG: 2
2026-03-29 06:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG
2026-03-29 06:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with scrape type 2
2026-03-29 06:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with scrape type 2
2026-03-29 06:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22, identifier: P123%20PJG
2026-03-29 06:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG
2026-03-29 06:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG
2026-03-29 06:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG to the API
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P123%20PJG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '54af7ae0-9ba6-5904-9f29-ce78eb5e5b22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'P123 PJG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=P123%20PJG&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLVO',
'model': 'XC40 RECHARGE',
'odometer': 69381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION StationWagon',
'transmission': 'automatic',
'trim': 'T4 PHEV INSCRIPTION',
'vin': 'YV1XZBWBFM2449120',
'year': 2020}
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27P123%2520PJG%27 HTTP/1.1" 200 None
2026-03-29 06:05:58 [bca.uk] INFO: Saving data for P123%20PJG: {'auction_closing_time': 1775037600.0, 'created_time': 1774047196.38548, 'last_price_update_time': 1774764358.648801}
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P123%2520PJG') HTTP/1.1" 204 0
2026-03-29 06:05:58 [bca.uk] INFO: Found listing with ID: AO22%20TKN
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO22%2520TKN%27 HTTP/1.1" 200 None
2026-03-29 06:05:58 [bca.uk] INFO: Scrape type for AO22%20TKN: 2
2026-03-29 06:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 569d1582-9a22-5df8-9920-2e8e62b3e778 with identifier: AO22%20TKN
2026-03-29 06:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 569d1582-9a22-5df8-9920-2e8e62b3e778 with scrape type 2
2026-03-29 06:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 569d1582-9a22-5df8-9920-2e8e62b3e778 with scrape type 2
2026-03-29 06:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 569d1582-9a22-5df8-9920-2e8e62b3e778, identifier: AO22%20TKN
2026-03-29 06:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 569d1582-9a22-5df8-9920-2e8e62b3e778 with identifier: AO22%20TKN
2026-03-29 06:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 569d1582-9a22-5df8-9920-2e8e62b3e778 with identifier: AO22%20TKN
2026-03-29 06:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 569d1582-9a22-5df8-9920-2e8e62b3e778 with identifier: AO22%20TKN to the API
2026-03-29 06:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 50,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO22%20TKN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '569d1582-9a22-5df8-9920-2e8e62b3e778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AO22 TKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO22%20TKN&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLVO',
'model': 'XC40 RECHARGE',
'odometer': 68639,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV INSCRIPTION PRO StationWagon',
'transmission': 'automatic',
'trim': 'T5 PHEV INSCRIPTION PRO',
'vin': 'YV1XZBBVFN2762915',
'year': 2022}
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO22%2520TKN%27 HTTP/1.1" 200 None
2026-03-29 06:05:59 [bca.uk] INFO: Saving data for AO22%20TKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774390707.454852, 'last_price_update_time': 1774764359.038713}
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO22%2520TKN') HTTP/1.1" 204 0
2026-03-29 06:05:59 [bca.uk] INFO: Found listing with ID: AX72%20KAU
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX72%2520KAU%27 HTTP/1.1" 200 None
2026-03-29 06:05:59 [bca.uk] INFO: Scrape type for AX72%20KAU: 0
2026-03-29 06:05:59 [bca.uk] INFO: Found listing with ID: GY21%20ECT
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY21%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 06:05:59 [bca.uk] INFO: Scrape type for GY21%20ECT: 2
2026-03-29 06:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT
2026-03-29 06:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278d4c8d-d213-54d4-83b7-def6739d3d12 with scrape type 2
2026-03-29 06:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 278d4c8d-d213-54d4-83b7-def6739d3d12 with scrape type 2
2026-03-29 06:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 278d4c8d-d213-54d4-83b7-def6739d3d12, identifier: GY21%20ECT
2026-03-29 06:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=turquoise HTTP/1.1" 200 None
2026-03-29 06:05:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:05: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 06:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT
2026-03-29 06:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT to the API
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY21%20ECT-GB',
'category': 'Car',
'color': 'turquoise',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '278d4c8d-d213-54d4-83b7-def6739d3d12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY21 ECT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY21%20ECT&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 47555,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.2 MPI SE CONNECT Hatchback',
'transmission': 'manual',
'trim': 'MPI SE CONNECT',
'vin': 'NLHDN51ELMZ041778',
'year': 2021}
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY21%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 06:05:59 [bca.uk] INFO: Saving data for GY21%20ECT: {'auction_closing_time': 1775037600.0, 'created_time': 1774677854.385056, 'last_price_update_time': 1774764359.566113}
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY21%2520ECT') HTTP/1.1" 204 0
2026-03-29 06:05:59 [bca.uk] INFO: Found listing with ID: GC23%20CTV
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GC23%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:05:59 [bca.uk] INFO: Scrape type for GC23%20CTV: 2
2026-03-29 06:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV
2026-03-29 06:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67010743-11a3-5054-9d25-5b229316ec82 with scrape type 2
2026-03-29 06:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67010743-11a3-5054-9d25-5b229316ec82 with scrape type 2
2026-03-29 06:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67010743-11a3-5054-9d25-5b229316ec82, identifier: GC23%20CTV
2026-03-29 06:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV
2026-03-29 06:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV
2026-03-29 06:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV to the API
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC23%20CTV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '67010743-11a3-5054-9d25-5b229316ec82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GC23 CTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC23%20CTV&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MG MOTOR UK',
'model': 'MG4 EV',
'odometer': 10311,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH TROPHY LR',
'vin': 'LSJWH4091PN061152',
'year': 2023}
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GC23%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:05:59 [bca.uk] INFO: Saving data for GC23%20CTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774363835.416461, 'last_price_update_time': 1774764359.974894}
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC23%2520CTV') HTTP/1.1" 204 0
2026-03-29 06:05:59 [bca.uk] INFO: Found listing with ID: YF68%20ZTR
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF68%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 06:06:00 [bca.uk] INFO: Scrape type for YF68%20ZTR: 2
2026-03-29 06:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR
2026-03-29 06:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a61e2b-eae0-513c-9965-5ae96425f805 with scrape type 2
2026-03-29 06:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a61e2b-eae0-513c-9965-5ae96425f805 with scrape type 2
2026-03-29 06:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89a61e2b-eae0-513c-9965-5ae96425f805, identifier: YF68%20ZTR
2026-03-29 06:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR
2026-03-29 06:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR
2026-03-29 06:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR to the API
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF68%20ZTR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '89a61e2b-eae0-513c-9965-5ae96425f805',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF68 ZTR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF68%20ZTR&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLKSWAGEN',
'model': 'TOUAREG',
'odometer': 46287,
'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 TOUAREG 3.0 V6 TDI 286 4M R LINE TECH TIP StationWagon',
'transmission': 'manual',
'trim': 'V6 TDI 286 4M R LINE TECH TIP',
'vin': 'WVGZZZCRZKD007228',
'year': 2018}
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF68%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 06:06:00 [bca.uk] INFO: Saving data for YF68%20ZTR: {'auction_closing_time': 1775037600.0, 'created_time': 1774677846.443879, 'last_price_update_time': 1774764360.38367}
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520ZTR') HTTP/1.1" 204 0
2026-03-29 06:06:00 [bca.uk] INFO: Found listing with ID: GV24%20ECT
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV24%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 06:06:00 [bca.uk] INFO: Scrape type for GV24%20ECT: 2
2026-03-29 06:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT
2026-03-29 06:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8fe9ada-ab5e-5c79-b388-02320d47b7ee with scrape type 2
2026-03-29 06:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8fe9ada-ab5e-5c79-b388-02320d47b7ee with scrape type 2
2026-03-29 06:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8fe9ada-ab5e-5c79-b388-02320d47b7ee, identifier: GV24%20ECT
2026-03-29 06:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT
2026-03-29 06:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT
2026-03-29 06:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT to the API
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV24%20ECT-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a8fe9ada-ab5e-5c79-b388-02320d47b7ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GV24 ECT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV24%20ECT&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MG MOTOR UK',
'model': 'MG3',
'odometer': 9429,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCLUSIVE',
'vin': 'LSJZ14U95PS089176',
'year': 2024}
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV24%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 06:06:00 [bca.uk] INFO: Saving data for GV24%20ECT: {'auction_closing_time': 1775037600.0, 'created_time': 1774390712.386973, 'last_price_update_time': 1774764360.970589}
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV24%2520ECT') HTTP/1.1" 204 0
2026-03-29 06:06:00 [bca.uk] INFO: Found listing with ID: GY23%20TYF
2026-03-29 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY23%2520TYF%27 HTTP/1.1" 200 None
2026-03-29 06:06:01 [bca.uk] INFO: Scrape type for GY23%20TYF: 2
2026-03-29 06:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF
2026-03-29 06:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with scrape type 2
2026-03-29 06:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with scrape type 2
2026-03-29 06:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209, identifier: GY23%20TYF
2026-03-29 06:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF
2026-03-29 06:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF
2026-03-29 06:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF to the API
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20TYF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GY23 TYF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20TYF&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MG MOTOR UK',
'model': 'HS',
'odometer': 39237,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'TGI EXCLUSIVE DCT',
'vin': 'LSJA24U98NN216637',
'year': 2023}
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY23%2520TYF%27 HTTP/1.1" 200 None
2026-03-29 06:06:01 [bca.uk] INFO: Saving data for GY23%20TYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774677907.867775, 'last_price_update_time': 1774764361.390719}
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520TYF') HTTP/1.1" 204 0
2026-03-29 06:06:01 [bca.uk] INFO: Found listing with ID: WU18%20RYO
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU18%2520RYO%27 HTTP/1.1" 200 None
2026-03-29 06:06:01 [bca.uk] INFO: Scrape type for WU18%20RYO: 0
2026-03-29 06:06:01 [bca.uk] INFO: Found listing with ID: OV71%20KBY
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV71%2520KBY%27 HTTP/1.1" 200 None
2026-03-29 06:06:01 [bca.uk] INFO: Scrape type for OV71%20KBY: 2
2026-03-29 06:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY
2026-03-29 06:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9201da0-6b1d-5b68-88ba-6b323e19e302 with scrape type 2
2026-03-29 06:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9201da0-6b1d-5b68-88ba-6b323e19e302 with scrape type 2
2026-03-29 06:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9201da0-6b1d-5b68-88ba-6b323e19e302, identifier: OV71%20KBY
2026-03-29 06:06:01 [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 06:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY
2026-03-29 06:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY
2026-03-29 06:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY to the API
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV71%20KBY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c9201da0-6b1d-5b68-88ba-6b323e19e302',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV71 KBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV71%20KBY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MAZDA',
'model': 'MX-30 E',
'odometer': 35479,
'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': 'MAZDA MX-30 E 107KW 35.5KWH SE-L LUX Hatchback',
'transmission': 'automatic',
'trim': '107KW 35.5KWH SE-L LUX',
'vin': 'JMZDR1WBJ00119068',
'year': 2021}
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV71%2520KBY%27 HTTP/1.1" 200 None
2026-03-29 06:06:01 [bca.uk] INFO: Saving data for OV71%20KBY: {'auction_closing_time': 1775469600.0, 'created_time': 1774677909.825594, 'last_price_update_time': 1774764361.826209}
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520KBY') HTTP/1.1" 204 0
2026-03-29 06:06:01 [bca.uk] INFO: Found listing with ID: KV72%20VJL
2026-03-29 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV72%2520VJL%27 HTTP/1.1" 200 None
2026-03-29 06:06:01 [bca.uk] INFO: Scrape type for KV72%20VJL: 2
2026-03-29 06:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL
2026-03-29 06:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3aab615-af82-5170-989b-3b26a927f69d with scrape type 2
2026-03-29 06:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3aab615-af82-5170-989b-3b26a927f69d with scrape type 2
2026-03-29 06:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3aab615-af82-5170-989b-3b26a927f69d, identifier: KV72%20VJL
2026-03-29 06:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL
2026-03-29 06:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL
2026-03-29 06:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL to the API
2026-03-29 06:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV72%20VJL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e3aab615-af82-5170-989b-3b26a927f69d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KV72 VJL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV72%20VJL&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 40217,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
'transmission': 'automatic',
'trim': '115KW 73KWH TROPHY CONNECT LR',
'vin': 'LSJW74099NZ254450',
'year': 2022}
2026-03-29 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV72%2520VJL%27 HTTP/1.1" 200 None
2026-03-29 06:06:02 [bca.uk] INFO: Saving data for KV72%20VJL: {'auction_closing_time': 1775469600.0, 'created_time': 1774677827.767961, 'last_price_update_time': 1774764362.236828}
2026-03-29 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV72%2520VJL') HTTP/1.1" 204 0
2026-03-29 06:06:02 [bca.uk] INFO: Found listing with ID: VO17%20JDK
2026-03-29 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO17%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 06:06:02 [bca.uk] INFO: Scrape type for VO17%20JDK: 2
2026-03-29 06:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK
2026-03-29 06:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cab20341-87be-59c2-bd6a-8f17fe211af4 with scrape type 2
2026-03-29 06:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cab20341-87be-59c2-bd6a-8f17fe211af4 with scrape type 2
2026-03-29 06:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cab20341-87be-59c2-bd6a-8f17fe211af4, identifier: VO17%20JDK
2026-03-29 06:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK
2026-03-29 06:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK
2026-03-29 06:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK to the API
2026-03-29 06:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO17%20JDK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cab20341-87be-59c2-bd6a-8f17fe211af4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO17 JDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO17%20JDK&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 95544,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 SE TECH',
'vin': 'SALCA2ANXHH680799',
'year': 2017}
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO17%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 06:06:03 [bca.uk] INFO: Saving data for VO17%20JDK: {'auction_closing_time': 1775037600.0, 'created_time': 1774677832.065669, 'last_price_update_time': 1774764363.389913}
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO17%2520JDK') HTTP/1.1" 204 0
2026-03-29 06:06:03 [bca.uk] INFO: Total items found: 100
2026-03-29 06:06:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded
2026-03-29 06:06:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:06:03 [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 06:06:03 [bca.uk] INFO: Found listing with ID: OV21%20JZF
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV21%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 06:06:03 [bca.uk] INFO: Scrape type for OV21%20JZF: 2
2026-03-29 06:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF
2026-03-29 06:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e00ac1-2349-5e13-a830-7a54ebc68c7b with scrape type 2
2026-03-29 06:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42e00ac1-2349-5e13-a830-7a54ebc68c7b with scrape type 2
2026-03-29 06:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42e00ac1-2349-5e13-a830-7a54ebc68c7b, identifier: OV21%20JZF
2026-03-29 06:06:03 [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 06:06:03 [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 06:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF
2026-03-29 06:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF
2026-03-29 06:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF to the API
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV21%20JZF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '42e00ac1-2349-5e13-a830-7a54ebc68c7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV21 JZF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV21%20JZF&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 36932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'NISSAN LEAF 40KWH 10 (6.6KC) Hatchback',
'transmission': 'automatic',
'trim': '40KWH 10 (6.6KC)',
'vin': 'SJNFAAZE1U0123688',
'year': 2021}
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV21%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 06:06:03 [bca.uk] INFO: Saving data for OV21%20JZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774677835.54891, 'last_price_update_time': 1774764363.82694}
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV21%2520JZF') HTTP/1.1" 204 0
2026-03-29 06:06:03 [bca.uk] INFO: Found listing with ID: RV12%20YXK
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV12%2520YXK%27 HTTP/1.1" 200 None
2026-03-29 06:06:03 [bca.uk] INFO: Scrape type for RV12%20YXK: 0
2026-03-29 06:06:03 [bca.uk] INFO: Found listing with ID: SG16%20NZO
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-29 06:06:03 [bca.uk] INFO: Scrape type for SG16%20NZO: 2
2026-03-29 06:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO
2026-03-29 06:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80f66003-b429-5f8d-bc6a-1c131af6245c with scrape type 2
2026-03-29 06:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80f66003-b429-5f8d-bc6a-1c131af6245c with scrape type 2
2026-03-29 06:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80f66003-b429-5f8d-bc6a-1c131af6245c, identifier: SG16%20NZO
2026-03-29 06:06: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 06:06:03 [bca.uk] INFO: Found listing with ID: DU20%20NZO
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU20%2520NZO%27 HTTP/1.1" 200 None
2026-03-29 06:06:03 [bca.uk] INFO: Scrape type for DU20%20NZO: 0
2026-03-29 06:06:03 [bca.uk] INFO: Found listing with ID: VK72%20WFR
2026-03-29 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK72%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 06:06:04 [bca.uk] INFO: Scrape type for VK72%20WFR: 2
2026-03-29 06:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR
2026-03-29 06:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639e8626-ef9e-5c46-bea8-61dfccf2460c with scrape type 2
2026-03-29 06:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 639e8626-ef9e-5c46-bea8-61dfccf2460c with scrape type 2
2026-03-29 06:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 639e8626-ef9e-5c46-bea8-61dfccf2460c, identifier: VK72%20WFR
2026-03-29 06:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO
2026-03-29 06:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO
2026-03-29 06:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO to the API
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG16%20NZO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '80f66003-b429-5f8d-bc6a-1c131af6245c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG16 NZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG16%20NZO&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 56243,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF05XXGCC5FP08107',
'year': 2016}
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-29 06:06:04 [bca.uk] INFO: Saving data for SG16%20NZO: {'auction_closing_time': 1775037600.0, 'created_time': 1774303640.09257, 'last_price_update_time': 1774764364.393071}
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG16%2520NZO') HTTP/1.1" 204 0
2026-03-29 06:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR
2026-03-29 06:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR
2026-03-29 06:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR to the API
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20WFR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '639e8626-ef9e-5c46-bea8-61dfccf2460c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VK72 WFR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20WFR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MG MOTOR UK',
'model': 'MG4 EV',
'odometer': 43630,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH TROPHY LR',
'vin': 'LSJWH4095NN159646',
'year': 2022}
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK72%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 06:06:04 [bca.uk] INFO: Saving data for VK72%20WFR: {'auction_closing_time': 1775037600.0, 'created_time': 1774677841.314666, 'last_price_update_time': 1774764364.801371}
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520WFR') HTTP/1.1" 204 0
2026-03-29 06:06:04 [bca.uk] INFO: Found listing with ID: SH63%20LDY
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 06:06:04 [bca.uk] INFO: Scrape type for SH63%20LDY: 2
2026-03-29 06:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY
2026-03-29 06:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with scrape type 2
2026-03-29 06:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with scrape type 2
2026-03-29 06:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6, identifier: SH63%20LDY
2026-03-29 06:06:04 [bca.uk] INFO: Found listing with ID: GD20%20BRZ
2026-03-29 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD20%2520BRZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:04 [bca.uk] INFO: Scrape type for GD20%20BRZ: 2
2026-03-29 06:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ
2026-03-29 06:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with scrape type 2
2026-03-29 06:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with scrape type 2
2026-03-29 06:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9, identifier: GD20%20BRZ
2026-03-29 06:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY
2026-03-29 06:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY
2026-03-29 06:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY to the API
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH63 LDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH63%20LDY&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 55074,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.0 12V E/F STING Hatchback',
'transmission': 'manual',
'trim': '12V E/F STING',
'vin': 'W0L0SDL08E6009642',
'year': 2013}
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Saving data for SH63%20LDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774390428.246033, 'last_price_update_time': 1774764365.350392}
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH63%2520LDY') HTTP/1.1" 204 0
2026-03-29 06:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ
2026-03-29 06:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ
2026-03-29 06:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ to the API
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD20%20BRZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8f259db9-5d6d-5e24-8be2-50072ba1f5c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD20 BRZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD20%20BRZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 27480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D150 S (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D150 S (7ST)',
'vin': 'SALCA2AN9LH871476',
'year': 2020}
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD20%2520BRZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Saving data for GD20%20BRZ: {'auction_closing_time': 1775469600.0, 'created_time': 1774677839.652937, 'last_price_update_time': 1774764365.644438}
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD20%2520BRZ') HTTP/1.1" 204 0
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: NJ58%20LNC
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ58%2520LNC%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for NJ58%20LNC: 0
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: AF70%20ZNZ
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF70%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for AF70%20ZNZ: 0
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: HK66%20JFA
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK66%2520JFA%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for HK66%20JFA: 0
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: PN64%20HCG
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN64%2520HCG%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for PN64%20HCG: 0
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: YA17%20WGF
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA17%2520WGF%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for YA17%20WGF: 0
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: DV65%20WKF
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV65%2520WKF%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for DV65%20WKF: 2
2026-03-29 06:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF
2026-03-29 06:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09c86515-8b4e-5144-9d61-201b2decf166 with scrape type 2
2026-03-29 06:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09c86515-8b4e-5144-9d61-201b2decf166 with scrape type 2
2026-03-29 06:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09c86515-8b4e-5144-9d61-201b2decf166, identifier: DV65%20WKF
2026-03-29 06:06:05 [bca.uk] INFO: Found listing with ID: FM19%20TZB
2026-03-29 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM19%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 06:06:05 [bca.uk] INFO: Scrape type for FM19%20TZB: 2
2026-03-29 06:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB
2026-03-29 06:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa195cc-638d-589f-9fd4-926d4bd70e7c with scrape type 2
2026-03-29 06:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa195cc-638d-589f-9fd4-926d4bd70e7c with scrape type 2
2026-03-29 06:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa195cc-638d-589f-9fd4-926d4bd70e7c, identifier: FM19%20TZB
2026-03-29 06:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF
2026-03-29 06:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF
2026-03-29 06:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF to the API
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09c86515-8b4e-5144-9d61-201b2decf166',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV65 WKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV65%20WKF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FIAT',
'model': '500',
'odometer': 77662,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'ZFA3120000J447944',
'year': 2015}
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV65%2520WKF%27 HTTP/1.1" 200 None
2026-03-29 06:06:06 [bca.uk] INFO: Saving data for DV65%20WKF: {'auction_closing_time': 1775037600.0, 'created_time': 1774477293.645186, 'last_price_update_time': 1774764366.259472}
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV65%2520WKF') HTTP/1.1" 204 0
2026-03-29 06:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB
2026-03-29 06:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB
2026-03-29 06:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB to the API
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM19%20TZB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-06T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2aa195cc-638d-589f-9fd4-926d4bd70e7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FM19 TZB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM19%20TZB&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 69606,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D180 AWD R-DYNAMIC S',
'vin': 'SADFA2AN8K1Z65073',
'year': 2019}
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM19%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 06:06:06 [bca.uk] INFO: Saving data for FM19%20TZB: {'auction_closing_time': 1775469600.0, 'created_time': 1774363850.143744, 'last_price_update_time': 1774764366.627312}
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM19%2520TZB') HTTP/1.1" 204 0
2026-03-29 06:06:06 [bca.uk] INFO: Found listing with ID: KU66%20ZTZ
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU66%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:06 [bca.uk] INFO: Scrape type for KU66%20ZTZ: 0
2026-03-29 06:06:06 [bca.uk] INFO: Found listing with ID: YR66%20PXG
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR66%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 06:06:06 [bca.uk] INFO: Scrape type for YR66%20PXG: 2
2026-03-29 06:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG
2026-03-29 06:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with scrape type 2
2026-03-29 06:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with scrape type 2
2026-03-29 06:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2, identifier: YR66%20PXG
2026-03-29 06:06:06 [bca.uk] INFO: Found listing with ID: HJ23%20YHS
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ23%2520YHS%27 HTTP/1.1" 200 None
2026-03-29 06:06:06 [bca.uk] INFO: Scrape type for HJ23%20YHS: 2
2026-03-29 06:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS
2026-03-29 06:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a262980-7993-549b-9f6d-f6fb6aed0d8f with scrape type 2
2026-03-29 06:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a262980-7993-549b-9f6d-f6fb6aed0d8f with scrape type 2
2026-03-29 06:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a262980-7993-549b-9f6d-f6fb6aed0d8f, identifier: HJ23%20YHS
2026-03-29 06:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG
2026-03-29 06:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG
2026-03-29 06:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG to the API
2026-03-29 06:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR66%20PXG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR66 PXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR66%20PXG&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'CITROEN',
'model': 'C1',
'odometer': 65781,
'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 FEEL Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 FEEL',
'vin': 'VF7PAHMTCGR786801',
'year': 2016}
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR66%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 06:06:07 [bca.uk] INFO: Saving data for YR66%20PXG: {'auction_closing_time': 1775037600.0, 'created_time': 1774562974.968829, 'last_price_update_time': 1774764367.174018}
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR66%2520PXG') HTTP/1.1" 204 0
2026-03-29 06:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS
2026-03-29 06:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS
2026-03-29 06:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS to the API
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ23%20YHS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '5a262980-7993-549b-9f6d-f6fb6aed0d8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HJ23 YHS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ23%20YHS&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA-E',
'odometer': 14897,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA-E 100KW 50KWH GS (11KC) Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH GS (11KC)',
'vin': 'VXKUHZKXZP4028374',
'year': 2023}
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ23%2520YHS%27 HTTP/1.1" 200 None
2026-03-29 06:06:07 [bca.uk] INFO: Saving data for HJ23%20YHS: {'auction_closing_time': 1775037600.0, 'created_time': 1774677833.609808, 'last_price_update_time': 1774764367.551305}
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ23%2520YHS') HTTP/1.1" 204 0
2026-03-29 06:06:07 [bca.uk] INFO: Found listing with ID: AO65%20UZE
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO65%2520UZE%27 HTTP/1.1" 200 None
2026-03-29 06:06:07 [bca.uk] INFO: Scrape type for AO65%20UZE: 2
2026-03-29 06:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE
2026-03-29 06:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c25b62e-b837-5f0c-b170-9bb827d060d0 with scrape type 2
2026-03-29 06:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c25b62e-b837-5f0c-b170-9bb827d060d0 with scrape type 2
2026-03-29 06:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c25b62e-b837-5f0c-b170-9bb827d060d0, identifier: AO65%20UZE
2026-03-29 06:06:07 [bca.uk] INFO: Found listing with ID: KT68%20ENX
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT68%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 06:06:07 [bca.uk] INFO: Scrape type for KT68%20ENX: 2
2026-03-29 06:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX
2026-03-29 06:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with scrape type 2
2026-03-29 06:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with scrape type 2
2026-03-29 06:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00e31fbe-87b4-55ec-a4ec-a661a30a8774, identifier: KT68%20ENX
2026-03-29 06:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE
2026-03-29 06:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE
2026-03-29 06:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE to the API
2026-03-29 06:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20UZE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0c25b62e-b837-5f0c-b170-9bb827d060d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO65 UZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20UZE&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 81726,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0DXXGAKDFM43887',
'year': 2015}
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO65%2520UZE%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Saving data for AO65%20UZE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562963.823673, 'last_price_update_time': 1774764368.073271}
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520UZE') HTTP/1.1" 204 0
2026-03-29 06:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX
2026-03-29 06:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX
2026-03-29 06:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX to the API
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT68%20ENX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '00e31fbe-87b4-55ec-a4ec-a661a30a8774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KT68 ENX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT68%20ENX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'C300 D',
'odometer': 43292,
'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 C300 D 2.0 AMG LINE PREMIUM 9G Coupe',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 9G',
'vin': 'WDD2053182F816222',
'year': 2019}
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT68%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Saving data for KT68%20ENX: {'auction_closing_time': 1775037600.0, 'created_time': 1774677898.140038, 'last_price_update_time': 1774764368.368598}
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520ENX') HTTP/1.1" 204 0
2026-03-29 06:06:08 [bca.uk] INFO: Found listing with ID: FA15%20RVP
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA15%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Scrape type for FA15%20RVP: 0
2026-03-29 06:06:08 [bca.uk] INFO: Found listing with ID: AY18%20HNV
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY18%2520HNV%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Scrape type for AY18%20HNV: 0
2026-03-29 06:06:08 [bca.uk] INFO: Found listing with ID: LL66%20FWD
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL66%2520FWD%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Scrape type for LL66%20FWD: 0
2026-03-29 06:06:08 [bca.uk] INFO: Found listing with ID: AO10%20TKU
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO10%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Scrape type for AO10%20TKU: 2
2026-03-29 06:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU
2026-03-29 06:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b425f21d-e422-50d2-9e89-ca39ee2de358 with scrape type 2
2026-03-29 06:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b425f21d-e422-50d2-9e89-ca39ee2de358 with scrape type 2
2026-03-29 06:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b425f21d-e422-50d2-9e89-ca39ee2de358, identifier: AO10%20TKU
2026-03-29 06:06:08 [bca.uk] INFO: Found listing with ID: FV18%20YDD
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 06:06:08 [bca.uk] INFO: Scrape type for FV18%20YDD: 2
2026-03-29 06:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD
2026-03-29 06:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811f8003-70c0-56c0-af5c-ea44c45ade37 with scrape type 2
2026-03-29 06:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811f8003-70c0-56c0-af5c-ea44c45ade37 with scrape type 2
2026-03-29 06:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 811f8003-70c0-56c0-af5c-ea44c45ade37, identifier: FV18%20YDD
2026-03-29 06:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-29 06:06:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:06: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 06:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU
2026-03-29 06:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU to the API
2026-03-29 06:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO10%20TKU-GB',
'category': 'Car',
'color': 'gold',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b425f21d-e422-50d2-9e89-ca39ee2de358',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO10 TKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO10%20TKU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 160043,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLVO XC60 2.4 D5 205 SE LUX G/T Estate',
'transmission': 'manual',
'trim': 'D5 205 SE LUX G/T',
'vin': 'YV1DZ7046A2117044',
'year': 2010}
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO10%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:06:09 [bca.uk] INFO: Saving data for AO10%20TKU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562938.250912, 'last_price_update_time': 1774764369.107511}
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO10%2520TKU') HTTP/1.1" 204 0
2026-03-29 06:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD
2026-03-29 06:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD
2026-03-29 06:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD to the API
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV18%20YDD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '811f8003-70c0-56c0-af5c-ea44c45ade37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV18 YDD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV18%20YDD&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'AUDI',
'model': 'Q7',
'odometer': 94289,
'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 Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
'transmission': 'manual',
'trim': 'TDI 272 QUATTRO S LINE TIP',
'vin': 'WAUZZZ4M6JD036958',
'year': 2018}
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 06:06:09 [bca.uk] INFO: Saving data for FV18%20YDD: {'auction_closing_time': 1775037600.0, 'created_time': 1774390365.388014, 'last_price_update_time': 1774764369.445854}
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV18%2520YDD') HTTP/1.1" 204 0
2026-03-29 06:06:09 [bca.uk] INFO: Found listing with ID: WG17%20UXC
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG17%2520UXC%27 HTTP/1.1" 200 None
2026-03-29 06:06:09 [bca.uk] INFO: Scrape type for WG17%20UXC: 2
2026-03-29 06:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC
2026-03-29 06:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with scrape type 2
2026-03-29 06:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with scrape type 2
2026-03-29 06:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369, identifier: WG17%20UXC
2026-03-29 06:06:09 [bca.uk] INFO: Found listing with ID: KD16%20EZL
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KD16%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:06:09 [bca.uk] INFO: Scrape type for KD16%20EZL: 2
2026-03-29 06:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL
2026-03-29 06:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with scrape type 2
2026-03-29 06:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with scrape type 2
2026-03-29 06:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a805f21-d24e-5eb8-947d-f8eae1ef5577, identifier: KD16%20EZL
2026-03-29 06:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC
2026-03-29 06:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC
2026-03-29 06:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC to the API
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG17%20UXC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG17 UXC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG17%20UXC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 86609,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA X 1.4 T 140 ACTIVE S/S Hatchback',
'transmission': 'manual',
'trim': 'T 140 ACTIVE S/S',
'vin': 'W0LJC7E81HB179277',
'year': 2017}
2026-03-29 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG17%2520UXC%27 HTTP/1.1" 200 None
2026-03-29 06:06:10 [bca.uk] INFO: Saving data for WG17%20UXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562937.860245, 'last_price_update_time': 1774764370.007018}
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG17%2520UXC') HTTP/1.1" 204 0
2026-03-29 06:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL
2026-03-29 06:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL
2026-03-29 06:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL to the API
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD16%20EZL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5a805f21-d24e-5eb8-947d-f8eae1ef5577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KD16 EZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD16%20EZL&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 70321,
'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': 'automatic',
'trim': 'DIG-T TEKNA',
'vin': 'SJNFEAJ11U1757472',
'year': 2016}
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KD16%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:06:10 [bca.uk] INFO: Saving data for KD16%20EZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774437979.558601, 'last_price_update_time': 1774764370.278199}
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD16%2520EZL') HTTP/1.1" 204 0
2026-03-29 06:06:10 [bca.uk] INFO: Found listing with ID: YK59%20SRO
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK59%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 06:06:10 [bca.uk] INFO: Scrape type for YK59%20SRO: 2
2026-03-29 06:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO
2026-03-29 06:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95ee12e2-733b-568d-85d7-a31ebd2386b0 with scrape type 2
2026-03-29 06:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95ee12e2-733b-568d-85d7-a31ebd2386b0 with scrape type 2
2026-03-29 06:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95ee12e2-733b-568d-85d7-a31ebd2386b0, identifier: YK59%20SRO
2026-03-29 06:06:10 [scrapy.extensions.logstats] INFO: Crawled 55 pages (at 4 pages/min), scraped 491 items (at 120 items/min)
2026-03-29 06:06:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 194MiB
2026-03-29 06:06:10 [bca.uk] INFO: Found listing with ID: YS63%20PYT
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS63%2520PYT%27 HTTP/1.1" 200 None
2026-03-29 06:06:10 [bca.uk] INFO: Scrape type for YS63%20PYT: 2
2026-03-29 06:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT
2026-03-29 06:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with scrape type 2
2026-03-29 06:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with scrape type 2
2026-03-29 06:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33, identifier: YS63%20PYT
2026-03-29 06:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO
2026-03-29 06:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO
2026-03-29 06:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO to the API
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '95ee12e2-733b-568d-85d7-a31ebd2386b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK59 SRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK59%20SRO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 198911,
'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 INSIGNIA 2.0 CDTI 130 SE Hatchback',
'transmission': 'manual',
'trim': 'CDTI 130 SE',
'vin': 'W0LGT6EKXA1019104',
'year': 2009}
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK59%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 06:06:10 [bca.uk] INFO: Saving data for YK59%20SRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774479035.992141, 'last_price_update_time': 1774764370.781494}
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK59%2520SRO') HTTP/1.1" 204 0
2026-03-29 06:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT
2026-03-29 06:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT
2026-03-29 06:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT to the API
2026-03-29 06:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS63%20PYT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8d3b1ff5-1f7d-5565-9848-0cd76db4bc33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS63 PYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS63%20PYT&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500L TREKKING',
'odometer': 88918,
'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 500L TREKKING 1.3 M/JET 85 MPV',
'transmission': 'manual',
'trim': 'M/JET 85',
'vin': 'ZFA19900005103940',
'year': 2013}
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS63%2520PYT%27 HTTP/1.1" 200 None
2026-03-29 06:06:11 [bca.uk] INFO: Saving data for YS63%20PYT: {'auction_closing_time': 1775037600.0, 'created_time': 1774562522.106174, 'last_price_update_time': 1774764371.16674}
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS63%2520PYT') HTTP/1.1" 204 0
2026-03-29 06:06:11 [bca.uk] INFO: Found listing with ID: WF67%20DFL
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF67%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 06:06:11 [bca.uk] INFO: Scrape type for WF67%20DFL: 2
2026-03-29 06:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL
2026-03-29 06:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with scrape type 2
2026-03-29 06:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with scrape type 2
2026-03-29 06:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0, identifier: WF67%20DFL
2026-03-29 06:06:11 [bca.uk] INFO: Found listing with ID: YS08%20YXV
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS08%2520YXV%27 HTTP/1.1" 200 None
2026-03-29 06:06:11 [bca.uk] INFO: Scrape type for YS08%20YXV: 2
2026-03-29 06:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV
2026-03-29 06:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83bb8d32-8944-57a8-8d9c-ab296d4054ff with scrape type 2
2026-03-29 06:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83bb8d32-8944-57a8-8d9c-ab296d4054ff with scrape type 2
2026-03-29 06:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83bb8d32-8944-57a8-8d9c-ab296d4054ff, identifier: YS08%20YXV
2026-03-29 06:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL
2026-03-29 06:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL
2026-03-29 06:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL to the API
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF67%20DFL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF67 DFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF67%20DFL&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 88715,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'DACIA DUSTER 1.5 DCI 110 LAUREATE StationWagon',
'transmission': 'manual',
'trim': 'DCI 110 LAUREATE',
'vin': 'UU1HSDJ9F57938935',
'year': 2017}
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF67%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 06:06:11 [bca.uk] INFO: Saving data for WF67%20DFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774562864.675382, 'last_price_update_time': 1774764371.690526}
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF67%2520DFL') HTTP/1.1" 204 0
2026-03-29 06:06:11 [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 06:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV
2026-03-29 06:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV
2026-03-29 06:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV to the API
2026-03-29 06:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS08%20YXV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '83bb8d32-8944-57a8-8d9c-ab296d4054ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS08 YXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS08%20YXV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '318D',
'odometer': 137020,
'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 318D 2.0 143 SE Saloon',
'transmission': 'manual',
'trim': '143 SE',
'vin': 'WBAVG120X0A155800',
'year': 2008}
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS08%2520YXV%27 HTTP/1.1" 200 None
2026-03-29 06:06:12 [bca.uk] INFO: Saving data for YS08%20YXV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562521.023634, 'last_price_update_time': 1774764372.036397}
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS08%2520YXV') HTTP/1.1" 204 0
2026-03-29 06:06:12 [bca.uk] INFO: Found listing with ID: RX72%20LTT
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX72%2520LTT%27 HTTP/1.1" 200 None
2026-03-29 06:06:12 [bca.uk] INFO: Scrape type for RX72%20LTT: 0
2026-03-29 06:06:12 [bca.uk] INFO: Found listing with ID: FV10%20XXD
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV10%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 06:06:12 [bca.uk] INFO: Scrape type for FV10%20XXD: 0
2026-03-29 06:06:12 [bca.uk] INFO: Found listing with ID: WK61%20ZTU
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK61%2520ZTU%27 HTTP/1.1" 200 None
2026-03-29 06:06:12 [bca.uk] INFO: Scrape type for WK61%20ZTU: 2
2026-03-29 06:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU
2026-03-29 06:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02ae20b-24d6-5a26-95ae-a188dbb34039 with scrape type 2
2026-03-29 06:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02ae20b-24d6-5a26-95ae-a188dbb34039 with scrape type 2
2026-03-29 06:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b02ae20b-24d6-5a26-95ae-a188dbb34039, identifier: WK61%20ZTU
2026-03-29 06:06:12 [bca.uk] INFO: Found listing with ID: YS08%20ZJO
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS08%2520ZJO%27 HTTP/1.1" 200 None
2026-03-29 06:06:12 [bca.uk] INFO: Scrape type for YS08%20ZJO: 2
2026-03-29 06:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO
2026-03-29 06:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a54aa7a-b98a-5590-a2ec-93001d638343 with scrape type 2
2026-03-29 06:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a54aa7a-b98a-5590-a2ec-93001d638343 with scrape type 2
2026-03-29 06:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a54aa7a-b98a-5590-a2ec-93001d638343, identifier: YS08%20ZJO
2026-03-29 06:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU
2026-03-29 06:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU
2026-03-29 06:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU to the API
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'b02ae20b-24d6-5a26-95ae-a188dbb34039',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK61 ZTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK61%20ZTU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HONDA',
'model': 'CR-Z',
'odometer': 105310,
'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 CR-Z 1.5 IMA GT HYBRID Coupe',
'transmission': 'manual',
'trim': 'IMA GT HYBRID',
'vin': 'JHMZF1360CS200098',
'year': 2011}
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK61%2520ZTU%27 HTTP/1.1" 200 None
2026-03-29 06:06:12 [bca.uk] INFO: Saving data for WK61%20ZTU: {'auction_closing_time': 1775037600.0, 'created_time': 1774479326.071073, 'last_price_update_time': 1774764372.745156}
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK61%2520ZTU') HTTP/1.1" 204 0
2026-03-29 06:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO
2026-03-29 06:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO
2026-03-29 06:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO to the API
2026-03-29 06:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS08%20ZJO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a54aa7a-b98a-5590-a2ec-93001d638343',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS08 ZJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS08%20ZJO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 59801,
'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': 'JTDKG18C50N288397',
'year': 2008}
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS08%2520ZJO%27 HTTP/1.1" 200 None
2026-03-29 06:06:13 [bca.uk] INFO: Saving data for YS08%20ZJO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562532.495188, 'last_price_update_time': 1774764373.057687}
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS08%2520ZJO') HTTP/1.1" 204 0
2026-03-29 06:06:13 [bca.uk] INFO: Found listing with ID: BU18%20NGO
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU18%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:06:13 [bca.uk] INFO: Scrape type for BU18%20NGO: 0
2026-03-29 06:06:13 [bca.uk] INFO: Found listing with ID: RO63%20YYB
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO63%2520YYB%27 HTTP/1.1" 200 None
2026-03-29 06:06:13 [bca.uk] INFO: Scrape type for RO63%20YYB: 0
2026-03-29 06:06:13 [bca.uk] INFO: Found listing with ID: OW15%20CWM
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW15%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 06:06:13 [bca.uk] INFO: Scrape type for OW15%20CWM: 2
2026-03-29 06:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM
2026-03-29 06:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785b8b31-0a1f-5b19-9072-0b83f55365c2 with scrape type 2
2026-03-29 06:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 785b8b31-0a1f-5b19-9072-0b83f55365c2 with scrape type 2
2026-03-29 06:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 785b8b31-0a1f-5b19-9072-0b83f55365c2, identifier: OW15%20CWM
2026-03-29 06:06:13 [bca.uk] INFO: Found listing with ID: EK71%20HZV
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK71%2520HZV%27 HTTP/1.1" 200 None
2026-03-29 06:06:13 [bca.uk] INFO: Scrape type for EK71%20HZV: 2
2026-03-29 06:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV
2026-03-29 06:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae94455a-eaaa-54a6-b248-5dd72545631d with scrape type 2
2026-03-29 06:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae94455a-eaaa-54a6-b248-5dd72545631d with scrape type 2
2026-03-29 06:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae94455a-eaaa-54a6-b248-5dd72545631d, identifier: EK71%20HZV
2026-03-29 06:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM
2026-03-29 06:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM
2026-03-29 06:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM to the API
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW15%20CWM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '785b8b31-0a1f-5b19-9072-0b83f55365c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OW15 CWM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW15%20CWM&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'KUGA',
'odometer': 89199,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD KUGA 1.5 E/B 182 4WD TITANIUM X SPORT StationWagon',
'transmission': 'automatic',
'trim': 'E/B 182 4WD TITANIUM X SPORT',
'vin': 'WF0AXXWPMAFS85311',
'year': 2015}
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW15%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 06:06:13 [bca.uk] INFO: Saving data for OW15%20CWM: {'auction_closing_time': 1775037600.0, 'created_time': 1774476937.773967, 'last_price_update_time': 1774764373.582335}
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW15%2520CWM') HTTP/1.1" 204 0
2026-03-29 06:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV
2026-03-29 06:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV
2026-03-29 06:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV to the API
2026-03-29 06:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK71%20HZV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ae94455a-eaaa-54a6-b248-5dd72545631d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK71 HZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK71%20HZV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500',
'odometer': 45022,
'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': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
'transmission': 'manual',
'trim': 'M/H DOLCEVITA',
'vin': 'ZFACF1CJ6NJF54564',
'year': 2021}
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK71%2520HZV%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Saving data for EK71%20HZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774303648.443157, 'last_price_update_time': 1774764374.378686}
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK71%2520HZV') HTTP/1.1" 204 0
2026-03-29 06:06:14 [bca.uk] INFO: Found listing with ID: WD21%20HYN
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD21%2520HYN%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Scrape type for WD21%20HYN: 0
2026-03-29 06:06:14 [bca.uk] INFO: Found listing with ID: VN64%20GJE
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN64%2520GJE%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Scrape type for VN64%20GJE: 0
2026-03-29 06:06:14 [bca.uk] INFO: Found listing with ID: WA22%20OGO
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA22%2520OGO%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Scrape type for WA22%20OGO: 0
2026-03-29 06:06:14 [bca.uk] INFO: Found listing with ID: WF63%20PZN
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF63%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Scrape type for WF63%20PZN: 2
2026-03-29 06:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN
2026-03-29 06:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with scrape type 2
2026-03-29 06:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with scrape type 2
2026-03-29 06:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84d2505c-79bb-54a3-9a25-3e17cf77bd31, identifier: WF63%20PZN
2026-03-29 06:06:14 [bca.uk] INFO: Total items found: 100
2026-03-29 06:06:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded
2026-03-29 06:06:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:06:14 [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 06:06:14 [bca.uk] INFO: Found listing with ID: BT67%20OWK
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT67%2520OWK%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Scrape type for BT67%20OWK: 2
2026-03-29 06:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK
2026-03-29 06:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2458f555-f093-57f8-bdd8-6fdb449b8225 with scrape type 2
2026-03-29 06:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2458f555-f093-57f8-bdd8-6fdb449b8225 with scrape type 2
2026-03-29 06:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2458f555-f093-57f8-bdd8-6fdb449b8225, identifier: BT67%20OWK
2026-03-29 06:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN
2026-03-29 06:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN
2026-03-29 06:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN to the API
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF63%20PZN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '84d2505c-79bb-54a3-9a25-3e17cf77bd31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF63 PZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF63%20PZN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 59590,
'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 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE',
'vin': 'MALAN51CLEM418551',
'year': 2013}
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF63%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 06:06:14 [bca.uk] INFO: Saving data for WF63%20PZN: {'auction_closing_time': 1775037600.0, 'created_time': 1774476940.411126, 'last_price_update_time': 1774764374.9593}
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF63%2520PZN') HTTP/1.1" 204 0
2026-03-29 06:06:15 [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 06:06:15 [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 06:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK
2026-03-29 06:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK
2026-03-29 06:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK to the API
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2458f555-f093-57f8-bdd8-6fdb449b8225',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT67 OWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT67%20OWK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'CEED',
'odometer': 93412,
'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 CEED 1.6 CRDI 134 3 ISG Hatchback',
'transmission': 'manual',
'trim': 'CRDI 134 3 ISG',
'vin': 'U5YHN516LJL315563',
'year': 2017}
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT67%2520OWK%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Saving data for BT67%20OWK: {'auction_closing_time': 1775037600.0, 'created_time': 1774677836.100189, 'last_price_update_time': 1774764375.385373}
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT67%2520OWK') HTTP/1.1" 204 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: CF16%20VCC
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF16%2520VCC%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for CF16%20VCC: 2
2026-03-29 06:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC
2026-03-29 06:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb4c20c0-3df2-5684-a97f-46931257ea75 with scrape type 2
2026-03-29 06:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb4c20c0-3df2-5684-a97f-46931257ea75 with scrape type 2
2026-03-29 06:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb4c20c0-3df2-5684-a97f-46931257ea75, identifier: CF16%20VCC
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: JA06%20MCR
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JA06%2520MCR%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for JA06%20MCR: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: KY66%20CUX
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY66%2520CUX%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for KY66%20CUX: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: LD19%20UEV
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD19%2520UEV%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for LD19%20UEV: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: PK19%20YDR
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK19%2520YDR%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for PK19%20YDR: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: R29%20OMM
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27R29%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for R29%20OMM: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: SJ15%20ZWE
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ15%2520ZWE%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for SJ15%20ZWE: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: SP64%20OPY
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP64%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for SP64%20OPY: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: VE16%20WMP
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE16%2520WMP%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for VE16%20WMP: 2
2026-03-29 06:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP
2026-03-29 06:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with scrape type 2
2026-03-29 06:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with scrape type 2
2026-03-29 06:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a2a2790-a76d-549e-91d6-5b9a020d66b5, identifier: VE16%20WMP
2026-03-29 06: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 06:06:15 [bca.uk] INFO: Found listing with ID: RX65%20HHD
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX65%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for RX65%20HHD: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: VO68%20DSX
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO68%2520DSX%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for VO68%20DSX: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: YO19%20YDJ
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YO19%2520YDJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for YO19%20YDJ: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: KR18%20BKJ
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR18%2520BKJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for KR18%20BKJ: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: WU13%20UEB
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU13%2520UEB%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for WU13%20UEB: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: YN15%20UFJ
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN15%2520UFJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for YN15%20UFJ: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: LS17%20GEO
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS17%2520GEO%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for LS17%20GEO: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: SH14%20WXM
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH14%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for SH14%20WXM: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: FX63%20YEF
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX63%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for FX63%20YEF: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: FP65%20TEO
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FP65%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for FP65%20TEO: 0
2026-03-29 06:06:15 [bca.uk] INFO: Found listing with ID: AV68%20GXP
2026-03-29 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV68%2520GXP%27 HTTP/1.1" 200 None
2026-03-29 06:06:15 [bca.uk] INFO: Scrape type for AV68%20GXP: 2
2026-03-29 06:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088 with identifier: AV68%20GXP
2026-03-29 06:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088 with scrape type 2
2026-03-29 06:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088 with scrape type 2
2026-03-29 06:06:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088, identifier: AV68%20GXP
2026-03-29 06:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC
2026-03-29 06:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC
2026-03-29 06:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC to the API
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF16%20VCC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fb4c20c0-3df2-5684-a97f-46931257ea75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF16 VCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF16%20VCC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 95539,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLVO XC60 2.4 D5 220 AWD SE LUX G/T Estate',
'transmission': 'manual',
'trim': 'D5 220 AWD SE LUX G/T',
'vin': 'YV1DZ97C6H2040108',
'year': 2016}
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF16%2520VCC%27 HTTP/1.1" 200 None
2026-03-29 06:06:16 [bca.uk] INFO: Saving data for CF16%20VCC: {'auction_closing_time': 1775037600.0, 'created_time': 1774478996.276522, 'last_price_update_time': 1774764376.273342}
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF16%2520VCC') HTTP/1.1" 204 0
2026-03-29 06:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP
2026-03-29 06:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP
2026-03-29 06:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP to the API
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE16%20WMP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0a2a2790-a76d-549e-91d6-5b9a020d66b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE16 WMP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE16%20WMP&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 60965,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD Hatchback',
'transmission': 'manual',
'trim': 'TDI 184 GTD',
'vin': 'WVWZZZAUZGW260931',
'year': 2016}
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE16%2520WMP%27 HTTP/1.1" 200 None
2026-03-29 06:06:16 [bca.uk] INFO: Saving data for VE16%20WMP: {'auction_closing_time': 1775037600.0, 'created_time': 1774563101.695379, 'last_price_update_time': 1774764376.639277}
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520WMP') HTTP/1.1" 204 0
2026-03-29 06:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088 with identifier: AV68%20GXP
2026-03-29 06:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088 with identifier: AV68%20GXP
2026-03-29 06:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088 with identifier: AV68%20GXP to the API
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV68%20GXP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b6cfa1b2-0cb2-5ba1-a57b-c9acc1fcd088',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV68 GXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV68%20GXP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 97565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE',
'vin': 'WF0NXXGCHNJP05970',
'year': 2018}
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV68%2520GXP%27 HTTP/1.1" 200 None
2026-03-29 06:06:16 [bca.uk] INFO: Saving data for AV68%20GXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774390851.131362, 'last_price_update_time': 1774764376.936132}
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV68%2520GXP') HTTP/1.1" 204 0
2026-03-29 06:06:16 [bca.uk] INFO: Found listing with ID: YF23%20UNU
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF23%2520UNU%27 HTTP/1.1" 200 None
2026-03-29 06:06:16 [bca.uk] INFO: Scrape type for YF23%20UNU: 0
2026-03-29 06:06:16 [bca.uk] INFO: Found listing with ID: CE67%20DUA
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE67%2520DUA%27 HTTP/1.1" 200 None
2026-03-29 06:06:16 [bca.uk] INFO: Scrape type for CE67%20DUA: 0
2026-03-29 06:06:16 [bca.uk] INFO: Found listing with ID: VA15%20PGV
2026-03-29 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA15%2520PGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for VA15%20PGV: 2
2026-03-29 06:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV
2026-03-29 06:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27efd68a-efd6-52f2-b68a-7db758ed1b41 with scrape type 2
2026-03-29 06:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27efd68a-efd6-52f2-b68a-7db758ed1b41 with scrape type 2
2026-03-29 06:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27efd68a-efd6-52f2-b68a-7db758ed1b41, identifier: VA15%20PGV
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: NV73%20GTZ
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV73%2520GTZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for NV73%20GTZ: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: DA66%20BXD
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA66%2520BXD%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for DA66%20BXD: 2
2026-03-29 06:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD
2026-03-29 06:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713279df-3444-51ae-87d8-78ef66cd095f with scrape type 2
2026-03-29 06:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 713279df-3444-51ae-87d8-78ef66cd095f with scrape type 2
2026-03-29 06:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 713279df-3444-51ae-87d8-78ef66cd095f, identifier: DA66%20BXD
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: SC68%20NNM
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC68%2520NNM%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for SC68%20NNM: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: MK61%20GYH
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK61%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for MK61%20GYH: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: FV08%20DGX
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV08%2520DGX%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for FV08%20DGX: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: FG18%20GHU
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG18%2520GHU%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for FG18%20GHU: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: FG64%20LKJ
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG64%2520LKJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for FG64%20LKJ: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: WX17%20XDB
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX17%2520XDB%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for WX17%20XDB: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: YF68%20LHH
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF68%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for YF68%20LHH: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: YC17%20AVU
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC17%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for YC17%20AVU: 0
2026-03-29 06:06:17 [bca.uk] INFO: Found listing with ID: LV62%20VKA
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Scrape type for LV62%20VKA: 2
2026-03-29 06:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA
2026-03-29 06:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b825765e-5205-5077-b30b-e4a36d3bf62e with scrape type 2
2026-03-29 06:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b825765e-5205-5077-b30b-e4a36d3bf62e with scrape type 2
2026-03-29 06:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b825765e-5205-5077-b30b-e4a36d3bf62e, identifier: LV62%20VKA
2026-03-29 06:06:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV
2026-03-29 06:06:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV
2026-03-29 06:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV to the API
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '27efd68a-efd6-52f2-b68a-7db758ed1b41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA15 PGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA15%20PGV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MINI',
'model': 'COOPER',
'odometer': 90955,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 136 Hatchback',
'transmission': 'manual',
'trim': '136',
'vin': 'WMWXM52000T953087',
'year': 2015}
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA15%2520PGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:17 [bca.uk] INFO: Saving data for VA15%20PGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562986.327358, 'last_price_update_time': 1774764377.758629}
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA15%2520PGV') HTTP/1.1" 204 0
2026-03-29 06:06:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD
2026-03-29 06:06:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD
2026-03-29 06:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD to the API
2026-03-29 06:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA66%20BXD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '713279df-3444-51ae-87d8-78ef66cd095f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA66 BXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA66%20BXD&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 147779,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 TDI 190 QUATTRO S LINE S-T Estate',
'transmission': 'automatic',
'trim': 'TDI 190 QUATTRO S LINE S-T',
'vin': 'WAUZZZF48HA054886',
'year': 2016}
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA66%2520BXD%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Saving data for DA66%20BXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774563096.772029, 'last_price_update_time': 1774764378.131963}
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA66%2520BXD') HTTP/1.1" 204 0
2026-03-29 06:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA
2026-03-29 06:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA
2026-03-29 06:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA to the API
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV62%20VKA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b825765e-5205-5077-b30b-e4a36d3bf62e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV62 VKA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV62%20VKA&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUDI',
'model': 'Q3',
'odometer': 129045,
'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 Q3 2.0 TDI 140 SE StationWagon',
'transmission': 'manual',
'trim': 'TDI 140 SE',
'vin': 'WAUZZZ8U3DR040726',
'year': 2012}
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Saving data for LV62%20VKA: {'auction_closing_time': 1775037600.0, 'created_time': 1774477138.65629, 'last_price_update_time': 1774764378.409965}
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV62%2520VKA') HTTP/1.1" 204 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: WF62%20FHV
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF62%2520FHV%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for WF62%20FHV: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: WP64%20OMX
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP64%2520OMX%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for WP64%20OMX: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: KT17%20GKL
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT17%2520GKL%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for KT17%20GKL: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: HP08%20CJP
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HP08%2520CJP%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for HP08%20CJP: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: SG15%20DHC
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG15%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for SG15%20DHC: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: FD17%20YNY
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD17%2520YNY%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for FD17%20YNY: 2
2026-03-29 06:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY
2026-03-29 06:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adcc7770-b7ec-5e21-ba5c-a562a84812d1 with scrape type 2
2026-03-29 06:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adcc7770-b7ec-5e21-ba5c-a562a84812d1 with scrape type 2
2026-03-29 06:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adcc7770-b7ec-5e21-ba5c-a562a84812d1, identifier: FD17%20YNY
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: VA19%20HFN
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA19%2520HFN%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for VA19%20HFN: 2
2026-03-29 06:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2789e2-18aa-56a9-90c4-02b00b6626b2 with identifier: VA19%20HFN
2026-03-29 06:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2789e2-18aa-56a9-90c4-02b00b6626b2 with scrape type 2
2026-03-29 06:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2789e2-18aa-56a9-90c4-02b00b6626b2 with scrape type 2
2026-03-29 06:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f2789e2-18aa-56a9-90c4-02b00b6626b2, identifier: VA19%20HFN
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: MT14%20SOU
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT14%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for MT14%20SOU: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: NG63%20RMZ
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG63%2520RMZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for NG63%20RMZ: 0
2026-03-29 06:06:18 [bca.uk] INFO: Found listing with ID: VU66%20URO
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-29 06:06:18 [bca.uk] INFO: Scrape type for VU66%20URO: 2
2026-03-29 06:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO
2026-03-29 06:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3930db4-f679-543a-941f-31fb71747dbc with scrape type 2
2026-03-29 06:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3930db4-f679-543a-941f-31fb71747dbc with scrape type 2
2026-03-29 06:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3930db4-f679-543a-941f-31fb71747dbc, identifier: VU66%20URO
2026-03-29 06:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY
2026-03-29 06:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY
2026-03-29 06:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY to the API
2026-03-29 06:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD17%20YNY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'adcc7770-b7ec-5e21-ba5c-a562a84812d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD17 YNY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD17%20YNY&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 72293,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'DACIA DUSTER 1.5 DCI 110 LAUREATE StationWagon',
'transmission': 'manual',
'trim': 'DCI 110 LAUREATE',
'vin': 'UU1HSDJ9F57124804',
'year': 2017}
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD17%2520YNY%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Saving data for FD17%20YNY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477280.68954, 'last_price_update_time': 1774764379.145184}
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD17%2520YNY') HTTP/1.1" 204 0
2026-03-29 06:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f2789e2-18aa-56a9-90c4-02b00b6626b2 with identifier: VA19%20HFN
2026-03-29 06:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f2789e2-18aa-56a9-90c4-02b00b6626b2 with identifier: VA19%20HFN
2026-03-29 06:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f2789e2-18aa-56a9-90c4-02b00b6626b2 with identifier: VA19%20HFN to the API
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20HFN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f2789e2-18aa-56a9-90c4-02b00b6626b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VA19 HFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20HFN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 71917,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND X 1.2 ELITE Hatchback',
'transmission': 'manual',
'trim': 'ELITE',
'vin': 'W0V7H9EE3K4368660',
'year': 2019}
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA19%2520HFN%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Saving data for VA19%20HFN: {'auction_closing_time': 1774778400.0, 'created_time': 1774478144.140498, 'last_price_update_time': 1774764379.435638}
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520HFN') HTTP/1.1" 204 0
2026-03-29 06:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO
2026-03-29 06:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO
2026-03-29 06:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO to the API
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c3930db4-f679-543a-941f-31fb71747dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VU66 URO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU66%20URO&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'CITROEN',
'model': 'C1',
'odometer': 69551,
'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.0 VTI FURIO Hatchback',
'transmission': 'manual',
'trim': 'VTI FURIO',
'vin': 'VF7PSCFBCGR613722',
'year': 2016}
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Saving data for VU66%20URO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477049.615081, 'last_price_update_time': 1774764379.721379}
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU66%2520URO') HTTP/1.1" 204 0
2026-03-29 06:06:19 [bca.uk] INFO: Found listing with ID: WR62%20NLM
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR62%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Scrape type for WR62%20NLM: 0
2026-03-29 06:06:19 [bca.uk] INFO: Found listing with ID: NA14%20BWZ
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA14%2520BWZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Scrape type for NA14%20BWZ: 2
2026-03-29 06:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ
2026-03-29 06:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7e8c863-7b0c-520d-acef-e5848a2c52c5 with scrape type 2
2026-03-29 06:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7e8c863-7b0c-520d-acef-e5848a2c52c5 with scrape type 2
2026-03-29 06:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7e8c863-7b0c-520d-acef-e5848a2c52c5, identifier: NA14%20BWZ
2026-03-29 06:06:19 [bca.uk] INFO: Found listing with ID: SV15%20WNG
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV15%2520WNG%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Scrape type for SV15%20WNG: 0
2026-03-29 06:06:19 [bca.uk] INFO: Found listing with ID: SV16%20YLZ
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV16%2520YLZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Scrape type for SV16%20YLZ: 0
2026-03-29 06:06:19 [bca.uk] INFO: Found listing with ID: VO17%20HSY
2026-03-29 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO17%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:06:19 [bca.uk] INFO: Scrape type for VO17%20HSY: 2
2026-03-29 06:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 859de77b-d6f0-5768-a8c3-393b614735c8 with identifier: VO17%20HSY
2026-03-29 06:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 859de77b-d6f0-5768-a8c3-393b614735c8 with scrape type 2
2026-03-29 06:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 859de77b-d6f0-5768-a8c3-393b614735c8 with scrape type 2
2026-03-29 06:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 859de77b-d6f0-5768-a8c3-393b614735c8, identifier: VO17%20HSY
2026-03-29 06:06:20 [bca.uk] INFO: Found listing with ID: GX14%20TLV
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 06:06:20 [bca.uk] INFO: Scrape type for GX14%20TLV: 2
2026-03-29 06:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d51c706-8128-5be1-8494-eb4f5ebece85 with identifier: GX14%20TLV
2026-03-29 06:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d51c706-8128-5be1-8494-eb4f5ebece85 with scrape type 2
2026-03-29 06:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d51c706-8128-5be1-8494-eb4f5ebece85 with scrape type 2
2026-03-29 06:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d51c706-8128-5be1-8494-eb4f5ebece85, identifier: GX14%20TLV
2026-03-29 06:06:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ
2026-03-29 06:06:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ
2026-03-29 06:06:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ to the API
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA14%20BWZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f7e8c863-7b0c-520d-acef-e5848a2c52c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA14 BWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA14%20BWZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 88641,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.0 VR7 Hatchback',
'transmission': 'manual',
'trim': 'VR7',
'vin': 'KNABX511LET738692',
'year': 2014}
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520BWZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:20 [bca.uk] INFO: Saving data for NA14%20BWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562954.476074, 'last_price_update_time': 1774764380.374737}
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA14%2520BWZ') HTTP/1.1" 204 0
2026-03-29 06:06:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 859de77b-d6f0-5768-a8c3-393b614735c8 with identifier: VO17%20HSY
2026-03-29 06:06:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 859de77b-d6f0-5768-a8c3-393b614735c8 with identifier: VO17%20HSY
2026-03-29 06:06:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 859de77b-d6f0-5768-a8c3-393b614735c8 with identifier: VO17%20HSY to the API
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO17%20HSY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '859de77b-d6f0-5768-a8c3-393b614735c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO17 HSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO17%20HSY&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'NISSAN',
'model': 'PULSAR',
'odometer': 116516,
'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 PULSAR 1.5 DCI 110 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 N-CONNECTA',
'vin': 'VSKDAAC13U0065825',
'year': 2017}
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO17%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:06:20 [bca.uk] INFO: Saving data for VO17%20HSY: {'auction_closing_time': 1774778400.0, 'created_time': 1774564666.147116, 'last_price_update_time': 1774764380.732627}
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO17%2520HSY') HTTP/1.1" 204 0
2026-03-29 06:06:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d51c706-8128-5be1-8494-eb4f5ebece85 with identifier: GX14%20TLV
2026-03-29 06:06:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d51c706-8128-5be1-8494-eb4f5ebece85 with identifier: GX14%20TLV
2026-03-29 06:06:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d51c706-8128-5be1-8494-eb4f5ebece85 with identifier: GX14%20TLV to the API
2026-03-29 06:06:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX14%20TLV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7d51c706-8128-5be1-8494-eb4f5ebece85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX14 TLV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX14%20TLV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 103988,
'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 RAV4 2.0 ICON 4WD M/D-S StationWagon',
'transmission': 'manual',
'trim': 'ICON 4WD M/D-S',
'vin': 'JTMREREV40D034565',
'year': 2014}
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX14%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Saving data for GX14%20TLV: {'auction_closing_time': 1774778400.0, 'created_time': 1774305845.21422, 'last_price_update_time': 1774764381.022397}
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX14%2520TLV') HTTP/1.1" 204 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: BD03%20HWG
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD03%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for BD03%20HWG: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: BG68%20PDX
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG68%2520PDX%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for BG68%20PDX: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: OE04%20DZX
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE04%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for OE04%20DZX: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: VO64%20EHR
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO64%2520EHR%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for VO64%20EHR: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: ND63%20LNP
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND63%2520LNP%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for ND63%20LNP: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: SL64%20FZK
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL64%2520FZK%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for SL64%20FZK: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: AU56%20WCK
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU56%2520WCK%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for AU56%20WCK: 2
2026-03-29 06:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK
2026-03-29 06:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 918f622a-cc6a-5d73-9184-ec055e75feba with scrape type 2
2026-03-29 06:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 918f622a-cc6a-5d73-9184-ec055e75feba with scrape type 2
2026-03-29 06:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 918f622a-cc6a-5d73-9184-ec055e75feba, identifier: AU56%20WCK
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: WD18%20XLJ
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD18%2520XLJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for WD18%20XLJ: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: MT59%20YVK
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT59%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for MT59%20YVK: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: PN16%20UZP
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN16%2520UZP%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for PN16%20UZP: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: VK10%20KPJ
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK10%2520KPJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for VK10%20KPJ: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: YE67%20KRX
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE67%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for YE67%20KRX: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: BL68%20LXP
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL68%2520LXP%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for BL68%20LXP: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: CV69%20XUM
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV69%2520XUM%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for CV69%20XUM: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: FV64%20AUX
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV64%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for FV64%20AUX: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: RX66%20YGF
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX66%2520YGF%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for RX66%20YGF: 2
2026-03-29 06:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF
2026-03-29 06:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with scrape type 2
2026-03-29 06:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with scrape type 2
2026-03-29 06:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2, identifier: RX66%20YGF
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: NA64%20UVD
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA64%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for NA64%20UVD: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: NJ12%20XTN
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ12%2520XTN%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for NJ12%20XTN: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: VN14%20HVP
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN14%2520HVP%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for VN14%20HVP: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: NV66%20ZTE
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV66%2520ZTE%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for NV66%20ZTE: 0
2026-03-29 06:06:21 [bca.uk] INFO: Found listing with ID: BF65%20FCL
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF65%2520FCL%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Scrape type for BF65%20FCL: 2
2026-03-29 06:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL
2026-03-29 06:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9a11438-5405-5702-aa5c-08e8b42dfd0c with scrape type 2
2026-03-29 06:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9a11438-5405-5702-aa5c-08e8b42dfd0c with scrape type 2
2026-03-29 06:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9a11438-5405-5702-aa5c-08e8b42dfd0c, identifier: BF65%20FCL
2026-03-29 06:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK
2026-03-29 06:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK
2026-03-29 06:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK to the API
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU56%20WCK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '918f622a-cc6a-5d73-9184-ec055e75feba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU56 WCK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU56%20WCK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 87220,
'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 VVT CLUB Hatchback',
'transmission': 'automatic',
'trim': 'VVT CLUB',
'vin': 'W0L0AHL4878007105',
'year': 2006}
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU56%2520WCK%27 HTTP/1.1" 200 None
2026-03-29 06:06:21 [bca.uk] INFO: Saving data for AU56%20WCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562937.143277, 'last_price_update_time': 1774764381.948081}
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU56%2520WCK') HTTP/1.1" 204 0
2026-03-29 06:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF
2026-03-29 06:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF
2026-03-29 06:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF to the API
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 91,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX66%20YGF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '2cf7ee43-2f53-5ebc-9473-46dcd38932a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX66 YGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX66%20YGF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 94921,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'TOYOTA AURIS 1.8 HYBRID EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID EXCEL',
'vin': 'SB1MS3JE60E249191',
'year': 2016}
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX66%2520YGF%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Saving data for RX66%20YGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774265022.333933, 'last_price_update_time': 1774764382.419957}
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX66%2520YGF') HTTP/1.1" 204 0
2026-03-29 06:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL
2026-03-29 06:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL
2026-03-29 06:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL to the API
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f9a11438-5405-5702-aa5c-08e8b42dfd0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF65 FCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF65%20FCL&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 62183,
'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 100 ZETEC P/S Hatchback',
'transmission': 'automatic',
'trim': 'E/B 100 ZETEC P/S',
'vin': 'WF0CXXGAKCFT28024',
'year': 2015}
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF65%2520FCL%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Saving data for BF65%20FCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774562987.28463, 'last_price_update_time': 1774764382.693961}
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520FCL') HTTP/1.1" 204 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: FM56%20CRV
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM56%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for FM56%20CRV: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: ML67%20ONM
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML67%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for ML67%20ONM: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: PK17%20EOC
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK17%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for PK17%20EOC: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: YC68%20CCO
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC68%2520CCO%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for YC68%20CCO: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: YK19%20YDN
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK19%2520YDN%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for YK19%20YDN: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: VO24%20YPP
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO24%2520YPP%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for VO24%20YPP: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: SL63%20OXM
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL63%2520OXM%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for SL63%20OXM: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: YH63%20SRO
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH63%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for YH63%20SRO: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: OY16%20GVN
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY16%2520GVN%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for OY16%20GVN: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: YD16%20XEJ
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD16%2520XEJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for YD16%20XEJ: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: VO24%20ONM
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO24%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for VO24%20ONM: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: YB17%20SGV
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB17%2520SGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for YB17%20SGV: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: MW54%20PAS
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW54%2520PAS%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for MW54%20PAS: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: CK18%20CFX
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK18%2520CFX%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for CK18%20CFX: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: DF64%20XZL
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF64%2520XZL%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for DF64%20XZL: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: VN24%20OFL
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN24%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for VN24%20OFL: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: DV18%20UGL
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV18%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for DV18%20UGL: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: PF68%20UBR
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF68%2520UBR%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for PF68%20UBR: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: FG64%20CDE
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG64%2520CDE%27 HTTP/1.1" 200 None
2026-03-29 06:06:22 [bca.uk] INFO: Scrape type for FG64%20CDE: 0
2026-03-29 06:06:22 [bca.uk] INFO: Found listing with ID: RX66%20PZR
2026-03-29 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520PZR%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for RX66%20PZR: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: VO15%20ZYX
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO15%2520ZYX%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for VO15%20ZYX: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: CA65%20XLF
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for CA65%20XLF: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: FG17%20UWY
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG17%2520UWY%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for FG17%20UWY: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: RV10%20KSE
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for RV10%20KSE: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: RJ74%20TCK
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520TCK%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for RJ74%20TCK: 2
2026-03-29 06:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK
2026-03-29 06:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7f99599-56a7-5ba4-80a4-5176a8658c88 with scrape type 2
2026-03-29 06:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7f99599-56a7-5ba4-80a4-5176a8658c88 with scrape type 2
2026-03-29 06:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7f99599-56a7-5ba4-80a4-5176a8658c88, identifier: RJ74%20TCK
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: BX65%20XZP
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520XZP%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for BX65%20XZP: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: HY17%20KLO
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY17%2520KLO%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for HY17%20KLO: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: YH59%20GXB
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520GXB%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for YH59%20GXB: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: NX70%20KFF
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520KFF%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for NX70%20KFF: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: YS14%20XLG
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520XLG%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for YS14%20XLG: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: BD24%20OJP
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OJP%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for BD24%20OJP: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: BV60%20VXT
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520VXT%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for BV60%20VXT: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: BX68%20WYV
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX68%2520WYV%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for BX68%20WYV: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: FP13%20WNN
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for FP13%20WNN: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: LS24%20EXV
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for LS24%20EXV: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: MK24%20ZBW
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZBW%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for MK24%20ZBW: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: MW74%20DWM
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for MW74%20DWM: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: MW74%20DWY
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWY%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for MW74%20DWY: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: AE16%20SPZ
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for AE16%20SPZ: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: FD16%20VWM
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520VWM%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for FD16%20VWM: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: GN65%20TBO
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520TBO%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for GN65%20TBO: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: MJ66%20SUX
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520SUX%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for MJ66%20SUX: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: MT15%20AUN
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520AUN%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for MT15%20AUN: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: N99%20CYS
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N99%2520CYS%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for N99%20CYS: 0
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: ND66%20MOV
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for ND66%20MOV: 2
2026-03-29 06:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddb4b4b9-1965-53c2-8ca9-012dff157854 with identifier: ND66%20MOV
2026-03-29 06:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddb4b4b9-1965-53c2-8ca9-012dff157854 with scrape type 2
2026-03-29 06:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddb4b4b9-1965-53c2-8ca9-012dff157854 with scrape type 2
2026-03-29 06:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddb4b4b9-1965-53c2-8ca9-012dff157854, identifier: ND66%20MOV
2026-03-29 06:06:23 [bca.uk] INFO: Found listing with ID: CE63%20PBY
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-29 06:06:23 [bca.uk] INFO: Scrape type for CE63%20PBY: 2
2026-03-29 06:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY
2026-03-29 06:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dae23105-821d-5c75-aa27-f3f1b3d8ee21 with scrape type 2
2026-03-29 06:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dae23105-821d-5c75-aa27-f3f1b3d8ee21 with scrape type 2
2026-03-29 06:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dae23105-821d-5c75-aa27-f3f1b3d8ee21, identifier: CE63%20PBY
2026-03-29 06:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK
2026-03-29 06:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK
2026-03-29 06:06:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK to the API
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ74%20TCK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c7f99599-56a7-5ba4-80a4-5176a8658c88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ74 TCK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ74%20TCK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 5585,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VR3FPHNS1RY631125',
'year': 2024}
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ74%2520TCK%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Saving data for RJ74%20TCK: {'auction_closing_time': 1775124000.0, 'created_time': 1773842627.683417, 'last_price_update_time': 1774764384.029343}
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ74%2520TCK') HTTP/1.1" 204 0
2026-03-29 06:06:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddb4b4b9-1965-53c2-8ca9-012dff157854 with identifier: ND66%20MOV
2026-03-29 06:06:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddb4b4b9-1965-53c2-8ca9-012dff157854 with identifier: ND66%20MOV
2026-03-29 06:06:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddb4b4b9-1965-53c2-8ca9-012dff157854 with identifier: ND66%20MOV to the API
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND66%20MOV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ddb4b4b9-1965-53c2-8ca9-012dff157854',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND66 MOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND66%20MOV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '118D',
'odometer': 74129,
'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 118D 2.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBA1S52050V873770',
'year': 2017}
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND66%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Saving data for ND66%20MOV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564659.785599, 'last_price_update_time': 1774764384.43717}
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND66%2520MOV') HTTP/1.1" 204 0
2026-03-29 06:06:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY
2026-03-29 06:06:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY
2026-03-29 06:06:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY to the API
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dae23105-821d-5c75-aa27-f3f1b3d8ee21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE63 PBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE63%20PBY&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'BMW',
'model': '320D',
'odometer': 179951,
'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 M SPORT STEP Saloon',
'transmission': 'automatic',
'trim': 'M SPORT STEP',
'vin': 'WBA3D32060J383126',
'year': 2013}
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Saving data for CE63%20PBY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477040.567714, 'last_price_update_time': 1774764384.721818}
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE63%2520PBY') HTTP/1.1" 204 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: ML24%20FDM
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML24%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for ML24%20FDM: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: MW74%20DCV
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW74%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for MW74%20DCV: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: AF66%20ZRY
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF66%2520ZRY%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for AF66%20ZRY: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: CT19%20VYM
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CT19%2520VYM%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for CT19%20VYM: 2
2026-03-29 06:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0099a213-28ec-5b98-a131-a17ce2c05bd6 with identifier: CT19%20VYM
2026-03-29 06:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0099a213-28ec-5b98-a131-a17ce2c05bd6 with scrape type 2
2026-03-29 06:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0099a213-28ec-5b98-a131-a17ce2c05bd6 with scrape type 2
2026-03-29 06:06:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0099a213-28ec-5b98-a131-a17ce2c05bd6, identifier: CT19%20VYM
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: OY64%20CEU
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY64%2520CEU%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for OY64%20CEU: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: PX15%20ZRE
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX15%2520ZRE%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for PX15%20ZRE: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: VF15%20MWC
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VF15%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for VF15%20MWC: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: LS62%20KHW
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS62%2520KHW%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for LS62%20KHW: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: MJ74%20PBU
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ74%2520PBU%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for MJ74%20PBU: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: MK74%20HBP
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK74%2520HBP%27 HTTP/1.1" 200 None
2026-03-29 06:06:24 [bca.uk] INFO: Scrape type for MK74%20HBP: 0
2026-03-29 06:06:24 [bca.uk] INFO: Found listing with ID: VU24%20HZM
2026-03-29 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU24%2520HZM%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for VU24%20HZM: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: BN25%20RFX
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN25%2520RFX%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for BN25%20RFX: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: MA24%20JNK
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA24%2520JNK%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for MA24%20JNK: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: MA74%20XZG
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA74%2520XZG%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for MA74%20XZG: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: DC66%20YYE
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DC66%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for DC66%20YYE: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: KW70%20UST
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW70%2520UST%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for KW70%20UST: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: KN17%20YTF
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN17%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for KN17%20YTF: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: CK63%20KKN
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK63%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for CK63%20KKN: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: BK24%20HFU
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK24%2520HFU%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for BK24%20HFU: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: KF73%20DDU
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF73%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for KF73%20DDU: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: MH73%20VJA
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH73%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for MH73%20VJA: 2
2026-03-29 06:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA
2026-03-29 06:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22b802ab-9250-5187-8711-99e880bfc0f6 with scrape type 2
2026-03-29 06:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22b802ab-9250-5187-8711-99e880bfc0f6 with scrape type 2
2026-03-29 06:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22b802ab-9250-5187-8711-99e880bfc0f6, identifier: MH73%20VJA
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: YY59%20CYA
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY59%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for YY59%20CYA: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: HV67%20RZT
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV67%2520RZT%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for HV67%20RZT: 0
2026-03-29 06:06:25 [bca.uk] INFO: Found listing with ID: GJ60%20KJA
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-29 06:06:25 [bca.uk] INFO: Scrape type for GJ60%20KJA: 2
2026-03-29 06:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA
2026-03-29 06:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 550fa8d6-09d9-51b0-9bf9-370825c2be3d with scrape type 2
2026-03-29 06:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 550fa8d6-09d9-51b0-9bf9-370825c2be3d with scrape type 2
2026-03-29 06:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 550fa8d6-09d9-51b0-9bf9-370825c2be3d, identifier: GJ60%20KJA
2026-03-29 06:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0099a213-28ec-5b98-a131-a17ce2c05bd6 with identifier: CT19%20VYM
2026-03-29 06:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0099a213-28ec-5b98-a131-a17ce2c05bd6 with identifier: CT19%20VYM
2026-03-29 06:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0099a213-28ec-5b98-a131-a17ce2c05bd6 with identifier: CT19%20VYM to the API
2026-03-29 06:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT19%20VYM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0099a213-28ec-5b98-a131-a17ce2c05bd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CT19 VYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT19%20VYM&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 102007,
'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.2 P/T 130 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 GT LINE',
'vin': 'VF3MRHNSJKS150829',
'year': 2019}
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CT19%2520VYM%27 HTTP/1.1" 200 None
2026-03-29 06:06:26 [bca.uk] INFO: Saving data for CT19%20VYM: {'auction_closing_time': 1774778400.0, 'created_time': 1774564552.124404, 'last_price_update_time': 1774764386.410535}
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT19%2520VYM') HTTP/1.1" 204 0
2026-03-29 06:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA
2026-03-29 06:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA
2026-03-29 06:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA to the API
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH73%20VJA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '22b802ab-9250-5187-8711-99e880bfc0f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MH73 VJA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH73%20VJA&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 19409,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VR3FPHNSTPY683997',
'year': 2024}
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH73%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 06:06:26 [bca.uk] INFO: Saving data for MH73%20VJA: {'auction_closing_time': 1775124000.0, 'created_time': 1774651570.918734, 'last_price_update_time': 1774764386.783971}
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH73%2520VJA') HTTP/1.1" 204 0
2026-03-29 06:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA
2026-03-29 06:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA
2026-03-29 06:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA to the API
2026-03-29 06:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '550fa8d6-09d9-51b0-9bf9-370825c2be3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ60 KJA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ60%20KJA&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLKSWAGEN',
'model': 'BEETLE',
'odometer': 92405,
'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 BEETLE 1.6 LUNA Convertible',
'transmission': 'manual',
'trim': 'LUNA',
'vin': 'WVWZZZ1YZAM009926',
'year': 2010}
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Saving data for GJ60%20KJA: {'auction_closing_time': 1775037600.0, 'created_time': 1774476953.228976, 'last_price_update_time': 1774764387.078141}
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ60%2520KJA') HTTP/1.1" 204 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: LB69%20LHJ
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB69%2520LHJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for LB69%20LHJ: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: WT18%20AFV
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT18%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for WT18%20AFV: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: GB07%20RWC
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GB07%2520RWC%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for GB07%20RWC: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: BG16%20LZX
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG16%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for BG16%20LZX: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: BJ15%20TGX
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ15%2520TGX%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for BJ15%20TGX: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: HJ14%20NWA
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ14%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for HJ14%20NWA: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: LA17%20FSO
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA17%2520FSO%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for LA17%20FSO: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: LY14%20ERJ
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY14%2520ERJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for LY14%20ERJ: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: NK16%20WBZ
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for NK16%20WBZ: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: MD74%20GVX
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD74%2520GVX%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for MD74%20GVX: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: MW74%20DWK
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for MW74%20DWK: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: VK24%20OHL
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK24%2520OHL%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for VK24%20OHL: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: WU66%20YYE
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU66%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for WU66%20YYE: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: SV65%20YEU
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV65%2520YEU%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for SV65%20YEU: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: GK64%20CWW
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK64%2520CWW%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for GK64%20CWW: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: NA64%20WUD
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA64%2520WUD%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for NA64%20WUD: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: SB14%20EVY
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB14%2520EVY%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for SB14%20EVY: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: DU14%20WPP
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU14%2520WPP%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for DU14%20WPP: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: SY16%20OXD
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY16%2520OXD%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for SY16%20OXD: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: VK16%20VFS
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK16%2520VFS%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for VK16%20VFS: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: YE66%20NZJ
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE66%2520NZJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for YE66%20NZJ: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: YY66%20PPX
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY66%2520PPX%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for YY66%20PPX: 2
2026-03-29 06:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5308252c-1512-5bf2-b70c-7fe114ee23f6 with identifier: YY66%20PPX
2026-03-29 06:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5308252c-1512-5bf2-b70c-7fe114ee23f6 with scrape type 2
2026-03-29 06:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5308252c-1512-5bf2-b70c-7fe114ee23f6 with scrape type 2
2026-03-29 06:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5308252c-1512-5bf2-b70c-7fe114ee23f6, identifier: YY66%20PPX
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: MJ73%20PXM
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ73%2520PXM%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for MJ73%20PXM: 0
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: BD72%20HUJ
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD72%2520HUJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for BD72%20HUJ: 2
2026-03-29 06:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ
2026-03-29 06:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1ddb8a8-1480-5852-be24-d40bc06732ec with scrape type 2
2026-03-29 06:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1ddb8a8-1480-5852-be24-d40bc06732ec with scrape type 2
2026-03-29 06:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1ddb8a8-1480-5852-be24-d40bc06732ec, identifier: BD72%20HUJ
2026-03-29 06:06:27 [bca.uk] INFO: Found listing with ID: SB60%20CNO
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-29 06:06:27 [bca.uk] INFO: Scrape type for SB60%20CNO: 2
2026-03-29 06:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO
2026-03-29 06:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with scrape type 2
2026-03-29 06:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with scrape type 2
2026-03-29 06:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a091d9b-4334-5f1c-bd76-a6172469ebb4, identifier: SB60%20CNO
2026-03-29 06:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5308252c-1512-5bf2-b70c-7fe114ee23f6 with identifier: YY66%20PPX
2026-03-29 06:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5308252c-1512-5bf2-b70c-7fe114ee23f6 with identifier: YY66%20PPX
2026-03-29 06:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5308252c-1512-5bf2-b70c-7fe114ee23f6 with identifier: YY66%20PPX to the API
2026-03-29 06:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY66%20PPX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5308252c-1512-5bf2-b70c-7fe114ee23f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY66 PPX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY66%20PPX&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'JAGUAR',
'model': 'XE',
'odometer': 74283,
'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 XE 2.0 D 180 R SPORT Saloon',
'transmission': 'manual',
'trim': 'D 180 R SPORT',
'vin': 'SAJAB4CN7HCP05872',
'year': 2016}
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY66%2520PPX%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Saving data for YY66%20PPX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564342.853253, 'last_price_update_time': 1774764388.114755}
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY66%2520PPX') HTTP/1.1" 204 0
2026-03-29 06:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ
2026-03-29 06:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ
2026-03-29 06:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ to the API
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 30,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD72%20HUJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'f1ddb8a8-1480-5852-be24-d40bc06732ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BD72 HUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD72%20HUJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'C5 X',
'odometer': 57982,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C5 X 1.6 PHEV 225 SENSE PLUS E-EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'PHEV 225 SENSE PLUS E-EAT8',
'vin': 'VR7NDDGYPN4807988',
'year': 2022}
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD72%2520HUJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Saving data for BD72%20HUJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774651570.559739, 'last_price_update_time': 1774764388.486883}
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD72%2520HUJ') HTTP/1.1" 204 0
2026-03-29 06:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO
2026-03-29 06:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO
2026-03-29 06:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO to the API
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0a091d9b-4334-5f1c-bd76-a6172469ebb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB60 CNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB60%20CNO&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 96598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.7 CDTI 16V 110 SRI Hatchback',
'transmission': 'manual',
'trim': 'CDTI 16V 110 SRI',
'vin': 'W0LPF6EG3B8019067',
'year': 2010}
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Saving data for SB60%20CNO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477061.766329, 'last_price_update_time': 1774764388.764549}
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB60%2520CNO') HTTP/1.1" 204 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: BD64%20BTV
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD64%2520BTV%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for BD64%20BTV: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: PK72%20OLE
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK72%2520OLE%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for PK72%20OLE: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: DV74%20ORK
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV74%2520ORK%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for DV74%20ORK: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: SB61%20FZU
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB61%2520FZU%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for SB61%20FZU: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: BP72%20UKO
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP72%2520UKO%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for BP72%20UKO: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: CV73%20TVT
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV73%2520TVT%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for CV73%20TVT: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: GY24%20FOF
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY24%2520FOF%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for GY24%20FOF: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: LO73%20OTD
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for LO73%20OTD: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: BK25%20JPY
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK25%2520JPY%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for BK25%20JPY: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: BN25%20YFP
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN25%2520YFP%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for BN25%20YFP: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: ML24%20ZWD
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML24%2520ZWD%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for ML24%20ZWD: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: MP73%20JGY
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP73%2520JGY%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for MP73%20JGY: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: FE23%20WVO
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVO%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for FE23%20WVO: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: DL74%20WCW
2026-03-29 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL74%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 06:06:28 [bca.uk] INFO: Scrape type for DL74%20WCW: 0
2026-03-29 06:06:28 [bca.uk] INFO: Found listing with ID: DL24%20KTE
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL24%2520KTE%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Scrape type for DL24%20KTE: 0
2026-03-29 06:06:29 [bca.uk] INFO: Found listing with ID: LC54%20OBX
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC54%2520OBX%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Scrape type for LC54%20OBX: 0
2026-03-29 06:06:29 [bca.uk] INFO: Found listing with ID: PF67%20TMY
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF67%2520TMY%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Scrape type for PF67%20TMY: 2
2026-03-29 06:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53a1a0a2-b004-5501-8eab-2fd284903322 with identifier: PF67%20TMY
2026-03-29 06:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53a1a0a2-b004-5501-8eab-2fd284903322 with scrape type 2
2026-03-29 06:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53a1a0a2-b004-5501-8eab-2fd284903322 with scrape type 2
2026-03-29 06:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53a1a0a2-b004-5501-8eab-2fd284903322, identifier: PF67%20TMY
2026-03-29 06:06:29 [bca.uk] INFO: Found listing with ID: YP06%20NXZ
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP06%2520NXZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Scrape type for YP06%20NXZ: 0
2026-03-29 06:06:29 [bca.uk] INFO: Found listing with ID: EJ66%20XPA
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Scrape type for EJ66%20XPA: 2
2026-03-29 06:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA
2026-03-29 06:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with scrape type 2
2026-03-29 06:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with scrape type 2
2026-03-29 06:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036, identifier: EJ66%20XPA
2026-03-29 06:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53a1a0a2-b004-5501-8eab-2fd284903322 with identifier: PF67%20TMY
2026-03-29 06:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53a1a0a2-b004-5501-8eab-2fd284903322 with identifier: PF67%20TMY
2026-03-29 06:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53a1a0a2-b004-5501-8eab-2fd284903322 with identifier: PF67%20TMY to the API
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF67%20TMY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '53a1a0a2-b004-5501-8eab-2fd284903322',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF67 TMY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF67%20TMY&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 88567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 P/T 130 GT LINE StationWagon',
'transmission': 'manual',
'trim': 'P/T 130 GT LINE',
'vin': 'VF3MRHNYHHL077342',
'year': 2018}
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF67%2520TMY%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Saving data for PF67%20TMY: {'auction_closing_time': 1775199600.0, 'created_time': 1774390608.063909, 'last_price_update_time': 1774764389.566093}
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF67%2520TMY') HTTP/1.1" 204 0
2026-03-29 06:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA
2026-03-29 06:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA
2026-03-29 06:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA to the API
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd5fab9c3-0cb6-5f32-ac8a-5a7c19c51036',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ66 XPA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ66%20XPA&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 69528,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC WHITE Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC WHITE',
'vin': 'WF0CXXGAKCGS19730',
'year': 2016}
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Saving data for EJ66%20XPA: {'auction_closing_time': 1775037600.0, 'created_time': 1774476948.374851, 'last_price_update_time': 1774764389.935992}
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ66%2520XPA') HTTP/1.1" 204 0
2026-03-29 06:06:29 [bca.uk] INFO: Found listing with ID: KP09%20NHV
2026-03-29 06:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP09%2520NHV%27 HTTP/1.1" 200 None
2026-03-29 06:06:29 [bca.uk] INFO: Scrape type for KP09%20NHV: 2
2026-03-29 06:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV
2026-03-29 06:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with scrape type 2
2026-03-29 06:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with scrape type 2
2026-03-29 06:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc, identifier: KP09%20NHV
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: BK13%20TGJ
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK13%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for BK13%20TGJ: 0
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: NU14%20YFL
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for NU14%20YFL: 2
2026-03-29 06:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL
2026-03-29 06:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cfb0fc-d022-57ee-9c43-c01a663ec186 with scrape type 2
2026-03-29 06:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cfb0fc-d022-57ee-9c43-c01a663ec186 with scrape type 2
2026-03-29 06:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2cfb0fc-d022-57ee-9c43-c01a663ec186, identifier: NU14%20YFL
2026-03-29 06:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV
2026-03-29 06:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV
2026-03-29 06:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV to the API
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP09%20NHV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP09 NHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP09%20NHV&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 311',
'odometer': 247379,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2000,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 311 2.2 CDI 3.5T LWB Luton',
'transmission': 'manual',
'trim': 'CDI 3.5T LWB',
'vin': 'WDB9061352N416797',
'year': 2009}
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP09%2520NHV%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Saving data for KP09%20NHV: {'auction_closing_time': 1774854000.0, 'created_time': 1773831319.255683, 'last_price_update_time': 1774764390.47155}
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP09%2520NHV') HTTP/1.1" 204 0
2026-03-29 06:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL
2026-03-29 06:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL
2026-03-29 06:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL to the API
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c2cfb0fc-d022-57ee-9c43-c01a663ec186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU14 YFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU14%20YFL&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 118479,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'HYUNDAI IX35 1.7 CRDI B/D PREMIUM 2WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI B/D PREMIUM 2WD',
'vin': 'TMAJU81ULEJ581590',
'year': 2014}
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Saving data for NU14%20YFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774476955.225554, 'last_price_update_time': 1774764390.750019}
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU14%2520YFL') HTTP/1.1" 204 0
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: HD19%20BVL
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HD19%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for HD19%20BVL: 0
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: YR68%20LNT
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR68%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for YR68%20LNT: 2
2026-03-29 06:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT
2026-03-29 06:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525414e1-e15d-5aa7-be60-0551c5b4f61b with scrape type 2
2026-03-29 06:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525414e1-e15d-5aa7-be60-0551c5b4f61b with scrape type 2
2026-03-29 06:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525414e1-e15d-5aa7-be60-0551c5b4f61b, identifier: YR68%20LNT
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: SK12%20HUV
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK12%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for SK12%20HUV: 0
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: NU68%20WCD
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU68%2520WCD%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for NU68%20WCD: 0
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: NV11%20BAO
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV11%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for NV11%20BAO: 0
2026-03-29 06:06:30 [bca.uk] INFO: Found listing with ID: NX63%20OSO
2026-03-29 06:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-29 06:06:30 [bca.uk] INFO: Scrape type for NX63%20OSO: 2
2026-03-29 06:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO
2026-03-29 06:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f677e5f0-fd17-569f-a850-b11b75e0e3c1 with scrape type 2
2026-03-29 06:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f677e5f0-fd17-569f-a850-b11b75e0e3c1 with scrape type 2
2026-03-29 06:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f677e5f0-fd17-569f-a850-b11b75e0e3c1, identifier: NX63%20OSO
2026-03-29 06:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT
2026-03-29 06:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT
2026-03-29 06:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT to the API
2026-03-29 06:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR68%20LNT-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '525414e1-e15d-5aa7-be60-0551c5b4f61b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR68 LNT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR68%20LNT&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'FORD',
'model': 'TOURNEO CUSTOM',
'odometer': 182479,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD TOURNEO CUSTOM 2.0 EBL 130 LWB TITANIUM L/R Bus',
'transmission': 'manual',
'trim': 'EBL 130 LWB TITANIUM L/R',
'vin': 'WF03XXTTG3JU40339',
'year': 2018}
2026-03-29 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR68%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 06:06:31 [bca.uk] INFO: Saving data for YR68%20LNT: {'auction_closing_time': 1774854000.0, 'created_time': 1774564969.722799, 'last_price_update_time': 1774764391.862761}
2026-03-29 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR68%2520LNT') HTTP/1.1" 204 0
2026-03-29 06:06:31 [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 06:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO
2026-03-29 06:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO
2026-03-29 06:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO to the API
2026-03-29 06:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX63%20OSO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f677e5f0-fd17-569f-a850-b11b75e0e3c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX63 OSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX63%20OSO&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 69196,
'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 FABIA 1.2 TSI 86 SE Estate',
'transmission': 'manual',
'trim': 'TSI 86 SE',
'vin': 'TMBKM25J1E3040250',
'year': 2013}
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-29 06:06:32 [bca.uk] INFO: Saving data for NX63%20OSO: {'auction_closing_time': 1775037600.0, 'created_time': 1774390362.193538, 'last_price_update_time': 1774764392.15757}
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX63%2520OSO') HTTP/1.1" 204 0
2026-03-29 06:06:32 [bca.uk] INFO: Found listing with ID: AO58%20XLV
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO58%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 06:06:32 [bca.uk] INFO: Scrape type for AO58%20XLV: 0
2026-03-29 06:06:32 [bca.uk] INFO: Found listing with ID: AY67%20XMG
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY67%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:06:32 [bca.uk] INFO: Scrape type for AY67%20XMG: 2
2026-03-29 06:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG
2026-03-29 06:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fff6aa-18d2-5fdf-af45-0af99d997e80 with scrape type 2
2026-03-29 06:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fff6aa-18d2-5fdf-af45-0af99d997e80 with scrape type 2
2026-03-29 06:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fff6aa-18d2-5fdf-af45-0af99d997e80, identifier: AY67%20XMG
2026-03-29 06:06:32 [bca.uk] INFO: Found listing with ID: NU66%20UWF
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 06:06:32 [bca.uk] INFO: Scrape type for NU66%20UWF: 2
2026-03-29 06:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF
2026-03-29 06:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with scrape type 2
2026-03-29 06:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with scrape type 2
2026-03-29 06:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2, identifier: NU66%20UWF
2026-03-29 06:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG
2026-03-29 06:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG
2026-03-29 06:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG to the API
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY67%20XMG-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'a1fff6aa-18d2-5fdf-af45-0af99d997e80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY67 XMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY67%20XMG&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 78203,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2500,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.3 CDTI 16V 95 E/F S/S Van',
'transmission': 'manual',
'trim': 'CDTI 16V 95 E/F S/S',
'vin': 'W0L0XEP05H4228467',
'year': 2017}
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY67%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:06:32 [bca.uk] INFO: Saving data for AY67%20XMG: {'auction_closing_time': 1774854000.0, 'created_time': 1773840812.179612, 'last_price_update_time': 1774764392.74324}
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY67%2520XMG') HTTP/1.1" 204 0
2026-03-29 06:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF
2026-03-29 06:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF
2026-03-29 06:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF to the API
2026-03-29 06:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU66 UWF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU66%20UWF&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'KIA',
'model': 'RIO',
'odometer': 71012,
'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 RIO 1.2 SR7 Hatchback',
'transmission': 'manual',
'trim': 'SR7',
'vin': 'KNADN511LG6782366',
'year': 2016}
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Saving data for NU66%20UWF: {'auction_closing_time': 1775037600.0, 'created_time': 1774476955.972322, 'last_price_update_time': 1774764393.115696}
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU66%2520UWF') HTTP/1.1" 204 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: FP65%20XHH
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FP65%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for FP65%20XHH: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: HF15%20WKE
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF15%2520WKE%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for HF15%20WKE: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: KS14%20BAA
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS14%2520BAA%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for KS14%20BAA: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: WK14%20MMJ
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK14%2520MMJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for WK14%20MMJ: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: WR63%20FVN
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR63%2520FVN%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for WR63%20FVN: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: WW66%20ATW
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WW66%2520ATW%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for WW66%20ATW: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: YC14%20HNO
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC14%2520HNO%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for YC14%20HNO: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: YT14%20AXC
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT14%2520AXC%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for YT14%20AXC: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: PE71%20WFO
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE71%2520WFO%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for PE71%20WFO: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: CV16%20UMD
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV16%2520UMD%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for CV16%20UMD: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: LC72%20OCH
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC72%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for LC72%20OCH: 2
2026-03-29 06:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04fd3fc3-705a-5795-9dea-2801273722ad with identifier: LC72%20OCH
2026-03-29 06:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04fd3fc3-705a-5795-9dea-2801273722ad with scrape type 2
2026-03-29 06:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04fd3fc3-705a-5795-9dea-2801273722ad with scrape type 2
2026-03-29 06:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04fd3fc3-705a-5795-9dea-2801273722ad, identifier: LC72%20OCH
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: OV19%20NWU
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV19%2520NWU%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for OV19%20NWU: 0
2026-03-29 06:06:33 [bca.uk] INFO: Found listing with ID: DS65%20WCC
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Scrape type for DS65%20WCC: 2
2026-03-29 06:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC
2026-03-29 06:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe3449d-760f-597a-9cdd-61b46ad1051c with scrape type 2
2026-03-29 06:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe3449d-760f-597a-9cdd-61b46ad1051c with scrape type 2
2026-03-29 06:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe3449d-760f-597a-9cdd-61b46ad1051c, identifier: DS65%20WCC
2026-03-29 06:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04fd3fc3-705a-5795-9dea-2801273722ad with identifier: LC72%20OCH
2026-03-29 06:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04fd3fc3-705a-5795-9dea-2801273722ad with identifier: LC72%20OCH
2026-03-29 06:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04fd3fc3-705a-5795-9dea-2801273722ad with identifier: LC72%20OCH to the API
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20OCH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '04fd3fc3-705a-5795-9dea-2801273722ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC72 OCH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20OCH&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 84985,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6450,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE S-CVT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I PURE S-CVT',
'vin': 'JTDAGNAC300066676',
'year': 2022}
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC72%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:06:33 [bca.uk] INFO: Saving data for LC72%20OCH: {'auction_closing_time': 1775199600.0, 'created_time': 1774363829.042802, 'last_price_update_time': 1774764393.82764}
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520OCH') HTTP/1.1" 204 0
2026-03-29 06:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC
2026-03-29 06:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC
2026-03-29 06:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC to the API
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dfe3449d-760f-597a-9cdd-61b46ad1051c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS65 WCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS65%20WCC&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'GRAND SCENIC',
'odometer': 51025,
'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 GRAND SCENIC 1.5 DCI 110 DYNAMIQUE MPV',
'transmission': 'manual',
'trim': 'DCI 110 DYNAMIQUE',
'vin': 'VF1JZ89BH54148094',
'year': 2015}
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Saving data for DS65%20WCC: {'auction_closing_time': 1775037600.0, 'created_time': 1774477033.877503, 'last_price_update_time': 1774764394.214776}
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS65%2520WCC') HTTP/1.1" 204 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: WG63%20CKL
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG63%2520CKL%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for WG63%20CKL: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: CJZ%205249
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJZ%25205249%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for CJZ%205249: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: BK73%20UUW
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK73%2520UUW%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for BK73%20UUW: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: HV74%20EPJ
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV74%2520EPJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for HV74%20EPJ: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: WP24%20EAF
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP24%2520EAF%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for WP24%20EAF: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: WT25%20FYY
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT25%2520FYY%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for WT25%20FYY: 0
2026-03-29 06:06:34 [bca.uk] INFO: Total items found: 100
2026-03-29 06:06:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded
2026-03-29 06:06:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:06:34 [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 06:06:34 [bca.uk] INFO: Found listing with ID: ND12%20FCP
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND12%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for ND12%20FCP: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: VO11%20WKT
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO11%2520WKT%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for VO11%20WKT: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: SJ15%20VEV
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ15%2520VEV%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for SJ15%20VEV: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: ND13%20HSY
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND13%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for ND13%20HSY: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: ND15%20SFU
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND15%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for ND15%20SFU: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: ND53%20EJZ
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND53%2520EJZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for ND53%20EJZ: 0
2026-03-29 06:06:34 [bca.uk] INFO: Found listing with ID: SL10%20HRP
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Scrape type for SL10%20HRP: 2
2026-03-29 06:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP
2026-03-29 06:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b98b90-1ada-5323-a0eb-d0d088c64c41 with scrape type 2
2026-03-29 06:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b98b90-1ada-5323-a0eb-d0d088c64c41 with scrape type 2
2026-03-29 06:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b98b90-1ada-5323-a0eb-d0d088c64c41, identifier: SL10%20HRP
2026-03-29 06:06:34 [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 06:06:34 [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 06:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP
2026-03-29 06:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP
2026-03-29 06:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP to the API
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL10%20HRP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79b98b90-1ada-5323-a0eb-d0d088c64c41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL10 HRP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL10%20HRP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 97341,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'RENAULT MEGANE 1.5 DCI 86 I-MUSIC Hatchback',
'transmission': 'manual',
'trim': 'DCI 86 I-MUSIC',
'vin': 'VF1BZ0A0542890874',
'year': 2010}
2026-03-29 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 06:06:34 [bca.uk] INFO: Saving data for SL10%20HRP: {'auction_closing_time': 1775037600.0, 'created_time': 1774390381.204135, 'last_price_update_time': 1774764394.997262}
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL10%2520HRP') HTTP/1.1" 204 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: WV25%20PZF
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV25%2520PZF%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for WV25%20PZF: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: FG72%20LTY
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for FG72%20LTY: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: HY75%20LNV
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY75%2520LNV%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for HY75%20LNV: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: MK24%20ZJJ
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for MK24%20ZJJ: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: WF24%20RVO
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520RVO%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for WF24%20RVO: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: LS24%20WGD
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520WGD%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for LS24%20WGD: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: VO24%20UZR
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for VO24%20UZR: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: NL12%20XCO
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for NL12%20XCO: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: CF74%20HXJ
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520HXJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for CF74%20HXJ: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: ML24%20FWG
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for ML24%20FWG: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: BN74%20PFA
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for BN74%20PFA: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: BN74%20PFG
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFG%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for BN74%20PFG: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: CK20%20HYT
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for CK20%20HYT: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: CU67%20XXH
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for CU67%20XXH: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: NA68%20XGU
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for NA68%20XGU: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: NU21%20OGO
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520OGO%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for NU21%20OGO: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: WF21%20HLG
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF21%2520HLG%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for WF21%20HLG: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: WP18%20YCL
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520YCL%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for WP18%20YCL: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: BD16%20KZP
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520KZP%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for BD16%20KZP: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: CF24%20PVA
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF24%2520PVA%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for CF24%20PVA: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: YC18%20RMV
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC18%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for YC18%20RMV: 0
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: BN12%20KXP
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN12%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for BN12%20KXP: 2
2026-03-29 06:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b211d193-9854-59d6-a017-6d28db1f673d with identifier: BN12%20KXP
2026-03-29 06:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b211d193-9854-59d6-a017-6d28db1f673d with scrape type 2
2026-03-29 06:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b211d193-9854-59d6-a017-6d28db1f673d with scrape type 2
2026-03-29 06:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b211d193-9854-59d6-a017-6d28db1f673d, identifier: BN12%20KXP
2026-03-29 06:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:06:35 [bca.uk] INFO: Found listing with ID: FE64%20FGV
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Scrape type for FE64%20FGV: 2
2026-03-29 06:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV
2026-03-29 06:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13663586-2a5a-5794-ae86-2ad1a042758c with scrape type 2
2026-03-29 06:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13663586-2a5a-5794-ae86-2ad1a042758c with scrape type 2
2026-03-29 06:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13663586-2a5a-5794-ae86-2ad1a042758c, identifier: FE64%20FGV
2026-03-29 06:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b211d193-9854-59d6-a017-6d28db1f673d with identifier: BN12%20KXP
2026-03-29 06:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b211d193-9854-59d6-a017-6d28db1f673d with identifier: BN12%20KXP
2026-03-29 06:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b211d193-9854-59d6-a017-6d28db1f673d with identifier: BN12%20KXP to the API
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN12%20KXP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b211d193-9854-59d6-a017-6d28db1f673d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN12 KXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN12%20KXP&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 68739,
'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.5 DCI TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DCI TEKNA',
'vin': 'SJNFCAF15U6197912',
'year': 2012}
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN12%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 06:06:35 [bca.uk] INFO: Saving data for BN12%20KXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564590.157955, 'last_price_update_time': 1774764395.949574}
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN12%2520KXP') HTTP/1.1" 204 0
2026-03-29 06:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV
2026-03-29 06:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV
2026-03-29 06:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV to the API
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '13663586-2a5a-5794-ae86-2ad1a042758c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE64 FGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE64%20FGV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 75006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I X-PRESSION Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-PRESSION',
'vin': 'JTDKGNEC40N013146',
'year': 2014}
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Saving data for FE64%20FGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774476948.78519, 'last_price_update_time': 1774764396.338869}
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE64%2520FGV') HTTP/1.1" 204 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: BT61%20XNA
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT61%2520XNA%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for BT61%20XNA: 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: CK08%20CVS
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK08%2520CVS%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for CK08%20CVS: 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: DS16%20VMX
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520VMX%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for DS16%20VMX: 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: FV64%20PXZ
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for FV64%20PXZ: 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: KV64%20UGE
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520UGE%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for KV64%20UGE: 2
2026-03-29 06:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7954fc9-6a73-501a-8bb7-c5c8a6e65555 with identifier: KV64%20UGE
2026-03-29 06:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7954fc9-6a73-501a-8bb7-c5c8a6e65555 with scrape type 2
2026-03-29 06:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7954fc9-6a73-501a-8bb7-c5c8a6e65555 with scrape type 2
2026-03-29 06:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7954fc9-6a73-501a-8bb7-c5c8a6e65555, identifier: KV64%20UGE
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: A13%20MVN
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A13%2520MVN%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for A13%20MVN: 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: AK17%20GUU
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520GUU%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for AK17%20GUU: 0
2026-03-29 06:06:36 [bca.uk] INFO: Found listing with ID: NG15%20FSV
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 06:06:36 [bca.uk] INFO: Scrape type for NG15%20FSV: 2
2026-03-29 06:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV
2026-03-29 06:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d5424fc-a8b8-57c8-9319-5913cf310965 with scrape type 2
2026-03-29 06:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d5424fc-a8b8-57c8-9319-5913cf310965 with scrape type 2
2026-03-29 06:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d5424fc-a8b8-57c8-9319-5913cf310965, identifier: NG15%20FSV
2026-03-29 06:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7954fc9-6a73-501a-8bb7-c5c8a6e65555 with identifier: KV64%20UGE
2026-03-29 06:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7954fc9-6a73-501a-8bb7-c5c8a6e65555 with identifier: KV64%20UGE
2026-03-29 06:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7954fc9-6a73-501a-8bb7-c5c8a6e65555 with identifier: KV64%20UGE to the API
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV64%20UGE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f7954fc9-6a73-501a-8bb7-c5c8a6e65555',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV64 UGE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV64%20UGE&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 95685,
'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 GOLF 2.0 TDI 150 GT Hatchback',
'transmission': 'manual',
'trim': 'TDI 150 GT',
'vin': 'WVWZZZAUZFW096530',
'year': 2014}
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520UGE%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Saving data for KV64%20UGE: {'auction_closing_time': 1774778400.0, 'created_time': 1774477678.071921, 'last_price_update_time': 1774764397.065887}
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV64%2520UGE') HTTP/1.1" 204 0
2026-03-29 06:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV
2026-03-29 06:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV
2026-03-29 06:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV to the API
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9d5424fc-a8b8-57c8-9319-5913cf310965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG15 FSV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG15%20FSV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 73592,
'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': 'HYUNDAI IX35 1.7 CRDI SE 2WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI SE 2WD',
'vin': 'TMAJU81ULFJ734725',
'year': 2015}
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Saving data for NG15%20FSV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562970.49802, 'last_price_update_time': 1774764397.372381}
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG15%2520FSV') HTTP/1.1" 204 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: YF57%20YKB
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520YKB%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for YF57%20YKB: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: YN63%20HJU
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN63%2520HJU%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for YN63%20HJU: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: YR61%20KFN
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR61%2520KFN%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for YR61%20KFN: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: LS13%20MVJ
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for LS13%20MVJ: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: MD11%20XHJ
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD11%2520XHJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for MD11%20XHJ: 2
2026-03-29 06:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d362b845-b4a3-510f-b9a4-5d10c0efcbe2 with identifier: MD11%20XHJ
2026-03-29 06:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d362b845-b4a3-510f-b9a4-5d10c0efcbe2 with scrape type 2
2026-03-29 06:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d362b845-b4a3-510f-b9a4-5d10c0efcbe2 with scrape type 2
2026-03-29 06:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d362b845-b4a3-510f-b9a4-5d10c0efcbe2, identifier: MD11%20XHJ
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: NX64%20XJU
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for NX64%20XJU: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: PX17%20KLK
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX17%2520KLK%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for PX17%20KLK: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: XJZ%202720
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XJZ%25202720%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for XJZ%202720: 0
2026-03-29 06:06:37 [bca.uk] INFO: Found listing with ID: YB66%20XOJ
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520XOJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:37 [bca.uk] INFO: Scrape type for YB66%20XOJ: 2
2026-03-29 06:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ
2026-03-29 06:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with scrape type 2
2026-03-29 06:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with scrape type 2
2026-03-29 06:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf, identifier: YB66%20XOJ
2026-03-29 06:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d362b845-b4a3-510f-b9a4-5d10c0efcbe2 with identifier: MD11%20XHJ
2026-03-29 06:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d362b845-b4a3-510f-b9a4-5d10c0efcbe2 with identifier: MD11%20XHJ
2026-03-29 06:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d362b845-b4a3-510f-b9a4-5d10c0efcbe2 with identifier: MD11%20XHJ to the API
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD11%20XHJ-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd362b845-b4a3-510f-b9a4-5d10c0efcbe2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MD11 XHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD11%20XHJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 91805,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'VAUXHALL MERIVA 1.4 16V SE MPV',
'transmission': 'manual',
'trim': '16V SE',
'vin': 'W0LSH9EC2B4240962',
'year': 2011}
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD11%2520XHJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:38 [bca.uk] INFO: Saving data for MD11%20XHJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476157.541957, 'last_price_update_time': 1774764398.036252}
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD11%2520XHJ') HTTP/1.1" 204 0
2026-03-29 06:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ
2026-03-29 06:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ
2026-03-29 06:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ to the API
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'addfa3d8-50dc-5ae7-afb4-c091b9dea7cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB66 XOJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB66%20XOJ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'ECOSPORT',
'odometer': 84453,
'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.5 112 TITANIUM P/SHIFT StationWagon',
'transmission': 'automatic',
'trim': '112 TITANIUM P/SHIFT',
'vin': 'WF0BXXMRKBGY66244',
'year': 2016}
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520XOJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:38 [bca.uk] INFO: Saving data for YB66%20XOJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562967.257382, 'last_price_update_time': 1774764398.409039}
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB66%2520XOJ') HTTP/1.1" 204 0
2026-03-29 06:06:38 [bca.uk] INFO: Found listing with ID: SJ63%20URU
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520URU%27 HTTP/1.1" 200 None
2026-03-29 06:06:38 [bca.uk] INFO: Scrape type for SJ63%20URU: 2
2026-03-29 06:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ef4fac2-370f-5792-8d96-06765cdee88a with identifier: SJ63%20URU
2026-03-29 06:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ef4fac2-370f-5792-8d96-06765cdee88a with scrape type 2
2026-03-29 06:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ef4fac2-370f-5792-8d96-06765cdee88a with scrape type 2
2026-03-29 06:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ef4fac2-370f-5792-8d96-06765cdee88a, identifier: SJ63%20URU
2026-03-29 06:06:38 [bca.uk] INFO: Found listing with ID: SB63%20LBV
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-29 06:06:38 [bca.uk] INFO: Scrape type for SB63%20LBV: 2
2026-03-29 06:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV
2026-03-29 06:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with scrape type 2
2026-03-29 06:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with scrape type 2
2026-03-29 06:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070dbdf1-8f1f-51b9-a88e-df08e032cba6, identifier: SB63%20LBV
2026-03-29 06:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ef4fac2-370f-5792-8d96-06765cdee88a with identifier: SJ63%20URU
2026-03-29 06:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ef4fac2-370f-5792-8d96-06765cdee88a with identifier: SJ63%20URU
2026-03-29 06:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ef4fac2-370f-5792-8d96-06765cdee88a with identifier: SJ63%20URU to the API
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ63%20URU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4ef4fac2-370f-5792-8d96-06765cdee88a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ63 URU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ63%20URU&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 99354,
'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': 'VF30E9HD8DS157622',
'year': 2013}
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520URU%27 HTTP/1.1" 200 None
2026-03-29 06:06:38 [bca.uk] INFO: Saving data for SJ63%20URU: {'auction_closing_time': 1774778400.0, 'created_time': 1774477758.931424, 'last_price_update_time': 1774764398.89997}
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ63%2520URU') HTTP/1.1" 204 0
2026-03-29 06:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV
2026-03-29 06:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV
2026-03-29 06:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV to the API
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '070dbdf1-8f1f-51b9-a88e-df08e032cba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB63 LBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB63%20LBV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SEAT',
'model': 'IBIZA SC',
'odometer': 79430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'SEAT IBIZA SC 1.4 TOCA Coupe',
'transmission': 'manual',
'trim': 'TOCA',
'vin': 'VSSZZZ6JZER054376',
'year': 2013}
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Saving data for SB63%20LBV: {'auction_closing_time': 1775037600.0, 'created_time': 1774477061.17796, 'last_price_update_time': 1774764399.216133}
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB63%2520LBV') HTTP/1.1" 204 0
2026-03-29 06:06:39 [bca.uk] INFO: Found listing with ID: SY13%20WKR
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520WKR%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Scrape type for SY13%20WKR: 0
2026-03-29 06:06:39 [bca.uk] INFO: Found listing with ID: VA64%20FFD
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Scrape type for VA64%20FFD: 2
2026-03-29 06:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c202b493-2ba2-5e81-91b1-758c7a5e5139 with identifier: VA64%20FFD
2026-03-29 06:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c202b493-2ba2-5e81-91b1-758c7a5e5139 with scrape type 2
2026-03-29 06:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c202b493-2ba2-5e81-91b1-758c7a5e5139 with scrape type 2
2026-03-29 06:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c202b493-2ba2-5e81-91b1-758c7a5e5139, identifier: VA64%20FFD
2026-03-29 06:06:39 [bca.uk] INFO: Found listing with ID: NG09%20OHE
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG09%2520OHE%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Scrape type for NG09%20OHE: 0
2026-03-29 06:06:39 [bca.uk] INFO: Found listing with ID: NL14%20EJE
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520EJE%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Scrape type for NL14%20EJE: 0
2026-03-29 06:06:39 [bca.uk] INFO: Found listing with ID: NL64%20FPJ
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Scrape type for NL64%20FPJ: 2
2026-03-29 06:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ
2026-03-29 06:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257ad774-595c-527a-9331-e2502314226b with scrape type 2
2026-03-29 06:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 257ad774-595c-527a-9331-e2502314226b with scrape type 2
2026-03-29 06:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 257ad774-595c-527a-9331-e2502314226b, identifier: NL64%20FPJ
2026-03-29 06:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c202b493-2ba2-5e81-91b1-758c7a5e5139 with identifier: VA64%20FFD
2026-03-29 06:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c202b493-2ba2-5e81-91b1-758c7a5e5139 with identifier: VA64%20FFD
2026-03-29 06:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c202b493-2ba2-5e81-91b1-758c7a5e5139 with identifier: VA64%20FFD to the API
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA64%20FFD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c202b493-2ba2-5e81-91b1-758c7a5e5139',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA64 FFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA64%20FFD&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'KIA',
'model': 'RIO',
'odometer': 145735,
'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 RIO 1.2 2 Hatchback',
'transmission': 'manual',
'trim': '2',
'vin': 'KNADN511LE6993402',
'year': 2015}
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:06:39 [bca.uk] INFO: Saving data for VA64%20FFD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564547.166858, 'last_price_update_time': 1774764399.753334}
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA64%2520FFD') HTTP/1.1" 204 0
2026-03-29 06:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ
2026-03-29 06:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ
2026-03-29 06:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ to the API
2026-03-29 06:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '257ad774-595c-527a-9331-e2502314226b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL64 FPJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL64%20FPJ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 110863,
'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.3 CDTI 16V 75 E/F EXCITE Hatchback',
'transmission': 'manual',
'trim': 'CDTI 16V 75 E/F EXCITE',
'vin': 'W0L0SDL68E4285422',
'year': 2014}
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Saving data for NL64%20FPJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774476954.861487, 'last_price_update_time': 1774764400.085504}
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL64%2520FPJ') HTTP/1.1" 204 0
2026-03-29 06:06:40 [bca.uk] INFO: Found listing with ID: YC10%20VCE
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520VCE%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Scrape type for YC10%20VCE: 2
2026-03-29 06:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12f2df69-0c19-5705-a73f-8fb69c93723b with identifier: YC10%20VCE
2026-03-29 06:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12f2df69-0c19-5705-a73f-8fb69c93723b with scrape type 2
2026-03-29 06:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12f2df69-0c19-5705-a73f-8fb69c93723b with scrape type 2
2026-03-29 06:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12f2df69-0c19-5705-a73f-8fb69c93723b, identifier: YC10%20VCE
2026-03-29 06:06:40 [bca.uk] INFO: Found listing with ID: SN13%20ZFP
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Scrape type for SN13%20ZFP: 2
2026-03-29 06:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP
2026-03-29 06:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52052efb-0394-5b3d-b0eb-b580a5b7500d with scrape type 2
2026-03-29 06:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52052efb-0394-5b3d-b0eb-b580a5b7500d with scrape type 2
2026-03-29 06:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52052efb-0394-5b3d-b0eb-b580a5b7500d, identifier: SN13%20ZFP
2026-03-29 06:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12f2df69-0c19-5705-a73f-8fb69c93723b with identifier: YC10%20VCE
2026-03-29 06:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12f2df69-0c19-5705-a73f-8fb69c93723b with identifier: YC10%20VCE
2026-03-29 06:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12f2df69-0c19-5705-a73f-8fb69c93723b with identifier: YC10%20VCE to the API
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC10%20VCE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '12f2df69-0c19-5705-a73f-8fb69c93723b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC10 VCE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC10%20VCE&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 139655,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLVO XC90 2.4 D5 185 ACTIVE G/T Estate',
'transmission': 'manual',
'trim': 'D5 185 ACTIVE G/T',
'vin': 'YV1CZ7146B1568702',
'year': 2010}
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520VCE%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Saving data for YC10%20VCE: {'auction_closing_time': 1774778400.0, 'created_time': 1774477759.672968, 'last_price_update_time': 1774764400.575006}
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC10%2520VCE') HTTP/1.1" 204 0
2026-03-29 06:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP
2026-03-29 06:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP
2026-03-29 06:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP to the API
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 165,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '52052efb-0394-5b3d-b0eb-b580a5b7500d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN13 ZFP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN13%20ZFP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 87626,
'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 BLACK & WHITE StationWagon',
'transmission': 'manual',
'trim': 'TD4 150 BLACK & WHITE',
'vin': 'SALFA2CC7DH360004',
'year': 2013}
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Saving data for SN13%20ZFP: {'auction_closing_time': 1775037600.0, 'created_time': 1774477057.759812, 'last_price_update_time': 1774764400.856664}
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN13%2520ZFP') HTTP/1.1" 204 0
2026-03-29 06:06:40 [bca.uk] INFO: Found listing with ID: YD62%20CXW
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Scrape type for YD62%20CXW: 2
2026-03-29 06:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c7bf649-252a-55df-95b4-12b3aacdc746 with identifier: YD62%20CXW
2026-03-29 06:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c7bf649-252a-55df-95b4-12b3aacdc746 with scrape type 2
2026-03-29 06:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c7bf649-252a-55df-95b4-12b3aacdc746 with scrape type 2
2026-03-29 06:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c7bf649-252a-55df-95b4-12b3aacdc746, identifier: YD62%20CXW
2026-03-29 06:06:40 [bca.uk] INFO: Found listing with ID: SD20%20GGV
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD20%2520GGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:40 [bca.uk] INFO: Scrape type for SD20%20GGV: 0
2026-03-29 06:06:40 [bca.uk] INFO: Found listing with ID: DT70%20EYC
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520EYC%27 HTTP/1.1" 200 None
2026-03-29 06:06:41 [bca.uk] INFO: Scrape type for DT70%20EYC: 2
2026-03-29 06:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC
2026-03-29 06:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b0a26a6-519a-504d-b558-4c8dde2e038b with scrape type 2
2026-03-29 06:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b0a26a6-519a-504d-b558-4c8dde2e038b with scrape type 2
2026-03-29 06:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b0a26a6-519a-504d-b558-4c8dde2e038b, identifier: DT70%20EYC
2026-03-29 06:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c7bf649-252a-55df-95b4-12b3aacdc746 with identifier: YD62%20CXW
2026-03-29 06:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c7bf649-252a-55df-95b4-12b3aacdc746 with identifier: YD62%20CXW
2026-03-29 06:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c7bf649-252a-55df-95b4-12b3aacdc746 with identifier: YD62%20CXW to the API
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD62%20CXW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7c7bf649-252a-55df-95b4-12b3aacdc746',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD62 CXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD62%20CXW&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 60142,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 TITANIUM',
'vin': 'WF0KXXGCBKCE15562',
'year': 2012}
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 06:06:41 [bca.uk] INFO: Saving data for YD62%20CXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774477759.306042, 'last_price_update_time': 1774764401.388226}
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD62%2520CXW') HTTP/1.1" 204 0
2026-03-29 06:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC
2026-03-29 06:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC
2026-03-29 06:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC to the API
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0b0a26a6-519a-504d-b558-4c8dde2e038b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT70 EYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT70%20EYC&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 91062,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND X 1.2 83 GRIFFIN S/S Hatchback',
'transmission': 'manual',
'trim': '83 GRIFFIN S/S',
'vin': 'W0V7D9EE6L4437032',
'year': 2021}
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520EYC%27 HTTP/1.1" 200 None
2026-03-29 06:06:41 [bca.uk] INFO: Saving data for DT70%20EYC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562967.771828, 'last_price_update_time': 1774764401.76279}
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT70%2520EYC') HTTP/1.1" 204 0
2026-03-29 06:06:41 [bca.uk] INFO: Found listing with ID: YH07%20EZO
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH07%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 06:06:41 [bca.uk] INFO: Scrape type for YH07%20EZO: 0
2026-03-29 06:06:41 [bca.uk] INFO: Found listing with ID: YH11%20VVD
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520VVD%27 HTTP/1.1" 200 None
2026-03-29 06:06:41 [bca.uk] INFO: Scrape type for YH11%20VVD: 2
2026-03-29 06:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1cae32f-69ba-56a4-b320-4312d53e9ace with identifier: YH11%20VVD
2026-03-29 06:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1cae32f-69ba-56a4-b320-4312d53e9ace with scrape type 2
2026-03-29 06:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1cae32f-69ba-56a4-b320-4312d53e9ace with scrape type 2
2026-03-29 06:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1cae32f-69ba-56a4-b320-4312d53e9ace, identifier: YH11%20VVD
2026-03-29 06:06:41 [bca.uk] INFO: Found listing with ID: NG17%20OYT
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OYT%27 HTTP/1.1" 200 None
2026-03-29 06:06:41 [bca.uk] INFO: Scrape type for NG17%20OYT: 2
2026-03-29 06:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT
2026-03-29 06:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055328ae-6190-5633-be41-6abec11be0d5 with scrape type 2
2026-03-29 06:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055328ae-6190-5633-be41-6abec11be0d5 with scrape type 2
2026-03-29 06:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 055328ae-6190-5633-be41-6abec11be0d5, identifier: NG17%20OYT
2026-03-29 06:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1cae32f-69ba-56a4-b320-4312d53e9ace with identifier: YH11%20VVD
2026-03-29 06:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1cae32f-69ba-56a4-b320-4312d53e9ace with identifier: YH11%20VVD
2026-03-29 06:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1cae32f-69ba-56a4-b320-4312d53e9ace with identifier: YH11%20VVD to the API
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH11%20VVD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd1cae32f-69ba-56a4-b320-4312d53e9ace',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH11 VVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH11%20VVD&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'KIA',
'model': 'VENGA',
'odometer': 79444,
'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 VENGA 1.4 1 MPV',
'transmission': 'manual',
'trim': '1',
'vin': 'TMAEG811LBJ068002',
'year': 2011}
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:42 [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 06:06:42 [bca.uk] INFO: Saving data for YH11%20VVD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564554.68633, 'last_price_update_time': 1774764402.345546}
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH11%2520VVD') HTTP/1.1" 204 0
2026-03-29 06:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT
2026-03-29 06:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT
2026-03-29 06:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT to the API
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '055328ae-6190-5633-be41-6abec11be0d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG17 OYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG17%20OYT&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 80145,
'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': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SZ-T Hatchback',
'transmission': 'manual',
'trim': 'BOOSTERJET 110 SZ-T',
'vin': 'JSAAZC13S00105303',
'year': 2017}
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:42 [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 06:06:42 [bca.uk] INFO: Saving data for NG17%20OYT: {'auction_closing_time': 1775037600.0, 'created_time': 1774562964.919856, 'last_price_update_time': 1774764402.625298}
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG17%2520OYT') HTTP/1.1" 204 0
2026-03-29 06:06:42 [bca.uk] INFO: Found listing with ID: YH63%20TXR
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:42 [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 06:06:42 [bca.uk] INFO: Scrape type for YH63%20TXR: 2
2026-03-29 06:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69da11b0-f797-504b-bf15-2be9d0566e6a with identifier: YH63%20TXR
2026-03-29 06:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69da11b0-f797-504b-bf15-2be9d0566e6a with scrape type 2
2026-03-29 06:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69da11b0-f797-504b-bf15-2be9d0566e6a with scrape type 2
2026-03-29 06:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69da11b0-f797-504b-bf15-2be9d0566e6a, identifier: YH63%20TXR
2026-03-29 06:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69da11b0-f797-504b-bf15-2be9d0566e6a with identifier: YH63%20TXR
2026-03-29 06:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69da11b0-f797-504b-bf15-2be9d0566e6a with identifier: YH63%20TXR
2026-03-29 06:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69da11b0-f797-504b-bf15-2be9d0566e6a with identifier: YH63%20TXR to the API
2026-03-29 06:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH63%20TXR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '69da11b0-f797-504b-bf15-2be9d0566e6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH63 TXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH63%20TXR&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 104775,
'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 2.0 COOPER S D Hatchback',
'transmission': 'manual',
'trim': 'COOPER S D',
'vin': 'WMWZB72000WN80643',
'year': 2013}
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH63%2520TXR%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Saving data for YH63%20TXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774477748.984444, 'last_price_update_time': 1774764403.022373}
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH63%2520TXR') HTTP/1.1" 204 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: BG17%20FBZ
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG17%2520FBZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for BG17%20FBZ: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: BK14%20BWW
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520BWW%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for BK14%20BWW: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: BV62%20XPX
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520XPX%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for BV62%20XPX: 2
2026-03-29 06:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b with identifier: BV62%20XPX
2026-03-29 06:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b with scrape type 2
2026-03-29 06:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b with scrape type 2
2026-03-29 06:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b, identifier: BV62%20XPX
2026-03-29 06:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b with identifier: BV62%20XPX
2026-03-29 06:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b with identifier: BV62%20XPX
2026-03-29 06:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b with identifier: BV62%20XPX to the API
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV62%20XPX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e0a5009-e3f8-55ee-8f23-60f2b69c0b7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV62 XPX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV62%20XPX&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'ALFA ROMEO',
'model': 'GIULIETTA',
'odometer': 71779,
'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': 'ALFA ROMEO GIULIETTA 1.6 JTDM 105 LUSSO Hatchback',
'transmission': 'manual',
'trim': 'JTDM 105 LUSSO',
'vin': 'ZAR94000007180481',
'year': 2012}
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520XPX%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Saving data for BV62%20XPX: {'auction_closing_time': 1774778400.0, 'created_time': 1774477678.653619, 'last_price_update_time': 1774764403.482819}
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV62%2520XPX') HTTP/1.1" 204 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: CV15%20YWG
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YWG%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for CV15%20YWG: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: DU64%20MTJ
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for DU64%20MTJ: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: EU13%20RYM
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU13%2520RYM%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for EU13%20RYM: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: FN62%20KSE
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN62%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for FN62%20KSE: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: HY13%20KZZ
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520KZZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for HY13%20KZZ: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: LE14%20MAZ
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE14%2520MAZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for LE14%20MAZ: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: LO59%20WEW
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO59%2520WEW%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for LO59%20WEW: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: GU68%20BPY
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520BPY%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for GU68%20BPY: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: DP23%20TKJ
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TKJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for DP23%20TKJ: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: NU68%20ZKE
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520ZKE%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for NU68%20ZKE: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: LO17%20DVV
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520DVV%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for LO17%20DVV: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: DP23%20TFA
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for DP23%20TFA: 0
2026-03-29 06:06:43 [bca.uk] INFO: Found listing with ID: VO65%20FFY
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO65%2520FFY%27 HTTP/1.1" 200 None
2026-03-29 06:06:43 [bca.uk] INFO: Scrape type for VO65%20FFY: 2
2026-03-29 06:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c60d16a4-de3e-5cd1-a247-8a78bc2fed06 with identifier: VO65%20FFY
2026-03-29 06:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c60d16a4-de3e-5cd1-a247-8a78bc2fed06 with scrape type 2
2026-03-29 06:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c60d16a4-de3e-5cd1-a247-8a78bc2fed06 with scrape type 2
2026-03-29 06:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c60d16a4-de3e-5cd1-a247-8a78bc2fed06, identifier: VO65%20FFY
2026-03-29 06:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c60d16a4-de3e-5cd1-a247-8a78bc2fed06 with identifier: VO65%20FFY
2026-03-29 06:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c60d16a4-de3e-5cd1-a247-8a78bc2fed06 with identifier: VO65%20FFY
2026-03-29 06:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c60d16a4-de3e-5cd1-a247-8a78bc2fed06 with identifier: VO65%20FFY to the API
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO65%20FFY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c60d16a4-de3e-5cd1-a247-8a78bc2fed06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO65 FFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO65%20FFY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 99069,
'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 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0DXXGAKDFT50762',
'year': 2015}
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO65%2520FFY%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Saving data for VO65%20FFY: {'auction_closing_time': 1774778400.0, 'created_time': 1774564654.901408, 'last_price_update_time': 1774764404.097142}
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO65%2520FFY') HTTP/1.1" 204 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: LO16%20XHU
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO16%2520XHU%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for LO16%20XHU: 2
2026-03-29 06:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6 with identifier: LO16%20XHU
2026-03-29 06:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6 with scrape type 2
2026-03-29 06:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6 with scrape type 2
2026-03-29 06:06:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6, identifier: LO16%20XHU
2026-03-29 06:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6 with identifier: LO16%20XHU
2026-03-29 06:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6 with identifier: LO16%20XHU
2026-03-29 06:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6 with identifier: LO16%20XHU to the API
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO16%20XHU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd7b8a7b1-6fc6-5cc4-becf-1f173a4ee1d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO16 XHU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO16%20XHU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 90695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD S/S StationWagon',
'transmission': 'manual',
'trim': 'T 140 SE 2WD S/S',
'vin': 'W0LJD7E83GB670400',
'year': 2016}
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO16%2520XHU%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Saving data for LO16%20XHU: {'auction_closing_time': 1774778400.0, 'created_time': 1774274521.157916, 'last_price_update_time': 1774764404.595211}
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO16%2520XHU') HTTP/1.1" 204 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: YR58%20LGK
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520LGK%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for YR58%20LGK: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: BF09%20YCP
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF09%2520YCP%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for BF09%20YCP: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: BW15%20CWC
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for BW15%20CWC: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: CK13%20HGY
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK13%2520HGY%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for CK13%20HGY: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: DU16%20DZP
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU16%2520DZP%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for DU16%20DZP: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: LC63%20KKO
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC63%2520KKO%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for LC63%20KKO: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: PK62%20FRL
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK62%2520FRL%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for PK62%20FRL: 0
2026-03-29 06:06:44 [bca.uk] INFO: Found listing with ID: SJ14%20OEO
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ14%2520OEO%27 HTTP/1.1" 200 None
2026-03-29 06:06:44 [bca.uk] INFO: Scrape type for SJ14%20OEO: 2
2026-03-29 06:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7765ac4c-9270-53b1-8aeb-42994453516e with identifier: SJ14%20OEO
2026-03-29 06:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7765ac4c-9270-53b1-8aeb-42994453516e with scrape type 2
2026-03-29 06:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7765ac4c-9270-53b1-8aeb-42994453516e with scrape type 2
2026-03-29 06:06:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7765ac4c-9270-53b1-8aeb-42994453516e, identifier: SJ14%20OEO
2026-03-29 06:06:44 [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 06:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7765ac4c-9270-53b1-8aeb-42994453516e with identifier: SJ14%20OEO
2026-03-29 06:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7765ac4c-9270-53b1-8aeb-42994453516e with identifier: SJ14%20OEO
2026-03-29 06:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7765ac4c-9270-53b1-8aeb-42994453516e with identifier: SJ14%20OEO to the API
2026-03-29 06:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ14%20OEO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7765ac4c-9270-53b1-8aeb-42994453516e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ14 OEO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ14%20OEO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 40658,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 60 MATCH EDITION Hatchback',
'transmission': 'manual',
'trim': '60 MATCH EDITION',
'vin': 'WVWZZZ6RZEU030616',
'year': 2014}
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ14%2520OEO%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Saving data for SJ14%20OEO: {'auction_closing_time': 1774778400.0, 'created_time': 1774389755.833032, 'last_price_update_time': 1774764405.109625}
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ14%2520OEO') HTTP/1.1" 204 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: VU63%20VOH
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU63%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for VU63%20VOH: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DP23%20UDX
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520UDX%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DP23%20UDX: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: BG18%20KHJ
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for BG18%20KHJ: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: VO23%20XPB
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520XPB%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for VO23%20XPB: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: LN12%20FCM
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN12%2520FCM%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for LN12%20FCM: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: MM64%20HTZ
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520HTZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for MM64%20HTZ: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: WP65%20BKF
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP65%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for WP65%20BKF: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: AE16%20PZA
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for AE16%20PZA: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: EG17%20GCX
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG17%2520GCX%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for EG17%20GCX: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: KY15%20XBT
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY15%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for KY15%20XBT: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: KY16%20YLL
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY16%2520YLL%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for KY16%20YLL: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DP23%20TDO
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DP23%20TDO: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DP23%20TTV
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TTV%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DP23%20TTV: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DS13%20FUY
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS13%2520FUY%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DS13%20FUY: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: EU63%20XYW
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU63%2520XYW%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for EU63%20XYW: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: ND63%20BDY
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520BDY%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for ND63%20BDY: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: PO63%20YJM
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for PO63%20YJM: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DP23%20TBV
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DP23%20TBV: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DP23%20TLK
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TLK%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DP23%20TLK: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: LX63%20NNP
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520NNP%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for LX63%20NNP: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: MT55%20RZS
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT55%2520RZS%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for MT55%20RZS: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: PX63%20KGU
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520KGU%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for PX63%20KGU: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: KV11%20VXT
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV11%2520VXT%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for KV11%20VXT: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: AF16%20MHA
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520MHA%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for AF16%20MHA: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: DS65%20GCV
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for DS65%20GCV: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: EK11%20EKW
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK11%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for EK11%20EKW: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: LV13%20AFO
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520AFO%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for LV13%20AFO: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: MT66%20ALO
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520ALO%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for MT66%20ALO: 0
2026-03-29 06:06:45 [bca.uk] INFO: Found listing with ID: NU70%20NRJ
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU70%2520NRJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:45 [bca.uk] INFO: Scrape type for NU70%20NRJ: 2
2026-03-29 06:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5766405-f96c-5cd0-9325-97375b9cb845 with identifier: NU70%20NRJ
2026-03-29 06:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5766405-f96c-5cd0-9325-97375b9cb845 with scrape type 2
2026-03-29 06:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5766405-f96c-5cd0-9325-97375b9cb845 with scrape type 2
2026-03-29 06:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5766405-f96c-5cd0-9325-97375b9cb845, identifier: NU70%20NRJ
2026-03-29 06:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5766405-f96c-5cd0-9325-97375b9cb845 with identifier: NU70%20NRJ
2026-03-29 06:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5766405-f96c-5cd0-9325-97375b9cb845 with identifier: NU70%20NRJ
2026-03-29 06:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5766405-f96c-5cd0-9325-97375b9cb845 with identifier: NU70%20NRJ to the API
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 54,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU70%20NRJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c5766405-f96c-5cd0-9325-97375b9cb845',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU70 NRJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU70%20NRJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 165322,
'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 2.0 T8 T/E 390 AWD R DESIGN G/T StationWagon',
'transmission': 'manual',
'trim': 'T8 T/E 390 AWD R DESIGN G/T',
'vin': 'LYVUZBMVDLB547776',
'year': 2020}
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU70%2520NRJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Saving data for NU70%20NRJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476311.384293, 'last_price_update_time': 1774764406.128596}
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU70%2520NRJ') HTTP/1.1" 204 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: EK60%20DYW
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK60%2520DYW%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for EK60%20DYW: 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: HG60%20EWW
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520EWW%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for HG60%20EWW: 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: SM58%20BYK
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM58%2520BYK%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for SM58%20BYK: 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: BT16%20ZKM
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520ZKM%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for BT16%20ZKM: 2
2026-03-29 06:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6811f1f5-438d-5866-a916-4d30b8b37fc9 with identifier: BT16%20ZKM
2026-03-29 06:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6811f1f5-438d-5866-a916-4d30b8b37fc9 with scrape type 2
2026-03-29 06:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6811f1f5-438d-5866-a916-4d30b8b37fc9 with scrape type 2
2026-03-29 06:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6811f1f5-438d-5866-a916-4d30b8b37fc9, identifier: BT16%20ZKM
2026-03-29 06:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6811f1f5-438d-5866-a916-4d30b8b37fc9 with identifier: BT16%20ZKM
2026-03-29 06:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6811f1f5-438d-5866-a916-4d30b8b37fc9 with identifier: BT16%20ZKM
2026-03-29 06:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6811f1f5-438d-5866-a916-4d30b8b37fc9 with identifier: BT16%20ZKM to the API
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT16%20ZKM-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6811f1f5-438d-5866-a916-4d30b8b37fc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT16 ZKM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT16%20ZKM&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'ZAFIRA TOURER',
'odometer': 72931,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL ZAFIRA TOURER 1.4 T 140 SRI MPV',
'transmission': 'manual',
'trim': 'T 140 SRI',
'vin': 'W0LPD9EC1G1078266',
'year': 2016}
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520ZKM%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Saving data for BT16%20ZKM: {'auction_closing_time': 1774778400.0, 'created_time': 1774274510.673824, 'last_price_update_time': 1774764406.645275}
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT16%2520ZKM') HTTP/1.1" 204 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: NA14%20KDN
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for NA14%20KDN: 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: LXZ%202306
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25202306%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for LXZ%202306: 0
2026-03-29 06:06:46 [bca.uk] INFO: Total items found: 100
2026-03-29 06:06:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded
2026-03-29 06:06:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:06:46 [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 06:06:46 [bca.uk] INFO: Found listing with ID: SB59%20ZXF
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB59%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for SB59%20ZXF: 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: SN63%20BDZ
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520BDZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for SN63%20BDZ: 0
2026-03-29 06:06:46 [bca.uk] INFO: Found listing with ID: MW61%20RRY
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW61%2520RRY%27 HTTP/1.1" 200 None
2026-03-29 06:06:46 [bca.uk] INFO: Scrape type for MW61%20RRY: 2
2026-03-29 06:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e440ca6a-0b78-5ba6-bb29-ae43a8e971b2 with identifier: MW61%20RRY
2026-03-29 06:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e440ca6a-0b78-5ba6-bb29-ae43a8e971b2 with scrape type 2
2026-03-29 06:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e440ca6a-0b78-5ba6-bb29-ae43a8e971b2 with scrape type 2
2026-03-29 06:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e440ca6a-0b78-5ba6-bb29-ae43a8e971b2, identifier: MW61%20RRY
2026-03-29 06:06:46 [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 06:06:46 [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 06:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e440ca6a-0b78-5ba6-bb29-ae43a8e971b2 with identifier: MW61%20RRY
2026-03-29 06:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e440ca6a-0b78-5ba6-bb29-ae43a8e971b2 with identifier: MW61%20RRY
2026-03-29 06:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e440ca6a-0b78-5ba6-bb29-ae43a8e971b2 with identifier: MW61%20RRY to the API
2026-03-29 06:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW61%20RRY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e440ca6a-0b78-5ba6-bb29-ae43a8e971b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW61 RRY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW61%20RRY&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SKODA',
'model': 'YETI',
'odometer': 113573,
'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 YETI 1.2 TSI 105 SE Estate',
'transmission': 'manual',
'trim': 'TSI 105 SE',
'vin': 'TMBKF75L4C6033877',
'year': 2012}
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW61%2520RRY%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Saving data for MW61%20RRY: {'auction_closing_time': 1774778400.0, 'created_time': 1774274861.433287, 'last_price_update_time': 1774764407.164611}
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW61%2520RRY') HTTP/1.1" 204 0
2026-03-29 06:06: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 06:06:47 [bca.uk] INFO: Found listing with ID: FG63%20KGP
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG63%2520KGP%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Scrape type for FG63%20KGP: 0
2026-03-29 06:06:47 [bca.uk] INFO: Found listing with ID: FT63%20LWA
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT63%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Scrape type for FT63%20LWA: 0
2026-03-29 06:06:47 [bca.uk] INFO: Found listing with ID: LD63%20SKU
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD63%2520SKU%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Scrape type for LD63%20SKU: 0
2026-03-29 06:06:47 [bca.uk] INFO: Found listing with ID: SA17%20FAF
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA17%2520FAF%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Scrape type for SA17%20FAF: 2
2026-03-29 06:06:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53285da8-743c-5165-b08e-dde29a7c927f with identifier: SA17%20FAF
2026-03-29 06:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53285da8-743c-5165-b08e-dde29a7c927f with scrape type 2
2026-03-29 06:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53285da8-743c-5165-b08e-dde29a7c927f with scrape type 2
2026-03-29 06:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53285da8-743c-5165-b08e-dde29a7c927f, identifier: SA17%20FAF
2026-03-29 06:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53285da8-743c-5165-b08e-dde29a7c927f with identifier: SA17%20FAF
2026-03-29 06:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53285da8-743c-5165-b08e-dde29a7c927f with identifier: SA17%20FAF
2026-03-29 06:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53285da8-743c-5165-b08e-dde29a7c927f with identifier: SA17%20FAF to the API
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA17%20FAF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '53285da8-743c-5165-b08e-dde29a7c927f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA17 FAF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA17%20FAF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 104527,
'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 B-MAX 1.0 E/B 100 ZETEC MPV',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0KXXERJKHM74815',
'year': 2017}
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA17%2520FAF%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Saving data for SA17%20FAF: {'auction_closing_time': 1774778400.0, 'created_time': 1773960093.046322, 'last_price_update_time': 1774764407.647577}
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520FAF') HTTP/1.1" 204 0
2026-03-29 06:06:47 [bca.uk] INFO: Found listing with ID: ST18%20ZDH
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST18%2520ZDH%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Scrape type for ST18%20ZDH: 0
2026-03-29 06:06:47 [bca.uk] INFO: Found listing with ID: SL17%20NGU
2026-03-29 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL17%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:06:47 [bca.uk] INFO: Scrape type for SL17%20NGU: 2
2026-03-29 06:06:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aaf355c-79d1-52a7-b506-53237ed1b6cc with identifier: SL17%20NGU
2026-03-29 06:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aaf355c-79d1-52a7-b506-53237ed1b6cc with scrape type 2
2026-03-29 06:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aaf355c-79d1-52a7-b506-53237ed1b6cc with scrape type 2
2026-03-29 06:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7aaf355c-79d1-52a7-b506-53237ed1b6cc, identifier: SL17%20NGU
2026-03-29 06:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7aaf355c-79d1-52a7-b506-53237ed1b6cc with identifier: SL17%20NGU
2026-03-29 06:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7aaf355c-79d1-52a7-b506-53237ed1b6cc with identifier: SL17%20NGU
2026-03-29 06:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7aaf355c-79d1-52a7-b506-53237ed1b6cc with identifier: SL17%20NGU to the API
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL17%20NGU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7aaf355c-79d1-52a7-b506-53237ed1b6cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL17 NGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL17%20NGU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'BMW',
'model': '330E',
'odometer': 91874,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T M SPORT STEP Saloon',
'transmission': 'automatic',
'trim': 'T M SPORT STEP',
'vin': 'WBA8E12000A237070',
'year': 2017}
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL17%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Saving data for SL17%20NGU: {'auction_closing_time': 1774778400.0, 'created_time': 1774305867.419931, 'last_price_update_time': 1774764408.244696}
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL17%2520NGU') HTTP/1.1" 204 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: KE10%20GKG
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE10%2520GKG%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for KE10%20GKG: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: NJ65%20EOT
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ65%2520EOT%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for NJ65%20EOT: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: SF65%20JXH
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF65%2520JXH%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for SF65%20JXH: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: AO63%20XYY
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO63%2520XYY%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for AO63%20XYY: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: SV09%20YGZ
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV09%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for SV09%20YGZ: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: HX14%20DND
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX14%2520DND%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for HX14%20DND: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: BL12%20XGC
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL12%2520XGC%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for BL12%20XGC: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: CE68%20ACJ
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE68%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for CE68%20ACJ: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: GV16%20GUF
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV16%2520GUF%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for GV16%20GUF: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: YH59%20CCY
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH59%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for YH59%20CCY: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: KP12%20CGG
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP12%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for KP12%20CGG: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: LG13%20VGK
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG13%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for LG13%20VGK: 2
2026-03-29 06:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4af1077-edf9-55ae-9202-19d10a5dfe1c with identifier: LG13%20VGK
2026-03-29 06:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4af1077-edf9-55ae-9202-19d10a5dfe1c with scrape type 2
2026-03-29 06:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4af1077-edf9-55ae-9202-19d10a5dfe1c with scrape type 2
2026-03-29 06:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4af1077-edf9-55ae-9202-19d10a5dfe1c, identifier: LG13%20VGK
2026-03-29 06:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4af1077-edf9-55ae-9202-19d10a5dfe1c with identifier: LG13%20VGK
2026-03-29 06:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4af1077-edf9-55ae-9202-19d10a5dfe1c with identifier: LG13%20VGK
2026-03-29 06:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4af1077-edf9-55ae-9202-19d10a5dfe1c with identifier: LG13%20VGK to the API
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG13%20VGK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b4af1077-edf9-55ae-9202-19d10a5dfe1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG13 VGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG13%20VGK&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'C1',
'odometer': 61281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'CITROEN C1 1.0 VTR Hatchback',
'transmission': 'manual',
'trim': 'VTR',
'vin': 'VF7PMCFB4CR538301',
'year': 2013}
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG13%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Saving data for LG13%20VGK: {'auction_closing_time': 1774778400.0, 'created_time': 1774651521.031923, 'last_price_update_time': 1774764408.863872}
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG13%2520VGK') HTTP/1.1" 204 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: MJ10%20PDX
2026-03-29 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ10%2520PDX%27 HTTP/1.1" 200 None
2026-03-29 06:06:48 [bca.uk] INFO: Scrape type for MJ10%20PDX: 0
2026-03-29 06:06:48 [bca.uk] INFO: Found listing with ID: RE16%20YZZ
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE16%2520YZZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:49 [bca.uk] INFO: Scrape type for RE16%20YZZ: 2
2026-03-29 06:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c083435-65ea-563e-b79c-126c25d82e5a with identifier: RE16%20YZZ
2026-03-29 06:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c083435-65ea-563e-b79c-126c25d82e5a with scrape type 2
2026-03-29 06:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c083435-65ea-563e-b79c-126c25d82e5a with scrape type 2
2026-03-29 06:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c083435-65ea-563e-b79c-126c25d82e5a, identifier: RE16%20YZZ
2026-03-29 06:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c083435-65ea-563e-b79c-126c25d82e5a with identifier: RE16%20YZZ
2026-03-29 06:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c083435-65ea-563e-b79c-126c25d82e5a with identifier: RE16%20YZZ
2026-03-29 06:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c083435-65ea-563e-b79c-126c25d82e5a with identifier: RE16%20YZZ to the API
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE16%20YZZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2c083435-65ea-563e-b79c-126c25d82e5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE16 YZZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE16%20YZZ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 72301,
'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 POLO 1.2 TSI 90 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TSI 90 MATCH',
'vin': 'WVWZZZ6RZGY263003',
'year': 2016}
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE16%2520YZZ%27 HTTP/1.1" 200 None
2026-03-29 06:06:49 [bca.uk] INFO: Saving data for RE16%20YZZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651516.911818, 'last_price_update_time': 1774764409.384221}
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE16%2520YZZ') HTTP/1.1" 204 0
2026-03-29 06:06:49 [bca.uk] INFO: Found listing with ID: GX08%20LUH
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX08%2520LUH%27 HTTP/1.1" 200 None
2026-03-29 06:06:49 [bca.uk] INFO: Scrape type for GX08%20LUH: 2
2026-03-29 06:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8183e257-9366-5e58-8bf1-680ac93a8559 with identifier: GX08%20LUH
2026-03-29 06:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8183e257-9366-5e58-8bf1-680ac93a8559 with scrape type 2
2026-03-29 06:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8183e257-9366-5e58-8bf1-680ac93a8559 with scrape type 2
2026-03-29 06:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8183e257-9366-5e58-8bf1-680ac93a8559, identifier: GX08%20LUH
2026-03-29 06:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8183e257-9366-5e58-8bf1-680ac93a8559 with identifier: GX08%20LUH
2026-03-29 06:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8183e257-9366-5e58-8bf1-680ac93a8559 with identifier: GX08%20LUH
2026-03-29 06:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8183e257-9366-5e58-8bf1-680ac93a8559 with identifier: GX08%20LUH to the API
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 190,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX08%20LUH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8183e257-9366-5e58-8bf1-680ac93a8559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX08 LUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX08%20LUH&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'RENAULT',
'model': 'KANGOO',
'odometer': 54704,
'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': 'RENAULT KANGOO 1.6 AUTHENTIQUE MPV',
'transmission': 'automatic',
'trim': 'AUTHENTIQUE',
'vin': 'VF1KC0SAA39623011',
'year': 2008}
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX08%2520LUH%27 HTTP/1.1" 200 None
2026-03-29 06:06:49 [bca.uk] INFO: Saving data for GX08%20LUH: {'auction_closing_time': 1774778400.0, 'created_time': 1774651518.763313, 'last_price_update_time': 1774764409.785064}
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX08%2520LUH') HTTP/1.1" 204 0
2026-03-29 06:06:49 [bca.uk] INFO: Found listing with ID: LC59%20TXU
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC59%2520TXU%27 HTTP/1.1" 200 None
2026-03-29 06:06:49 [bca.uk] INFO: Scrape type for LC59%20TXU: 2
2026-03-29 06:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ccb8466-7e5b-531a-9110-916863beba11 with identifier: LC59%20TXU
2026-03-29 06:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ccb8466-7e5b-531a-9110-916863beba11 with scrape type 2
2026-03-29 06:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ccb8466-7e5b-531a-9110-916863beba11 with scrape type 2
2026-03-29 06:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ccb8466-7e5b-531a-9110-916863beba11, identifier: LC59%20TXU
2026-03-29 06:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ccb8466-7e5b-531a-9110-916863beba11 with identifier: LC59%20TXU
2026-03-29 06:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ccb8466-7e5b-531a-9110-916863beba11 with identifier: LC59%20TXU
2026-03-29 06:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ccb8466-7e5b-531a-9110-916863beba11 with identifier: LC59%20TXU to the API
2026-03-29 06:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC59%20TXU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1ccb8466-7e5b-531a-9110-916863beba11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC59 TXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC59%20TXU&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MINI',
'model': 'ONE',
'odometer': 52508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MINI ONE 1.4 Hatchback',
'transmission': 'automatic',
'trim': '',
'vin': 'WMWME32040TM78385',
'year': 2009}
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC59%2520TXU%27 HTTP/1.1" 200 None
2026-03-29 06:06:50 [bca.uk] INFO: Saving data for LC59%20TXU: {'auction_closing_time': 1774778400.0, 'created_time': 1774651516.545772, 'last_price_update_time': 1774764410.181061}
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC59%2520TXU') HTTP/1.1" 204 0
2026-03-29 06:06:50 [bca.uk] INFO: Found listing with ID: LR57%20XYT
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR57%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 06:06:50 [bca.uk] INFO: Scrape type for LR57%20XYT: 2
2026-03-29 06:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 696fe7a9-04b5-5131-aa68-bcf201712df2 with identifier: LR57%20XYT
2026-03-29 06:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 696fe7a9-04b5-5131-aa68-bcf201712df2 with scrape type 2
2026-03-29 06:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 696fe7a9-04b5-5131-aa68-bcf201712df2 with scrape type 2
2026-03-29 06:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 696fe7a9-04b5-5131-aa68-bcf201712df2, identifier: LR57%20XYT
2026-03-29 06:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 696fe7a9-04b5-5131-aa68-bcf201712df2 with identifier: LR57%20XYT
2026-03-29 06:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 696fe7a9-04b5-5131-aa68-bcf201712df2 with identifier: LR57%20XYT
2026-03-29 06:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 696fe7a9-04b5-5131-aa68-bcf201712df2 with identifier: LR57%20XYT to the API
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR57%20XYT-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '696fe7a9-04b5-5131-aa68-bcf201712df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR57 XYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR57%20XYT&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'TOYOTA',
'model': 'PRIUS',
'odometer': 147050,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'TOYOTA PRIUS 1.5 VVTI T3 HYBRID Hatchback',
'transmission': 'automatic',
'trim': 'VVTI T3 HYBRID',
'vin': 'JTDKB20U903304203',
'year': 2007}
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR57%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 06:06:50 [bca.uk] INFO: Saving data for LR57%20XYT: {'auction_closing_time': 1774778400.0, 'created_time': 1774651496.011431, 'last_price_update_time': 1774764410.71347}
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR57%2520XYT') HTTP/1.1" 204 0
2026-03-29 06:06:50 [bca.uk] INFO: Found listing with ID: BK14%20WCG
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 06:06:50 [bca.uk] INFO: Scrape type for BK14%20WCG: 0
2026-03-29 06:06:50 [bca.uk] INFO: Found listing with ID: SN13%20JLU
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520JLU%27 HTTP/1.1" 200 None
2026-03-29 06:06:50 [bca.uk] INFO: Scrape type for SN13%20JLU: 2
2026-03-29 06:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874fa7ae-a32e-5413-8982-d89948bc9c26 with identifier: SN13%20JLU
2026-03-29 06:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874fa7ae-a32e-5413-8982-d89948bc9c26 with scrape type 2
2026-03-29 06:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874fa7ae-a32e-5413-8982-d89948bc9c26 with scrape type 2
2026-03-29 06:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874fa7ae-a32e-5413-8982-d89948bc9c26, identifier: SN13%20JLU
2026-03-29 06:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874fa7ae-a32e-5413-8982-d89948bc9c26 with identifier: SN13%20JLU
2026-03-29 06:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874fa7ae-a32e-5413-8982-d89948bc9c26 with identifier: SN13%20JLU
2026-03-29 06:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874fa7ae-a32e-5413-8982-d89948bc9c26 with identifier: SN13%20JLU to the API
2026-03-29 06:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN13%20JLU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '874fa7ae-a32e-5413-8982-d89948bc9c26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN13 JLU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN13%20JLU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 66764,
'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': 'VF3CA8FP0CW095708',
'year': 2013}
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520JLU%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Saving data for SN13%20JLU: {'auction_closing_time': 1774778400.0, 'created_time': 1774651509.815086, 'last_price_update_time': 1774764411.113657}
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN13%2520JLU') HTTP/1.1" 204 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: FH68%20GOC
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520GOC%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for FH68%20GOC: 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: MJ18%20TFA
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for MJ18%20TFA: 2
2026-03-29 06:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3522c97e-006e-509f-ba08-65a21e6a3c77 with identifier: MJ18%20TFA
2026-03-29 06:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3522c97e-006e-509f-ba08-65a21e6a3c77 with scrape type 2
2026-03-29 06:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3522c97e-006e-509f-ba08-65a21e6a3c77 with scrape type 2
2026-03-29 06:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3522c97e-006e-509f-ba08-65a21e6a3c77, identifier: MJ18%20TFA
2026-03-29 06:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3522c97e-006e-509f-ba08-65a21e6a3c77 with identifier: MJ18%20TFA
2026-03-29 06:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3522c97e-006e-509f-ba08-65a21e6a3c77 with identifier: MJ18%20TFA
2026-03-29 06:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3522c97e-006e-509f-ba08-65a21e6a3c77 with identifier: MJ18%20TFA to the API
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ18%20TFA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3522c97e-006e-509f-ba08-65a21e6a3c77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ18 TFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ18%20TFA&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 57595,
'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 SPORTAGE 1.6 T GDI GT-LINE StationWagon',
'transmission': 'manual',
'trim': 'T GDI GT-LINE',
'vin': 'U5YPK816LJL512154',
'year': 2018}
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Saving data for MJ18%20TFA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564334.133651, 'last_price_update_time': 1774764411.528753}
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520TFA') HTTP/1.1" 204 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: AE69%20JHY
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520JHY%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for AE69%20JHY: 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: BN22%20KRF
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520KRF%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for BN22%20KRF: 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: CU22%20ZXR
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520ZXR%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for CU22%20ZXR: 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: FD71%20JXN
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD71%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for FD71%20JXN: 0
2026-03-29 06:06:51 [bca.uk] INFO: Found listing with ID: FH73%20MKE
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520MKE%27 HTTP/1.1" 200 None
2026-03-29 06:06:51 [bca.uk] INFO: Scrape type for FH73%20MKE: 2
2026-03-29 06:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE
2026-03-29 06:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33dc2dc7-a61a-59b9-9431-0caf55373290 with scrape type 2
2026-03-29 06:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33dc2dc7-a61a-59b9-9431-0caf55373290 with scrape type 2
2026-03-29 06:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33dc2dc7-a61a-59b9-9431-0caf55373290, identifier: FH73%20MKE
2026-03-29 06:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE
2026-03-29 06:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE
2026-03-29 06:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE to the API
2026-03-29 06:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 221,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH73%20MKE-GB',
'category': 'LightCommercialVehicle',
'color': 'green',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '33dc2dc7-a61a-59b9-9431-0caf55373290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FH73 MKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH73%20MKE&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DEFENDER 90',
'odometer': 24891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 44000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 90 3.0 D250 AWD HSE HARD TOP Van',
'transmission': 'automatic',
'trim': 'D250 AWD HSE HARD TOP',
'vin': 'SALEACAW8R2293938',
'year': 2024}
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Saving data for FH73%20MKE: {'auction_closing_time': 1774854000.0, 'created_time': 1773839535.593156, 'last_price_update_time': 1774764412.01067}
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH73%2520MKE') HTTP/1.1" 204 0
2026-03-29 06:06:52 [bca.uk] INFO: Found listing with ID: KE72%20LSK
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Scrape type for KE72%20LSK: 0
2026-03-29 06:06:52 [bca.uk] INFO: Found listing with ID: N28%20CVL
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Scrape type for N28%20CVL: 2
2026-03-29 06:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL
2026-03-29 06:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91858d7b-40a1-5162-81db-18dfdfd5856e with scrape type 2
2026-03-29 06:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91858d7b-40a1-5162-81db-18dfdfd5856e with scrape type 2
2026-03-29 06:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91858d7b-40a1-5162-81db-18dfdfd5856e, identifier: N28%20CVL
2026-03-29 06:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL
2026-03-29 06:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL
2026-03-29 06:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL to the API
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N28%20CVL-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '91858d7b-40a1-5162-81db-18dfdfd5856e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'N28 CVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=N28%20CVL&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 84419,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 SE Van',
'transmission': 'automatic',
'trim': 'SD4 240 SE',
'vin': 'SALRACAN6K2412312',
'year': 2019}
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Saving data for N28%20CVL: {'auction_closing_time': 1774854000.0, 'created_time': 1773821809.64925, 'last_price_update_time': 1774764412.545763}
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N28%2520CVL') HTTP/1.1" 204 0
2026-03-29 06:06:52 [bca.uk] INFO: Found listing with ID: NV19%20EUZ
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Scrape type for NV19%20EUZ: 0
2026-03-29 06:06:52 [bca.uk] INFO: Found listing with ID: OV19%20VEK
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Scrape type for OV19%20VEK: 2
2026-03-29 06:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK
2026-03-29 06:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec8824a6-4916-54f5-a263-e45dac190f41 with scrape type 2
2026-03-29 06:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec8824a6-4916-54f5-a263-e45dac190f41 with scrape type 2
2026-03-29 06:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec8824a6-4916-54f5-a263-e45dac190f41, identifier: OV19%20VEK
2026-03-29 06:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK
2026-03-29 06:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK
2026-03-29 06:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK to the API
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV19%20VEK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec8824a6-4916-54f5-a263-e45dac190f41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV19 VEK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV19%20VEK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 86255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 P250 AWD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'P250 AWD R-DYNAMIC HSE',
'vin': 'SADFA2AX8K1Z55905',
'year': 2019}
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:52 [bca.uk] INFO: Saving data for OV19%20VEK: {'auction_closing_time': 1774854000.0, 'created_time': 1773908406.469319, 'last_price_update_time': 1774764412.962472}
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV19%2520VEK') HTTP/1.1" 204 0
2026-03-29 06:06:52 [bca.uk] INFO: Found listing with ID: OV23%20GWX
2026-03-29 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:52 [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 06:06:53 [bca.uk] INFO: Scrape type for OV23%20GWX: 2
2026-03-29 06:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX
2026-03-29 06:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with scrape type 2
2026-03-29 06:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with scrape type 2
2026-03-29 06:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed, identifier: OV23%20GWX
2026-03-29 06:06:53 [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 06:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX
2026-03-29 06:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX
2026-03-29 06:06:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX to the API
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20GWX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '8dcf7363-2e9e-588a-abdd-7dc027bd75ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV23 GWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20GWX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'POLESTAR',
'model': '2',
'odometer': 45439,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14800,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '170KW 78KWH SM2 LONG RANGE',
'vin': 'YSMVSEGE9PL144173',
'year': 2023}
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:53 [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 06:06:53 [bca.uk] INFO: Saving data for OV23%20GWX: {'auction_closing_time': 1774854000.0, 'created_time': 1774390091.544648, 'last_price_update_time': 1774764413.365757}
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520GWX') HTTP/1.1" 204 0
2026-03-29 06:06:53 [bca.uk] INFO: Found listing with ID: OY20%20RGO
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:53 [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 06:06:53 [bca.uk] INFO: Scrape type for OY20%20RGO: 2
2026-03-29 06:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO
2026-03-29 06:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f39414-5262-5ae9-9972-2fb2e3658fa6 with scrape type 2
2026-03-29 06:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f39414-5262-5ae9-9972-2fb2e3658fa6 with scrape type 2
2026-03-29 06:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87f39414-5262-5ae9-9972-2fb2e3658fa6, identifier: OY20%20RGO
2026-03-29 06:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO
2026-03-29 06:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO
2026-03-29 06:06:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO to the API
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06: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 06:06:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 290,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY20%20RGO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '87f39414-5262-5ae9-9972-2fb2e3658fa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY20 RGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY20%20RGO&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 63693,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 36500,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 V8 S/C 575 SVR StationWagon',
'transmission': 'automatic',
'trim': 'V8 S/C 575 SVR',
'vin': 'SALWA2AE4LA716744',
'year': 2020}
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:53 [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 06:06:53 [bca.uk] INFO: Saving data for OY20%20RGO: {'auction_closing_time': 1774854000.0, 'created_time': 1774391627.841161, 'last_price_update_time': 1774764413.765768}
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY20%2520RGO') HTTP/1.1" 204 0
2026-03-29 06:06:53 [bca.uk] INFO: Found listing with ID: RJ70%20WKD
2026-03-29 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:53 [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 06:06:53 [bca.uk] INFO: Scrape type for RJ70%20WKD: 2
2026-03-29 06:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD
2026-03-29 06:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e86c2a75-4323-520b-9fac-c34a3b6b9bcb with scrape type 2
2026-03-29 06:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e86c2a75-4323-520b-9fac-c34a3b6b9bcb with scrape type 2
2026-03-29 06:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e86c2a75-4323-520b-9fac-c34a3b6b9bcb, identifier: RJ70%20WKD
2026-03-29 06:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD
2026-03-29 06:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD
2026-03-29 06:06:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD to the API
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ70%20WKD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'e86c2a75-4323-520b-9fac-c34a3b6b9bcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ70 WKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ70%20WKD&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 93011,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D200 R-DYNAMIC S PLUS (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'D200 R-DYNAMIC S PLUS (5ST)',
'vin': 'SALCA2ANXMH886389',
'year': 2020}
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520WKD%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Saving data for RJ70%20WKD: {'auction_closing_time': 1774854000.0, 'created_time': 1773908364.106559, 'last_price_update_time': 1774764414.176229}
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ70%2520WKD') HTTP/1.1" 204 0
2026-03-29 06:06:54 [bca.uk] INFO: Total items found: 100
2026-03-29 06:06:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded
2026-03-29 06:06:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:06:54 [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 06:06:54 [bca.uk] INFO: Found listing with ID: SJ21%20YDN
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520YDN%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for SJ21%20YDN: 0
2026-03-29 06:06:54 [bca.uk] INFO: Found listing with ID: WR65%20VAA
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR65%2520VAA%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for WR65%20VAA: 0
2026-03-29 06:06:54 [bca.uk] INFO: Found listing with ID: BF65%20UEM
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520UEM%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for BF65%20UEM: 2
2026-03-29 06:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23af453-06ae-5839-b418-f89bc9ebc849 with identifier: BF65%20UEM
2026-03-29 06:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23af453-06ae-5839-b418-f89bc9ebc849 with scrape type 2
2026-03-29 06:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23af453-06ae-5839-b418-f89bc9ebc849 with scrape type 2
2026-03-29 06:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f23af453-06ae-5839-b418-f89bc9ebc849, identifier: BF65%20UEM
2026-03-29 06:06:54 [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 06:06:54 [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 06:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f23af453-06ae-5839-b418-f89bc9ebc849 with identifier: BF65%20UEM
2026-03-29 06:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f23af453-06ae-5839-b418-f89bc9ebc849 with identifier: BF65%20UEM
2026-03-29 06:06:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f23af453-06ae-5839-b418-f89bc9ebc849 with identifier: BF65%20UEM to the API
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF65%20UEM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f23af453-06ae-5839-b418-f89bc9ebc849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF65 UEM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF65%20UEM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 81913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 90 E/F SRI Hatchback',
'transmission': 'manual',
'trim': '90 E/F SRI',
'vin': 'W0L0XEP68F4308135',
'year': 2015}
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520UEM%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Saving data for BF65%20UEM: {'auction_closing_time': 1774778400.0, 'created_time': 1774564582.158703, 'last_price_update_time': 1774764414.640814}
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520UEM') HTTP/1.1" 204 0
2026-03-29 06:06:54 [bca.uk] INFO: Found listing with ID: OY25%20GNO
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for OY25%20GNO: 2
2026-03-29 06:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO
2026-03-29 06:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c5e618-49f2-5593-879b-c6a698373d2c with scrape type 2
2026-03-29 06:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c5e618-49f2-5593-879b-c6a698373d2c with scrape type 2
2026-03-29 06:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16c5e618-49f2-5593-879b-c6a698373d2c, identifier: OY25%20GNO
2026-03-29 06:06: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 06:06:54 [bca.uk] INFO: Found listing with ID: BK66%20UHO
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK66%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for BK66%20UHO: 0
2026-03-29 06:06:54 [bca.uk] INFO: Found listing with ID: BN16%20NVM
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN16%2520NVM%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for BN16%20NVM: 0
2026-03-29 06:06:54 [bca.uk] INFO: Found listing with ID: DF15%20DVU
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520DVU%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for DF15%20DVU: 0
2026-03-29 06:06:54 [bca.uk] INFO: Found listing with ID: DS65%20TDO
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 06:06:54 [bca.uk] INFO: Scrape type for DS65%20TDO: 2
2026-03-29 06:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f598d1fe-cf21-501a-b73a-3f347449d03f with identifier: DS65%20TDO
2026-03-29 06:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f598d1fe-cf21-501a-b73a-3f347449d03f with scrape type 2
2026-03-29 06:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f598d1fe-cf21-501a-b73a-3f347449d03f with scrape type 2
2026-03-29 06:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f598d1fe-cf21-501a-b73a-3f347449d03f, identifier: DS65%20TDO
2026-03-29 06:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO
2026-03-29 06:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO
2026-03-29 06:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO to the API
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY25%20GNO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '16c5e618-49f2-5593-879b-c6a698373d2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OY25 GNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY25%20GNO&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'POLESTAR',
'model': '4',
'odometer': 6262,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 31500,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'POLESTAR 4 200KW 100KWH SM LR PLUS Coupe',
'transmission': 'automatic',
'trim': '200KW 100KWH SM LR PLUS',
'vin': 'YSM4ZPBA5SF424431',
'year': 2025}
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 06:06:55 [bca.uk] INFO: Saving data for OY25%20GNO: {'auction_closing_time': 1774854000.0, 'created_time': 1773841079.940411, 'last_price_update_time': 1774764415.194222}
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY25%2520GNO') HTTP/1.1" 204 0
2026-03-29 06:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f598d1fe-cf21-501a-b73a-3f347449d03f with identifier: DS65%20TDO
2026-03-29 06:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f598d1fe-cf21-501a-b73a-3f347449d03f with identifier: DS65%20TDO
2026-03-29 06:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f598d1fe-cf21-501a-b73a-3f347449d03f with identifier: DS65%20TDO to the API
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS65%20TDO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f598d1fe-cf21-501a-b73a-3f347449d03f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS65 TDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS65%20TDO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '308',
'odometer': 88176,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 1.6 E-THP 205 GT Hatchback',
'transmission': 'manual',
'trim': 'E-THP 205 GT',
'vin': 'VF3L35GTHFS297612',
'year': 2015}
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 06:06:55 [bca.uk] INFO: Saving data for DS65%20TDO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564314.085492, 'last_price_update_time': 1774764415.569342}
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS65%2520TDO') HTTP/1.1" 204 0
2026-03-29 06:06:55 [bca.uk] INFO: Found listing with ID: PE71%20XBG
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 06:06:55 [bca.uk] INFO: Scrape type for PE71%20XBG: 2
2026-03-29 06:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG
2026-03-29 06:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb7f0fd8-2dd3-5788-99ee-075b573d407e with scrape type 2
2026-03-29 06:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb7f0fd8-2dd3-5788-99ee-075b573d407e with scrape type 2
2026-03-29 06:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb7f0fd8-2dd3-5788-99ee-075b573d407e, identifier: PE71%20XBG
2026-03-29 06:06:55 [bca.uk] INFO: Found listing with ID: EK15%20BVP
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520BVP%27 HTTP/1.1" 200 None
2026-03-29 06:06:55 [bca.uk] INFO: Scrape type for EK15%20BVP: 2
2026-03-29 06:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef58e88e-b1fa-5f14-bebb-1c7e420e1836 with identifier: EK15%20BVP
2026-03-29 06:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef58e88e-b1fa-5f14-bebb-1c7e420e1836 with scrape type 2
2026-03-29 06:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef58e88e-b1fa-5f14-bebb-1c7e420e1836 with scrape type 2
2026-03-29 06:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef58e88e-b1fa-5f14-bebb-1c7e420e1836, identifier: EK15%20BVP
2026-03-29 06:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG
2026-03-29 06:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG
2026-03-29 06:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG to the API
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE71%20XBG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'cb7f0fd8-2dd3-5788-99ee-075b573d407e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PE71 XBG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE71%20XBG&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'AUDI',
'model': 'Q4 E-TRON S/B',
'odometer': 83859,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13200,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH S LINE Coupe',
'transmission': 'automatic',
'trim': '40 150KW 82KWH S LINE',
'vin': 'WAUZZZFZ2NP021063',
'year': 2022}
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 06:06:56 [bca.uk] INFO: Saving data for PE71%20XBG: {'auction_closing_time': 1774854000.0, 'created_time': 1773833210.730312, 'last_price_update_time': 1774764416.065486}
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE71%2520XBG') HTTP/1.1" 204 0
2026-03-29 06:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef58e88e-b1fa-5f14-bebb-1c7e420e1836 with identifier: EK15%20BVP
2026-03-29 06:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef58e88e-b1fa-5f14-bebb-1c7e420e1836 with identifier: EK15%20BVP
2026-03-29 06:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef58e88e-b1fa-5f14-bebb-1c7e420e1836 with identifier: EK15%20BVP to the API
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 90,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20BVP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ef58e88e-b1fa-5f14-bebb-1c7e420e1836',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK15 BVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK15%20BVP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 102864,
'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.5 DCI 110 GT LINE TOM TOM Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 GT LINE TOM TOM',
'vin': 'VF1BZ140653174615',
'year': 2015}
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520BVP%27 HTTP/1.1" 200 None
2026-03-29 06:06:56 [bca.uk] INFO: Saving data for EK15%20BVP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564563.460373, 'last_price_update_time': 1774764416.367381}
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520BVP') HTTP/1.1" 204 0
2026-03-29 06:06:56 [bca.uk] INFO: Found listing with ID: RF70%20EGV
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF70%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:56 [bca.uk] INFO: Scrape type for RF70%20EGV: 2
2026-03-29 06:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV
2026-03-29 06:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c8de66a-7f30-5310-93fb-5bc9d6176753 with scrape type 2
2026-03-29 06:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c8de66a-7f30-5310-93fb-5bc9d6176753 with scrape type 2
2026-03-29 06:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c8de66a-7f30-5310-93fb-5bc9d6176753, identifier: RF70%20EGV
2026-03-29 06:06:56 [bca.uk] INFO: Found listing with ID: HJ67%20ZKN
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ67%2520ZKN%27 HTTP/1.1" 200 None
2026-03-29 06:06:56 [bca.uk] INFO: Scrape type for HJ67%20ZKN: 0
2026-03-29 06:06:56 [bca.uk] INFO: Found listing with ID: LV14%20OLB
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520OLB%27 HTTP/1.1" 200 None
2026-03-29 06:06:56 [bca.uk] INFO: Scrape type for LV14%20OLB: 2
2026-03-29 06:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8 with identifier: LV14%20OLB
2026-03-29 06:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8 with scrape type 2
2026-03-29 06:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8 with scrape type 2
2026-03-29 06:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8, identifier: LV14%20OLB
2026-03-29 06:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV
2026-03-29 06:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV
2026-03-29 06:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV to the API
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF70%20EGV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3c8de66a-7f30-5310-93fb-5bc9d6176753',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF70 EGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF70%20EGV&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 43287,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19800,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC HSE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P300E R-DYNAMIC HSE (5ST)',
'vin': 'SALCA2AT8MH888835',
'year': 2021}
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF70%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 06:06:56 [bca.uk] INFO: Saving data for RF70%20EGV: {'auction_closing_time': 1774854000.0, 'created_time': 1774276441.58571, 'last_price_update_time': 1774764416.88227}
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF70%2520EGV') HTTP/1.1" 204 0
2026-03-29 06:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8 with identifier: LV14%20OLB
2026-03-29 06:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8 with identifier: LV14%20OLB
2026-03-29 06:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8 with identifier: LV14%20OLB to the API
2026-03-29 06:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV14%20OLB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '94f6e1a6-bb15-5e44-ade1-9f88c6c7d5c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV14 OLB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV14%20OLB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': '116I',
'odometer': 113805,
'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 116I 1.6 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBA1A12090P558308',
'year': 2014}
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520OLB%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Saving data for LV14%20OLB: {'auction_closing_time': 1774778400.0, 'created_time': 1774564565.013035, 'last_price_update_time': 1774764417.169987}
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV14%2520OLB') HTTP/1.1" 204 0
2026-03-29 06:06:57 [bca.uk] INFO: Found listing with ID: RV23%20WJK
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Scrape type for RV23%20WJK: 0
2026-03-29 06:06:57 [bca.uk] INFO: Found listing with ID: SG22%20ORL
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520ORL%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Scrape type for SG22%20ORL: 0
2026-03-29 06:06:57 [bca.uk] INFO: Found listing with ID: SM22%20NNB
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Scrape type for SM22%20NNB: 2
2026-03-29 06:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB
2026-03-29 06:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with scrape type 2
2026-03-29 06:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with scrape type 2
2026-03-29 06:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b, identifier: SM22%20NNB
2026-03-29 06:06:57 [bca.uk] INFO: Found listing with ID: SY64%20TWV
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY64%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Scrape type for SY64%20TWV: 0
2026-03-29 06:06:57 [bca.uk] INFO: Found listing with ID: WN16%20YNB
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520YNB%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Scrape type for WN16%20YNB: 2
2026-03-29 06:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e080f352-edac-584b-a47b-6a5f1526e41c with identifier: WN16%20YNB
2026-03-29 06:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e080f352-edac-584b-a47b-6a5f1526e41c with scrape type 2
2026-03-29 06:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e080f352-edac-584b-a47b-6a5f1526e41c with scrape type 2
2026-03-29 06:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e080f352-edac-584b-a47b-6a5f1526e41c, identifier: WN16%20YNB
2026-03-29 06:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB
2026-03-29 06:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB
2026-03-29 06:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB to the API
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM22%20NNB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '466c7d53-69b2-59eb-b0d8-7933fa28fd9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SM22 NNB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM22%20NNB&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'PORSCHE',
'model': 'TAYCAN',
'odometer': 58433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 34000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PORSCHE TAYCAN 420KW 93KWH 4S (5ST) Saloon',
'transmission': 'automatic',
'trim': '420KW 93KWH 4S (5ST)',
'vin': 'WP0ZZZY1ZNSA37776',
'year': 2022}
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 06:06:57 [bca.uk] INFO: Saving data for SM22%20NNB: {'auction_closing_time': 1774854000.0, 'created_time': 1774276855.413902, 'last_price_update_time': 1774764417.726413}
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM22%2520NNB') HTTP/1.1" 204 0
2026-03-29 06:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e080f352-edac-584b-a47b-6a5f1526e41c with identifier: WN16%20YNB
2026-03-29 06:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e080f352-edac-584b-a47b-6a5f1526e41c with identifier: WN16%20YNB
2026-03-29 06:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e080f352-edac-584b-a47b-6a5f1526e41c with identifier: WN16%20YNB to the API
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN16%20YNB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e080f352-edac-584b-a47b-6a5f1526e41c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN16 YNB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN16%20YNB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 63066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.6 ONE Hatchback',
'transmission': 'manual',
'trim': 'ONE',
'vin': 'WMWZA32050WN27982',
'year': 2016}
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520YNB%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Saving data for WN16%20YNB: {'auction_closing_time': 1774778400.0, 'created_time': 1774651469.043078, 'last_price_update_time': 1774764418.022672}
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN16%2520YNB') HTTP/1.1" 204 0
2026-03-29 06:06:58 [bca.uk] INFO: Found listing with ID: VO23%20NNV
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NNV%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Scrape type for VO23%20NNV: 2
2026-03-29 06:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV
2026-03-29 06:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with scrape type 2
2026-03-29 06:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with scrape type 2
2026-03-29 06:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd, identifier: VO23%20NNV
2026-03-29 06:06:58 [bca.uk] INFO: Found listing with ID: AF16%20VPJ
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520VPJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Scrape type for AF16%20VPJ: 2
2026-03-29 06:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d76154f1-bf31-56c5-b432-116f0e81f648 with identifier: AF16%20VPJ
2026-03-29 06:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d76154f1-bf31-56c5-b432-116f0e81f648 with scrape type 2
2026-03-29 06:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d76154f1-bf31-56c5-b432-116f0e81f648 with scrape type 2
2026-03-29 06:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d76154f1-bf31-56c5-b432-116f0e81f648, identifier: AF16%20VPJ
2026-03-29 06:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV
2026-03-29 06:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV
2026-03-29 06:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV to the API
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO23%20NNV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VO23 NNV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO23%20NNV&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 18004,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD EDITION Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD EDITION',
'vin': 'SALZA2AT4PH214387',
'year': 2023}
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NNV%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Saving data for VO23%20NNV: {'auction_closing_time': 1774854000.0, 'created_time': 1774276307.155155, 'last_price_update_time': 1774764418.572936}
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO23%2520NNV') HTTP/1.1" 204 0
2026-03-29 06:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d76154f1-bf31-56c5-b432-116f0e81f648 with identifier: AF16%20VPJ
2026-03-29 06:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d76154f1-bf31-56c5-b432-116f0e81f648 with identifier: AF16%20VPJ
2026-03-29 06:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d76154f1-bf31-56c5-b432-116f0e81f648 with identifier: AF16%20VPJ to the API
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF16%20VPJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd76154f1-bf31-56c5-b432-116f0e81f648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF16 VPJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF16%20VPJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 78046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'SEAT IBIZA 1.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'VSSZZZ6JZHR030270',
'year': 2016}
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520VPJ%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Saving data for AF16%20VPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564310.007046, 'last_price_update_time': 1774764418.939291}
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF16%2520VPJ') HTTP/1.1" 204 0
2026-03-29 06:06:58 [bca.uk] INFO: Found listing with ID: WD24%20HDC
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD24%2520HDC%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Scrape type for WD24%20HDC: 0
2026-03-29 06:06:58 [bca.uk] INFO: Found listing with ID: WG72%20ORF
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520ORF%27 HTTP/1.1" 200 None
2026-03-29 06:06:58 [bca.uk] INFO: Scrape type for WG72%20ORF: 0
2026-03-29 06:06:58 [bca.uk] INFO: Found listing with ID: WR71%20ZHH
2026-03-29 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Scrape type for WR71%20ZHH: 2
2026-03-29 06:06:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH
2026-03-29 06:06:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with scrape type 2
2026-03-29 06:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with scrape type 2
2026-03-29 06:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214, identifier: WR71%20ZHH
2026-03-29 06:06:59 [bca.uk] INFO: Found listing with ID: AU16%20ZSX
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520ZSX%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Scrape type for AU16%20ZSX: 0
2026-03-29 06:06:59 [bca.uk] INFO: Found listing with ID: AF22%20UDK
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UDK%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Scrape type for AF22%20UDK: 2
2026-03-29 06:06:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK
2026-03-29 06:06:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6bda392-a39d-552c-8203-9e5da27d5248 with scrape type 2
2026-03-29 06:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6bda392-a39d-552c-8203-9e5da27d5248 with scrape type 2
2026-03-29 06:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6bda392-a39d-552c-8203-9e5da27d5248, identifier: AF22%20UDK
2026-03-29 06:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH
2026-03-29 06:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH
2026-03-29 06:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH to the API
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR71%20ZHH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8dfdb6cf-181f-548b-a7a7-5dd6f79c8214',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR71 ZHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR71%20ZHH&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 24004,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19200,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT1NH166053',
'year': 2021}
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Saving data for WR71%20ZHH: {'auction_closing_time': 1774854000.0, 'created_time': 1774276355.44794, 'last_price_update_time': 1774764419.515873}
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR71%2520ZHH') HTTP/1.1" 204 0
2026-03-29 06:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK
2026-03-29 06:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK
2026-03-29 06:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK to the API
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20UDK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'e6bda392-a39d-552c-8203-9e5da27d5248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF22 UDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20UDK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 40667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 RWD Saloon',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRW3F7FS2NC505005',
'year': 2022}
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UDK%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Saving data for AF22%20UDK: {'auction_closing_time': 1774854000.0, 'created_time': 1774390427.46472, 'last_price_update_time': 1774764419.845115}
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520UDK') HTTP/1.1" 204 0
2026-03-29 06:06:59 [bca.uk] INFO: Found listing with ID: WX23%20GXK
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX23%2520GXK%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Scrape type for WX23%20GXK: 2
2026-03-29 06:06:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK
2026-03-29 06:06:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1beda86b-a252-568d-8abc-d695dd06b275 with scrape type 2
2026-03-29 06:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1beda86b-a252-568d-8abc-d695dd06b275 with scrape type 2
2026-03-29 06:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1beda86b-a252-568d-8abc-d695dd06b275, identifier: WX23%20GXK
2026-03-29 06:06:59 [bca.uk] INFO: Found listing with ID: AW21%20DVU
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AW21%2520DVU%27 HTTP/1.1" 200 None
2026-03-29 06:06:59 [bca.uk] INFO: Scrape type for AW21%20DVU: 0
2026-03-29 06:06:59 [bca.uk] INFO: Found listing with ID: BP72%20FTD
2026-03-29 06:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Scrape type for BP72%20FTD: 0
2026-03-29 06:07:00 [bca.uk] INFO: Found listing with ID: BP72%20ZZO
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520ZZO%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Scrape type for BP72%20ZZO: 2
2026-03-29 06:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO
2026-03-29 06:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with scrape type 2
2026-03-29 06:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with scrape type 2
2026-03-29 06:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc, identifier: BP72%20ZZO
2026-03-29 06:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK
2026-03-29 06:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK
2026-03-29 06:07:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK to the API
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 53,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX23%20GXK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '1beda86b-a252-568d-8abc-d695dd06b275',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WX23 GXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX23%20GXK&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 37599,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 29000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 P400E AWD R-DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'P400E AWD R-DYNAMIC BLACK',
'vin': 'SADCA2AY5PA717822',
'year': 2023}
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX23%2520GXK%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Saving data for WX23%20GXK: {'auction_closing_time': 1774854000.0, 'created_time': 1774276781.107989, 'last_price_update_time': 1774764420.402642}
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX23%2520GXK') HTTP/1.1" 204 0
2026-03-29 06:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO
2026-03-29 06:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO
2026-03-29 06:07:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO to the API
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20ZZO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '618980eb-a6c0-50b2-87f0-2c7dc2b06ddc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP72 ZZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20ZZO&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 26091,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20500,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT8PH213002',
'year': 2023}
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520ZZO%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Saving data for BP72%20ZZO: {'auction_closing_time': 1774854000.0, 'created_time': 1774276768.479943, 'last_price_update_time': 1774764420.693364}
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520ZZO') HTTP/1.1" 204 0
2026-03-29 06:07:00 [bca.uk] INFO: Found listing with ID: YK22%20TBV
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Scrape type for YK22%20TBV: 2
2026-03-29 06:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV
2026-03-29 06:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c52020-3374-5859-a1d7-08be99d8ee52 with scrape type 2
2026-03-29 06:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c52020-3374-5859-a1d7-08be99d8ee52 with scrape type 2
2026-03-29 06:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63c52020-3374-5859-a1d7-08be99d8ee52, identifier: YK22%20TBV
2026-03-29 06:07:00 [bca.uk] INFO: Found listing with ID: CV23%20KXX
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Scrape type for CV23%20KXX: 0
2026-03-29 06:07:00 [bca.uk] INFO: Found listing with ID: DE23%20JPO
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520JPO%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Scrape type for DE23%20JPO: 0
2026-03-29 06:07:00 [bca.uk] INFO: Found listing with ID: DG24%20FYS
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-29 06:07:00 [bca.uk] INFO: Scrape type for DG24%20FYS: 2
2026-03-29 06:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS
2026-03-29 06:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with scrape type 2
2026-03-29 06:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with scrape type 2
2026-03-29 06:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84, identifier: DG24%20FYS
2026-03-29 06:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV
2026-03-29 06:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV
2026-03-29 06:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV to the API
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20TBV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '63c52020-3374-5859-a1d7-08be99d8ee52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK22 TBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20TBV&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 19299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC S StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC S',
'vin': 'SADCA2AN4NA701128',
'year': 2022}
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK22%2520TBV%27 HTTP/1.1" 200 None
2026-03-29 06:07:01 [bca.uk] INFO: Saving data for YK22%20TBV: {'auction_closing_time': 1774854000.0, 'created_time': 1774276420.102865, 'last_price_update_time': 1774764421.283029}
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520TBV') HTTP/1.1" 204 0
2026-03-29 06:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS
2026-03-29 06:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS
2026-03-29 06:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS to the API
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20FYS-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'bc2e1758-9d8a-50b5-bcd2-4b913aea6e84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DG24 FYS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20FYS&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'GWM ORA',
'model': 'ORA 03',
'odometer': 1779,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
'transmission': 'automatic',
'trim': '126KW 48KWH PURE+',
'vin': 'LGWEEUA54NK644466',
'year': 2024}
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-29 06:07:01 [bca.uk] INFO: Saving data for DG24%20FYS: {'auction_closing_time': 1774854000.0, 'created_time': 1774276852.689191, 'last_price_update_time': 1774764421.67587}
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520FYS') HTTP/1.1" 204 0
2026-03-29 06:07:01 [bca.uk] INFO: Found listing with ID: YK22%20TEO
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK22%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 06:07:01 [bca.uk] INFO: Scrape type for YK22%20TEO: 2
2026-03-29 06:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO
2026-03-29 06:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with scrape type 2
2026-03-29 06:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with scrape type 2
2026-03-29 06:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d, identifier: YK22%20TEO
2026-03-29 06:07:01 [bca.uk] INFO: Found listing with ID: FJ21%20VJM
2026-03-29 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-29 06:07:01 [bca.uk] INFO: Scrape type for FJ21%20VJM: 2
2026-03-29 06:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM
2026-03-29 06:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ffae64-d942-5833-9db0-aaf1c81712ff with scrape type 2
2026-03-29 06:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09ffae64-d942-5833-9db0-aaf1c81712ff with scrape type 2
2026-03-29 06:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09ffae64-d942-5833-9db0-aaf1c81712ff, identifier: FJ21%20VJM
2026-03-29 06:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO
2026-03-29 06:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO
2026-03-29 06:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO to the API
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20TEO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'd1b79505-6c3d-5fda-9bb1-f94c91dc6b8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK22 TEO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20TEO&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 28252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23200,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC S StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC S',
'vin': 'SADCA2AN3NA693457',
'year': 2022}
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK22%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Saving data for YK22%20TEO: {'auction_closing_time': 1774854000.0, 'created_time': 1773825819.136107, 'last_price_update_time': 1774764422.183955}
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520TEO') HTTP/1.1" 204 0
2026-03-29 06:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM
2026-03-29 06:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM
2026-03-29 06:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM to the API
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 83,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ21%20VJM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '09ffae64-d942-5833-9db0-aaf1c81712ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FJ21 VJM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ21%20VJM&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 45455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 26500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE DYNAMIC BLACK',
'vin': 'SALWA2AY0MA779660',
'year': 2021}
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Saving data for FJ21%20VJM: {'auction_closing_time': 1774854000.0, 'created_time': 1774390627.881411, 'last_price_update_time': 1774764422.474008}
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ21%2520VJM') HTTP/1.1" 204 0
2026-03-29 06:07:02 [bca.uk] INFO: Found listing with ID: YK72%20UPF
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK72%2520UPF%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Scrape type for YK72%20UPF: 0
2026-03-29 06:07:02 [bca.uk] INFO: Found listing with ID: YP72%20NTM
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP72%2520NTM%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Scrape type for YP72%20NTM: 0
2026-03-29 06:07:02 [bca.uk] INFO: Found listing with ID: YR72%20HSU
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR72%2520HSU%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Scrape type for YR72%20HSU: 0
2026-03-29 06:07:02 [bca.uk] INFO: Found listing with ID: YT72%20CDF
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT72%2520CDF%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Scrape type for YT72%20CDF: 2
2026-03-29 06:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF
2026-03-29 06:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with scrape type 2
2026-03-29 06:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with scrape type 2
2026-03-29 06:07:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce, identifier: YT72%20CDF
2026-03-29 06:07:02 [bca.uk] INFO: Found listing with ID: FJ71%20TZW
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ71%2520TZW%27 HTTP/1.1" 200 None
2026-03-29 06:07:02 [bca.uk] INFO: Scrape type for FJ71%20TZW: 2
2026-03-29 06:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW
2026-03-29 06:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with scrape type 2
2026-03-29 06:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with scrape type 2
2026-03-29 06:07:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654, identifier: FJ71%20TZW
2026-03-29 06:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF
2026-03-29 06:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF
2026-03-29 06:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF to the API
2026-03-29 06:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT72%20CDF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '3e3aa3e4-75ae-5f0f-a73d-3678348777ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YT72 CDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT72%20CDF&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 45011,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 BLACK (11KW)',
'vin': 'SADHA2A14P1628042',
'year': 2022}
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT72%2520CDF%27 HTTP/1.1" 200 None
2026-03-29 06:07:03 [bca.uk] INFO: Saving data for YT72%20CDF: {'auction_closing_time': 1774854000.0, 'created_time': 1774276451.273065, 'last_price_update_time': 1774764423.04478}
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT72%2520CDF') HTTP/1.1" 204 0
2026-03-29 06:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW
2026-03-29 06:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW
2026-03-29 06:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW to the API
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ71%20TZW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '9bde8bc6-8d20-5e0c-b870-f2c7690b5654',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FJ71 TZW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ71%20TZW&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 57793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18200,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT3NH165678',
'year': 2021}
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ71%2520TZW%27 HTTP/1.1" 200 None
2026-03-29 06:07:03 [bca.uk] INFO: Saving data for FJ71%20TZW: {'auction_closing_time': 1774854000.0, 'created_time': 1774276337.991107, 'last_price_update_time': 1774764423.332706}
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ71%2520TZW') HTTP/1.1" 204 0
2026-03-29 06:07:03 [bca.uk] INFO: Found listing with ID: KS14%20BJJ
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:03 [bca.uk] INFO: Scrape type for KS14%20BJJ: 2
2026-03-29 06:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ad76eb5-b327-5383-86c2-fb8bd5ece238 with identifier: KS14%20BJJ
2026-03-29 06:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ad76eb5-b327-5383-86c2-fb8bd5ece238 with scrape type 2
2026-03-29 06:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ad76eb5-b327-5383-86c2-fb8bd5ece238 with scrape type 2
2026-03-29 06:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ad76eb5-b327-5383-86c2-fb8bd5ece238, identifier: KS14%20BJJ
2026-03-29 06:07:03 [bca.uk] INFO: Found listing with ID: FN22%20LFB
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 06:07:03 [bca.uk] INFO: Scrape type for FN22%20LFB: 2
2026-03-29 06:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB
2026-03-29 06:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39f11e16-83e3-5474-ba35-38c4e2a1b08f with scrape type 2
2026-03-29 06:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39f11e16-83e3-5474-ba35-38c4e2a1b08f with scrape type 2
2026-03-29 06:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39f11e16-83e3-5474-ba35-38c4e2a1b08f, identifier: FN22%20LFB
2026-03-29 06:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ad76eb5-b327-5383-86c2-fb8bd5ece238 with identifier: KS14%20BJJ
2026-03-29 06:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ad76eb5-b327-5383-86c2-fb8bd5ece238 with identifier: KS14%20BJJ
2026-03-29 06:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ad76eb5-b327-5383-86c2-fb8bd5ece238 with identifier: KS14%20BJJ to the API
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS14%20BJJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7ad76eb5-b327-5383-86c2-fb8bd5ece238',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS14 BJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS14%20BJJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 130938,
'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 PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 ACENTA PREMIUM',
'vin': 'SJNFAAJ11U1108547',
'year': 2014}
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:03 [bca.uk] INFO: Saving data for KS14%20BJJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651462.106179, 'last_price_update_time': 1774764423.864142}
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS14%2520BJJ') HTTP/1.1" 204 0
2026-03-29 06:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB
2026-03-29 06:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB
2026-03-29 06:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB to the API
2026-03-29 06:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN22%20LFB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '39f11e16-83e3-5474-ba35-38c4e2a1b08f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FN22 LFB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN22%20LFB&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'KIA',
'model': 'EV6',
'odometer': 36192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE Hatchback',
'transmission': 'automatic',
'trim': '236KW 77.4KWH AWD GT-LINE',
'vin': 'KNAC481CRN5023460',
'year': 2022}
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 06:07:04 [bca.uk] INFO: Saving data for FN22%20LFB: {'auction_closing_time': 1774854000.0, 'created_time': 1773929324.632057, 'last_price_update_time': 1774764424.164428}
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN22%2520LFB') HTTP/1.1" 204 0
2026-03-29 06:07:04 [bca.uk] INFO: Found listing with ID: NA63%20LLX
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA63%2520LLX%27 HTTP/1.1" 200 None
2026-03-29 06:07:04 [bca.uk] INFO: Scrape type for NA63%20LLX: 2
2026-03-29 06:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff490dc0-bc82-5cb4-82a5-c63dbab2cc73 with identifier: NA63%20LLX
2026-03-29 06:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff490dc0-bc82-5cb4-82a5-c63dbab2cc73 with scrape type 2
2026-03-29 06:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff490dc0-bc82-5cb4-82a5-c63dbab2cc73 with scrape type 2
2026-03-29 06:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff490dc0-bc82-5cb4-82a5-c63dbab2cc73, identifier: NA63%20LLX
2026-03-29 06:07:04 [bca.uk] INFO: Found listing with ID: GJ22%20RXN
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520RXN%27 HTTP/1.1" 200 None
2026-03-29 06:07:04 [bca.uk] INFO: Scrape type for GJ22%20RXN: 2
2026-03-29 06:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74627e2f-22c6-5126-9993-0269102f825e with identifier: GJ22%20RXN
2026-03-29 06:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74627e2f-22c6-5126-9993-0269102f825e with scrape type 2
2026-03-29 06:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74627e2f-22c6-5126-9993-0269102f825e with scrape type 2
2026-03-29 06:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74627e2f-22c6-5126-9993-0269102f825e, identifier: GJ22%20RXN
2026-03-29 06:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff490dc0-bc82-5cb4-82a5-c63dbab2cc73 with identifier: NA63%20LLX
2026-03-29 06:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff490dc0-bc82-5cb4-82a5-c63dbab2cc73 with identifier: NA63%20LLX
2026-03-29 06:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff490dc0-bc82-5cb4-82a5-c63dbab2cc73 with identifier: NA63%20LLX to the API
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA63%20LLX-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ff490dc0-bc82-5cb4-82a5-c63dbab2cc73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA63 LLX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA63%20LLX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CITROEN',
'model': 'C4',
'odometer': 153697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'CITROEN C4 1.6 HDI 92 VTR Hatchback',
'transmission': 'manual',
'trim': 'HDI 92 VTR',
'vin': 'VF7NC9HP0DY590889',
'year': 2013}
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA63%2520LLX%27 HTTP/1.1" 200 None
2026-03-29 06:07:04 [bca.uk] INFO: Saving data for NA63%20LLX: {'auction_closing_time': 1774778400.0, 'created_time': 1774651463.477667, 'last_price_update_time': 1774764424.693462}
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA63%2520LLX') HTTP/1.1" 204 0
2026-03-29 06:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74627e2f-22c6-5126-9993-0269102f825e with identifier: GJ22%20RXN
2026-03-29 06:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74627e2f-22c6-5126-9993-0269102f825e with identifier: GJ22%20RXN
2026-03-29 06:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74627e2f-22c6-5126-9993-0269102f825e with identifier: GJ22%20RXN to the API
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20RXN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '74627e2f-22c6-5126-9993-0269102f825e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GJ22 RXN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20RXN&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 22712,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
'transmission': 'automatic',
'trim': 'AWD LONG RANGE',
'vin': 'LRWYHCEK5NC261764',
'year': 2022}
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520RXN%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Saving data for GJ22%20RXN: {'auction_closing_time': 1774854000.0, 'created_time': 1774390472.090985, 'last_price_update_time': 1774764425.074271}
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520RXN') HTTP/1.1" 204 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: WP59%20WKJ
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WKJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for WP59%20WKJ: 2
2026-03-29 06:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4101a705-b1a7-5f89-8dd5-17d4d0badaaa with identifier: WP59%20WKJ
2026-03-29 06:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4101a705-b1a7-5f89-8dd5-17d4d0badaaa with scrape type 2
2026-03-29 06:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4101a705-b1a7-5f89-8dd5-17d4d0badaaa with scrape type 2
2026-03-29 06:07:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4101a705-b1a7-5f89-8dd5-17d4d0badaaa, identifier: WP59%20WKJ
2026-03-29 06:07:05 [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 06:07:05 [bca.uk] INFO: Found listing with ID: GN73%20XFP
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN73%2520XFP%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for GN73%20XFP: 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: GP21%20FTU
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520FTU%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for GP21%20FTU: 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: GU23%20XLN
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XLN%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for GU23%20XLN: 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: GV71%20PYT
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV71%2520PYT%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for GV71%20PYT: 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: HF21%20UKM
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF21%2520UKM%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for HF21%20UKM: 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: HK72%20LDL
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520LDL%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for HK72%20LDL: 2
2026-03-29 06:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL
2026-03-29 06:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67ddfaad-9cc3-59a2-bed0-48579de522f3 with scrape type 2
2026-03-29 06:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67ddfaad-9cc3-59a2-bed0-48579de522f3 with scrape type 2
2026-03-29 06:07:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67ddfaad-9cc3-59a2-bed0-48579de522f3, identifier: HK72%20LDL
2026-03-29 06:07:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4101a705-b1a7-5f89-8dd5-17d4d0badaaa with identifier: WP59%20WKJ
2026-03-29 06:07:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4101a705-b1a7-5f89-8dd5-17d4d0badaaa with identifier: WP59%20WKJ
2026-03-29 06:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4101a705-b1a7-5f89-8dd5-17d4d0badaaa with identifier: WP59%20WKJ to the API
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP59%20WKJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4101a705-b1a7-5f89-8dd5-17d4d0badaaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP59 WKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP59%20WKJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 113397,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'ZETEC',
'vin': 'WF0PXXGCDP9E06733',
'year': 2009}
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WKJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Saving data for WP59%20WKJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651541.258769, 'last_price_update_time': 1774764425.674482}
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP59%2520WKJ') HTTP/1.1" 204 0
2026-03-29 06:07:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL
2026-03-29 06:07:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL
2026-03-29 06:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL to the API
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK72%20LDL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '67ddfaad-9cc3-59a2-bed0-48579de522f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HK72 LDL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK72%20LDL&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 21627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L2',
'vin': 'WMW12DJ0X02T83502',
'year': 2022}
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520LDL%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Saving data for HK72%20LDL: {'auction_closing_time': 1774854000.0, 'created_time': 1773930934.985318, 'last_price_update_time': 1774764425.958039}
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520LDL') HTTP/1.1" 204 0
2026-03-29 06:07:05 [bca.uk] INFO: Found listing with ID: DU68%20ZPW
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520ZPW%27 HTTP/1.1" 200 None
2026-03-29 06:07:05 [bca.uk] INFO: Scrape type for DU68%20ZPW: 2
2026-03-29 06:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02a8bcf1-d2a5-5210-b4a0-b736cfae4298 with identifier: DU68%20ZPW
2026-03-29 06:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02a8bcf1-d2a5-5210-b4a0-b736cfae4298 with scrape type 2
2026-03-29 06:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02a8bcf1-d2a5-5210-b4a0-b736cfae4298 with scrape type 2
2026-03-29 06:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02a8bcf1-d2a5-5210-b4a0-b736cfae4298, identifier: DU68%20ZPW
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: KR71%20YZK
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520YZK%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for KR71%20YZK: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LE21%20ONP
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE21%2520ONP%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LE21%20ONP: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LJ21%20ANZ
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ21%2520ANZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LJ21%20ANZ: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LJ22%20YNM
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520YNM%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LJ22%20YNM: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LL73%20PTZ
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520PTZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LL73%20PTZ: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LM72%20OEH
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LM72%20OEH: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LN22%20XRO
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN22%2520XRO%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LN22%20XRO: 0
2026-03-29 06:07:06 [bca.uk] INFO: Found listing with ID: LN23%20XRZ
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN23%2520XRZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Scrape type for LN23%20XRZ: 2
2026-03-29 06:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ
2026-03-29 06:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with scrape type 2
2026-03-29 06:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with scrape type 2
2026-03-29 06:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a, identifier: LN23%20XRZ
2026-03-29 06:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02a8bcf1-d2a5-5210-b4a0-b736cfae4298 with identifier: DU68%20ZPW
2026-03-29 06:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02a8bcf1-d2a5-5210-b4a0-b736cfae4298 with identifier: DU68%20ZPW
2026-03-29 06:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02a8bcf1-d2a5-5210-b4a0-b736cfae4298 with identifier: DU68%20ZPW to the API
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU68%20ZPW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '02a8bcf1-d2a5-5210-b4a0-b736cfae4298',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU68 ZPW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU68%20ZPW&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 148049,
'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 1.4 T 16V 150 SRI Hatchback',
'transmission': 'manual',
'trim': 'T 16V 150 SRI',
'vin': 'W0VBF6EC3KG327375',
'year': 2018}
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520ZPW%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Saving data for DU68%20ZPW: {'auction_closing_time': 1774778400.0, 'created_time': 1774651543.183964, 'last_price_update_time': 1774764426.616313}
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU68%2520ZPW') HTTP/1.1" 204 0
2026-03-29 06:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ
2026-03-29 06:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ
2026-03-29 06:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ to the API
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 228,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN23%20XRZ-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'ecdedafb-baf1-56d2-a7df-3c26be4b2a8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN23 XRZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN23%20XRZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DEFENDER 90',
'odometer': 32211,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 45000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 90 3.0 D300 AWD X-DYNAMIC HSE H/T Van',
'transmission': 'automatic',
'trim': 'D300 AWD X-DYNAMIC HSE H/T',
'vin': 'SALEACAW3P2193114',
'year': 2023}
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN23%2520XRZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:06 [bca.uk] INFO: Saving data for LN23%20XRZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774005113.629902, 'last_price_update_time': 1774764426.993477}
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN23%2520XRZ') HTTP/1.1" 204 0
2026-03-29 06:07:07 [bca.uk] INFO: Found listing with ID: FY60%20ZRJ
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY60%2520ZRJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Scrape type for FY60%20ZRJ: 2
2026-03-29 06:07:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e563b97b-a946-5650-9890-7485fc3df075 with identifier: FY60%20ZRJ
2026-03-29 06:07:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e563b97b-a946-5650-9890-7485fc3df075 with scrape type 2
2026-03-29 06:07:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e563b97b-a946-5650-9890-7485fc3df075 with scrape type 2
2026-03-29 06:07:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e563b97b-a946-5650-9890-7485fc3df075, identifier: FY60%20ZRJ
2026-03-29 06:07:07 [bca.uk] INFO: Total items found: 100
2026-03-29 06:07:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded
2026-03-29 06:07:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:07:07 [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 06:07:07 [bca.uk] INFO: Found listing with ID: LR22%20SKZ
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Scrape type for LR22%20SKZ: 0
2026-03-29 06:07:07 [bca.uk] INFO: Found listing with ID: LS21%20UXD
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Scrape type for LS21%20UXD: 0
2026-03-29 06:07:07 [bca.uk] INFO: Found listing with ID: LT24%20SPZ
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SPZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Scrape type for LT24%20SPZ: 0
2026-03-29 06:07:07 [bca.uk] INFO: Found listing with ID: LY21%20FXP
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520FXP%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Scrape type for LY21%20FXP: 0
2026-03-29 06:07:07 [bca.uk] INFO: Found listing with ID: MA23%20LUR
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520LUR%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Scrape type for MA23%20LUR: 2
2026-03-29 06:07:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR
2026-03-29 06:07:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with scrape type 2
2026-03-29 06:07:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with scrape type 2
2026-03-29 06:07:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11, identifier: MA23%20LUR
2026-03-29 06:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e563b97b-a946-5650-9890-7485fc3df075 with identifier: FY60%20ZRJ
2026-03-29 06:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e563b97b-a946-5650-9890-7485fc3df075 with identifier: FY60%20ZRJ
2026-03-29 06:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e563b97b-a946-5650-9890-7485fc3df075 with identifier: FY60%20ZRJ to the API
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY60%20ZRJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e563b97b-a946-5650-9890-7485fc3df075',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY60 ZRJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY60%20ZRJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 197181,
'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.6 TDI 105 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 MATCH',
'vin': 'WVWZZZ1KZBW066939',
'year': 2010}
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY60%2520ZRJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:07 [bca.uk] INFO: Saving data for FY60%20ZRJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651546.859411, 'last_price_update_time': 1774764427.691149}
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY60%2520ZRJ') HTTP/1.1" 204 0
2026-03-29 06:07:07 [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 06:07:07 [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 06:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR
2026-03-29 06:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR
2026-03-29 06:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR to the API
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20LUR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA23 LUR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20LUR&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 40588,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18200,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS3PC719741',
'year': 2023}
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520LUR%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Saving data for MA23%20LUR: {'auction_closing_time': 1774854000.0, 'created_time': 1774390433.84962, 'last_price_update_time': 1774764428.017519}
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520LUR') HTTP/1.1" 204 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: WJ18%20YOH
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YOH%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for WJ18%20YOH: 2
2026-03-29 06:07:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d33d2ac3-82c1-5dd6-8363-6ac41bb36201 with identifier: WJ18%20YOH
2026-03-29 06:07:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d33d2ac3-82c1-5dd6-8363-6ac41bb36201 with scrape type 2
2026-03-29 06:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d33d2ac3-82c1-5dd6-8363-6ac41bb36201 with scrape type 2
2026-03-29 06:07:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d33d2ac3-82c1-5dd6-8363-6ac41bb36201, identifier: WJ18%20YOH
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: KN60%20UXA
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN60%2520UXA%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for KN60%20UXA: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: LC62%20ENO
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC62%2520ENO%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for LC62%20ENO: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: LS18%20GSV
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520GSV%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for LS18%20GSV: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: MV17%20GRK
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV17%2520GRK%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for MV17%20GRK: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: BG12%20YSA
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520YSA%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for BG12%20YSA: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: BJ59%20YSS
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ59%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for BJ59%20YSS: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: BP06%20UJK
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP06%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for BP06%20UJK: 0
2026-03-29 06:07:08 [bca.uk] INFO: Found listing with ID: BV17%20NCY
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520NCY%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for BV17%20NCY: 2
2026-03-29 06:07:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY
2026-03-29 06:07:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 378ed105-9f0a-5cd3-9755-d2d7bf895849 with scrape type 2
2026-03-29 06:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 378ed105-9f0a-5cd3-9755-d2d7bf895849 with scrape type 2
2026-03-29 06:07:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 378ed105-9f0a-5cd3-9755-d2d7bf895849, identifier: BV17%20NCY
2026-03-29 06:07: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 06:07:08 [bca.uk] INFO: Found listing with ID: MA23%20UCM
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCM%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Scrape type for MA23%20UCM: 2
2026-03-29 06:07:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM
2026-03-29 06:07:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with scrape type 2
2026-03-29 06:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with scrape type 2
2026-03-29 06:07:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc, identifier: MA23%20UCM
2026-03-29 06:07:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d33d2ac3-82c1-5dd6-8363-6ac41bb36201 with identifier: WJ18%20YOH
2026-03-29 06:07:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d33d2ac3-82c1-5dd6-8363-6ac41bb36201 with identifier: WJ18%20YOH
2026-03-29 06:07:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d33d2ac3-82c1-5dd6-8363-6ac41bb36201 with identifier: WJ18%20YOH to the API
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20YOH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd33d2ac3-82c1-5dd6-8363-6ac41bb36201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ18 YOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20YOH&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'A160',
'odometer': 65737,
'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 A160 1.6 AMG LINE Hatchback',
'transmission': 'manual',
'trim': 'AMG LINE',
'vin': 'WDD1760412J758881',
'year': 2018}
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YOH%27 HTTP/1.1" 200 None
2026-03-29 06:07:08 [bca.uk] INFO: Saving data for WJ18%20YOH: {'auction_closing_time': 1774778400.0, 'created_time': 1774565222.651315, 'last_price_update_time': 1774764428.965765}
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520YOH') HTTP/1.1" 204 0
2026-03-29 06:07:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY
2026-03-29 06:07:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY
2026-03-29 06:07:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY to the API
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV17%20NCY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '378ed105-9f0a-5cd3-9755-d2d7bf895849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV17 NCY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV17%20NCY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': '420I',
'odometer': 106666,
'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 420I 2.0 T XDRIVE SPORT STEP Coupe',
'transmission': 'automatic',
'trim': 'T XDRIVE SPORT STEP',
'vin': 'WBA4N52040K592890',
'year': 2017}
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Saving data for BV17%20NCY: {'auction_closing_time': 1774951200.0, 'created_time': 1774651492.59132, 'last_price_update_time': 1774764429.356995}
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV17%2520NCY') HTTP/1.1" 204 0
2026-03-29 06:07:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM
2026-03-29 06:07:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM
2026-03-29 06:07:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM to the API
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20UCM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA23 UCM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20UCM&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 48740,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y AWD PERFORMANCE Hatchback',
'transmission': 'automatic',
'trim': 'AWD PERFORMANCE',
'vin': 'LRWYHCEL4PC758574',
'year': 2023}
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Saving data for MA23%20UCM: {'auction_closing_time': 1774854000.0, 'created_time': 1773929032.933471, 'last_price_update_time': 1774764429.653383}
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520UCM') HTTP/1.1" 204 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: HX14%20FFC
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520FFC%27 HTTP/1.1" 200 None
2026-03-29 06:07:09 [bca.uk] INFO: Scrape type for HX14%20FFC: 2
2026-03-29 06:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC
2026-03-29 06:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 790c47de-2187-5b73-b797-d4351ba0109f with scrape type 2
2026-03-29 06:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 790c47de-2187-5b73-b797-d4351ba0109f with scrape type 2
2026-03-29 06:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 790c47de-2187-5b73-b797-d4351ba0109f, identifier: HX14%20FFC
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: DE18%20HKD
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for DE18%20HKD: 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: EA65%20ZCT
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for EA65%20ZCT: 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: EX06%20UKK
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for EX06%20UKK: 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: DG67%20VFW
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for DG67%20VFW: 2
2026-03-29 06:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW
2026-03-29 06:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1634019e-b09c-570f-9811-30966edb4458 with scrape type 2
2026-03-29 06:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1634019e-b09c-570f-9811-30966edb4458 with scrape type 2
2026-03-29 06:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1634019e-b09c-570f-9811-30966edb4458, identifier: DG67%20VFW
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: MF22%20THU
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for MF22%20THU: 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: MF22%20UNL
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for MF22%20UNL: 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: MJ21%20JYX
2026-03-29 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:09 [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 06:07:09 [bca.uk] INFO: Scrape type for MJ21%20JYX: 0
2026-03-29 06:07:09 [bca.uk] INFO: Found listing with ID: MJ23%20GNK
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ23%2520GNK%27 HTTP/1.1" 200 None
2026-03-29 06:07:10 [bca.uk] INFO: Scrape type for MJ23%20GNK: 0
2026-03-29 06:07:10 [bca.uk] INFO: Found listing with ID: MJ71%20NLT
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 06:07:10 [bca.uk] INFO: Scrape type for MJ71%20NLT: 0
2026-03-29 06:07:10 [bca.uk] INFO: Found listing with ID: MV71%20KKN
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 06:07:10 [bca.uk] INFO: Scrape type for MV71%20KKN: 2
2026-03-29 06:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75c81020-1b0c-580c-bf70-debc1dd8fe60 with identifier: MV71%20KKN
2026-03-29 06:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75c81020-1b0c-580c-bf70-debc1dd8fe60 with scrape type 2
2026-03-29 06:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75c81020-1b0c-580c-bf70-debc1dd8fe60 with scrape type 2
2026-03-29 06:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75c81020-1b0c-580c-bf70-debc1dd8fe60, identifier: MV71%20KKN
2026-03-29 06:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC
2026-03-29 06:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC
2026-03-29 06:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC to the API
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX14%20FFC-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '790c47de-2187-5b73-b797-d4351ba0109f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX14 FFC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX14%20FFC&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'ELDDIS',
'model': 'MAJESTIC',
'odometer': 5272,
'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': 'ELDDIS MAJESTIC 2.2 145 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '145 MOTORHOME',
'vin': 'VF3YBUMAU12597802',
'year': 2014}
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520FFC%27 HTTP/1.1" 200 None
2026-03-29 06:07:10 [bca.uk] INFO: Saving data for HX14%20FFC: {'auction_closing_time': 1775124000.0, 'created_time': 1774651502.839256, 'last_price_update_time': 1774764430.966821}
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520FFC') HTTP/1.1" 204 0
2026-03-29 06:07:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW
2026-03-29 06:07:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW
2026-03-29 06:07:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW to the API
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG67%20VFW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1634019e-b09c-570f-9811-30966edb4458',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG67 VFW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG67%20VFW&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 42839,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 TSI 90 MATCH EDITION Hatchback',
'transmission': 'manual',
'trim': 'TSI 90 MATCH EDITION',
'vin': 'WVWZZZ6RZHU090675',
'year': 2017}
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG67%2520VFW%27 HTTP/1.1" 200 None
2026-03-29 06:07:11 [bca.uk] INFO: Saving data for DG67%20VFW: {'auction_closing_time': 1774951200.0, 'created_time': 1774476879.204232, 'last_price_update_time': 1774764431.503363}
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG67%2520VFW') HTTP/1.1" 204 0
2026-03-29 06:07:11 [scrapy.extensions.logstats] INFO: Crawled 60 pages (at 5 pages/min), scraped 611 items (at 120 items/min)
2026-03-29 06:07:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 194MiB
2026-03-29 06:07:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75c81020-1b0c-580c-bf70-debc1dd8fe60 with identifier: MV71%20KKN
2026-03-29 06:07:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75c81020-1b0c-580c-bf70-debc1dd8fe60 with identifier: MV71%20KKN
2026-03-29 06:07:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75c81020-1b0c-580c-bf70-debc1dd8fe60 with identifier: MV71%20KKN to the API
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 23,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV71%20KKN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '75c81020-1b0c-580c-bf70-debc1dd8fe60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV71 KKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV71%20KKN&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'MERCEDES-BENZ',
'model': 'CLA 250 E',
'odometer': 99249,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11200,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'W1K1183862N262640',
'year': 2022}
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 06:07:11 [bca.uk] INFO: Saving data for MV71%20KKN: {'auction_closing_time': 1774854000.0, 'created_time': 1774392206.742691, 'last_price_update_time': 1774764431.833177}
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV71%2520KKN') HTTP/1.1" 204 0
2026-03-29 06:07:11 [bca.uk] INFO: Found listing with ID: FP66%20XYT
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 06:07:11 [bca.uk] INFO: Scrape type for FP66%20XYT: 2
2026-03-29 06:07:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b786fd0-8bfd-5193-8760-2e639701c2d6 with identifier: FP66%20XYT
2026-03-29 06:07:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b786fd0-8bfd-5193-8760-2e639701c2d6 with scrape type 2
2026-03-29 06:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b786fd0-8bfd-5193-8760-2e639701c2d6 with scrape type 2
2026-03-29 06:07:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b786fd0-8bfd-5193-8760-2e639701c2d6, identifier: FP66%20XYT
2026-03-29 06:07:11 [bca.uk] INFO: Found listing with ID: FT12%20FXJ
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [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 06:07:12 [bca.uk] INFO: Scrape type for FT12%20FXJ: 2
2026-03-29 06:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ
2026-03-29 06:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with scrape type 2
2026-03-29 06:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with scrape type 2
2026-03-29 06:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03, identifier: FT12%20FXJ
2026-03-29 06:07:12 [bca.uk] INFO: Found listing with ID: MW71%20XLP
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [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 06:07:12 [bca.uk] INFO: Scrape type for MW71%20XLP: 0
2026-03-29 06:07:12 [bca.uk] INFO: Found listing with ID: NC21%20FCD
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [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 06:07:12 [bca.uk] INFO: Scrape type for NC21%20FCD: 0
2026-03-29 06:07:12 [bca.uk] INFO: Found listing with ID: NG23%20VZA
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [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 06:07:12 [bca.uk] INFO: Scrape type for NG23%20VZA: 2
2026-03-29 06:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA
2026-03-29 06:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fa71f7d-9402-5577-b03e-02e85e70bc57 with scrape type 2
2026-03-29 06:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fa71f7d-9402-5577-b03e-02e85e70bc57 with scrape type 2
2026-03-29 06:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fa71f7d-9402-5577-b03e-02e85e70bc57, identifier: NG23%20VZA
2026-03-29 06:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b786fd0-8bfd-5193-8760-2e639701c2d6 with identifier: FP66%20XYT
2026-03-29 06:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b786fd0-8bfd-5193-8760-2e639701c2d6 with identifier: FP66%20XYT
2026-03-29 06:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b786fd0-8bfd-5193-8760-2e639701c2d6 with identifier: FP66%20XYT to the API
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP66%20XYT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1b786fd0-8bfd-5193-8760-2e639701c2d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP66 XYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP66%20XYT&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 89630,
'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.5 DCI 110 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 N-CONNECTA',
'vin': 'SJNFAAJ11U1855033',
'year': 2016}
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 06:07:12 [bca.uk] INFO: Saving data for FP66%20XYT: {'auction_closing_time': 1774778400.0, 'created_time': 1774651492.945203, 'last_price_update_time': 1774764432.574527}
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP66%2520XYT') HTTP/1.1" 204 0
2026-03-29 06:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ
2026-03-29 06:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ
2026-03-29 06:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ to the API
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT12%20FXJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT12 FXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT12%20FXJ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLVO',
'model': 'V60 SPORTWAGON',
'odometer': 87756,
'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 V60 SPORTWAGON 1.6 D DRIVE 115 ES Estate',
'transmission': 'manual',
'trim': 'D DRIVE 115 ES',
'vin': 'YV1FW84A1C1084862',
'year': 2012}
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [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 06:07:12 [bca.uk] INFO: Saving data for FT12%20FXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774477812.94862, 'last_price_update_time': 1774764432.869819}
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT12%2520FXJ') HTTP/1.1" 204 0
2026-03-29 06:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:07:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bronze HTTP/1.1" 200 None
2026-03-29 06:07:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA
2026-03-29 06:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA to the API
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 35,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG23%20VZA-GB',
'category': 'Car',
'color': 'bronze',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0fa71f7d-9402-5577-b03e-02e85e70bc57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NG23 VZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG23%20VZA&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 49731,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
'transmission': 'automatic',
'trim': 'P300E URBAN ED.(5ST)',
'vin': 'SALCA2AT8PH336322',
'year': 2023}
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG23%2520VZA%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Saving data for NG23%20VZA: {'auction_closing_time': 1774854000.0, 'created_time': 1774276740.723229, 'last_price_update_time': 1774764433.265162}
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG23%2520VZA') HTTP/1.1" 204 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: LC16%20YNE
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC16%2520YNE%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for LC16%20YNE: 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: LR67%20EWJ
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR67%2520EWJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for LR67%20EWJ: 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: RC54%20MON
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RC54%2520MON%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for RC54%20MON: 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: YY16%20SEO
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY16%2520SEO%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for YY16%20SEO: 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: DL15%20CXP
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL15%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for DL15%20CXP: 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: DY64%20FEV
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY64%2520FEV%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for DY64%20FEV: 2
2026-03-29 06:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f98eac9-e5d4-5a7a-bea0-c94195451ee2 with identifier: DY64%20FEV
2026-03-29 06:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f98eac9-e5d4-5a7a-bea0-c94195451ee2 with scrape type 2
2026-03-29 06:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f98eac9-e5d4-5a7a-bea0-c94195451ee2 with scrape type 2
2026-03-29 06:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f98eac9-e5d4-5a7a-bea0-c94195451ee2, identifier: DY64%20FEV
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: RK63%20MWY
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK63%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for RK63%20MWY: 2
2026-03-29 06:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY
2026-03-29 06:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e752d55b-981c-57f0-a30d-0d44689bbed3 with scrape type 2
2026-03-29 06:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e752d55b-981c-57f0-a30d-0d44689bbed3 with scrape type 2
2026-03-29 06:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e752d55b-981c-57f0-a30d-0d44689bbed3, identifier: RK63%20MWY
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: NL23%20SYE
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL23%2520SYE%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for NL23%20SYE: 0
2026-03-29 06:07:13 [bca.uk] INFO: Found listing with ID: NL72%20VLB
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Scrape type for NL72%20VLB: 2
2026-03-29 06:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB
2026-03-29 06:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with scrape type 2
2026-03-29 06:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with scrape type 2
2026-03-29 06:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47, identifier: NL72%20VLB
2026-03-29 06:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f98eac9-e5d4-5a7a-bea0-c94195451ee2 with identifier: DY64%20FEV
2026-03-29 06:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f98eac9-e5d4-5a7a-bea0-c94195451ee2 with identifier: DY64%20FEV
2026-03-29 06:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f98eac9-e5d4-5a7a-bea0-c94195451ee2 with identifier: DY64%20FEV to the API
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY64%20FEV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3f98eac9-e5d4-5a7a-bea0-c94195451ee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY64 FEV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY64%20FEV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 57927,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 90 SE DSG',
'vin': 'WVWZZZ6RZFU048626',
'year': 2015}
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY64%2520FEV%27 HTTP/1.1" 200 None
2026-03-29 06:07:13 [bca.uk] INFO: Saving data for DY64%20FEV: {'auction_closing_time': 1774778400.0, 'created_time': 1774565169.066999, 'last_price_update_time': 1774764433.966941}
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY64%2520FEV') HTTP/1.1" 204 0
2026-03-29 06:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY
2026-03-29 06:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY
2026-03-29 06:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY to the API
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK63%20MWY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e752d55b-981c-57f0-a30d-0d44689bbed3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK63 MWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK63%20MWY&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 87749,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'FORD MONDEO 2.0 TDCI 163 TITANIUM X BUS.ED. Hatchback',
'transmission': 'manual',
'trim': 'TDCI 163 TITANIUM X BUS.ED.',
'vin': 'WF0EXXGBBEDG56542',
'year': 2013}
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK63%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Saving data for RK63%20MWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774563764.564861, 'last_price_update_time': 1774764434.376926}
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK63%2520MWY') HTTP/1.1" 204 0
2026-03-29 06:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB
2026-03-29 06:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB
2026-03-29 06:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB to the API
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL72%20VLB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '555d9303-c741-5f08-9ceb-5cb7eeaf6e47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NL72 VLB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20VLB&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'BMW',
'model': 'IX',
'odometer': 27253,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX 240KW 76KWH XD40 M SPORT StationWagon',
'transmission': 'automatic',
'trim': '240KW 76KWH XD40 M SPORT',
'vin': 'WBY12CF060CK62576',
'year': 2022}
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Saving data for NL72%20VLB: {'auction_closing_time': 1774854000.0, 'created_time': 1774276920.120964, 'last_price_update_time': 1774764434.664907}
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520VLB') HTTP/1.1" 204 0
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: ET17%20HVJ
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET17%2520HVJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Scrape type for ET17%20HVJ: 2
2026-03-29 06:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fa95ddd-045f-51bf-b249-f4c53251cca0 with identifier: ET17%20HVJ
2026-03-29 06:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fa95ddd-045f-51bf-b249-f4c53251cca0 with scrape type 2
2026-03-29 06:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fa95ddd-045f-51bf-b249-f4c53251cca0 with scrape type 2
2026-03-29 06:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fa95ddd-045f-51bf-b249-f4c53251cca0, identifier: ET17%20HVJ
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: RV12%20MMU
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV12%2520MMU%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Scrape type for RV12%20MMU: 0
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: AE63%20YYL
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE63%2520YYL%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Scrape type for AE63%20YYL: 0
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: LC16%20NGZ
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC16%2520NGZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Scrape type for LC16%20NGZ: 0
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: LN59%20YGP
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN59%2520YGP%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Scrape type for LN59%20YGP: 2
2026-03-29 06:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP
2026-03-29 06:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a9516b-0e1a-57eb-9332-353f0839e299 with scrape type 2
2026-03-29 06:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a9516b-0e1a-57eb-9332-353f0839e299 with scrape type 2
2026-03-29 06:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73a9516b-0e1a-57eb-9332-353f0839e299, identifier: LN59%20YGP
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: OE72%20JDU
2026-03-29 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE72%2520JDU%27 HTTP/1.1" 200 None
2026-03-29 06:07:14 [bca.uk] INFO: Scrape type for OE72%20JDU: 0
2026-03-29 06:07:14 [bca.uk] INFO: Found listing with ID: OV23%20CVP
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV23%2520CVP%27 HTTP/1.1" 200 None
2026-03-29 06:07:15 [bca.uk] INFO: Scrape type for OV23%20CVP: 0
2026-03-29 06:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fa95ddd-045f-51bf-b249-f4c53251cca0 with identifier: ET17%20HVJ
2026-03-29 06:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fa95ddd-045f-51bf-b249-f4c53251cca0 with identifier: ET17%20HVJ
2026-03-29 06:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fa95ddd-045f-51bf-b249-f4c53251cca0 with identifier: ET17%20HVJ to the API
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET17%20HVJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4fa95ddd-045f-51bf-b249-f4c53251cca0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET17 HVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET17%20HVJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 113713,
'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 I30 1.4 T GDI B/D 140 SE Hatchback',
'transmission': 'manual',
'trim': 'T GDI B/D 140 SE',
'vin': 'TMAH3513LJJ031667',
'year': 2017}
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET17%2520HVJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:15 [bca.uk] INFO: Saving data for ET17%20HVJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476496.208503, 'last_price_update_time': 1774764435.304197}
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET17%2520HVJ') HTTP/1.1" 204 0
2026-03-29 06:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP
2026-03-29 06:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP
2026-03-29 06:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP to the API
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN59%20YGP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '73a9516b-0e1a-57eb-9332-353f0839e299',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN59 YGP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN59%20YGP&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 60277,
'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 YARIS 1.3 VVT-I TR MMT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I TR MMT',
'vin': 'VNKKH98350A061334',
'year': 2009}
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN59%2520YGP%27 HTTP/1.1" 200 None
2026-03-29 06:07:15 [bca.uk] INFO: Saving data for LN59%20YGP: {'auction_closing_time': 1774951200.0, 'created_time': 1774477810.514167, 'last_price_update_time': 1774764435.607002}
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN59%2520YGP') HTTP/1.1" 204 0
2026-03-29 06:07:15 [bca.uk] INFO: Found listing with ID: PE68%20XAZ
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE68%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:15 [bca.uk] INFO: Scrape type for PE68%20XAZ: 2
2026-03-29 06:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d05006b7-fc88-59c0-8ac6-12159577f338 with identifier: PE68%20XAZ
2026-03-29 06:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d05006b7-fc88-59c0-8ac6-12159577f338 with scrape type 2
2026-03-29 06:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d05006b7-fc88-59c0-8ac6-12159577f338 with scrape type 2
2026-03-29 06:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d05006b7-fc88-59c0-8ac6-12159577f338, identifier: PE68%20XAZ
2026-03-29 06:07:15 [bca.uk] INFO: Found listing with ID: NC54%20KGO
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NC54%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 06:07:15 [bca.uk] INFO: Scrape type for NC54%20KGO: 0
2026-03-29 06:07:15 [bca.uk] INFO: Found listing with ID: WD64%20EXR
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD64%2520EXR%27 HTTP/1.1" 200 None
2026-03-29 06:07:15 [bca.uk] INFO: Scrape type for WD64%20EXR: 2
2026-03-29 06:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR
2026-03-29 06:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with scrape type 2
2026-03-29 06:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with scrape type 2
2026-03-29 06:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6, identifier: WD64%20EXR
2026-03-29 06:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d05006b7-fc88-59c0-8ac6-12159577f338 with identifier: PE68%20XAZ
2026-03-29 06:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d05006b7-fc88-59c0-8ac6-12159577f338 with identifier: PE68%20XAZ
2026-03-29 06:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d05006b7-fc88-59c0-8ac6-12159577f338 with identifier: PE68%20XAZ to the API
2026-03-29 06:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE68%20XAZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd05006b7-fc88-59c0-8ac6-12159577f338',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE68 XAZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE68%20XAZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HYUNDAI',
'model': 'KONA',
'odometer': 54968,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HYUNDAI KONA 1.0 T-GDI 120 BD PREMIUM SE Hatchback',
'transmission': 'manual',
'trim': 'T-GDI 120 BD PREMIUM SE',
'vin': 'KMHK3811LJU124509',
'year': 2018}
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Saving data for PE68%20XAZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774365641.463205, 'last_price_update_time': 1774764436.15274}
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE68%2520XAZ') HTTP/1.1" 204 0
2026-03-29 06:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR
2026-03-29 06:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR
2026-03-29 06:07:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR to the API
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '31f92b80-0d4d-5c2f-ada8-7b93bd7873f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD64 EXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD64%20EXR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'KA',
'odometer': 61599,
'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 KA 1.2 EDGE S/S Hatchback',
'transmission': 'manual',
'trim': 'EDGE S/S',
'vin': 'WF0UXXLTRUEG23169',
'year': 2015}
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520EXR%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Saving data for WD64%20EXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774651463.903463, 'last_price_update_time': 1774764436.438535}
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD64%2520EXR') HTTP/1.1" 204 0
2026-03-29 06:07:16 [bca.uk] INFO: Found listing with ID: HG65%20AUR
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Scrape type for HG65%20AUR: 0
2026-03-29 06:07:16 [bca.uk] INFO: Found listing with ID: NL14%20CZM
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520CZM%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Scrape type for NL14%20CZM: 2
2026-03-29 06:07:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd with identifier: NL14%20CZM
2026-03-29 06:07:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd with scrape type 2
2026-03-29 06:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd with scrape type 2
2026-03-29 06:07:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd, identifier: NL14%20CZM
2026-03-29 06:07:16 [bca.uk] INFO: Found listing with ID: BN60%20OLC
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN60%2520OLC%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Scrape type for BN60%20OLC: 0
2026-03-29 06:07:16 [bca.uk] INFO: Found listing with ID: DA59%20JYT
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA59%2520JYT%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Scrape type for DA59%20JYT: 2
2026-03-29 06:07:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT
2026-03-29 06:07:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with scrape type 2
2026-03-29 06:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with scrape type 2
2026-03-29 06:07:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b, identifier: DA59%20JYT
2026-03-29 06:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd with identifier: NL14%20CZM
2026-03-29 06:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd with identifier: NL14%20CZM
2026-03-29 06:07:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69ee2a39-b93c-5ad2-a3c9-6db9284a76cd with identifier: NL14%20CZM to the API
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL14%20CZM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '69ee2a39-b93c-5ad2-a3c9-6db9284a76cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL14 CZM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL14%20CZM&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 86146,
'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 DUSTER 1.5 DCI 110 LAUREATE StationWagon',
'transmission': 'manual',
'trim': 'DCI 110 LAUREATE',
'vin': 'UV1HSDAD600000426',
'year': 2014}
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520CZM%27 HTTP/1.1" 200 None
2026-03-29 06:07:16 [bca.uk] INFO: Saving data for NL14%20CZM: {'auction_closing_time': 1774778400.0, 'created_time': 1774476416.00741, 'last_price_update_time': 1774764436.964509}
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL14%2520CZM') HTTP/1.1" 204 0
2026-03-29 06:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT
2026-03-29 06:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT
2026-03-29 06:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT to the API
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA59%20JYT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1bd5c611-0ec1-50cc-91a4-a09aa8ce808b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA59 JYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA59%20JYT&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 71655,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXGAJJ9K24882',
'year': 2010}
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA59%2520JYT%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Saving data for DA59%20JYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774563784.900517, 'last_price_update_time': 1774764437.371279}
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA59%2520JYT') HTTP/1.1" 204 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: SE14%20HLX
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE14%2520HLX%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for SE14%20HLX: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: SW15%20DBY
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW15%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for SW15%20DBY: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: VU64%20OMG
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU64%2520OMG%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for VU64%20OMG: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: YS64%20XOK
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS64%2520XOK%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for YS64%20XOK: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: BG16%20WDZ
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG16%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for BG16%20WDZ: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: G19%20CRV
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27G19%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for G19%20CRV: 2
2026-03-29 06:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39c857e4-5ce0-503f-ad6a-ce784a6dc85d with identifier: G19%20CRV
2026-03-29 06:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39c857e4-5ce0-503f-ad6a-ce784a6dc85d with scrape type 2
2026-03-29 06:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39c857e4-5ce0-503f-ad6a-ce784a6dc85d with scrape type 2
2026-03-29 06:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39c857e4-5ce0-503f-ad6a-ce784a6dc85d, identifier: G19%20CRV
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: DN65%20HSO
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN65%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for DN65%20HSO: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: FE60%20VKH
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE60%2520VKH%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for FE60%20VKH: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: GU14%20OGB
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU14%2520OGB%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for GU14%20OGB: 0
2026-03-29 06:07:17 [bca.uk] INFO: Found listing with ID: VA16%20LRV
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA16%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 06:07:17 [bca.uk] INFO: Scrape type for VA16%20LRV: 2
2026-03-29 06:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV
2026-03-29 06:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3d851f0-709c-5fdc-87e7-fcb6a65f579e with scrape type 2
2026-03-29 06:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3d851f0-709c-5fdc-87e7-fcb6a65f579e with scrape type 2
2026-03-29 06:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3d851f0-709c-5fdc-87e7-fcb6a65f579e, identifier: VA16%20LRV
2026-03-29 06:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39c857e4-5ce0-503f-ad6a-ce784a6dc85d with identifier: G19%20CRV
2026-03-29 06:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39c857e4-5ce0-503f-ad6a-ce784a6dc85d with identifier: G19%20CRV
2026-03-29 06:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39c857e4-5ce0-503f-ad6a-ce784a6dc85d with identifier: G19%20CRV to the API
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=G19%20CRV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '39c857e4-5ce0-503f-ad6a-ce784a6dc85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'G19 CRV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=G19%20CRV&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 125936,
'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': 'HONDA CR-V 2.2 I-DTEC EX Estate',
'transmission': 'manual',
'trim': 'I-DTEC EX',
'vin': 'SHSRE6780AU019253',
'year': 2010}
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27G19%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Saving data for G19%20CRV: {'auction_closing_time': 1774778400.0, 'created_time': 1774651487.665447, 'last_price_update_time': 1774764438.024522}
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='G19%2520CRV') HTTP/1.1" 204 0
2026-03-29 06:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV
2026-03-29 06:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV
2026-03-29 06:07:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV to the API
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b3d851f0-709c-5fdc-87e7-fcb6a65f579e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA16 LRV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA16%20LRV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MINI',
'model': 'COOPER',
'odometer': 35555,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'MINI COOPER 2.0 192 S Hatchback',
'transmission': 'manual',
'trim': '192 S',
'vin': 'WMWXS720502C69310',
'year': 2016}
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA16%2520LRV%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Saving data for VA16%20LRV: {'auction_closing_time': 1774951200.0, 'created_time': 1774651424.041188, 'last_price_update_time': 1774764438.313912}
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA16%2520LRV') HTTP/1.1" 204 0
2026-03-29 06:07:18 [bca.uk] INFO: Found listing with ID: GY58%20YRU
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY58%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Scrape type for GY58%20YRU: 2
2026-03-29 06:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5208b89-3e83-5042-94a0-1dad787bd841 with identifier: GY58%20YRU
2026-03-29 06:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5208b89-3e83-5042-94a0-1dad787bd841 with scrape type 2
2026-03-29 06:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5208b89-3e83-5042-94a0-1dad787bd841 with scrape type 2
2026-03-29 06:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5208b89-3e83-5042-94a0-1dad787bd841, identifier: GY58%20YRU
2026-03-29 06:07:18 [bca.uk] INFO: Found listing with ID: AO12%20GNP
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO12%2520GNP%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Scrape type for AO12%20GNP: 0
2026-03-29 06:07:18 [bca.uk] INFO: Found listing with ID: BK64%20AOB
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK64%2520AOB%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Scrape type for BK64%20AOB: 0
2026-03-29 06:07:18 [bca.uk] INFO: Found listing with ID: DU67%20LVD
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU67%2520LVD%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Scrape type for DU67%20LVD: 2
2026-03-29 06:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD
2026-03-29 06:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652d6993-c42a-5176-93c0-831a5d94b47d with scrape type 2
2026-03-29 06:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 652d6993-c42a-5176-93c0-831a5d94b47d with scrape type 2
2026-03-29 06:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 652d6993-c42a-5176-93c0-831a5d94b47d, identifier: DU67%20LVD
2026-03-29 06:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5208b89-3e83-5042-94a0-1dad787bd841 with identifier: GY58%20YRU
2026-03-29 06:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5208b89-3e83-5042-94a0-1dad787bd841 with identifier: GY58%20YRU
2026-03-29 06:07:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5208b89-3e83-5042-94a0-1dad787bd841 with identifier: GY58%20YRU to the API
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY58%20YRU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f5208b89-3e83-5042-94a0-1dad787bd841',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY58 YRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY58%20YRU&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 113492,
'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 AURIS 1.4 VVTI T3 Hatchback',
'transmission': 'manual',
'trim': 'VVTI T3',
'vin': 'SB1KM56E30F029748',
'year': 2008}
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY58%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 06:07:18 [bca.uk] INFO: Saving data for GY58%20YRU: {'auction_closing_time': 1774778400.0, 'created_time': 1774651421.031223, 'last_price_update_time': 1774764438.8281}
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY58%2520YRU') HTTP/1.1" 204 0
2026-03-29 06:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD
2026-03-29 06:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD
2026-03-29 06:07:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD to the API
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU67%20LVD-GB',
'category': 'Car',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '652d6993-c42a-5176-93c0-831a5d94b47d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU67 LVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU67%20LVD&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 27099,
'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 S Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 DYNAMIQUE S',
'vin': 'VF12RA51558819185',
'year': 2017}
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU67%2520LVD%27 HTTP/1.1" 200 None
2026-03-29 06:07:19 [bca.uk] INFO: Saving data for DU67%20LVD: {'auction_closing_time': 1774951200.0, 'created_time': 1774477841.083243, 'last_price_update_time': 1774764439.205336}
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU67%2520LVD') HTTP/1.1" 204 0
2026-03-29 06:07:19 [bca.uk] INFO: Found listing with ID: BX20%20OGT
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX20%2520OGT%27 HTTP/1.1" 200 None
2026-03-29 06:07:19 [bca.uk] INFO: Scrape type for BX20%20OGT: 2
2026-03-29 06:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT
2026-03-29 06:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with scrape type 2
2026-03-29 06:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with scrape type 2
2026-03-29 06:07:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaa9c7f0-203d-5c2f-beef-d954158b1ca2, identifier: BX20%20OGT
2026-03-29 06:07:19 [bca.uk] INFO: Found listing with ID: EK56%20PGO
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK56%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 06:07:19 [bca.uk] INFO: Scrape type for EK56%20PGO: 2
2026-03-29 06:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO
2026-03-29 06:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8b73f6-f349-5727-a147-f9726f54d375 with scrape type 2
2026-03-29 06:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f8b73f6-f349-5727-a147-f9726f54d375 with scrape type 2
2026-03-29 06:07:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f8b73f6-f349-5727-a147-f9726f54d375, identifier: EK56%20PGO
2026-03-29 06:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT
2026-03-29 06:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT
2026-03-29 06:07:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT to the API
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX20%20OGT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eaa9c7f0-203d-5c2f-beef-d954158b1ca2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX20 OGT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX20%20OGT&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 32670,
'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': 'MAZDA CX-5 2.0 SPORT+ StationWagon',
'transmission': 'manual',
'trim': 'SPORT+',
'vin': 'JMZKF6W7600899805',
'year': 2020}
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX20%2520OGT%27 HTTP/1.1" 200 None
2026-03-29 06:07:19 [bca.uk] INFO: Saving data for BX20%20OGT: {'auction_closing_time': 1775124000.0, 'created_time': 1774651422.715111, 'last_price_update_time': 1774764439.696515}
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX20%2520OGT') HTTP/1.1" 204 0
2026-03-29 06:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO
2026-03-29 06:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO
2026-03-29 06:07:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO to the API
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK56%20PGO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f8b73f6-f349-5727-a147-f9726f54d375',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK56 PGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK56%20PGO&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 118217,
'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': 'NISSAN NOTE 1.6 SE Hatchback',
'transmission': 'automatic',
'trim': 'SE',
'vin': 'SJNFCAE11U1078008',
'year': 2006}
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK56%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 06:07:19 [bca.uk] INFO: Saving data for EK56%20PGO: {'auction_closing_time': 1774951200.0, 'created_time': 1774477838.964865, 'last_price_update_time': 1774764439.982311}
2026-03-29 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK56%2520PGO') HTTP/1.1" 204 0
2026-03-29 06:07:20 [bca.uk] INFO: Found listing with ID: EA61%20YJB
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520YJB%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Scrape type for EA61%20YJB: 2
2026-03-29 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c556dfce-c162-5b53-ba0b-2d4cf24357db with identifier: EA61%20YJB
2026-03-29 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c556dfce-c162-5b53-ba0b-2d4cf24357db with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c556dfce-c162-5b53-ba0b-2d4cf24357db with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c556dfce-c162-5b53-ba0b-2d4cf24357db, identifier: EA61%20YJB
2026-03-29 06:07:20 [bca.uk] INFO: Found listing with ID: EN59%20AMK
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN59%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Scrape type for EN59%20AMK: 0
2026-03-29 06:07:20 [bca.uk] INFO: Found listing with ID: EY08%20YGX
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520YGX%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Scrape type for EY08%20YGX: 2
2026-03-29 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX
2026-03-29 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87, identifier: EY08%20YGX
2026-03-29 06:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c556dfce-c162-5b53-ba0b-2d4cf24357db with identifier: EA61%20YJB
2026-03-29 06:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c556dfce-c162-5b53-ba0b-2d4cf24357db with identifier: EA61%20YJB
2026-03-29 06:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c556dfce-c162-5b53-ba0b-2d4cf24357db with identifier: EA61%20YJB to the API
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA61%20YJB-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c556dfce-c162-5b53-ba0b-2d4cf24357db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA61 YJB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA61%20YJB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 137193,
'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 IX35 2.0 CRDI PREMIUM 4WD StationWagon',
'transmission': 'automatic',
'trim': 'CRDI PREMIUM 4WD',
'vin': 'TMAJU81VSCJ238576',
'year': 2011}
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520YJB%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Saving data for EA61%20YJB: {'auction_closing_time': 1774778400.0, 'created_time': 1774651489.367198, 'last_price_update_time': 1774764440.525022}
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA61%2520YJB') HTTP/1.1" 204 0
2026-03-29 06:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX
2026-03-29 06:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX
2026-03-29 06:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX to the API
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY08%20YGX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '220a0fe2-8078-55b7-b4fd-f2dd58cdcf87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY08 YGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY08%20YGX&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 93069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 1.8 I-VTEC EX Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC EX',
'vin': 'SHHFK27608U022983',
'year': 2008}
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520YGX%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Saving data for EY08%20YGX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651411.432126, 'last_price_update_time': 1774764440.811414}
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY08%2520YGX') HTTP/1.1" 204 0
2026-03-29 06:07:20 [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 06:07:20 [bca.uk] INFO: Found listing with ID: OY57%20WCL
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY57%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Scrape type for OY57%20WCL: 2
2026-03-29 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edf81143-cccf-565a-b1eb-76408d5b96eb with identifier: OY57%20WCL
2026-03-29 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf81143-cccf-565a-b1eb-76408d5b96eb with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edf81143-cccf-565a-b1eb-76408d5b96eb with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edf81143-cccf-565a-b1eb-76408d5b96eb, identifier: OY57%20WCL
2026-03-29 06:07:20 [bca.uk] INFO: Found listing with ID: LF61%20YNV
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF61%2520YNV%27 HTTP/1.1" 200 None
2026-03-29 06:07:20 [bca.uk] INFO: Scrape type for LF61%20YNV: 2
2026-03-29 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV
2026-03-29 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e12bc450-a024-5305-8b4d-3fe475d14dbc with scrape type 2
2026-03-29 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e12bc450-a024-5305-8b4d-3fe475d14dbc with scrape type 2
2026-03-29 06:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e12bc450-a024-5305-8b4d-3fe475d14dbc, identifier: LF61%20YNV
2026-03-29 06:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edf81143-cccf-565a-b1eb-76408d5b96eb with identifier: OY57%20WCL
2026-03-29 06:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edf81143-cccf-565a-b1eb-76408d5b96eb with identifier: OY57%20WCL
2026-03-29 06:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edf81143-cccf-565a-b1eb-76408d5b96eb with identifier: OY57%20WCL to the API
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 244,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY57%20WCL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'edf81143-cccf-565a-b1eb-76408d5b96eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY57 WCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY57%20WCL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY 3',
'odometer': 133783,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3 2.7 TD V6 GS StationWagon',
'transmission': 'manual',
'trim': 'TD V6 GS',
'vin': 'SALLAAA178A449621',
'year': 2007}
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY57%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 06:07:21 [bca.uk] INFO: Saving data for OY57%20WCL: {'auction_closing_time': 1774778400.0, 'created_time': 1774651418.588956, 'last_price_update_time': 1774764441.344109}
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY57%2520WCL') HTTP/1.1" 204 0
2026-03-29 06:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV
2026-03-29 06:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV
2026-03-29 06:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV to the API
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF61%20YNV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e12bc450-a024-5305-8b4d-3fe475d14dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF61 YNV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF61%20YNV&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 130551,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXWPJJBP12880',
'year': 2012}
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF61%2520YNV%27 HTTP/1.1" 200 None
2026-03-29 06:07:21 [bca.uk] INFO: Saving data for LF61%20YNV: {'auction_closing_time': 1774951200.0, 'created_time': 1774477840.732646, 'last_price_update_time': 1774764441.613623}
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF61%2520YNV') HTTP/1.1" 204 0
2026-03-29 06:07:21 [bca.uk] INFO: Found listing with ID: HT68%20DTX
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520DTX%27 HTTP/1.1" 200 None
2026-03-29 06:07:21 [bca.uk] INFO: Scrape type for HT68%20DTX: 2
2026-03-29 06:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d38a36-bed4-5e80-8faf-7a736253342e with identifier: HT68%20DTX
2026-03-29 06:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d38a36-bed4-5e80-8faf-7a736253342e with scrape type 2
2026-03-29 06:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d38a36-bed4-5e80-8faf-7a736253342e with scrape type 2
2026-03-29 06:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69d38a36-bed4-5e80-8faf-7a736253342e, identifier: HT68%20DTX
2026-03-29 06:07:21 [bca.uk] INFO: Found listing with ID: LS06%20OUH
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS06%2520OUH%27 HTTP/1.1" 200 None
2026-03-29 06:07:21 [bca.uk] INFO: Scrape type for LS06%20OUH: 0
2026-03-29 06:07:21 [bca.uk] INFO: Found listing with ID: NU66%20PYW
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520PYW%27 HTTP/1.1" 200 None
2026-03-29 06:07:21 [bca.uk] INFO: Scrape type for NU66%20PYW: 2
2026-03-29 06:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW
2026-03-29 06:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23124228-38c4-5f38-a250-b880bbc1f77a with scrape type 2
2026-03-29 06:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23124228-38c4-5f38-a250-b880bbc1f77a with scrape type 2
2026-03-29 06:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23124228-38c4-5f38-a250-b880bbc1f77a, identifier: NU66%20PYW
2026-03-29 06:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69d38a36-bed4-5e80-8faf-7a736253342e with identifier: HT68%20DTX
2026-03-29 06:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69d38a36-bed4-5e80-8faf-7a736253342e with identifier: HT68%20DTX
2026-03-29 06:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69d38a36-bed4-5e80-8faf-7a736253342e with identifier: HT68%20DTX to the API
2026-03-29 06:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT68%20DTX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '69d38a36-bed4-5e80-8faf-7a736253342e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HT68 DTX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT68%20DTX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 62575,
'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': 'SHHFK6760JU011683',
'year': 2018}
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520DTX%27 HTTP/1.1" 200 None
2026-03-29 06:07:22 [bca.uk] INFO: Saving data for HT68%20DTX: {'auction_closing_time': 1774778400.0, 'created_time': 1774046105.447944, 'last_price_update_time': 1774764442.160867}
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT68%2520DTX') HTTP/1.1" 204 0
2026-03-29 06:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW
2026-03-29 06:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW
2026-03-29 06:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW to the API
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU66%20PYW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '23124228-38c4-5f38-a250-b880bbc1f77a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU66 PYW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU66%20PYW&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'PEUGEOT',
'model': '208',
'odometer': 87749,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 ALLURE',
'vin': 'VF3CAHMZ6GW028154',
'year': 2016}
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520PYW%27 HTTP/1.1" 200 None
2026-03-29 06:07:22 [bca.uk] INFO: Saving data for NU66%20PYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774477841.487709, 'last_price_update_time': 1774764442.475828}
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU66%2520PYW') HTTP/1.1" 204 0
2026-03-29 06:07:22 [bca.uk] INFO: Found listing with ID: N4%20FHD
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N4%2520FHD%27 HTTP/1.1" 200 None
2026-03-29 06:07:22 [bca.uk] INFO: Scrape type for N4%20FHD: 2
2026-03-29 06:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa9842e-ecbf-533d-ac89-6e72d8556fda with identifier: N4%20FHD
2026-03-29 06:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa9842e-ecbf-533d-ac89-6e72d8556fda with scrape type 2
2026-03-29 06:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa9842e-ecbf-533d-ac89-6e72d8556fda with scrape type 2
2026-03-29 06:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aa9842e-ecbf-533d-ac89-6e72d8556fda, identifier: N4%20FHD
2026-03-29 06:07:22 [bca.uk] INFO: Found listing with ID: PE58%20NTM
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520NTM%27 HTTP/1.1" 200 None
2026-03-29 06:07:22 [bca.uk] INFO: Scrape type for PE58%20NTM: 0
2026-03-29 06:07:22 [bca.uk] INFO: Found listing with ID: VN68%20KUJ
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:22 [bca.uk] INFO: Scrape type for VN68%20KUJ: 0
2026-03-29 06:07:22 [bca.uk] INFO: Found listing with ID: NL23%20SUU
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520SUU%27 HTTP/1.1" 200 None
2026-03-29 06:07:22 [bca.uk] INFO: Scrape type for NL23%20SUU: 2
2026-03-29 06:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU
2026-03-29 06:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with scrape type 2
2026-03-29 06:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with scrape type 2
2026-03-29 06:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1818c3d2-44ad-5dd9-b109-da4c79e3f848, identifier: NL23%20SUU
2026-03-29 06:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aa9842e-ecbf-533d-ac89-6e72d8556fda with identifier: N4%20FHD
2026-03-29 06:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aa9842e-ecbf-533d-ac89-6e72d8556fda with identifier: N4%20FHD
2026-03-29 06:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aa9842e-ecbf-533d-ac89-6e72d8556fda with identifier: N4%20FHD to the API
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 248,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N4%20FHD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5aa9842e-ecbf-533d-ac89-6e72d8556fda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'N4 FHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=N4%20FHD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 51257,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER 3.0 V6 S/C 340 VOGUE SE StationWagon',
'transmission': 'automatic',
'trim': 'V6 S/C 340 VOGUE SE',
'vin': 'SALGA2AV5JA505294',
'year': 2018}
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N4%2520FHD%27 HTTP/1.1" 200 None
2026-03-29 06:07:23 [bca.uk] INFO: Saving data for N4%20FHD: {'auction_closing_time': 1774778400.0, 'created_time': 1774304274.631944, 'last_price_update_time': 1774764443.04886}
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N4%2520FHD') HTTP/1.1" 204 0
2026-03-29 06:07:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU
2026-03-29 06:07:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU
2026-03-29 06:07:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU to the API
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20SUU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1818c3d2-44ad-5dd9-b109-da4c79e3f848',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NL23 SUU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20SUU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 18192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'SKODA FABIA 1.0 MPI 80 SE COMFORT Hatchback',
'transmission': 'manual',
'trim': 'MPI 80 SE COMFORT',
'vin': 'TMBFE6PJ8P4023655',
'year': 2023}
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [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 06:07:23 [bca.uk] INFO: Saving data for NL23%20SUU: {'auction_closing_time': 1774951200.0, 'created_time': 1774651417.022431, 'last_price_update_time': 1774764443.44713}
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520SUU') HTTP/1.1" 204 0
2026-03-29 06:07:23 [bca.uk] INFO: Total items found: 100
2026-03-29 06:07:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded
2026-03-29 06:07:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:07:23 [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 06:07:23 [bca.uk] INFO: Found listing with ID: YC68%20JHG
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520JHG%27 HTTP/1.1" 200 None
2026-03-29 06:07:23 [bca.uk] INFO: Scrape type for YC68%20JHG: 0
2026-03-29 06:07:23 [bca.uk] INFO: Found listing with ID: FG18%20YVH
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520YVH%27 HTTP/1.1" 200 None
2026-03-29 06:07:23 [bca.uk] INFO: Scrape type for FG18%20YVH: 0
2026-03-29 06:07:23 [bca.uk] INFO: Found listing with ID: AH13%20NEY
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH13%2520NEY%27 HTTP/1.1" 200 None
2026-03-29 06:07:23 [bca.uk] INFO: Scrape type for AH13%20NEY: 2
2026-03-29 06:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f50f60a-2700-5c0a-a585-7d81826ad291 with identifier: AH13%20NEY
2026-03-29 06:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f50f60a-2700-5c0a-a585-7d81826ad291 with scrape type 2
2026-03-29 06:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f50f60a-2700-5c0a-a585-7d81826ad291 with scrape type 2
2026-03-29 06:07:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f50f60a-2700-5c0a-a585-7d81826ad291, identifier: AH13%20NEY
2026-03-29 06:07:23 [bca.uk] INFO: Found listing with ID: EU15%20YBM
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:23 [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 06:07:23 [bca.uk] INFO: Scrape type for EU15%20YBM: 2
2026-03-29 06:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f824696-bbba-51bb-a27e-1cd3fb62b812 with identifier: EU15%20YBM
2026-03-29 06:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f824696-bbba-51bb-a27e-1cd3fb62b812 with scrape type 2
2026-03-29 06:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f824696-bbba-51bb-a27e-1cd3fb62b812 with scrape type 2
2026-03-29 06:07:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f824696-bbba-51bb-a27e-1cd3fb62b812, identifier: EU15%20YBM
2026-03-29 06:07:23 [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 06:07:23 [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 06:07:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f50f60a-2700-5c0a-a585-7d81826ad291 with identifier: AH13%20NEY
2026-03-29 06:07:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f50f60a-2700-5c0a-a585-7d81826ad291 with identifier: AH13%20NEY
2026-03-29 06:07:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f50f60a-2700-5c0a-a585-7d81826ad291 with identifier: AH13%20NEY to the API
2026-03-29 06:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AH13%20NEY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2f50f60a-2700-5c0a-a585-7d81826ad291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AH13 NEY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AH13%20NEY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 88330,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'D240 R-DYNAMIC SE',
'vin': 'SALYA2AN4JA776819',
'year': 2018}
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AH13%2520NEY%27 HTTP/1.1" 200 None
2026-03-29 06:07:24 [bca.uk] INFO: Saving data for AH13%20NEY: {'auction_closing_time': 1774778400.0, 'created_time': 1774091280.198203, 'last_price_update_time': 1774764444.015504}
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AH13%2520NEY') HTTP/1.1" 204 0
2026-03-29 06:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f824696-bbba-51bb-a27e-1cd3fb62b812 with identifier: EU15%20YBM
2026-03-29 06:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f824696-bbba-51bb-a27e-1cd3fb62b812 with identifier: EU15%20YBM
2026-03-29 06:07:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f824696-bbba-51bb-a27e-1cd3fb62b812 with identifier: EU15%20YBM to the API
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU15%20YBM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1f824696-bbba-51bb-a27e-1cd3fb62b812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU15 YBM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU15%20YBM&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 32369,
'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 N-TEC Hatchback',
'transmission': 'manual',
'trim': 'N-TEC',
'vin': 'SJNTAAE12U1098964',
'year': 2015}
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU15%2520YBM%27 HTTP/1.1" 200 None
2026-03-29 06:07:24 [bca.uk] INFO: Saving data for EU15%20YBM: {'auction_closing_time': 1774778400.0, 'created_time': 1774651280.693259, 'last_price_update_time': 1774764444.954486}
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU15%2520YBM') HTTP/1.1" 204 0
2026-03-29 06:07:24 [bca.uk] INFO: Found listing with ID: YS09%20GUK
2026-03-29 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS09%2520GUK%27 HTTP/1.1" 200 None
2026-03-29 06:07:24 [bca.uk] INFO: Scrape type for YS09%20GUK: 0
2026-03-29 06:07:24 [bca.uk] INFO: Found listing with ID: YM24%20JBU
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM24%2520JBU%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for YM24%20JBU: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: YG17%20ONF
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG17%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for YG17%20ONF: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: YH61%20SGV
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH61%2520SGV%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for YH61%20SGV: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: DN58%20UWL
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN58%2520UWL%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for DN58%20UWL: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: NJ09%20OGF
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ09%2520OGF%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for NJ09%20OGF: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: PK12%20TXL
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK12%2520TXL%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for PK12%20TXL: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: PX08%20GWJ
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX08%2520GWJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for PX08%20GWJ: 2
2026-03-29 06:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ
2026-03-29 06:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with scrape type 2
2026-03-29 06:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with scrape type 2
2026-03-29 06:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f, identifier: PX08%20GWJ
2026-03-29 06:07: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 06:07:25 [bca.uk] INFO: Found listing with ID: VK14%20FOH
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK14%2520FOH%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for VK14%20FOH: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: VU67%20YNN
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU67%2520YNN%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for VU67%20YNN: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: YK16%20YBE
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK16%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for YK16%20YBE: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: YP15%20RXZ
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP15%2520RXZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for YP15%20RXZ: 2
2026-03-29 06:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6da4650-5a89-56bf-a1b2-c3325bd31f20 with identifier: YP15%20RXZ
2026-03-29 06:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6da4650-5a89-56bf-a1b2-c3325bd31f20 with scrape type 2
2026-03-29 06:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6da4650-5a89-56bf-a1b2-c3325bd31f20 with scrape type 2
2026-03-29 06:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6da4650-5a89-56bf-a1b2-c3325bd31f20, identifier: YP15%20RXZ
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: GK19%20YXX
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK19%2520YXX%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for GK19%20YXX: 0
2026-03-29 06:07:25 [bca.uk] INFO: Found listing with ID: CV06%20ZKK
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV06%2520ZKK%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Scrape type for CV06%20ZKK: 2
2026-03-29 06:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5b07d6-d763-5521-8dae-2f3f5c1b88de with identifier: CV06%20ZKK
2026-03-29 06:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5b07d6-d763-5521-8dae-2f3f5c1b88de with scrape type 2
2026-03-29 06:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef5b07d6-d763-5521-8dae-2f3f5c1b88de with scrape type 2
2026-03-29 06:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef5b07d6-d763-5521-8dae-2f3f5c1b88de, identifier: CV06%20ZKK
2026-03-29 06:07:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ
2026-03-29 06:07:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ
2026-03-29 06:07:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ to the API
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX08%20GWJ-GB',
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2ea7966f-ef85-5f22-8ce4-d17cc8d1635f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX08 GWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX08%20GWJ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FUSION',
'odometer': 68184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FORD FUSION 1.4 STYLE CLIMATE Estate',
'transmission': 'manual',
'trim': 'STYLE CLIMATE',
'vin': 'WF0UXXGAJU8A50672',
'year': 2008}
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX08%2520GWJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:25 [bca.uk] INFO: Saving data for PX08%20GWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651409.490421, 'last_price_update_time': 1774764445.795809}
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX08%2520GWJ') HTTP/1.1" 204 0
2026-03-29 06:07:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6da4650-5a89-56bf-a1b2-c3325bd31f20 with identifier: YP15%20RXZ
2026-03-29 06:07:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6da4650-5a89-56bf-a1b2-c3325bd31f20 with identifier: YP15%20RXZ
2026-03-29 06:07:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6da4650-5a89-56bf-a1b2-c3325bd31f20 with identifier: YP15%20RXZ to the API
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP15%20RXZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f6da4650-5a89-56bf-a1b2-c3325bd31f20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP15 RXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP15%20RXZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 81289,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 POP STAR Hatchback',
'transmission': 'manual',
'trim': 'POP STAR',
'vin': 'ZFA3120000J382911',
'year': 2015}
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP15%2520RXZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Saving data for YP15%20RXZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651456.991767, 'last_price_update_time': 1774764446.166178}
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP15%2520RXZ') HTTP/1.1" 204 0
2026-03-29 06:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef5b07d6-d763-5521-8dae-2f3f5c1b88de with identifier: CV06%20ZKK
2026-03-29 06:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef5b07d6-d763-5521-8dae-2f3f5c1b88de with identifier: CV06%20ZKK
2026-03-29 06:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef5b07d6-d763-5521-8dae-2f3f5c1b88de with identifier: CV06%20ZKK to the API
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV06%20ZKK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ef5b07d6-d763-5521-8dae-2f3f5c1b88de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV06 ZKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV06%20ZKK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 98672,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 SDI S Hatchback',
'transmission': 'manual',
'trim': 'SDI S',
'vin': 'WVWZZZ1KZ6B156227',
'year': 2006}
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV06%2520ZKK%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Saving data for CV06%20ZKK: {'auction_closing_time': 1774778400.0, 'created_time': 1774651232.154794, 'last_price_update_time': 1774764446.447872}
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV06%2520ZKK') HTTP/1.1" 204 0
2026-03-29 06:07:26 [bca.uk] INFO: Found listing with ID: RF12%20FYR
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF12%2520FYR%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Scrape type for RF12%20FYR: 2
2026-03-29 06:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR
2026-03-29 06:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with scrape type 2
2026-03-29 06:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with scrape type 2
2026-03-29 06:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3, identifier: RF12%20FYR
2026-03-29 06:07:26 [bca.uk] INFO: Found listing with ID: EK66%20XSM
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK66%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Scrape type for EK66%20XSM: 0
2026-03-29 06:07:26 [bca.uk] INFO: Found listing with ID: GN65%20MLV
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN65%2520MLV%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Scrape type for GN65%20MLV: 0
2026-03-29 06:07:26 [bca.uk] INFO: Found listing with ID: HN16%20FEM
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN16%2520FEM%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Scrape type for HN16%20FEM: 2
2026-03-29 06:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca23c53d-14ce-53a2-b261-bac2c20bf586 with identifier: HN16%20FEM
2026-03-29 06:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca23c53d-14ce-53a2-b261-bac2c20bf586 with scrape type 2
2026-03-29 06:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca23c53d-14ce-53a2-b261-bac2c20bf586 with scrape type 2
2026-03-29 06:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca23c53d-14ce-53a2-b261-bac2c20bf586, identifier: HN16%20FEM
2026-03-29 06:07:26 [bca.uk] INFO: Found listing with ID: GF57%20UHV
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF57%2520UHV%27 HTTP/1.1" 200 None
2026-03-29 06:07:26 [bca.uk] INFO: Scrape type for GF57%20UHV: 2
2026-03-29 06:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8193e29-2c8b-540e-ad41-a3adae4de7ca with identifier: GF57%20UHV
2026-03-29 06:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8193e29-2c8b-540e-ad41-a3adae4de7ca with scrape type 2
2026-03-29 06:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8193e29-2c8b-540e-ad41-a3adae4de7ca with scrape type 2
2026-03-29 06:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8193e29-2c8b-540e-ad41-a3adae4de7ca, identifier: GF57%20UHV
2026-03-29 06:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR
2026-03-29 06:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR
2026-03-29 06:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR to the API
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF12%20FYR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF12 FYR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF12%20FYR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 120481,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TSI 122 MATCH',
'vin': 'WVWZZZ1KZCP160169',
'year': 2012}
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF12%2520FYR%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Saving data for RF12%20FYR: {'auction_closing_time': 1774951200.0, 'created_time': 1774005632.338073, 'last_price_update_time': 1774764447.111219}
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF12%2520FYR') HTTP/1.1" 204 0
2026-03-29 06:07:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca23c53d-14ce-53a2-b261-bac2c20bf586 with identifier: HN16%20FEM
2026-03-29 06:07:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca23c53d-14ce-53a2-b261-bac2c20bf586 with identifier: HN16%20FEM
2026-03-29 06:07:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca23c53d-14ce-53a2-b261-bac2c20bf586 with identifier: HN16%20FEM to the API
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN16%20FEM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ca23c53d-14ce-53a2-b261-bac2c20bf586',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN16 FEM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN16%20FEM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '218I',
'odometer': 106911,
'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 218I 1.5 T SPORT Coupe',
'transmission': 'manual',
'trim': 'T SPORT',
'vin': 'WBA2F12090V797598',
'year': 2016}
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN16%2520FEM%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Saving data for HN16%20FEM: {'auction_closing_time': 1774778400.0, 'created_time': 1774651460.430559, 'last_price_update_time': 1774764447.416932}
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN16%2520FEM') HTTP/1.1" 204 0
2026-03-29 06:07:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8193e29-2c8b-540e-ad41-a3adae4de7ca with identifier: GF57%20UHV
2026-03-29 06:07:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8193e29-2c8b-540e-ad41-a3adae4de7ca with identifier: GF57%20UHV
2026-03-29 06:07:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8193e29-2c8b-540e-ad41-a3adae4de7ca with identifier: GF57%20UHV to the API
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF57%20UHV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e8193e29-2c8b-540e-ad41-a3adae4de7ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF57 UHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF57%20UHV&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 146738,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 STYLE Hatchback',
'transmission': 'manual',
'trim': 'STYLE',
'vin': 'WF0DXXGAJD7U44704',
'year': 2007}
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF57%2520UHV%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Saving data for GF57%20UHV: {'auction_closing_time': 1774778400.0, 'created_time': 1774651234.101428, 'last_price_update_time': 1774764447.71977}
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF57%2520UHV') HTTP/1.1" 204 0
2026-03-29 06:07:27 [bca.uk] INFO: Found listing with ID: WG19%20UHJ
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG19%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Scrape type for WG19%20UHJ: 2
2026-03-29 06:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ
2026-03-29 06:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a69331c9-4fe6-5150-b8f1-2da1a0407291 with scrape type 2
2026-03-29 06:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a69331c9-4fe6-5150-b8f1-2da1a0407291 with scrape type 2
2026-03-29 06:07:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a69331c9-4fe6-5150-b8f1-2da1a0407291, identifier: WG19%20UHJ
2026-03-29 06:07:27 [bca.uk] INFO: Found listing with ID: NG14%20TWX
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG14%2520TWX%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Scrape type for NG14%20TWX: 2
2026-03-29 06:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c406550-85f0-5178-86ec-967f3826963d with identifier: NG14%20TWX
2026-03-29 06:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c406550-85f0-5178-86ec-967f3826963d with scrape type 2
2026-03-29 06:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c406550-85f0-5178-86ec-967f3826963d with scrape type 2
2026-03-29 06:07:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c406550-85f0-5178-86ec-967f3826963d, identifier: NG14%20TWX
2026-03-29 06:07:27 [bca.uk] INFO: Found listing with ID: BG08%20KAK
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG08%2520KAK%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Scrape type for BG08%20KAK: 0
2026-03-29 06:07:27 [bca.uk] INFO: Found listing with ID: YP58%20TBU
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP58%2520TBU%27 HTTP/1.1" 200 None
2026-03-29 06:07:27 [bca.uk] INFO: Scrape type for YP58%20TBU: 0
2026-03-29 06:07:27 [bca.uk] INFO: Found listing with ID: HG07%20WOA
2026-03-29 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG07%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 06:07:28 [bca.uk] INFO: Scrape type for HG07%20WOA: 0
2026-03-29 06:07:28 [bca.uk] INFO: Found listing with ID: KC57%20UUR
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC57%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 06:07:28 [bca.uk] INFO: Scrape type for KC57%20UUR: 2
2026-03-29 06:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR
2026-03-29 06:07:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with scrape type 2
2026-03-29 06:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with scrape type 2
2026-03-29 06:07:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2, identifier: KC57%20UUR
2026-03-29 06:07:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ
2026-03-29 06:07:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ
2026-03-29 06:07:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ to the API
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG19%20UHJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a69331c9-4fe6-5150-b8f1-2da1a0407291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG19 UHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG19%20UHJ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'UP!',
'odometer': 77650,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN UP! 1.0 MPI 60 MOVE UP Hatchback',
'transmission': 'manual',
'trim': 'MPI 60 MOVE UP',
'vin': 'WVWZZZAAZKD142746',
'year': 2019}
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:28 [bca.uk] INFO: Saving data for WG19%20UHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651413.428575, 'last_price_update_time': 1774764448.961403}
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG19%2520UHJ') HTTP/1.1" 204 0
2026-03-29 06:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c406550-85f0-5178-86ec-967f3826963d with identifier: NG14%20TWX
2026-03-29 06:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c406550-85f0-5178-86ec-967f3826963d with identifier: NG14%20TWX
2026-03-29 06:07:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c406550-85f0-5178-86ec-967f3826963d with identifier: NG14%20TWX to the API
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG14%20TWX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7c406550-85f0-5178-86ec-967f3826963d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG14 TWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG14%20TWX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MAZDA',
'model': '6 TOURER',
'odometer': 121040,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MAZDA 6 TOURER 2.2 D 150 SE-L Estate',
'transmission': 'manual',
'trim': 'D 150 SE-L',
'vin': 'JMZGJ691651177710',
'year': 2014}
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG14%2520TWX%27 HTTP/1.1" 200 None
2026-03-29 06:07:29 [bca.uk] INFO: Saving data for NG14%20TWX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564509.381807, 'last_price_update_time': 1774764449.36843}
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG14%2520TWX') HTTP/1.1" 204 0
2026-03-29 06:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR
2026-03-29 06:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR
2026-03-29 06:07:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR to the API
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KC57%20UUR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67c5af4a-366f-5f3e-8d39-d7255f7cd2b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KC57 UUR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KC57%20UUR&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 116809,
'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.8 VVT DESIGN Estate',
'transmission': 'automatic',
'trim': 'VVT DESIGN',
'vin': 'W0L0AHL3582019488',
'year': 2007}
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KC57%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 06:07:29 [bca.uk] INFO: Saving data for KC57%20UUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774389732.471471, 'last_price_update_time': 1774764449.745225}
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KC57%2520UUR') HTTP/1.1" 204 0
2026-03-29 06:07:29 [bca.uk] INFO: Found listing with ID: WP62%20XYU
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP62%2520XYU%27 HTTP/1.1" 200 None
2026-03-29 06:07:29 [bca.uk] INFO: Scrape type for WP62%20XYU: 2
2026-03-29 06:07:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU
2026-03-29 06:07:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f458be3-335d-532a-a625-d4c783497cea with scrape type 2
2026-03-29 06:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f458be3-335d-532a-a625-d4c783497cea with scrape type 2
2026-03-29 06:07:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f458be3-335d-532a-a625-d4c783497cea, identifier: WP62%20XYU
2026-03-29 06:07:29 [bca.uk] INFO: Found listing with ID: OV16%20KRE
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV16%2520KRE%27 HTTP/1.1" 200 None
2026-03-29 06:07:29 [bca.uk] INFO: Scrape type for OV16%20KRE: 0
2026-03-29 06:07:29 [bca.uk] INFO: Found listing with ID: PF16%20GYX
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF16%2520GYX%27 HTTP/1.1" 200 None
2026-03-29 06:07:29 [bca.uk] INFO: Scrape type for PF16%20GYX: 0
2026-03-29 06:07:29 [bca.uk] INFO: Found listing with ID: RE17%20OYR
2026-03-29 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE17%2520OYR%27 HTTP/1.1" 200 None
2026-03-29 06:07:29 [bca.uk] INFO: Scrape type for RE17%20OYR: 2
2026-03-29 06:07:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be604d5a-1e00-5c35-9ccb-02b7a476e084 with identifier: RE17%20OYR
2026-03-29 06:07:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be604d5a-1e00-5c35-9ccb-02b7a476e084 with scrape type 2
2026-03-29 06:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be604d5a-1e00-5c35-9ccb-02b7a476e084 with scrape type 2
2026-03-29 06:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be604d5a-1e00-5c35-9ccb-02b7a476e084, identifier: RE17%20OYR
2026-03-29 06:07:30 [bca.uk] INFO: Found listing with ID: KG05%20BVL
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KG05%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:07:30 [bca.uk] INFO: Scrape type for KG05%20BVL: 2
2026-03-29 06:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL
2026-03-29 06:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with scrape type 2
2026-03-29 06:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with scrape type 2
2026-03-29 06:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8bff8d8-27e0-58e7-9372-9ccd25fe5787, identifier: KG05%20BVL
2026-03-29 06:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU
2026-03-29 06:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU
2026-03-29 06:07:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU to the API
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP62%20XYU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f458be3-335d-532a-a625-d4c783497cea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP62 XYU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP62%20XYU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FIAT',
'model': '500',
'odometer': 128731,
'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 LOUNGE S/S Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE S/S',
'vin': 'ZFA31200000934584',
'year': 2013}
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP62%2520XYU%27 HTTP/1.1" 200 None
2026-03-29 06:07:30 [bca.uk] INFO: Saving data for WP62%20XYU: {'auction_closing_time': 1774951200.0, 'created_time': 1774389907.642359, 'last_price_update_time': 1774764450.402865}
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP62%2520XYU') HTTP/1.1" 204 0
2026-03-29 06:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be604d5a-1e00-5c35-9ccb-02b7a476e084 with identifier: RE17%20OYR
2026-03-29 06:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be604d5a-1e00-5c35-9ccb-02b7a476e084 with identifier: RE17%20OYR
2026-03-29 06:07:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be604d5a-1e00-5c35-9ccb-02b7a476e084 with identifier: RE17%20OYR to the API
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE17%20OYR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'be604d5a-1e00-5c35-9ccb-02b7a476e084',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE17 OYR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE17%20OYR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 66915,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 P/T 130 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 GT LINE',
'vin': 'VF3MRHNYHHS114842',
'year': 2017}
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE17%2520OYR%27 HTTP/1.1" 200 None
2026-03-29 06:07:30 [bca.uk] INFO: Saving data for RE17%20OYR: {'auction_closing_time': 1774778400.0, 'created_time': 1774362839.5534, 'last_price_update_time': 1774764450.687055}
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE17%2520OYR') HTTP/1.1" 204 0
2026-03-29 06:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL
2026-03-29 06:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL
2026-03-29 06:07:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL to the API
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 221,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KG05%20BVL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b8bff8d8-27e0-58e7-9372-9ccd25fe5787',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KG05 BVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KG05%20BVL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'TT',
'odometer': 132721,
'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': 'AUDI TT 1.8 T 180 (FWD) TIPTRONIC Coupe',
'transmission': 'manual',
'trim': 'T 180 (FWD) TIPTRONIC',
'vin': 'TRUZZZ8N051010052',
'year': 2005}
2026-03-29 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KG05%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Saving data for KG05%20BVL: {'auction_closing_time': 1774951200.0, 'created_time': 1774477805.844428, 'last_price_update_time': 1774764451.008429}
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KG05%2520BVL') HTTP/1.1" 204 0
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: GK60%20RPO
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK60%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for GK60%20RPO: 2
2026-03-29 06:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81c64ace-883f-5a0e-a8f6-fffb3e00f394 with identifier: GK60%20RPO
2026-03-29 06:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81c64ace-883f-5a0e-a8f6-fffb3e00f394 with scrape type 2
2026-03-29 06:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81c64ace-883f-5a0e-a8f6-fffb3e00f394 with scrape type 2
2026-03-29 06:07:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81c64ace-883f-5a0e-a8f6-fffb3e00f394, identifier: GK60%20RPO
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: RO17%20UUB
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO17%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for RO17%20UUB: 0
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: SB17%20NXA
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520NXA%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for SB17%20NXA: 0
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: UIG%202744
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27UIG%25202744%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for UIG%202744: 0
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: VE17%20HYF
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE17%2520HYF%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for VE17%20HYF: 0
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: AF64%20AWM
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF64%2520AWM%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for AF64%20AWM: 2
2026-03-29 06:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfa59b95-bafd-582d-bc36-881278e88760 with identifier: AF64%20AWM
2026-03-29 06:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfa59b95-bafd-582d-bc36-881278e88760 with scrape type 2
2026-03-29 06:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfa59b95-bafd-582d-bc36-881278e88760 with scrape type 2
2026-03-29 06:07:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfa59b95-bafd-582d-bc36-881278e88760, identifier: AF64%20AWM
2026-03-29 06:07:31 [bca.uk] INFO: Found listing with ID: LA56%20LHG
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA56%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 06:07:31 [bca.uk] INFO: Scrape type for LA56%20LHG: 2
2026-03-29 06:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG
2026-03-29 06:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with scrape type 2
2026-03-29 06:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with scrape type 2
2026-03-29 06:07:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f, identifier: LA56%20LHG
2026-03-29 06:07:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81c64ace-883f-5a0e-a8f6-fffb3e00f394 with identifier: GK60%20RPO
2026-03-29 06:07:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81c64ace-883f-5a0e-a8f6-fffb3e00f394 with identifier: GK60%20RPO
2026-03-29 06:07:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81c64ace-883f-5a0e-a8f6-fffb3e00f394 with identifier: GK60%20RPO to the API
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK60%20RPO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '81c64ace-883f-5a0e-a8f6-fffb3e00f394',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK60 RPO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK60%20RPO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 48988,
'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 TDCI 110 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI 110 ZETEC',
'vin': 'WF0PXXWPDPAM63465',
'year': 2010}
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK60%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 06:07:32 [bca.uk] INFO: Saving data for GK60%20RPO: {'auction_closing_time': 1774778400.0, 'created_time': 1774651412.426116, 'last_price_update_time': 1774764452.06648}
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK60%2520RPO') HTTP/1.1" 204 0
2026-03-29 06:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfa59b95-bafd-582d-bc36-881278e88760 with identifier: AF64%20AWM
2026-03-29 06:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfa59b95-bafd-582d-bc36-881278e88760 with identifier: AF64%20AWM
2026-03-29 06:07:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfa59b95-bafd-582d-bc36-881278e88760 with identifier: AF64%20AWM to the API
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF64%20AWM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cfa59b95-bafd-582d-bc36-881278e88760',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF64 AWM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF64%20AWM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'YETI',
'odometer': 110814,
'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 1.6 TDI CR 105 G/L II ELEGANCE Estate',
'transmission': 'manual',
'trim': 'TDI CR 105 G/L II ELEGANCE',
'vin': 'TMBKT75L9F6015257',
'year': 2014}
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520AWM%27 HTTP/1.1" 200 None
2026-03-29 06:07:32 [bca.uk] INFO: Saving data for AF64%20AWM: {'auction_closing_time': 1774778400.0, 'created_time': 1774651314.80126, 'last_price_update_time': 1774764452.48182}
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF64%2520AWM') HTTP/1.1" 204 0
2026-03-29 06:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG
2026-03-29 06:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG
2026-03-29 06:07:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG to the API
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA56%20LHG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5beaaeeb-67d9-502b-86d0-e24cc1f66e4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA56 LHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA56%20LHG&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'AUDI',
'model': 'TT',
'odometer': 87762,
'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': 'AUDI TT 2.0 TFSI S-T Coupe',
'transmission': 'automatic',
'trim': 'TFSI S-T',
'vin': 'TRUZZZ8J371017092',
'year': 2007}
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA56%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 06:07:32 [bca.uk] INFO: Saving data for LA56%20LHG: {'auction_closing_time': 1774951200.0, 'created_time': 1774651150.972953, 'last_price_update_time': 1774764452.769732}
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA56%2520LHG') HTTP/1.1" 204 0
2026-03-29 06:07:32 [bca.uk] INFO: Found listing with ID: PL73%20JNF
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520JNF%27 HTTP/1.1" 200 None
2026-03-29 06:07:32 [bca.uk] INFO: Scrape type for PL73%20JNF: 2
2026-03-29 06:07:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF
2026-03-29 06:07:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67261b4e-db10-5f57-95c4-966ec7ca9d90 with scrape type 2
2026-03-29 06:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67261b4e-db10-5f57-95c4-966ec7ca9d90 with scrape type 2
2026-03-29 06:07:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67261b4e-db10-5f57-95c4-966ec7ca9d90, identifier: PL73%20JNF
2026-03-29 06:07:32 [bca.uk] INFO: Found listing with ID: AJ64%20PTU
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ64%2520PTU%27 HTTP/1.1" 200 None
2026-03-29 06:07:32 [bca.uk] INFO: Scrape type for AJ64%20PTU: 0
2026-03-29 06:07:32 [bca.uk] INFO: Found listing with ID: DU64%20BVB
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:07:32 [bca.uk] INFO: Scrape type for DU64%20BVB: 2
2026-03-29 06:07:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7771f31-675d-5b24-8c64-aeb295e07be0 with identifier: DU64%20BVB
2026-03-29 06:07:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7771f31-675d-5b24-8c64-aeb295e07be0 with scrape type 2
2026-03-29 06:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7771f31-675d-5b24-8c64-aeb295e07be0 with scrape type 2
2026-03-29 06:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7771f31-675d-5b24-8c64-aeb295e07be0, identifier: DU64%20BVB
2026-03-29 06:07:33 [bca.uk] INFO: Found listing with ID: LC05%20LHB
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC05%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 06:07:33 [bca.uk] INFO: Scrape type for LC05%20LHB: 2
2026-03-29 06:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB
2026-03-29 06:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5bd098-852a-5300-a567-e0aff8cac8be with scrape type 2
2026-03-29 06:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e5bd098-852a-5300-a567-e0aff8cac8be with scrape type 2
2026-03-29 06:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5bd098-852a-5300-a567-e0aff8cac8be, identifier: LC05%20LHB
2026-03-29 06:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF
2026-03-29 06:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF
2026-03-29 06:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF to the API
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL73%20JNF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67261b4e-db10-5f57-95c4-966ec7ca9d90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PL73 JNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL73%20JNF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'C200 EQ-B',
'odometer': 23174,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C200 EQ-B 1.5 AMG LINE PREMIUM PLUS 9G Estate',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM PLUS 9G',
'vin': 'W1KAH4CBXRF138307',
'year': 2023}
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520JNF%27 HTTP/1.1" 200 None
2026-03-29 06:07:33 [bca.uk] INFO: Saving data for PL73%20JNF: {'auction_closing_time': 1774951200.0, 'created_time': 1774651417.377934, 'last_price_update_time': 1774764453.457685}
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL73%2520JNF') HTTP/1.1" 204 0
2026-03-29 06:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7771f31-675d-5b24-8c64-aeb295e07be0 with identifier: DU64%20BVB
2026-03-29 06:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7771f31-675d-5b24-8c64-aeb295e07be0 with identifier: DU64%20BVB
2026-03-29 06:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7771f31-675d-5b24-8c64-aeb295e07be0 with identifier: DU64%20BVB to the API
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU64%20BVB-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e7771f31-675d-5b24-8c64-aeb295e07be0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU64 BVB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU64%20BVB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 90025,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA 1.8 VVT 140 DESIGN Hatchback',
'transmission': 'manual',
'trim': 'VVT 140 DESIGN',
'vin': 'W0LGM6EC0E1145998',
'year': 2014}
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:07:33 [bca.uk] INFO: Saving data for DU64%20BVB: {'auction_closing_time': 1774778400.0, 'created_time': 1774564512.0419, 'last_price_update_time': 1774764453.778408}
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU64%2520BVB') HTTP/1.1" 204 0
2026-03-29 06:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB
2026-03-29 06:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB
2026-03-29 06:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB to the API
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC05%20LHB-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1e5bd098-852a-5300-a567-e0aff8cac8be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC05 LHB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC05%20LHB&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 96574,
'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': 'AUDI A3 SPORTBACK 2.0 FSI SE TIPTRONIC Hatchback',
'transmission': 'manual',
'trim': 'FSI SE TIPTRONIC',
'vin': 'WAUZZZ8P55A152843',
'year': 2005}
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC05%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 06:07:34 [bca.uk] INFO: Saving data for LC05%20LHB: {'auction_closing_time': 1774951200.0, 'created_time': 1774477824.478231, 'last_price_update_time': 1774764454.079473}
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC05%2520LHB') HTTP/1.1" 204 0
2026-03-29 06:07:34 [bca.uk] INFO: Found listing with ID: SL58%20KKF
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL58%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:07:34 [bca.uk] INFO: Scrape type for SL58%20KKF: 2
2026-03-29 06:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71cccd82-bd81-5419-bacb-49d6b6559090 with identifier: SL58%20KKF
2026-03-29 06:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71cccd82-bd81-5419-bacb-49d6b6559090 with scrape type 2
2026-03-29 06:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71cccd82-bd81-5419-bacb-49d6b6559090 with scrape type 2
2026-03-29 06:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71cccd82-bd81-5419-bacb-49d6b6559090, identifier: SL58%20KKF
2026-03-29 06:07:34 [bca.uk] INFO: Found listing with ID: FV13%20YPL
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520YPL%27 HTTP/1.1" 200 None
2026-03-29 06:07:34 [bca.uk] INFO: Scrape type for FV13%20YPL: 2
2026-03-29 06:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9461ac10-094b-5fac-90d6-9da8ed417d56 with identifier: FV13%20YPL
2026-03-29 06:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9461ac10-094b-5fac-90d6-9da8ed417d56 with scrape type 2
2026-03-29 06:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9461ac10-094b-5fac-90d6-9da8ed417d56 with scrape type 2
2026-03-29 06:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9461ac10-094b-5fac-90d6-9da8ed417d56, identifier: FV13%20YPL
2026-03-29 06:07:34 [bca.uk] INFO: Found listing with ID: LG61%20WYL
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 06:07:34 [bca.uk] INFO: Scrape type for LG61%20WYL: 2
2026-03-29 06:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL
2026-03-29 06:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1be6540b-9ddc-52fa-8211-f7cecb63491e with scrape type 2
2026-03-29 06:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1be6540b-9ddc-52fa-8211-f7cecb63491e with scrape type 2
2026-03-29 06:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1be6540b-9ddc-52fa-8211-f7cecb63491e, identifier: LG61%20WYL
2026-03-29 06:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71cccd82-bd81-5419-bacb-49d6b6559090 with identifier: SL58%20KKF
2026-03-29 06:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71cccd82-bd81-5419-bacb-49d6b6559090 with identifier: SL58%20KKF
2026-03-29 06:07:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71cccd82-bd81-5419-bacb-49d6b6559090 with identifier: SL58%20KKF to the API
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL58%20KKF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '71cccd82-bd81-5419-bacb-49d6b6559090',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL58 KKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL58%20KKF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 128340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'NISSAN NOTE 1.4 ACENTA Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'SJNFAAE11U1307427',
'year': 2008}
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL58%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:07:34 [bca.uk] INFO: Saving data for SL58%20KKF: {'auction_closing_time': 1774778400.0, 'created_time': 1774651416.622893, 'last_price_update_time': 1774764454.772064}
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL58%2520KKF') HTTP/1.1" 204 0
2026-03-29 06:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9461ac10-094b-5fac-90d6-9da8ed417d56 with identifier: FV13%20YPL
2026-03-29 06:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9461ac10-094b-5fac-90d6-9da8ed417d56 with identifier: FV13%20YPL
2026-03-29 06:07:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9461ac10-094b-5fac-90d6-9da8ed417d56 with identifier: FV13%20YPL to the API
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV13%20YPL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9461ac10-094b-5fac-90d6-9da8ed417d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV13 YPL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV13%20YPL&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 177492,
'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 A1 SPORTBACK 1.6 TDI 105 S LINE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 S LINE',
'vin': 'WAUZZZ8X1DB105723',
'year': 2013}
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520YPL%27 HTTP/1.1" 200 None
2026-03-29 06:07:35 [bca.uk] INFO: Saving data for FV13%20YPL: {'auction_closing_time': 1774778400.0, 'created_time': 1774651317.901656, 'last_price_update_time': 1774764455.050004}
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV13%2520YPL') HTTP/1.1" 204 0
2026-03-29 06:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL
2026-03-29 06:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL
2026-03-29 06:07:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL to the API
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20WYL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1be6540b-9ddc-52fa-8211-f7cecb63491e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG61 WYL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20WYL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'KIA',
'model': 'CEED SW',
'odometer': 62208,
'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 CEED SW 1.6 2 Estate',
'transmission': 'automatic',
'trim': '2',
'vin': 'U5YHB812MCL219875',
'year': 2011}
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 06:07:35 [bca.uk] INFO: Saving data for LG61%20WYL: {'auction_closing_time': 1774951200.0, 'created_time': 1773820477.434292, 'last_price_update_time': 1774764455.473281}
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520WYL') HTTP/1.1" 204 0
2026-03-29 06:07:35 [bca.uk] INFO: Found listing with ID: RO22%20NRL
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 06:07:35 [bca.uk] INFO: Scrape type for RO22%20NRL: 2
2026-03-29 06:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL
2026-03-29 06:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76b0b272-67ba-524c-b34b-bc2b433a7122 with scrape type 2
2026-03-29 06:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76b0b272-67ba-524c-b34b-bc2b433a7122 with scrape type 2
2026-03-29 06:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76b0b272-67ba-524c-b34b-bc2b433a7122, identifier: RO22%20NRL
2026-03-29 06:07:35 [bca.uk] INFO: Found listing with ID: KR63%20ZRG
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 06:07:35 [bca.uk] INFO: Scrape type for KR63%20ZRG: 2
2026-03-29 06:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5858ed1-7d16-5540-a39f-658f3eebaab9 with identifier: KR63%20ZRG
2026-03-29 06:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5858ed1-7d16-5540-a39f-658f3eebaab9 with scrape type 2
2026-03-29 06:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5858ed1-7d16-5540-a39f-658f3eebaab9 with scrape type 2
2026-03-29 06:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5858ed1-7d16-5540-a39f-658f3eebaab9, identifier: KR63%20ZRG
2026-03-29 06:07:35 [bca.uk] INFO: Found listing with ID: LV13%20WFN
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520WFN%27 HTTP/1.1" 200 None
2026-03-29 06:07:35 [bca.uk] INFO: Scrape type for LV13%20WFN: 2
2026-03-29 06:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN
2026-03-29 06:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with scrape type 2
2026-03-29 06:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with scrape type 2
2026-03-29 06:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0, identifier: LV13%20WFN
2026-03-29 06:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL
2026-03-29 06:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL
2026-03-29 06:07:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL to the API
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20NRL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '76b0b272-67ba-524c-b34b-bc2b433a7122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO22 NRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20NRL&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'AUDI',
'model': 'A4',
'odometer': 30717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A4 2.0 35 TFSI TECHNIK S-T Saloon',
'transmission': 'automatic',
'trim': '35 TFSI TECHNIK S-T',
'vin': 'WAUZZZF45NN007464',
'year': 2022}
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Saving data for RO22%20NRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651280.330478, 'last_price_update_time': 1774764456.07847}
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520NRL') HTTP/1.1" 204 0
2026-03-29 06:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5858ed1-7d16-5540-a39f-658f3eebaab9 with identifier: KR63%20ZRG
2026-03-29 06:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5858ed1-7d16-5540-a39f-658f3eebaab9 with identifier: KR63%20ZRG
2026-03-29 06:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5858ed1-7d16-5540-a39f-658f3eebaab9 with identifier: KR63%20ZRG to the API
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR63%20ZRG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c5858ed1-7d16-5540-a39f-658f3eebaab9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR63 ZRG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR63%20ZRG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SEAT',
'model': 'LEON',
'odometer': 101922,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'SEAT LEON 1.6 TDI 105 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 SE',
'vin': 'VSSZZZ5FZER055440',
'year': 2013}
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Saving data for KR63%20ZRG: {'auction_closing_time': 1774778400.0, 'created_time': 1774651314.408038, 'last_price_update_time': 1774764456.400153}
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR63%2520ZRG') HTTP/1.1" 204 0
2026-03-29 06:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN
2026-03-29 06:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN
2026-03-29 06:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN to the API
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV13%20WFN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV13 WFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV13%20WFN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 72691,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
'transmission': 'automatic',
'trim': '16V 115 SRI',
'vin': 'W0LPF6ED9D8071313',
'year': 2013}
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520WFN%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Saving data for LV13%20WFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774389729.45941, 'last_price_update_time': 1774764456.692081}
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV13%2520WFN') HTTP/1.1" 204 0
2026-03-29 06:07:36 [bca.uk] INFO: Found listing with ID: FG65%20XLO
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Scrape type for FG65%20XLO: 2
2026-03-29 06:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO
2026-03-29 06:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc796282-b4ff-569c-b757-4db36fff93a3 with scrape type 2
2026-03-29 06:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc796282-b4ff-569c-b757-4db36fff93a3 with scrape type 2
2026-03-29 06:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc796282-b4ff-569c-b757-4db36fff93a3, identifier: FG65%20XLO
2026-03-29 06:07:36 [bca.uk] INFO: Found listing with ID: PY14%20EBA
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520EBA%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Scrape type for PY14%20EBA: 2
2026-03-29 06:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 285fd6ab-cea7-5462-9df2-43652a6b445f with identifier: PY14%20EBA
2026-03-29 06:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 285fd6ab-cea7-5462-9df2-43652a6b445f with scrape type 2
2026-03-29 06:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 285fd6ab-cea7-5462-9df2-43652a6b445f with scrape type 2
2026-03-29 06:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 285fd6ab-cea7-5462-9df2-43652a6b445f, identifier: PY14%20EBA
2026-03-29 06:07:36 [bca.uk] INFO: Found listing with ID: MJ61%20XRS
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520XRS%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Scrape type for MJ61%20XRS: 0
2026-03-29 06:07:36 [bca.uk] INFO: Found listing with ID: NA69%20XBT
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:07:36 [bca.uk] INFO: Scrape type for NA69%20XBT: 2
2026-03-29 06:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT
2026-03-29 06:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with scrape type 2
2026-03-29 06:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with scrape type 2
2026-03-29 06:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada, identifier: NA69%20XBT
2026-03-29 06:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO
2026-03-29 06:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO
2026-03-29 06:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO to the API
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG65%20XLO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc796282-b4ff-569c-b757-4db36fff93a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG65 XLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG65%20XLO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 76058,
'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 CLIO 1.2 16V DYNAMIQUE Hatchback',
'transmission': 'manual',
'trim': '16V DYNAMIQUE',
'vin': 'VF15RSN0A53440332',
'year': 2015}
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 06:07:37 [bca.uk] INFO: Saving data for FG65%20XLO: {'auction_closing_time': 1774951200.0, 'created_time': 1774476864.632639, 'last_price_update_time': 1774764457.306515}
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG65%2520XLO') HTTP/1.1" 204 0
2026-03-29 06:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 285fd6ab-cea7-5462-9df2-43652a6b445f with identifier: PY14%20EBA
2026-03-29 06:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 285fd6ab-cea7-5462-9df2-43652a6b445f with identifier: PY14%20EBA
2026-03-29 06:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 285fd6ab-cea7-5462-9df2-43652a6b445f with identifier: PY14%20EBA to the API
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY14%20EBA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '285fd6ab-cea7-5462-9df2-43652a6b445f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PY14 EBA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY14%20EBA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 113959,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'HYUNDAI IX35 1.7 CRDI SE 2WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI SE 2WD',
'vin': 'TMAJU81ULEJ604539',
'year': 2014}
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520EBA%27 HTTP/1.1" 200 None
2026-03-29 06:07:37 [bca.uk] INFO: Saving data for PY14%20EBA: {'auction_closing_time': 1774778400.0, 'created_time': 1774651458.300432, 'last_price_update_time': 1774764457.694402}
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY14%2520EBA') HTTP/1.1" 204 0
2026-03-29 06:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT
2026-03-29 06:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT
2026-03-29 06:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT to the API
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20XBT-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '43a9c51d-f13d-5bf8-bf3d-3df98a318ada',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA69 XBT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20XBT&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 13823,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 1.0 VTEC TURBO 126 SPORT LINE Hatchback',
'transmission': 'automatic',
'trim': 'VTEC TURBO 126 SPORT LINE',
'vin': 'SHHFK6800KU000449',
'year': 2019}
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:07:37 [bca.uk] INFO: Saving data for NA69%20XBT: {'auction_closing_time': 1774951200.0, 'created_time': 1774047756.939562, 'last_price_update_time': 1774764457.969589}
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520XBT') HTTP/1.1" 204 0
2026-03-29 06:07:37 [bca.uk] INFO: Found listing with ID: FG68%20DDA
2026-03-29 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Scrape type for FG68%20DDA: 2
2026-03-29 06:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA
2026-03-29 06:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35152cf9-b606-51e0-93a5-c23aca6f13db with scrape type 2
2026-03-29 06:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35152cf9-b606-51e0-93a5-c23aca6f13db with scrape type 2
2026-03-29 06:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35152cf9-b606-51e0-93a5-c23aca6f13db, identifier: FG68%20DDA
2026-03-29 06:07:38 [bca.uk] INFO: Found listing with ID: SG13%20UOY
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG13%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Scrape type for SG13%20UOY: 0
2026-03-29 06:07:38 [bca.uk] INFO: Found listing with ID: KU17%20ZLW
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520ZLW%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Scrape type for KU17%20ZLW: 2
2026-03-29 06:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a with identifier: KU17%20ZLW
2026-03-29 06:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a with scrape type 2
2026-03-29 06:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a with scrape type 2
2026-03-29 06:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a, identifier: KU17%20ZLW
2026-03-29 06:07:38 [bca.uk] INFO: Found listing with ID: SD13%20SXO
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520SXO%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Scrape type for SD13%20SXO: 0
2026-03-29 06:07:38 [bca.uk] INFO: Found listing with ID: SG09%20FNU
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG09%2520FNU%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Scrape type for SG09%20FNU: 2
2026-03-29 06:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU
2026-03-29 06:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4d8e102-d886-591f-a670-4ce04d709092 with scrape type 2
2026-03-29 06:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4d8e102-d886-591f-a670-4ce04d709092 with scrape type 2
2026-03-29 06:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4d8e102-d886-591f-a670-4ce04d709092, identifier: SG09%20FNU
2026-03-29 06:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA
2026-03-29 06:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA
2026-03-29 06:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA to the API
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG68%20DDA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '35152cf9-b606-51e0-93a5-c23aca6f13db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG68 DDA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG68%20DDA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 44307,
'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': 'TOYOTA AYGO 1.0 VVT-I X-PLAY Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-PLAY',
'vin': 'JTDKGNEC70N388027',
'year': 2018}
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Saving data for FG68%20DDA: {'auction_closing_time': 1774951200.0, 'created_time': 1774477964.744906, 'last_price_update_time': 1774764458.655819}
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520DDA') HTTP/1.1" 204 0
2026-03-29 06:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a with identifier: KU17%20ZLW
2026-03-29 06:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a with identifier: KU17%20ZLW
2026-03-29 06:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f9802db-0fb2-5776-bbcf-cc4c6193fe5a with identifier: KU17%20ZLW to the API
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU17%20ZLW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8f9802db-0fb2-5776-bbcf-cc4c6193fe5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU17 ZLW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU17%20ZLW&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 54141,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.4 T 16V 150 ELITE Hatchback',
'transmission': 'manual',
'trim': 'T 16V 150 ELITE',
'vin': 'W0VBE6EC5HG182948',
'year': 2017}
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520ZLW%27 HTTP/1.1" 200 None
2026-03-29 06:07:38 [bca.uk] INFO: Saving data for KU17%20ZLW: {'auction_closing_time': 1774778400.0, 'created_time': 1774651462.469787, 'last_price_update_time': 1774764458.946183}
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU17%2520ZLW') HTTP/1.1" 204 0
2026-03-29 06:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU
2026-03-29 06:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU
2026-03-29 06:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU to the API
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 222,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG09%20FNU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4d8e102-d886-591f-a670-4ce04d709092',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG09 FNU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG09%20FNU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MITSUBISHI',
'model': 'OUTLANDER II',
'odometer': 145855,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MITSUBISHI OUTLANDER II 2.4 MIVEC ELEGANCE StationWagon',
'transmission': 'automatic',
'trim': 'MIVEC ELEGANCE',
'vin': 'JMAXTCW5W9F003826',
'year': 2009}
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG09%2520FNU%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Saving data for SG09%20FNU: {'auction_closing_time': 1774951200.0, 'created_time': 1774389728.202822, 'last_price_update_time': 1774764459.230726}
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG09%2520FNU') HTTP/1.1" 204 0
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: FJ14%20YWV
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ14%2520YWV%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for FJ14%20YWV: 0
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: KN19%20TJW
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN19%2520TJW%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for KN19%20TJW: 0
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: SP12%20XJU
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP12%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for SP12%20XJU: 0
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: SW15%20NYA
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW15%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for SW15%20NYA: 2
2026-03-29 06:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA
2026-03-29 06:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0452806-d902-552c-a745-fd6f01212990 with scrape type 2
2026-03-29 06:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0452806-d902-552c-a745-fd6f01212990 with scrape type 2
2026-03-29 06:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0452806-d902-552c-a745-fd6f01212990, identifier: SW15%20NYA
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: KF68%20LCE
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF68%2520LCE%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for KF68%20LCE: 0
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: EA18%20YDV
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA18%2520YDV%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for EA18%20YDV: 0
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: OO67%20KEZ
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OO67%2520KEZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for OO67%20KEZ: 2
2026-03-29 06:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7648973b-7904-51ff-995d-2a61912862ae with identifier: OO67%20KEZ
2026-03-29 06:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7648973b-7904-51ff-995d-2a61912862ae with scrape type 2
2026-03-29 06:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7648973b-7904-51ff-995d-2a61912862ae with scrape type 2
2026-03-29 06:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7648973b-7904-51ff-995d-2a61912862ae, identifier: OO67%20KEZ
2026-03-29 06:07:39 [bca.uk] INFO: Found listing with ID: SM61%20URB
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM61%2520URB%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Scrape type for SM61%20URB: 2
2026-03-29 06:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB
2026-03-29 06:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f280e50-82f8-5e07-a758-beb8a06841aa with scrape type 2
2026-03-29 06:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f280e50-82f8-5e07-a758-beb8a06841aa with scrape type 2
2026-03-29 06:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f280e50-82f8-5e07-a758-beb8a06841aa, identifier: SM61%20URB
2026-03-29 06:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA
2026-03-29 06:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA
2026-03-29 06:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA to the API
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW15%20NYA-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0452806-d902-552c-a745-fd6f01212990',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW15 NYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW15%20NYA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 85435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 70 LIMITED ED. Hatchback',
'transmission': 'manual',
'trim': '70 LIMITED ED.',
'vin': 'W0L0XEP08F6089258',
'year': 2015}
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW15%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 06:07:39 [bca.uk] INFO: Saving data for SW15%20NYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774389877.684968, 'last_price_update_time': 1774764459.933926}
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW15%2520NYA') HTTP/1.1" 204 0
2026-03-29 06:07:40 [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 06:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7648973b-7904-51ff-995d-2a61912862ae with identifier: OO67%20KEZ
2026-03-29 06:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7648973b-7904-51ff-995d-2a61912862ae with identifier: OO67%20KEZ
2026-03-29 06:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7648973b-7904-51ff-995d-2a61912862ae with identifier: OO67%20KEZ to the API
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OO67%20KEZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7648973b-7904-51ff-995d-2a61912862ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OO67 KEZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OO67%20KEZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 55087,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.5 DCI 115 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI 115 N-CONNECTA',
'vin': 'SJNFAAJ11U2514632',
'year': 2019}
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OO67%2520KEZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Saving data for OO67%20KEZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651407.502724, 'last_price_update_time': 1774764460.338913}
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OO67%2520KEZ') HTTP/1.1" 204 0
2026-03-29 06:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB
2026-03-29 06:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB
2026-03-29 06:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB to the API
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM61%20URB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f280e50-82f8-5e07-a758-beb8a06841aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM61 URB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM61%20URB&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 80569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.0 1 AIR Hatchback',
'transmission': 'manual',
'trim': '1 AIR',
'vin': 'KNABE311LCT118242',
'year': 2012}
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM61%2520URB%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Saving data for SM61%20URB: {'auction_closing_time': 1774951200.0, 'created_time': 1774477827.118383, 'last_price_update_time': 1774764460.632058}
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM61%2520URB') HTTP/1.1" 204 0
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: Y676%20PLE
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y676%2520PLE%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for Y676%20PLE: 0
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: DG13%20DVZ
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG13%2520DVZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for DG13%20DVZ: 0
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: DL67%20NKJ
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL67%2520NKJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for DL67%20NKJ: 2
2026-03-29 06:07:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ
2026-03-29 06:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4082f7bc-f68c-5e2b-b904-08f541d996b4 with scrape type 2
2026-03-29 06:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4082f7bc-f68c-5e2b-b904-08f541d996b4 with scrape type 2
2026-03-29 06:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4082f7bc-f68c-5e2b-b904-08f541d996b4, identifier: DL67%20NKJ
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: RF68%20YKB
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF68%2520YKB%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for RF68%20YKB: 0
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: GU65%20UKH
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU65%2520UKH%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for GU65%20UKH: 2
2026-03-29 06:07:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf422906-0eba-5eac-a784-3ccbe38e5703 with identifier: GU65%20UKH
2026-03-29 06:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf422906-0eba-5eac-a784-3ccbe38e5703 with scrape type 2
2026-03-29 06:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf422906-0eba-5eac-a784-3ccbe38e5703 with scrape type 2
2026-03-29 06:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf422906-0eba-5eac-a784-3ccbe38e5703, identifier: GU65%20UKH
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: VF07%20KYX
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VF07%2520KYX%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for VF07%20KYX: 0
2026-03-29 06:07:40 [bca.uk] INFO: Found listing with ID: WG63%20YYE
2026-03-29 06:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG63%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 06:07:40 [bca.uk] INFO: Scrape type for WG63%20YYE: 2
2026-03-29 06:07:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE
2026-03-29 06:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with scrape type 2
2026-03-29 06:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with scrape type 2
2026-03-29 06:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e, identifier: WG63%20YYE
2026-03-29 06:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ
2026-03-29 06:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ
2026-03-29 06:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ to the API
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL67%20NKJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4082f7bc-f68c-5e2b-b904-08f541d996b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL67 NKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL67%20NKJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 82161,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.4 16V 100 DESIGN Hatchback',
'transmission': 'manual',
'trim': '16V 100 DESIGN',
'vin': 'W0VBD6ED6JG015113',
'year': 2017}
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [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 06:07:41 [bca.uk] INFO: Saving data for DL67%20NKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476861.811691, 'last_price_update_time': 1774764461.329104}
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL67%2520NKJ') HTTP/1.1" 204 0
2026-03-29 06:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf422906-0eba-5eac-a784-3ccbe38e5703 with identifier: GU65%20UKH
2026-03-29 06:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf422906-0eba-5eac-a784-3ccbe38e5703 with identifier: GU65%20UKH
2026-03-29 06:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf422906-0eba-5eac-a784-3ccbe38e5703 with identifier: GU65%20UKH to the API
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU65%20UKH-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bf422906-0eba-5eac-a784-3ccbe38e5703',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU65 UKH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU65%20UKH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 85167,
'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 ZETEC MPV',
'transmission': 'manual',
'trim': 'TDCI 120 ZETEC',
'vin': 'WF0VXXGCEVFS45052',
'year': 2015}
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU65%2520UKH%27 HTTP/1.1" 200 None
2026-03-29 06:07:41 [bca.uk] INFO: Saving data for GU65%20UKH: {'auction_closing_time': 1774778400.0, 'created_time': 1774304321.582677, 'last_price_update_time': 1774764461.617425}
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU65%2520UKH') HTTP/1.1" 204 0
2026-03-29 06:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE
2026-03-29 06:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE
2026-03-29 06:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE to the API
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG63%20YYE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eb95ac21-36aa-5c8e-9670-6cda8c43bf7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG63 YYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG63%20YYE&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 63691,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 16V ENERGY Hatchback',
'transmission': 'manual',
'trim': '16V ENERGY',
'vin': 'W0L0SDL08E6024592',
'year': 2013}
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [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 06:07:41 [bca.uk] INFO: Saving data for WG63%20YYE: {'auction_closing_time': 1774951200.0, 'created_time': 1774274989.396302, 'last_price_update_time': 1774764461.908324}
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG63%2520YYE') HTTP/1.1" 204 0
2026-03-29 06:07:41 [bca.uk] INFO: Found listing with ID: NL12%20MVO
2026-03-29 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:41 [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 06:07:41 [bca.uk] INFO: Scrape type for NL12%20MVO: 2
2026-03-29 06:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO
2026-03-29 06:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2dcc99-a496-5208-888d-db4005dc348a with scrape type 2
2026-03-29 06:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2dcc99-a496-5208-888d-db4005dc348a with scrape type 2
2026-03-29 06:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e2dcc99-a496-5208-888d-db4005dc348a, identifier: NL12%20MVO
2026-03-29 06:07:42 [bca.uk] INFO: Found listing with ID: KT67%20RDO
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT67%2520RDO%27 HTTP/1.1" 200 None
2026-03-29 06:07:42 [bca.uk] INFO: Scrape type for KT67%20RDO: 0
2026-03-29 06:07:42 [bca.uk] INFO: Found listing with ID: LN16%20WFY
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN16%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 06:07:42 [bca.uk] INFO: Scrape type for LN16%20WFY: 2
2026-03-29 06:07:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36395b39-fd61-532d-a618-81ffe3a2f82d with identifier: LN16%20WFY
2026-03-29 06:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36395b39-fd61-532d-a618-81ffe3a2f82d with scrape type 2
2026-03-29 06:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36395b39-fd61-532d-a618-81ffe3a2f82d with scrape type 2
2026-03-29 06:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36395b39-fd61-532d-a618-81ffe3a2f82d, identifier: LN16%20WFY
2026-03-29 06:07:42 [bca.uk] INFO: Found listing with ID: WJ07%20XUC
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ07%2520XUC%27 HTTP/1.1" 200 None
2026-03-29 06:07:42 [bca.uk] INFO: Scrape type for WJ07%20XUC: 2
2026-03-29 06:07:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC
2026-03-29 06:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b704d201-9fc4-505e-9c73-d4e4a713a957 with scrape type 2
2026-03-29 06:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b704d201-9fc4-505e-9c73-d4e4a713a957 with scrape type 2
2026-03-29 06:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b704d201-9fc4-505e-9c73-d4e4a713a957, identifier: WJ07%20XUC
2026-03-29 06:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO
2026-03-29 06:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO
2026-03-29 06:07:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO to the API
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL12%20MVO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e2dcc99-a496-5208-888d-db4005dc348a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL12 MVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL12%20MVO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 90872,
'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.3 VVT-I T SPIRIT Hatchback',
'transmission': 'manual',
'trim': 'VVT-I T SPIRIT',
'vin': 'VNKKJ3D310A049320',
'year': 2012}
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL12%2520MVO%27 HTTP/1.1" 200 None
2026-03-29 06:07:42 [bca.uk] INFO: Saving data for NL12%20MVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774389883.029189, 'last_price_update_time': 1774764462.540553}
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL12%2520MVO') HTTP/1.1" 204 0
2026-03-29 06:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36395b39-fd61-532d-a618-81ffe3a2f82d with identifier: LN16%20WFY
2026-03-29 06:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36395b39-fd61-532d-a618-81ffe3a2f82d with identifier: LN16%20WFY
2026-03-29 06:07:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36395b39-fd61-532d-a618-81ffe3a2f82d with identifier: LN16%20WFY to the API
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN16%20WFY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '36395b39-fd61-532d-a618-81ffe3a2f82d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN16 WFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN16%20WFY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 111699,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL MERIVA 1.7 CDTI 110 EXCLUSIV MPV',
'transmission': 'automatic',
'trim': 'CDTI 110 EXCLUSIV',
'vin': 'W0LSD9EK0D4184378',
'year': 2016}
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN16%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 06:07:42 [bca.uk] INFO: Saving data for LN16%20WFY: {'auction_closing_time': 1774778400.0, 'created_time': 1774565160.444986, 'last_price_update_time': 1774764462.945795}
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN16%2520WFY') HTTP/1.1" 204 0
2026-03-29 06:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC
2026-03-29 06:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC
2026-03-29 06:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC to the API
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ07%20XUC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b704d201-9fc4-505e-9c73-d4e4a713a957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ07 XUC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ07%20XUC&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A4',
'odometer': 143457,
'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': 'AUDI A4 2.0 TDI 170 S LINE SPECIAL ED. Saloon',
'transmission': 'manual',
'trim': 'TDI 170 S LINE SPECIAL ED.',
'vin': 'WAUZZZ8E68A024923',
'year': 2007}
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ07%2520XUC%27 HTTP/1.1" 200 None
2026-03-29 06:07:43 [bca.uk] INFO: Saving data for WJ07%20XUC: {'auction_closing_time': 1774951200.0, 'created_time': 1774477943.267577, 'last_price_update_time': 1774764463.229775}
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ07%2520XUC') HTTP/1.1" 204 0
2026-03-29 06:07:43 [bca.uk] INFO: Found listing with ID: GV68%20ULZ
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV68%2520ULZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:43 [bca.uk] INFO: Scrape type for GV68%20ULZ: 2
2026-03-29 06:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739 with identifier: GV68%20ULZ
2026-03-29 06:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739 with scrape type 2
2026-03-29 06:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739 with scrape type 2
2026-03-29 06:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739, identifier: GV68%20ULZ
2026-03-29 06:07:43 [bca.uk] INFO: Total items found: 100
2026-03-29 06:07:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded
2026-03-29 06:07:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:07:43 [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 06:07:43 [bca.uk] INFO: Found listing with ID: SM70%20LKK
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM70%2520LKK%27 HTTP/1.1" 200 None
2026-03-29 06:07:43 [bca.uk] INFO: Scrape type for SM70%20LKK: 2
2026-03-29 06:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48e0361-49bd-5e8a-b694-a65b0d29a552 with identifier: SM70%20LKK
2026-03-29 06:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48e0361-49bd-5e8a-b694-a65b0d29a552 with scrape type 2
2026-03-29 06:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48e0361-49bd-5e8a-b694-a65b0d29a552 with scrape type 2
2026-03-29 06:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e48e0361-49bd-5e8a-b694-a65b0d29a552, identifier: SM70%20LKK
2026-03-29 06:07:43 [bca.uk] INFO: Found listing with ID: DF14%20TKV
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF14%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 06:07:43 [bca.uk] INFO: Scrape type for DF14%20TKV: 2
2026-03-29 06:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV
2026-03-29 06:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda20011-9527-538d-ad9b-5da7a87c689e with scrape type 2
2026-03-29 06:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda20011-9527-538d-ad9b-5da7a87c689e with scrape type 2
2026-03-29 06:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dda20011-9527-538d-ad9b-5da7a87c689e, identifier: DF14%20TKV
2026-03-29 06:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739 with identifier: GV68%20ULZ
2026-03-29 06:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739 with identifier: GV68%20ULZ
2026-03-29 06:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e0dddf8-09e3-53b9-8b0a-b6af52e4e739 with identifier: GV68%20ULZ to the API
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV68%20ULZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e0dddf8-09e3-53b9-8b0a-b6af52e4e739',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV68 ULZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV68%20ULZ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 41819,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE DCT',
'vin': 'WDD1770032N049683',
'year': 2019}
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV68%2520ULZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:43 [bca.uk] INFO: Saving data for GV68%20ULZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651231.771796, 'last_price_update_time': 1774764463.833836}
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV68%2520ULZ') HTTP/1.1" 204 0
2026-03-29 06:07:43 [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 06:07:43 [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 06:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e48e0361-49bd-5e8a-b694-a65b0d29a552 with identifier: SM70%20LKK
2026-03-29 06:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e48e0361-49bd-5e8a-b694-a65b0d29a552 with identifier: SM70%20LKK
2026-03-29 06:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e48e0361-49bd-5e8a-b694-a65b0d29a552 with identifier: SM70%20LKK to the API
2026-03-29 06:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 31,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM70%20LKK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e48e0361-49bd-5e8a-b694-a65b0d29a552',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM70 LKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM70%20LKK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '330E',
'odometer': 124895,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T M SPORT Saloon',
'transmission': 'automatic',
'trim': 'T M SPORT',
'vin': 'WBA5P52020FK59773',
'year': 2021}
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM70%2520LKK%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Saving data for SM70%20LKK: {'auction_closing_time': 1774778400.0, 'created_time': 1774651407.117094, 'last_price_update_time': 1774764464.158445}
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM70%2520LKK') HTTP/1.1" 204 0
2026-03-29 06:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV
2026-03-29 06:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV
2026-03-29 06:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV to the API
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF14%20TKV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dda20011-9527-538d-ad9b-5da7a87c689e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF14 TKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF14%20TKV&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 108929,
'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': 'W0L0SDL08E4218672',
'year': 2014}
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Saving data for DF14%20TKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774564317.207193, 'last_price_update_time': 1774764464.439351}
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF14%2520TKV') HTTP/1.1" 204 0
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: RJ22%20EBZ
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ22%2520EBZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for RJ22%20EBZ: 0
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: DX16%20RWJ
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX16%2520RWJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for DX16%20RWJ: 2
2026-03-29 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dcbe0cb-025a-5469-a0b0-7b3b13241ece with identifier: DX16%20RWJ
2026-03-29 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dcbe0cb-025a-5469-a0b0-7b3b13241ece with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dcbe0cb-025a-5469-a0b0-7b3b13241ece with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dcbe0cb-025a-5469-a0b0-7b3b13241ece, identifier: DX16%20RWJ
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: KN71%20FHS
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN71%2520FHS%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for KN71%20FHS: 0
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: FE64%20FHS
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE64%2520FHS%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for FE64%20FHS: 0
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: PY64%20DMO
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY64%2520DMO%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for PY64%20DMO: 0
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: DV13%20YRE
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for DV13%20YRE: 2
2026-03-29 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE
2026-03-29 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7f81bcb-c011-5528-ad42-51679d368572 with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7f81bcb-c011-5528-ad42-51679d368572 with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7f81bcb-c011-5528-ad42-51679d368572, identifier: DV13%20YRE
2026-03-29 06: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 06:07:44 [bca.uk] INFO: Found listing with ID: AO65%20YFV
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520YFV%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for AO65%20YFV: 0
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: BN67%20LSL
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN67%2520LSL%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for BN67%20LSL: 2
2026-03-29 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38706500-eee0-5731-9fe6-5c7ff16f7950 with identifier: BN67%20LSL
2026-03-29 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38706500-eee0-5731-9fe6-5c7ff16f7950 with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38706500-eee0-5731-9fe6-5c7ff16f7950 with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38706500-eee0-5731-9fe6-5c7ff16f7950, identifier: BN67%20LSL
2026-03-29 06:07:44 [bca.uk] INFO: Found listing with ID: DU16%20VYC
2026-03-29 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU16%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 06:07:44 [bca.uk] INFO: Scrape type for DU16%20VYC: 2
2026-03-29 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC
2026-03-29 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3b4265-8008-5966-a750-b9cdb8c59f2b with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3b4265-8008-5966-a750-b9cdb8c59f2b with scrape type 2
2026-03-29 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de3b4265-8008-5966-a750-b9cdb8c59f2b, identifier: DU16%20VYC
2026-03-29 06:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dcbe0cb-025a-5469-a0b0-7b3b13241ece with identifier: DX16%20RWJ
2026-03-29 06:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dcbe0cb-025a-5469-a0b0-7b3b13241ece with identifier: DX16%20RWJ
2026-03-29 06:07:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dcbe0cb-025a-5469-a0b0-7b3b13241ece with identifier: DX16%20RWJ to the API
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX16%20RWJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9dcbe0cb-025a-5469-a0b0-7b3b13241ece',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX16 RWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX16%20RWJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'GRAND PICASSO',
'odometer': 46046,
'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 GRAND PICASSO 1.6 BLUEHDI 120 EXCLUSIVE+ EAT6 MPV',
'transmission': 'automatic',
'trim': 'BLUEHDI 120 EXCLUSIVE+ EAT6',
'vin': 'VF73ABHZTGJ559816',
'year': 2016}
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520RWJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:45 [bca.uk] INFO: Saving data for DX16%20RWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651231.296756, 'last_price_update_time': 1774764465.229245}
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX16%2520RWJ') HTTP/1.1" 204 0
2026-03-29 06:07:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE
2026-03-29 06:07:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE
2026-03-29 06:07:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE to the API
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV13%20YRE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd7f81bcb-c011-5528-ad42-51679d368572',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV13 YRE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV13%20YRE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 146201,
'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': 'W0LGS6EMXD1064519',
'year': 2013}
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-29 06:07:45 [bca.uk] INFO: Saving data for DV13%20YRE: {'auction_closing_time': 1774951200.0, 'created_time': 1774389965.586003, 'last_price_update_time': 1774764465.637222}
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV13%2520YRE') HTTP/1.1" 204 0
2026-03-29 06:07:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38706500-eee0-5731-9fe6-5c7ff16f7950 with identifier: BN67%20LSL
2026-03-29 06:07:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38706500-eee0-5731-9fe6-5c7ff16f7950 with identifier: BN67%20LSL
2026-03-29 06:07:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38706500-eee0-5731-9fe6-5c7ff16f7950 with identifier: BN67%20LSL to the API
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN67%20LSL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '38706500-eee0-5731-9fe6-5c7ff16f7950',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN67 LSL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN67%20LSL&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 73308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA X 1.4 T 140 ELITE S/S Hatchback',
'transmission': 'manual',
'trim': 'T 140 ELITE S/S',
'vin': 'W0VJD7E87HB249384',
'year': 2017}
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520LSL%27 HTTP/1.1" 200 None
2026-03-29 06:07:45 [bca.uk] INFO: Saving data for BN67%20LSL: {'auction_closing_time': 1774778400.0, 'created_time': 1774365537.985532, 'last_price_update_time': 1774764465.913289}
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN67%2520LSL') HTTP/1.1" 204 0
2026-03-29 06:07:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC
2026-03-29 06:07:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC
2026-03-29 06:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC to the API
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU16%20VYC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'de3b4265-8008-5966-a750-b9cdb8c59f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU16 VYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU16%20VYC&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 135936,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 90 E/F SE Hatchback',
'transmission': 'manual',
'trim': '90 E/F SE',
'vin': 'W0L0XEP68G4149153',
'year': 2016}
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU16%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Saving data for DU16%20VYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774005710.51724, 'last_price_update_time': 1774764466.2242}
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU16%2520VYC') HTTP/1.1" 204 0
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: EY64%20EXD
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY64%2520EXD%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for EY64%20EXD: 0
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: KS64%20PHK
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS64%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for KS64%20PHK: 2
2026-03-29 06:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK
2026-03-29 06:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20d41efc-6cd3-5870-9f9c-04500016cf6e with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20d41efc-6cd3-5870-9f9c-04500016cf6e with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20d41efc-6cd3-5870-9f9c-04500016cf6e, identifier: KS64%20PHK
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: GF59%20YWE
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF59%2520YWE%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for GF59%20YWE: 0
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: ND15%20CVZ
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND15%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for ND15%20CVZ: 0
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: YP17%20FUJ
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP17%2520FUJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for YP17%20FUJ: 2
2026-03-29 06:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab with identifier: YP17%20FUJ
2026-03-29 06:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab, identifier: YP17%20FUJ
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: AK60%20PLZ
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK60%2520PLZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for AK60%20PLZ: 2
2026-03-29 06:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9520043d-c0c0-529d-a2a7-2a383859a761 with identifier: AK60%20PLZ
2026-03-29 06:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9520043d-c0c0-529d-a2a7-2a383859a761 with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9520043d-c0c0-529d-a2a7-2a383859a761 with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9520043d-c0c0-529d-a2a7-2a383859a761, identifier: AK60%20PLZ
2026-03-29 06:07:46 [bca.uk] INFO: Found listing with ID: EJ14%20VDR
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ14%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 06:07:46 [bca.uk] INFO: Scrape type for EJ14%20VDR: 2
2026-03-29 06:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR
2026-03-29 06:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b47c7e7d-56c2-563f-957a-2241061e1c25 with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b47c7e7d-56c2-563f-957a-2241061e1c25 with scrape type 2
2026-03-29 06:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b47c7e7d-56c2-563f-957a-2241061e1c25, identifier: EJ14%20VDR
2026-03-29 06:07:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK
2026-03-29 06:07:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK
2026-03-29 06:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK to the API
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS64%20PHK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '20d41efc-6cd3-5870-9f9c-04500016cf6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS64 PHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS64%20PHK&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 64293,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'TOYOTA AURIS 1.8 VVTI HYBRID ICON+ Hatchback',
'transmission': 'automatic',
'trim': 'VVTI HYBRID ICON+',
'vin': 'SB1MS3JE10E143375',
'year': 2015}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS64%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:07:47 [bca.uk] INFO: Saving data for KS64%20PHK: {'auction_closing_time': 1775124000.0, 'created_time': 1774651152.547011, 'last_price_update_time': 1774764467.00899}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS64%2520PHK') HTTP/1.1" 204 0
2026-03-29 06:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab with identifier: YP17%20FUJ
2026-03-29 06:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab with identifier: YP17%20FUJ
2026-03-29 06:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab with identifier: YP17%20FUJ to the API
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP17%20FUJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3fd1bc78-3a2b-5f93-ac81-79a00e2a05ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP17 FUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP17%20FUJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 38465,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI Hatchback',
'transmission': 'automatic',
'trim': 'T 16V 150 SRI',
'vin': 'W0LBF6EC1HG098051',
'year': 2017}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP17%2520FUJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:47 [bca.uk] INFO: Saving data for YP17%20FUJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651130.53907, 'last_price_update_time': 1774764467.306549}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP17%2520FUJ') HTTP/1.1" 204 0
2026-03-29 06:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9520043d-c0c0-529d-a2a7-2a383859a761 with identifier: AK60%20PLZ
2026-03-29 06:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9520043d-c0c0-529d-a2a7-2a383859a761 with identifier: AK60%20PLZ
2026-03-29 06:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9520043d-c0c0-529d-a2a7-2a383859a761 with identifier: AK60%20PLZ to the API
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK60%20PLZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '9520043d-c0c0-529d-a2a7-2a383859a761',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK60 PLZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK60%20PLZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'HONDA',
'model': 'CR-Z',
'odometer': 95822,
'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': 'HONDA CR-Z 1.5 IMA SPORT HYBRID Coupe',
'transmission': 'manual',
'trim': 'IMA SPORT HYBRID',
'vin': 'JHMZF1340BS208773',
'year': 2010}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK60%2520PLZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:47 [bca.uk] INFO: Saving data for AK60%20PLZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651414.545987, 'last_price_update_time': 1774764467.581535}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK60%2520PLZ') HTTP/1.1" 204 0
2026-03-29 06:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR
2026-03-29 06:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR
2026-03-29 06:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR to the API
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ14%20VDR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b47c7e7d-56c2-563f-957a-2241061e1c25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ14 VDR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ14%20VDR&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HYUNDAI',
'model': 'I40 TOURER',
'odometer': 68162,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'HYUNDAI I40 TOURER 1.7 CRDI B/D 136 STYLE Estate',
'transmission': 'manual',
'trim': 'CRDI B/D 136 STYLE',
'vin': 'KMHLC81ULEU087918',
'year': 2014}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ14%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 06:07:47 [bca.uk] INFO: Saving data for EJ14%20VDR: {'auction_closing_time': 1774951200.0, 'created_time': 1774389739.107498, 'last_price_update_time': 1774764467.868693}
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ14%2520VDR') HTTP/1.1" 204 0
2026-03-29 06:07:47 [bca.uk] INFO: Found listing with ID: BF08%20UUE
2026-03-29 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF08%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:07:47 [bca.uk] INFO: Scrape type for BF08%20UUE: 2
2026-03-29 06:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e7cad51-4520-5068-b053-403e1bee4676 with identifier: BF08%20UUE
2026-03-29 06:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e7cad51-4520-5068-b053-403e1bee4676 with scrape type 2
2026-03-29 06:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e7cad51-4520-5068-b053-403e1bee4676 with scrape type 2
2026-03-29 06:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e7cad51-4520-5068-b053-403e1bee4676, identifier: BF08%20UUE
2026-03-29 06:07:47 [bca.uk] INFO: Found listing with ID: YS17%20LHG
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS17%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for YS17%20LHG: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: FV67%20NKF
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV67%2520NKF%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for FV67%20NKF: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: KN67%20KNP
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN67%2520KNP%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for KN67%20KNP: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: LD66%20AWC
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD66%2520AWC%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for LD66%20AWC: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: OU64%20WSZ
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU64%2520WSZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for OU64%20WSZ: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: DA03%20RYT
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA03%2520RYT%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for DA03%20RYT: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: HK60%20FNC
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK60%2520FNC%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for HK60%20FNC: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: LG03%20ZTW
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG03%2520ZTW%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for LG03%20ZTW: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: SM57%20UMV
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM57%2520UMV%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for SM57%20UMV: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: VA12%20NWM
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VA12%2520NWM%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for VA12%20NWM: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: VE61%20YSX
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE61%2520YSX%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for VE61%20YSX: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: WF11%20YRA
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for WF11%20YRA: 2
2026-03-29 06:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA
2026-03-29 06:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f909123b-1f19-5557-ac0d-3915e4ee95d7 with scrape type 2
2026-03-29 06:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f909123b-1f19-5557-ac0d-3915e4ee95d7 with scrape type 2
2026-03-29 06:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f909123b-1f19-5557-ac0d-3915e4ee95d7, identifier: WF11%20YRA
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: LT10%20XJA
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT10%2520XJA%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for LT10%20XJA: 2
2026-03-29 06:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79c8082e-7587-528b-99dc-0f7ecf9f01e0 with identifier: LT10%20XJA
2026-03-29 06:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79c8082e-7587-528b-99dc-0f7ecf9f01e0 with scrape type 2
2026-03-29 06:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79c8082e-7587-528b-99dc-0f7ecf9f01e0 with scrape type 2
2026-03-29 06:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79c8082e-7587-528b-99dc-0f7ecf9f01e0, identifier: LT10%20XJA
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: GJ61%20FMC
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ61%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for GJ61%20FMC: 0
2026-03-29 06:07:48 [bca.uk] INFO: Found listing with ID: GU64%20NXK
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU64%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Scrape type for GU64%20NXK: 2
2026-03-29 06:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK
2026-03-29 06:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e84cfe8-2848-552d-8a85-8984c15787ab with scrape type 2
2026-03-29 06:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e84cfe8-2848-552d-8a85-8984c15787ab with scrape type 2
2026-03-29 06:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e84cfe8-2848-552d-8a85-8984c15787ab, identifier: GU64%20NXK
2026-03-29 06:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e7cad51-4520-5068-b053-403e1bee4676 with identifier: BF08%20UUE
2026-03-29 06:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e7cad51-4520-5068-b053-403e1bee4676 with identifier: BF08%20UUE
2026-03-29 06:07:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e7cad51-4520-5068-b053-403e1bee4676 with identifier: BF08%20UUE to the API
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF08%20UUE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6e7cad51-4520-5068-b053-403e1bee4676',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF08 UUE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF08%20UUE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'JAGUAR',
'model': 'X-TYPE',
'odometer': 130722,
'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': 'JAGUAR X-TYPE 2.0 D S Saloon',
'transmission': 'manual',
'trim': 'D S',
'vin': 'SAJAH521786J34661',
'year': 2008}
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF08%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:07:48 [bca.uk] INFO: Saving data for BF08%20UUE: {'auction_closing_time': 1774778400.0, 'created_time': 1774651153.677737, 'last_price_update_time': 1774764468.845326}
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF08%2520UUE') HTTP/1.1" 204 0
2026-03-29 06:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA
2026-03-29 06:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA
2026-03-29 06:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA to the API
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF11%20YRA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f909123b-1f19-5557-ac0d-3915e4ee95d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF11 YRA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF11%20YRA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'B180',
'odometer': 114114,
'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 B180 2.0 CDI SPORT Hatchback',
'transmission': 'manual',
'trim': 'CDI SPORT',
'vin': 'WDD2452072J720730',
'year': 2011}
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-29 06:07:49 [bca.uk] INFO: Saving data for WF11%20YRA: {'auction_closing_time': 1774951200.0, 'created_time': 1774389980.737026, 'last_price_update_time': 1774764469.229555}
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF11%2520YRA') HTTP/1.1" 204 0
2026-03-29 06:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79c8082e-7587-528b-99dc-0f7ecf9f01e0 with identifier: LT10%20XJA
2026-03-29 06:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79c8082e-7587-528b-99dc-0f7ecf9f01e0 with identifier: LT10%20XJA
2026-03-29 06:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79c8082e-7587-528b-99dc-0f7ecf9f01e0 with identifier: LT10%20XJA to the API
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT10%20XJA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79c8082e-7587-528b-99dc-0f7ecf9f01e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT10 XJA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT10%20XJA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MAZDA',
'model': '3',
'odometer': 97266,
'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 2.2 D 150 SPORT Hatchback',
'transmission': 'manual',
'trim': 'D 150 SPORT',
'vin': 'JMZBLA4C601164949',
'year': 2010}
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520XJA%27 HTTP/1.1" 200 None
2026-03-29 06:07:49 [bca.uk] INFO: Saving data for LT10%20XJA: {'auction_closing_time': 1774778400.0, 'created_time': 1774651414.945176, 'last_price_update_time': 1774764469.549778}
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT10%2520XJA') HTTP/1.1" 204 0
2026-03-29 06:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK
2026-03-29 06:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK
2026-03-29 06:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK to the API
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU64%20NXK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4e84cfe8-2848-552d-8a85-8984c15787ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU64 NXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU64%20NXK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MAZDA',
'model': '2',
'odometer': 44168,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MAZDA 2 1.3 SPORT VENTURE EDITION Hatchback',
'transmission': 'manual',
'trim': 'SPORT VENTURE EDITION',
'vin': 'JMZDEA4J210513071',
'year': 2014}
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU64%2520NXK%27 HTTP/1.1" 200 None
2026-03-29 06:07:49 [bca.uk] INFO: Saving data for GU64%20NXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774651152.926853, 'last_price_update_time': 1774764469.848205}
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU64%2520NXK') HTTP/1.1" 204 0
2026-03-29 06:07:49 [bca.uk] INFO: Found listing with ID: EK59%20ZHH
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK59%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:07:49 [bca.uk] INFO: Scrape type for EK59%20ZHH: 2
2026-03-29 06:07:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 495abf26-9a75-5d95-8ee8-50b5e06a4ea3 with identifier: EK59%20ZHH
2026-03-29 06:07:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 495abf26-9a75-5d95-8ee8-50b5e06a4ea3 with scrape type 2
2026-03-29 06:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 495abf26-9a75-5d95-8ee8-50b5e06a4ea3 with scrape type 2
2026-03-29 06:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 495abf26-9a75-5d95-8ee8-50b5e06a4ea3, identifier: EK59%20ZHH
2026-03-29 06:07:49 [bca.uk] INFO: Found listing with ID: WP12%20KFK
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP12%2520KFK%27 HTTP/1.1" 200 None
2026-03-29 06:07:49 [bca.uk] INFO: Scrape type for WP12%20KFK: 0
2026-03-29 06:07:49 [bca.uk] INFO: Found listing with ID: WU58%20MYB
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU58%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 06:07:50 [bca.uk] INFO: Scrape type for WU58%20MYB: 0
2026-03-29 06:07:50 [bca.uk] INFO: Found listing with ID: KP61%20YTC
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP61%2520YTC%27 HTTP/1.1" 200 None
2026-03-29 06:07:50 [bca.uk] INFO: Scrape type for KP61%20YTC: 2
2026-03-29 06:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC
2026-03-29 06:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with scrape type 2
2026-03-29 06:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with scrape type 2
2026-03-29 06:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f1c4dd3-998b-5efb-8dba-9503e091afc9, identifier: KP61%20YTC
2026-03-29 06:07:50 [bca.uk] INFO: Found listing with ID: VN12%20XCH
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN12%2520XCH%27 HTTP/1.1" 200 None
2026-03-29 06:07:50 [bca.uk] INFO: Scrape type for VN12%20XCH: 2
2026-03-29 06:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75db8da3-210f-591d-9f05-94b14c59925f with identifier: VN12%20XCH
2026-03-29 06:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75db8da3-210f-591d-9f05-94b14c59925f with scrape type 2
2026-03-29 06:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75db8da3-210f-591d-9f05-94b14c59925f with scrape type 2
2026-03-29 06:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75db8da3-210f-591d-9f05-94b14c59925f, identifier: VN12%20XCH
2026-03-29 06:07:50 [bca.uk] INFO: Found listing with ID: HD07%20EZL
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD07%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:07:50 [bca.uk] INFO: Scrape type for HD07%20EZL: 2
2026-03-29 06:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL
2026-03-29 06:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e68a83d-4cab-5dad-89af-4faf4abd69ee with scrape type 2
2026-03-29 06:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e68a83d-4cab-5dad-89af-4faf4abd69ee with scrape type 2
2026-03-29 06:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e68a83d-4cab-5dad-89af-4faf4abd69ee, identifier: HD07%20EZL
2026-03-29 06:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 495abf26-9a75-5d95-8ee8-50b5e06a4ea3 with identifier: EK59%20ZHH
2026-03-29 06:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 495abf26-9a75-5d95-8ee8-50b5e06a4ea3 with identifier: EK59%20ZHH
2026-03-29 06:07:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 495abf26-9a75-5d95-8ee8-50b5e06a4ea3 with identifier: EK59%20ZHH to the API
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK59%20ZHH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '495abf26-9a75-5d95-8ee8-50b5e06a4ea3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK59 ZHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK59%20ZHH&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CHEVROLET',
'model': 'MATIZ',
'odometer': 15199,
'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': 'CHEVROLET MATIZ 1.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'KL1KF480JAC510218',
'year': 2009}
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK59%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:07:50 [bca.uk] INFO: Saving data for EK59%20ZHH: {'auction_closing_time': 1774778400.0, 'created_time': 1774651131.644459, 'last_price_update_time': 1774764470.585116}
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK59%2520ZHH') HTTP/1.1" 204 0
2026-03-29 06:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC
2026-03-29 06:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC
2026-03-29 06:07:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC to the API
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP61%20YTC-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f1c4dd3-998b-5efb-8dba-9503e091afc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP61 YTC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP61%20YTC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 128598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA 2.0 CDTI 130 SRI Hatchback',
'transmission': 'manual',
'trim': 'CDTI 130 SRI',
'vin': 'W0LGS6ELXC1060492',
'year': 2012}
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP61%2520YTC%27 HTTP/1.1" 200 None
2026-03-29 06:07:50 [bca.uk] INFO: Saving data for KP61%20YTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774389977.362771, 'last_price_update_time': 1774764470.863092}
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP61%2520YTC') HTTP/1.1" 204 0
2026-03-29 06:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75db8da3-210f-591d-9f05-94b14c59925f with identifier: VN12%20XCH
2026-03-29 06:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75db8da3-210f-591d-9f05-94b14c59925f with identifier: VN12%20XCH
2026-03-29 06:07:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75db8da3-210f-591d-9f05-94b14c59925f with identifier: VN12%20XCH to the API
2026-03-29 06:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN12%20XCH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '75db8da3-210f-591d-9f05-94b14c59925f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN12 XCH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN12%20XCH&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 23939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0GXXGAJGCB46044',
'year': 2012}
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Saving data for VN12%20XCH: {'auction_closing_time': 1774778400.0, 'created_time': 1774651415.870569, 'last_price_update_time': 1774764471.162549}
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN12%2520XCH') HTTP/1.1" 204 0
2026-03-29 06:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL
2026-03-29 06:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL
2026-03-29 06:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL to the API
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 176,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD07%20EZL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1e68a83d-4cab-5dad-89af-4faf4abd69ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD07 EZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD07%20EZL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '206',
'odometer': 48172,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'PEUGEOT 206 1.6 16V LOOK Hatchback',
'transmission': 'manual',
'trim': '16V LOOK',
'vin': 'VF32JNFUB47710810',
'year': 2007}
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Saving data for HD07%20EZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651134.161761, 'last_price_update_time': 1774764471.455793}
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD07%2520EZL') HTTP/1.1" 204 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: EN62%20ZKT
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for EN62%20ZKT: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: LS14%20SFJ
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for LS14%20SFJ: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: LS54%20SVP
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for LS54%20SVP: 2
2026-03-29 06:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP
2026-03-29 06:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db0f739f-804e-57db-9dd1-7c0bfdd592cd with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db0f739f-804e-57db-9dd1-7c0bfdd592cd with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db0f739f-804e-57db-9dd1-7c0bfdd592cd, identifier: LS54%20SVP
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: KR58%20KAE
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for KR58%20KAE: 2
2026-03-29 06:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE
2026-03-29 06:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8d8e169-0567-57f4-852d-0060d24114c8 with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8d8e169-0567-57f4-852d-0060d24114c8 with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8d8e169-0567-57f4-852d-0060d24114c8, identifier: KR58%20KAE
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: ML63%20NKT
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for ML63%20NKT: 2
2026-03-29 06:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT
2026-03-29 06:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b598c0-b105-5ebf-980e-09857ef24207 with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b598c0-b105-5ebf-980e-09857ef24207 with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8b598c0-b105-5ebf-980e-09857ef24207, identifier: ML63%20NKT
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: FP17%20UOB
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for FP17%20UOB: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: RY56%20RNF
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for RY56%20RNF: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: VK23%20RVT
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for VK23%20RVT: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: FV59%20MFZ
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for FV59%20MFZ: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: GX63%20OJP
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for GX63%20OJP: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: KS58%20OPT
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for KS58%20OPT: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: LM62%20GWZ
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for LM62%20GWZ: 0
2026-03-29 06:07:51 [bca.uk] INFO: Found listing with ID: MJ62%20EOL
2026-03-29 06:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:51 [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 06:07:51 [bca.uk] INFO: Scrape type for MJ62%20EOL: 2
2026-03-29 06:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL
2026-03-29 06:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76bcabc2-3786-597c-aed5-efc0c0f68458 with scrape type 2
2026-03-29 06:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76bcabc2-3786-597c-aed5-efc0c0f68458 with scrape type 2
2026-03-29 06:07:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76bcabc2-3786-597c-aed5-efc0c0f68458, identifier: MJ62%20EOL
2026-03-29 06:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP
2026-03-29 06:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP
2026-03-29 06:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP to the API
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS54%20SVP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db0f739f-804e-57db-9dd1-7c0bfdd592cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS54 SVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS54%20SVP&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'C200',
'odometer': 144996,
'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': 'MERCEDES-BENZ C200 1.8 K CLASSIC SE Saloon',
'transmission': 'manual',
'trim': 'K CLASSIC SE',
'vin': 'WDC2030422R155348',
'year': 2004}
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS54%2520SVP%27 HTTP/1.1" 200 None
2026-03-29 06:07:52 [bca.uk] INFO: Saving data for LS54%20SVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774389811.662084, 'last_price_update_time': 1774764472.34065}
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS54%2520SVP') HTTP/1.1" 204 0
2026-03-29 06:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE
2026-03-29 06:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE
2026-03-29 06:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE to the API
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR58%20KAE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8d8e169-0567-57f4-852d-0060d24114c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR58 KAE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR58%20KAE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'A150',
'odometer': 115025,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A150 1.5 ELEGANCE SE Hatchback',
'transmission': 'manual',
'trim': 'ELEGANCE SE',
'vin': 'WDD1690312J693518',
'year': 2009}
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR58%2520KAE%27 HTTP/1.1" 200 None
2026-03-29 06:07:52 [bca.uk] INFO: Saving data for KR58%20KAE: {'auction_closing_time': 1774951200.0, 'created_time': 1774091334.171301, 'last_price_update_time': 1774764472.737598}
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR58%2520KAE') HTTP/1.1" 204 0
2026-03-29 06:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT
2026-03-29 06:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT
2026-03-29 06:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT to the API
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b8b598c0-b105-5ebf-980e-09857ef24207',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML63 NKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML63%20NKT&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 57697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.6 117 360 Hatchback',
'transmission': 'automatic',
'trim': '117 360',
'vin': 'SJNFAAJ10U2896000',
'year': 2013}
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML63%2520NKT%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Saving data for ML63%20NKT: {'auction_closing_time': 1774951200.0, 'created_time': 1774651300.889645, 'last_price_update_time': 1774764473.031915}
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML63%2520NKT') HTTP/1.1" 204 0
2026-03-29 06:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL
2026-03-29 06:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL
2026-03-29 06:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL to the API
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ62%20EOL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '76bcabc2-3786-597c-aed5-efc0c0f68458',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ62 EOL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ62%20EOL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'KA',
'odometer': 77730,
'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 EDGE S/S Hatchback',
'transmission': 'manual',
'trim': 'EDGE S/S',
'vin': 'WF0UXXLTRUCL79241',
'year': 2012}
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ62%2520EOL%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Saving data for MJ62%20EOL: {'auction_closing_time': 1774951200.0, 'created_time': 1774389722.115578, 'last_price_update_time': 1774764473.330694}
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ62%2520EOL') HTTP/1.1" 204 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: LT11%20NGE
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT11%2520NGE%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for LT11%20NGE: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: LX12%20APO
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX12%2520APO%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for LX12%20APO: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: M60%20MSU
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M60%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for M60%20MSU: 2
2026-03-29 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU
2026-03-29 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb9a28e-135c-517d-9138-850d3fc31d5d with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb9a28e-135c-517d-9138-850d3fc31d5d with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcb9a28e-135c-517d-9138-850d3fc31d5d, identifier: M60%20MSU
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: KV57%20OHT
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV57%2520OHT%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for KV57%20OHT: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: KY12%20OTH
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520OTH%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for KY12%20OTH: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: LC08%20BYV
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC08%2520BYV%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for LC08%20BYV: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: LC69%20YNW
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520YNW%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for LC69%20YNW: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: LD62%20FVN
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD62%2520FVN%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for LD62%20FVN: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: MC65%20YPK
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC65%2520YPK%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for MC65%20YPK: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: MV59%20ZYR
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520ZYR%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for MV59%20ZYR: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: RJ61%20VZV
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ61%2520VZV%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for RJ61%20VZV: 2
2026-03-29 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV
2026-03-29 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d8a7d72-a17a-5f65-a69e-0f066587e638 with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d8a7d72-a17a-5f65-a69e-0f066587e638 with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d8a7d72-a17a-5f65-a69e-0f066587e638, identifier: RJ61%20VZV
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: DC65%20VLJ
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520VLJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for DC65%20VLJ: 0
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: DX68%20HXN
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520HXN%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for DX68%20HXN: 2
2026-03-29 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2691d59c-b317-57fe-8ae9-da8a6ef76062 with identifier: DX68%20HXN
2026-03-29 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2691d59c-b317-57fe-8ae9-da8a6ef76062 with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2691d59c-b317-57fe-8ae9-da8a6ef76062 with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2691d59c-b317-57fe-8ae9-da8a6ef76062, identifier: DX68%20HXN
2026-03-29 06:07:53 [bca.uk] INFO: Found listing with ID: NJ60%20NMX
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520NMX%27 HTTP/1.1" 200 None
2026-03-29 06:07:53 [bca.uk] INFO: Scrape type for NJ60%20NMX: 2
2026-03-29 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX
2026-03-29 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with scrape type 2
2026-03-29 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e, identifier: NJ60%20NMX
2026-03-29 06:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU
2026-03-29 06:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU
2026-03-29 06:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU to the API
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 238,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M60%20MSU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fcb9a28e-135c-517d-9138-850d3fc31d5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'M60 MSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=M60%20MSU&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': '630 CI',
'odometer': 103195,
'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 630 CI 3.0 Convertible',
'transmission': 'automatic',
'trim': '',
'vin': 'WBAEK32070B740385',
'year': 2005}
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27M60%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 06:07:54 [bca.uk] INFO: Saving data for M60%20MSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774389827.972409, 'last_price_update_time': 1774764474.248748}
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M60%2520MSU') HTTP/1.1" 204 0
2026-03-29 06:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV
2026-03-29 06:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV
2026-03-29 06:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV to the API
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ61%20VZV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d8a7d72-a17a-5f65-a69e-0f066587e638',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ61 VZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ61%20VZV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 108420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 60 MATCH Hatchback',
'transmission': 'manual',
'trim': '60 MATCH',
'vin': 'WVWZZZ6RZCU012306',
'year': 2012}
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ61%2520VZV%27 HTTP/1.1" 200 None
2026-03-29 06:07:54 [bca.uk] INFO: Saving data for RJ61%20VZV: {'auction_closing_time': 1774951200.0, 'created_time': 1774091333.685353, 'last_price_update_time': 1774764474.645863}
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ61%2520VZV') HTTP/1.1" 204 0
2026-03-29 06:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2691d59c-b317-57fe-8ae9-da8a6ef76062 with identifier: DX68%20HXN
2026-03-29 06:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2691d59c-b317-57fe-8ae9-da8a6ef76062 with identifier: DX68%20HXN
2026-03-29 06:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2691d59c-b317-57fe-8ae9-da8a6ef76062 with identifier: DX68%20HXN to the API
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX68%20HXN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2691d59c-b317-57fe-8ae9-da8a6ef76062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX68 HXN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX68%20HXN&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FIAT',
'model': '500',
'odometer': 28173,
'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': 'FIAT 500 1.2 POP STAR Hatchback',
'transmission': 'manual',
'trim': 'POP STAR',
'vin': 'ZFA3120000JA60237',
'year': 2018}
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX68%2520HXN%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Saving data for DX68%20HXN: {'auction_closing_time': 1774778400.0, 'created_time': 1774651191.604424, 'last_price_update_time': 1774764475.172805}
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX68%2520HXN') HTTP/1.1" 204 0
2026-03-29 06:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX
2026-03-29 06:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX
2026-03-29 06:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX to the API
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ60%20NMX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1dc158e-ead4-58a1-a8e2-37ee6183ea8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ60 NMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ60%20NMX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '107',
'odometer': 84577,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'PEUGEOT 107 1.0 URBAN Hatchback',
'transmission': 'manual',
'trim': 'URBAN',
'vin': 'VF3PMCFAC88491177',
'year': 2010}
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ60%2520NMX%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Saving data for NJ60%20NMX: {'auction_closing_time': 1774951200.0, 'created_time': 1774389688.361391, 'last_price_update_time': 1774764475.462459}
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ60%2520NMX') HTTP/1.1" 204 0
2026-03-29 06:07:55 [bca.uk] INFO: Found listing with ID: MJ10%20HPE
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ10%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Scrape type for MJ10%20HPE: 0
2026-03-29 06:07:55 [bca.uk] INFO: Found listing with ID: MK14%20VLE
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK14%2520VLE%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Scrape type for MK14%20VLE: 2
2026-03-29 06:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE
2026-03-29 06:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34002716-862b-5f8c-b8e4-4aea30825825 with scrape type 2
2026-03-29 06:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34002716-862b-5f8c-b8e4-4aea30825825 with scrape type 2
2026-03-29 06:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34002716-862b-5f8c-b8e4-4aea30825825, identifier: MK14%20VLE
2026-03-29 06:07:55 [bca.uk] INFO: Found listing with ID: RO09%20DFE
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO09%2520DFE%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Scrape type for RO09%20DFE: 0
2026-03-29 06:07:55 [bca.uk] INFO: Found listing with ID: DV67%20ZNZ
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV67%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Scrape type for DV67%20ZNZ: 2
2026-03-29 06:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with identifier: DV67%20ZNZ
2026-03-29 06:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with scrape type 2
2026-03-29 06:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with scrape type 2
2026-03-29 06:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4, identifier: DV67%20ZNZ
2026-03-29 06:07:55 [bca.uk] INFO: Found listing with ID: RX56%20XOZ
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX56%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:55 [bca.uk] INFO: Scrape type for RX56%20XOZ: 2
2026-03-29 06:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 036af61e-c8cd-55fb-b7e4-25423fc1ee56 with identifier: RX56%20XOZ
2026-03-29 06:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 036af61e-c8cd-55fb-b7e4-25423fc1ee56 with scrape type 2
2026-03-29 06:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 036af61e-c8cd-55fb-b7e4-25423fc1ee56 with scrape type 2
2026-03-29 06:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 036af61e-c8cd-55fb-b7e4-25423fc1ee56, identifier: RX56%20XOZ
2026-03-29 06:07:55 [bca.uk] INFO: Found listing with ID: SH18%20GZJ
2026-03-29 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH18%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:56 [bca.uk] INFO: Scrape type for SH18%20GZJ: 0
2026-03-29 06:07:56 [bca.uk] INFO: Found listing with ID: AC59%20DAC
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AC59%2520DAC%27 HTTP/1.1" 200 None
2026-03-29 06:07:56 [bca.uk] INFO: Scrape type for AC59%20DAC: 2
2026-03-29 06:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC
2026-03-29 06:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with scrape type 2
2026-03-29 06:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with scrape type 2
2026-03-29 06:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36, identifier: AC59%20DAC
2026-03-29 06:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE
2026-03-29 06:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE
2026-03-29 06:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE to the API
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK14%20VLE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '34002716-862b-5f8c-b8e4-4aea30825825',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK14 VLE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK14%20VLE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 148554,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 60 MATCH EDITION Hatchback',
'transmission': 'manual',
'trim': '60 MATCH EDITION',
'vin': 'WVWZZZ6RZEY242029',
'year': 2014}
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK14%2520VLE%27 HTTP/1.1" 200 None
2026-03-29 06:07:56 [bca.uk] INFO: Saving data for MK14%20VLE: {'auction_closing_time': 1774951200.0, 'created_time': 1774389828.71259, 'last_price_update_time': 1774764476.388594}
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK14%2520VLE') HTTP/1.1" 204 0
2026-03-29 06:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with identifier: DV67%20ZNZ
2026-03-29 06:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with identifier: DV67%20ZNZ
2026-03-29 06:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with identifier: DV67%20ZNZ to the API
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV67%20ZNZ-GB',
'category': 'Car',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV67 ZNZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV67%20ZNZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SUZUKI',
'model': 'VITARA',
'odometer': 35433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'SUZUKI VITARA 1.6 SZ5 ALLGRIP Hatchback',
'transmission': 'automatic',
'trim': 'SZ5 ALLGRIP',
'vin': 'TSMLYE21S00380390',
'year': 2018}
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV67%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:56 [bca.uk] INFO: Saving data for DV67%20ZNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774188705.57929, 'last_price_update_time': 1774764476.684996}
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV67%2520ZNZ') HTTP/1.1" 204 0
2026-03-29 06:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 036af61e-c8cd-55fb-b7e4-25423fc1ee56 with identifier: RX56%20XOZ
2026-03-29 06:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 036af61e-c8cd-55fb-b7e4-25423fc1ee56 with identifier: RX56%20XOZ
2026-03-29 06:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 036af61e-c8cd-55fb-b7e4-25423fc1ee56 with identifier: RX56%20XOZ to the API
2026-03-29 06:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX56%20XOZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '036af61e-c8cd-55fb-b7e4-25423fc1ee56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX56 XOZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX56%20XOZ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 135365,
'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 YARIS 1.3 VVT-I T3 Hatchback',
'transmission': 'manual',
'trim': 'VVT-I T3',
'vin': 'VNKJL96370A055225',
'year': 2006}
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX56%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Saving data for RX56%20XOZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651194.587237, 'last_price_update_time': 1774764477.110678}
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX56%2520XOZ') HTTP/1.1" 204 0
2026-03-29 06:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC
2026-03-29 06:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC
2026-03-29 06:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC to the API
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AC59%20DAC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e5a803c9-6f99-59b6-8d18-4ba04ee1dc36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AC59 DAC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AC59%20DAC&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 99492,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 VVT 115 ACTIVE PLUS Hatchback',
'transmission': 'manual',
'trim': 'VVT 115 ACTIVE PLUS',
'vin': 'W0L0AHL08A5000999',
'year': 2009}
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AC59%2520DAC%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Saving data for AC59%20DAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774389693.134657, 'last_price_update_time': 1774764477.434601}
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AC59%2520DAC') HTTP/1.1" 204 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: NL61%20FOD
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL61%2520FOD%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for NL61%20FOD: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: RJ17%20SVK
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ17%2520SVK%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for RJ17%20SVK: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: SP13%20VCL
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP13%2520VCL%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for SP13%20VCL: 2
2026-03-29 06:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL
2026-03-29 06:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd167c1-92a5-55c8-a40a-86c651461f81 with scrape type 2
2026-03-29 06:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd167c1-92a5-55c8-a40a-86c651461f81 with scrape type 2
2026-03-29 06:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fd167c1-92a5-55c8-a40a-86c651461f81, identifier: SP13%20VCL
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: EA09%20NJX
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA09%2520NJX%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for EA09%20NJX: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: EY13%20EWC
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY13%2520EWC%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for EY13%20EWC: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: GF13%20ZSN
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF13%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for GF13%20ZSN: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: GK62%20SWZ
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK62%2520SWZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for GK62%20SWZ: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: GV68%20SRZ
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for GV68%20SRZ: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: HG58%20ENY
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG58%2520ENY%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for HG58%20ENY: 0
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: KN65%20XDZ
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN65%2520XDZ%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for KN65%20XDZ: 2
2026-03-29 06:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ
2026-03-29 06:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a20b31d-d024-5892-bc9e-6e637d43df35 with scrape type 2
2026-03-29 06:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a20b31d-d024-5892-bc9e-6e637d43df35 with scrape type 2
2026-03-29 06:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a20b31d-d024-5892-bc9e-6e637d43df35, identifier: KN65%20XDZ
2026-03-29 06:07:57 [bca.uk] INFO: Found listing with ID: WR58%20YUW
2026-03-29 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR58%2520YUW%27 HTTP/1.1" 200 None
2026-03-29 06:07:57 [bca.uk] INFO: Scrape type for WR58%20YUW: 2
2026-03-29 06:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8420d1-a8f0-5cc9-b473-b088500bc1ff with identifier: WR58%20YUW
2026-03-29 06:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb8420d1-a8f0-5cc9-b473-b088500bc1ff with scrape type 2
2026-03-29 06:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb8420d1-a8f0-5cc9-b473-b088500bc1ff with scrape type 2
2026-03-29 06:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb8420d1-a8f0-5cc9-b473-b088500bc1ff, identifier: WR58%20YUW
2026-03-29 06:07:58 [bca.uk] INFO: Found listing with ID: FD63%20KVK
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:58 [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 06:07:58 [bca.uk] INFO: Scrape type for FD63%20KVK: 2
2026-03-29 06:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK
2026-03-29 06:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0295af93-aba3-588b-9253-4195ac46325d with scrape type 2
2026-03-29 06:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0295af93-aba3-588b-9253-4195ac46325d with scrape type 2
2026-03-29 06:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0295af93-aba3-588b-9253-4195ac46325d, identifier: FD63%20KVK
2026-03-29 06:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL
2026-03-29 06:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL
2026-03-29 06:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL to the API
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP13%20VCL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8fd167c1-92a5-55c8-a40a-86c651461f81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP13 VCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP13%20VCL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'KIA',
'model': 'RIO',
'odometer': 116268,
'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 2 Hatchback',
'transmission': 'manual',
'trim': '2',
'vin': 'KNADN311LD6204755',
'year': 2013}
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:58 [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 06:07:58 [bca.uk] INFO: Saving data for SP13%20VCL: {'auction_closing_time': 1774951200.0, 'created_time': 1774275519.736264, 'last_price_update_time': 1774764478.397148}
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP13%2520VCL') HTTP/1.1" 204 0
2026-03-29 06:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ
2026-03-29 06:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ
2026-03-29 06:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ to the API
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN65%20XDZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3a20b31d-d024-5892-bc9e-6e637d43df35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN65 XDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN65%20XDZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 76222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 90 SE',
'vin': 'WVWZZZ6RZFU085418',
'year': 2015}
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:58 [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 06:07:58 [bca.uk] INFO: Saving data for KN65%20XDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564691.521529, 'last_price_update_time': 1774764478.77772}
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN65%2520XDZ') HTTP/1.1" 204 0
2026-03-29 06:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb8420d1-a8f0-5cc9-b473-b088500bc1ff with identifier: WR58%20YUW
2026-03-29 06:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb8420d1-a8f0-5cc9-b473-b088500bc1ff with identifier: WR58%20YUW
2026-03-29 06:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb8420d1-a8f0-5cc9-b473-b088500bc1ff with identifier: WR58%20YUW to the API
2026-03-29 06:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR58%20YUW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb8420d1-a8f0-5cc9-b473-b088500bc1ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR58 YUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR58%20YUW&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'FUSION',
'odometer': 150709,
'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 FUSION 1.6 + Estate',
'transmission': 'manual',
'trim': '+',
'vin': 'WF0UXXGAJU8B81608',
'year': 2009}
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR58%2520YUW%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Saving data for WR58%20YUW: {'auction_closing_time': 1774778400.0, 'created_time': 1774651208.115427, 'last_price_update_time': 1774764479.066264}
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR58%2520YUW') HTTP/1.1" 204 0
2026-03-29 06:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK
2026-03-29 06:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK
2026-03-29 06:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK to the API
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:07: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 06:07:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD63%20KVK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0295af93-aba3-588b-9253-4195ac46325d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD63 KVK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD63%20KVK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 59095,
'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 S Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ZETEC S',
'vin': 'WF0KXXGCBKDC66480',
'year': 2013}
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD63%2520KVK%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Saving data for FD63%20KVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774389692.106842, 'last_price_update_time': 1774764479.357174}
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD63%2520KVK') HTTP/1.1" 204 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: VE16%20FUD
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE16%2520FUD%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for VE16%20FUD: 2
2026-03-29 06:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD
2026-03-29 06:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 625271ce-7cad-58e0-8120-7ed73c090cf4 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 625271ce-7cad-58e0-8120-7ed73c090cf4 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 625271ce-7cad-58e0-8120-7ed73c090cf4, identifier: VE16%20FUD
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: KO18%20FFN
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KO18%2520FFN%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for KO18%20FFN: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: KP11%20KHM
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KP11%2520KHM%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for KP11%20KHM: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: FY11%20XAM
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY11%2520XAM%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for FY11%20XAM: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: PN13%20LJJ
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN13%2520LJJ%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for PN13%20LJJ: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: DC17%20JYO
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DC17%2520JYO%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for DC17%20JYO: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: DEZ%20175
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DEZ%2520175%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for DEZ%20175: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: KS66%20ZSY
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS66%2520ZSY%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for KS66%20ZSY: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: MW12%20RYG
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW12%2520RYG%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for MW12%20RYG: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: SM11%20WBL
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM11%2520WBL%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for SM11%20WBL: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: YP62%20EVF
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP62%2520EVF%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for YP62%20EVF: 2
2026-03-29 06:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF
2026-03-29 06:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d1885fe-f806-58f8-adff-b9b808ce88b9 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d1885fe-f806-58f8-adff-b9b808ce88b9 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d1885fe-f806-58f8-adff-b9b808ce88b9, identifier: YP62%20EVF
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: WA20%20YHO
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA20%2520YHO%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for WA20%20YHO: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: Y20%20RDE
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y20%2520RDE%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for Y20%20RDE: 2
2026-03-29 06:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE
2026-03-29 06:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f469694-4f58-5781-ae77-ad3a6490ce13 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f469694-4f58-5781-ae77-ad3a6490ce13 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f469694-4f58-5781-ae77-ad3a6490ce13, identifier: Y20%20RDE
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: FL72%20ZHH
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL72%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for FL72%20ZHH: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: BJ66%20NYU
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ66%2520NYU%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for BJ66%20NYU: 0
2026-03-29 06:07:59 [bca.uk] INFO: Found listing with ID: SW13%20EBX
2026-03-29 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW13%2520EBX%27 HTTP/1.1" 200 None
2026-03-29 06:07:59 [bca.uk] INFO: Scrape type for SW13%20EBX: 2
2026-03-29 06:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX
2026-03-29 06:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55487d83-0192-5470-b15b-27a816235685 with scrape type 2
2026-03-29 06:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55487d83-0192-5470-b15b-27a816235685 with scrape type 2
2026-03-29 06:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55487d83-0192-5470-b15b-27a816235685, identifier: SW13%20EBX
2026-03-29 06:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD
2026-03-29 06:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD
2026-03-29 06:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD to the API
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE16%20FUD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '625271ce-7cad-58e0-8120-7ed73c090cf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE16 FUD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE16%20FUD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 48202,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL MERIVA 1.4 T 16V 120 SE MPV',
'transmission': 'automatic',
'trim': 'T 16V 120 SE',
'vin': 'W0LSH9EM1G4219911',
'year': 2016}
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE16%2520FUD%27 HTTP/1.1" 200 None
2026-03-29 06:08:00 [bca.uk] INFO: Saving data for VE16%20FUD: {'auction_closing_time': 1774951200.0, 'created_time': 1774389817.512326, 'last_price_update_time': 1774764480.308607}
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520FUD') HTTP/1.1" 204 0
2026-03-29 06:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF
2026-03-29 06:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF
2026-03-29 06:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF to the API
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP62%20EVF-GB',
'category': 'Car',
'color': 'gold',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5d1885fe-f806-58f8-adff-b9b808ce88b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP62 EVF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP62%20EVF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 66014,
'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 B-MAX 1.6 TITANIUM P/SHIFT MPV',
'transmission': 'automatic',
'trim': 'TITANIUM P/SHIFT',
'vin': 'WF0KXXERJKCY14306',
'year': 2012}
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP62%2520EVF%27 HTTP/1.1" 200 None
2026-03-29 06:08:00 [bca.uk] INFO: Saving data for YP62%20EVF: {'auction_closing_time': 1774951200.0, 'created_time': 1774275659.782935, 'last_price_update_time': 1774764480.707983}
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP62%2520EVF') HTTP/1.1" 204 0
2026-03-29 06:08:00 [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 06:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE
2026-03-29 06:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE
2026-03-29 06:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE to the API
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=Y20%20RDE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8f469694-4f58-5781-ae77-ad3a6490ce13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'Y20 RDE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=Y20%20RDE&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 113389,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TSI 122 MATCH',
'vin': 'WVWZZZ1KZBW247153',
'year': 2011}
2026-03-29 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y20%2520RDE%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Saving data for Y20%20RDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774563762.004537, 'last_price_update_time': 1774764481.000234}
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='Y20%2520RDE') HTTP/1.1" 204 0
2026-03-29 06:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX
2026-03-29 06:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX
2026-03-29 06:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX to the API
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW13%20EBX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '55487d83-0192-5470-b15b-27a816235685',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW13 EBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW13%20EBX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'CITROEN',
'model': 'C5',
'odometer': 152414,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'CITROEN C5 1.6 E-HDI 115 A/D VTR+ EGS6 Saloon',
'transmission': 'automatic',
'trim': 'E-HDI 115 A/D VTR+ EGS6',
'vin': 'VF7RD9HD8CL529800',
'year': 2013}
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW13%2520EBX%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Saving data for SW13%20EBX: {'auction_closing_time': 1774951200.0, 'created_time': 1773821708.693295, 'last_price_update_time': 1774764481.340486}
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW13%2520EBX') HTTP/1.1" 204 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: BD16%20ZNJ
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD16%2520ZNJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for BD16%20ZNJ: 2
2026-03-29 06:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ
2026-03-29 06:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8b53e11-a078-5fe3-9ad9-07860f28725e with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8b53e11-a078-5fe3-9ad9-07860f28725e with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8b53e11-a078-5fe3-9ad9-07860f28725e, identifier: BD16%20ZNJ
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: YR66%20CZW
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR66%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for YR66%20CZW: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: DU11%20KVT
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU11%2520KVT%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for DU11%20KVT: 2
2026-03-29 06:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT
2026-03-29 06:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a, identifier: DU11%20KVT
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: YA12%20PDK
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA12%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for YA12%20PDK: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: YJ63%20CVO
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ63%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for YJ63%20CVO: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: YP60%20UFT
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP60%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for YP60%20UFT: 2
2026-03-29 06:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT
2026-03-29 06:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53, identifier: YP60%20UFT
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: VN66%20YVE
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN66%2520YVE%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for VN66%20YVE: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: SH57%20NLP
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH57%2520NLP%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for SH57%20NLP: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: FD69%20ZHX
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD69%2520ZHX%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for FD69%20ZHX: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: EK57%20YWZ
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK57%2520YWZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for EK57%20YWZ: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: PF67%20ENX
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF67%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for PF67%20ENX: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: WP14%20FBF
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP14%2520FBF%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for WP14%20FBF: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: WT16%20KKB
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT16%2520KKB%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for WT16%20KKB: 0
2026-03-29 06:08:01 [bca.uk] INFO: Found listing with ID: YB66%20CAV
2026-03-29 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB66%2520CAV%27 HTTP/1.1" 200 None
2026-03-29 06:08:01 [bca.uk] INFO: Scrape type for YB66%20CAV: 2
2026-03-29 06:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV
2026-03-29 06:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc88cfad-7840-54f7-bca7-0b7f040640f0 with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc88cfad-7840-54f7-bca7-0b7f040640f0 with scrape type 2
2026-03-29 06:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc88cfad-7840-54f7-bca7-0b7f040640f0, identifier: YB66%20CAV
2026-03-29 06:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ
2026-03-29 06:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ
2026-03-29 06:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ to the API
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD16%20ZNJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e8b53e11-a078-5fe3-9ad9-07860f28725e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD16 ZNJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD16%20ZNJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 58417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0CXXGAKCGB31695',
'year': 2016}
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520ZNJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:02 [bca.uk] INFO: Saving data for BD16%20ZNJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774389840.061009, 'last_price_update_time': 1774764482.243823}
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD16%2520ZNJ') HTTP/1.1" 204 0
2026-03-29 06:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT
2026-03-29 06:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT
2026-03-29 06:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT to the API
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU11%20KVT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4c62f37-8486-5514-9bcd-e6ea8c2ac94a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU11 KVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU11%20KVT&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '107',
'odometer': 60645,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'PEUGEOT 107 1.0 ENVY Hatchback',
'transmission': 'manual',
'trim': 'ENVY',
'vin': 'VF3PNCFB488561630',
'year': 2011}
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520KVT%27 HTTP/1.1" 200 None
2026-03-29 06:08:02 [bca.uk] INFO: Saving data for DU11%20KVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390117.221967, 'last_price_update_time': 1774764482.625332}
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU11%2520KVT') HTTP/1.1" 204 0
2026-03-29 06:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT
2026-03-29 06:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT
2026-03-29 06:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT to the API
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP60%20UFT-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f0e0e57b-3f76-51ed-b4b7-134e1b64dc53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP60 UFT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP60%20UFT&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 91937,
'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': 'manual',
'trim': 'ZETEC',
'vin': 'WF0PXXWPDPAU17734',
'year': 2010}
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP60%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 06:08:02 [bca.uk] INFO: Saving data for YP60%20UFT: {'auction_closing_time': 1774951200.0, 'created_time': 1774477816.150477, 'last_price_update_time': 1774764482.963033}
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP60%2520UFT') HTTP/1.1" 204 0
2026-03-29 06:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV
2026-03-29 06:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV
2026-03-29 06:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV to the API
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB66%20CAV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc88cfad-7840-54f7-bca7-0b7f040640f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB66 CAV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB66%20CAV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MITSUBISHI',
'model': 'MIRAGE',
'odometer': 34625,
'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': 'MITSUBISHI MIRAGE 1.2 JURO Hatchback',
'transmission': 'manual',
'trim': 'JURO',
'vin': 'MMCXNA03AGH013373',
'year': 2016}
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Saving data for YB66%20CAV: {'auction_closing_time': 1774951200.0, 'created_time': 1774477991.667157, 'last_price_update_time': 1774764483.258814}
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB66%2520CAV') HTTP/1.1" 204 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: BN63%20JDF
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for BN63%20JDF: 2
2026-03-29 06:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF
2026-03-29 06:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf6303e7-6462-5237-bc5c-cb88338bb9d4 with scrape type 2
2026-03-29 06:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf6303e7-6462-5237-bc5c-cb88338bb9d4 with scrape type 2
2026-03-29 06:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf6303e7-6462-5237-bc5c-cb88338bb9d4, identifier: BN63%20JDF
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: KY64%20PXG
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08: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%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 06:08:03 [bca.uk] INFO: Scrape type for KY64%20PXG: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: LN66%20SHZ
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for LN66%20SHZ: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: MA13%20NFL
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for MA13%20NFL: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: NJ60%20SXP
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for NJ60%20SXP: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: SH10%20BVC
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for SH10%20BVC: 2
2026-03-29 06:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC
2026-03-29 06:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d46d09c7-699e-58a0-85f4-574324cb7aba with scrape type 2
2026-03-29 06:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d46d09c7-699e-58a0-85f4-574324cb7aba with scrape type 2
2026-03-29 06:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d46d09c7-699e-58a0-85f4-574324cb7aba, identifier: SH10%20BVC
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: FV64%20UGS
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for FV64%20UGS: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: GJ62%20OWW
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for GJ62%20OWW: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: HD66%20AYV
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for HD66%20AYV: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: HX65%20VZY
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX65%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 06:08:03 [bca.uk] INFO: Scrape type for HX65%20VZY: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: YP61%20WOR
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for YP61%20WOR: 0
2026-03-29 06:08:03 [bca.uk] INFO: Found listing with ID: YX14%20ORY
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:03 [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 06:08:03 [bca.uk] INFO: Scrape type for YX14%20ORY: 2
2026-03-29 06:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY
2026-03-29 06:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 235fed1d-c071-5b66-b25c-c467178caf20 with scrape type 2
2026-03-29 06:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 235fed1d-c071-5b66-b25c-c467178caf20 with scrape type 2
2026-03-29 06:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 235fed1d-c071-5b66-b25c-c467178caf20, identifier: YX14%20ORY
2026-03-29 06:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF
2026-03-29 06:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF
2026-03-29 06:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF to the API
2026-03-29 06:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN63%20JDF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bf6303e7-6462-5237-bc5c-cb88338bb9d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN63 JDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN63%20JDF&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 82346,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 16V ENERGY Hatchback',
'transmission': 'manual',
'trim': '16V ENERGY',
'vin': 'W0L0SDL68E4016023',
'year': 2013}
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Saving data for BN63%20JDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774389841.010781, 'last_price_update_time': 1774764484.034556}
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN63%2520JDF') HTTP/1.1" 204 0
2026-03-29 06:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC
2026-03-29 06:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC
2026-03-29 06:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC to the API
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH10%20BVC-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd46d09c7-699e-58a0-85f4-574324cb7aba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH10 BVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH10%20BVC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 125710,
'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 SE Hatchback',
'transmission': 'manual',
'trim': '16V 115 SE',
'vin': 'W0LPE6ED7A8071101',
'year': 2010}
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Saving data for SH10%20BVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774476915.580604, 'last_price_update_time': 1774764484.447672}
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH10%2520BVC') HTTP/1.1" 204 0
2026-03-29 06:08:04 [bca.uk] INFO: Total items found: 100
2026-03-29 06:08:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded
2026-03-29 06:08:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:08:04 [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 06:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY
2026-03-29 06:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY
2026-03-29 06:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY to the API
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX14%20ORY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '235fed1d-c071-5b66-b25c-c467178caf20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX14 ORY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX14%20ORY&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 81541,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SUZUKI SWIFT 1.2 SZ2 Hatchback',
'transmission': 'manual',
'trim': 'SZ2',
'vin': 'TSMNZC72S00428562',
'year': 2014}
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Saving data for YX14%20ORY: {'auction_closing_time': 1774951200.0, 'created_time': 1774389834.062158, 'last_price_update_time': 1774764484.773849}
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX14%2520ORY') HTTP/1.1" 204 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: DU12%20AXD
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for DU12%20AXD: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: EA19%20FCD
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for EA19%20FCD: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: GU62%20WMM
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for GU62%20WMM: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: GY14%20KTD
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for GY14%20KTD: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: KF05%20WVN
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for KF05%20WVN: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: LN11%20SXC
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for LN11%20SXC: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: SK13%20SOC
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for SK13%20SOC: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: WK14%20WOD
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520WOD%27 HTTP/1.1" 200 None
2026-03-29 06:08:04 [bca.uk] INFO: Scrape type for WK14%20WOD: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: DL64%20MPX
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for DL64%20MPX: 0
2026-03-29 06:08:04 [bca.uk] INFO: Found listing with ID: SF16%20SMW
2026-03-29 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:04 [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 06:08:04 [bca.uk] INFO: Scrape type for SF16%20SMW: 2
2026-03-29 06:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW
2026-03-29 06:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee5fd57b-07ea-5938-8394-cad0775a2259 with scrape type 2
2026-03-29 06:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee5fd57b-07ea-5938-8394-cad0775a2259 with scrape type 2
2026-03-29 06:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee5fd57b-07ea-5938-8394-cad0775a2259, identifier: SF16%20SMW
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: SJ14%20NOF
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for SJ14%20NOF: 0
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: SJ65%20XUT
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for SJ65%20XUT: 0
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: KJ18%20SXG
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08: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%2520SXG%27 HTTP/1.1" 200 None
2026-03-29 06:08:05 [bca.uk] INFO: Scrape type for KJ18%20SXG: 2
2026-03-29 06:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG
2026-03-29 06:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 868df982-2bb3-5dd5-852b-92389ac4314c with scrape type 2
2026-03-29 06:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 868df982-2bb3-5dd5-852b-92389ac4314c with scrape type 2
2026-03-29 06:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 868df982-2bb3-5dd5-852b-92389ac4314c, identifier: KJ18%20SXG
2026-03-29 06:08:05 [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 06:08:05 [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 06:08:05 [bca.uk] INFO: Found listing with ID: SY10%20OOD
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for SY10%20OOD: 0
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: FY62%20VGM
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for FY62%20VGM: 0
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: SH09%20CPE
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for SH09%20CPE: 0
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: SV60%20MXJ
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for SV60%20MXJ: 0
2026-03-29 06:08:05 [bca.uk] INFO: Found listing with ID: FH10%20OZN
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Scrape type for FH10%20OZN: 2
2026-03-29 06:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN
2026-03-29 06:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89fb0df-b8aa-54fb-8598-79ca3d193677 with scrape type 2
2026-03-29 06:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e89fb0df-b8aa-54fb-8598-79ca3d193677 with scrape type 2
2026-03-29 06:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e89fb0df-b8aa-54fb-8598-79ca3d193677, identifier: FH10%20OZN
2026-03-29 06:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW
2026-03-29 06:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW
2026-03-29 06:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW to the API
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF16%20SMW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee5fd57b-07ea-5938-8394-cad0775a2259',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SF16 SMW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF16%20SMW&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 72761,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL ADAM 1.2 VVT 70 ENERGISED Hatchback',
'transmission': 'manual',
'trim': 'VVT 70 ENERGISED',
'vin': 'W0L0MAP08G6085040',
'year': 2016}
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [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 06:08:05 [bca.uk] INFO: Saving data for SF16%20SMW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564229.042694, 'last_price_update_time': 1774764485.650013}
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF16%2520SMW') HTTP/1.1" 204 0
2026-03-29 06:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG
2026-03-29 06:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG
2026-03-29 06:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG to the API
2026-03-29 06:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ18%20SXG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '868df982-2bb3-5dd5-852b-92389ac4314c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ18 SXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ18%20SXG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '2 ACTIVE TOURER',
'odometer': 52960,
'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 2 ACTIVE TOURER 2.0 220I T LUXURY DCT Hatchback',
'transmission': 'automatic',
'trim': '220I T LUXURY DCT',
'vin': 'WBA6S32010VD37959',
'year': 2018}
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08: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%2520SXG%27 HTTP/1.1" 200 None
2026-03-29 06:08:06 [bca.uk] INFO: Saving data for KJ18%20SXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774563779.474245, 'last_price_update_time': 1774764486.068797}
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ18%2520SXG') HTTP/1.1" 204 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: LO23%20MLK
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for LO23%20MLK: 2
2026-03-29 06:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK
2026-03-29 06:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with scrape type 2
2026-03-29 06:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with scrape type 2
2026-03-29 06:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d521c24-3876-5f0b-8e46-ced273cb0bb2, identifier: LO23%20MLK
2026-03-29 06:08: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 06:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN
2026-03-29 06:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN
2026-03-29 06:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN to the API
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH10%20OZN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e89fb0df-b8aa-54fb-8598-79ca3d193677',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FH10 OZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH10%20OZN&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'CITROEN',
'model': 'C1',
'odometer': 74208,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'CITROEN C1 1.0 VTR+ Hatchback',
'transmission': 'manual',
'trim': 'VTR+',
'vin': 'VF7PMCFAC89484598',
'year': 2010}
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Saving data for FH10%20OZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774389824.77732, 'last_price_update_time': 1774764486.449888}
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH10%2520OZN') HTTP/1.1" 204 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: AF66%20XYX
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for AF66%20XYX: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: CK15%20YEG
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for CK15%20YEG: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: EX14%20FSZ
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for EX14%20FSZ: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: FE65%20UJU
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for FE65%20UJU: 2
2026-03-29 06:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU
2026-03-29 06:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with scrape type 2
2026-03-29 06:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with scrape type 2
2026-03-29 06:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee, identifier: FE65%20UJU
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: LJ64%20UMR
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for LJ64%20UMR: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: LV13%20EXZ
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for LV13%20EXZ: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: NA15%20UTV
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520UTV%27 HTTP/1.1" 200 None
2026-03-29 06:08:06 [bca.uk] INFO: Scrape type for NA15%20UTV: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: OU64%20WOH
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for OU64%20WOH: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: EK13%20RKJ
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for EK13%20RKJ: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: EO60%20LVJ
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for EO60%20LVJ: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: ET15%20LNC
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for ET15%20LNC: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: PN09%20VVK
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for PN09%20VVK: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: YJ69%20DTA
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520DTA%27 HTTP/1.1" 200 None
2026-03-29 06:08:06 [bca.uk] INFO: Scrape type for YJ69%20DTA: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: AJ73%20DVM
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for AJ73%20DVM: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SF68%20RVN
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SF68%20RVN: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SG22%20VOH
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08: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%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 06:08:06 [bca.uk] INFO: Scrape type for SG22%20VOH: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SG22%20VPC
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08: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%2520VPC%27 HTTP/1.1" 200 None
2026-03-29 06:08:06 [bca.uk] INFO: Scrape type for SG22%20VPC: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: FE18%20XLP
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for FE18%20XLP: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SA21%20LUT
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SA21%20LUT: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SB15%20HFS
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520HFS%27 HTTP/1.1" 200 None
2026-03-29 06:08:06 [bca.uk] INFO: Scrape type for SB15%20HFS: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SB64%20ARZ
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SB64%20ARZ: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SB71%20XEU
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SB71%20XEU: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SC23%20RKV
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SC23%20RKV: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SG17%20YRD
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SG17%20YRD: 0
2026-03-29 06:08:06 [bca.uk] INFO: Found listing with ID: SH16%20TWD
2026-03-29 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:06 [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 06:08:06 [bca.uk] INFO: Scrape type for SH16%20TWD: 2
2026-03-29 06:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD
2026-03-29 06:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 466606b0-66ba-58bc-8563-6fe1a61fb4be with scrape type 2
2026-03-29 06:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 466606b0-66ba-58bc-8563-6fe1a61fb4be with scrape type 2
2026-03-29 06:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 466606b0-66ba-58bc-8563-6fe1a61fb4be, identifier: SH16%20TWD
2026-03-29 06:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK
2026-03-29 06:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK
2026-03-29 06:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK to the API
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO23%20MLK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7d521c24-3876-5f0b-8e46-ced273cb0bb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO23 MLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO23%20MLK&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'MAZDA',
'model': 'CX-60',
'odometer': 61699,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
'transmission': 'automatic',
'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
'vin': 'JMZKH0HB901116991',
'year': 2023}
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:07 [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 06:08:07 [bca.uk] INFO: Saving data for LO23%20MLK: {'auction_closing_time': 1774854000.0, 'created_time': 1774478157.253294, 'last_price_update_time': 1774764487.329866}
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO23%2520MLK') HTTP/1.1" 204 0
2026-03-29 06:08:07 [bca.uk] INFO: Found listing with ID: NX67%20XBD
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:07 [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 06:08:07 [bca.uk] INFO: Scrape type for NX67%20XBD: 2
2026-03-29 06:08:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD
2026-03-29 06:08:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b898bd8d-b373-5da9-99e8-e662caea5164 with scrape type 2
2026-03-29 06:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b898bd8d-b373-5da9-99e8-e662caea5164 with scrape type 2
2026-03-29 06:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b898bd8d-b373-5da9-99e8-e662caea5164, identifier: NX67%20XBD
2026-03-29 06:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU
2026-03-29 06:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU
2026-03-29 06:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU to the API
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE65%20UJU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd4d00369-6f53-57e4-a6d3-d04b9ba7d6ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE65 UJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE65%20UJU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 186569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.6 TDI ULTRA 110 SE TECHNIK Hatchback',
'transmission': 'manual',
'trim': 'TDI ULTRA 110 SE TECHNIK',
'vin': 'WAUZZZ8V2GA019667',
'year': 2015}
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:07 [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 06:08:07 [bca.uk] INFO: Saving data for FE65%20UJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774275406.417026, 'last_price_update_time': 1774764487.847834}
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE65%2520UJU') HTTP/1.1" 204 0
2026-03-29 06:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD
2026-03-29 06:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD
2026-03-29 06:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD to the API
2026-03-29 06:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH16%20TWD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '466606b0-66ba-58bc-8563-6fe1a61fb4be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH16 TWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH16%20TWD&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VAUXHALL',
'model': 'INSIGNIA TOURER',
'odometer': 91400,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA TOURER 1.6 CDTI 136 SRI VX-LINE Estate',
'transmission': 'manual',
'trim': 'CDTI 136 SRI VX-LINE',
'vin': 'W0LGS8E33G1090399',
'year': 2016}
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [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 06:08:08 [bca.uk] INFO: Saving data for SH16%20TWD: {'auction_closing_time': 1774854000.0, 'created_time': 1774564657.185266, 'last_price_update_time': 1774764488.1557}
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH16%2520TWD') HTTP/1.1" 204 0
2026-03-29 06:08:08 [bca.uk] INFO: Found listing with ID: LR22%20HKP
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [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 06:08:08 [bca.uk] INFO: Scrape type for LR22%20HKP: 2
2026-03-29 06:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP
2026-03-29 06:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with scrape type 2
2026-03-29 06:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with scrape type 2
2026-03-29 06:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c428726-d81c-5ad5-a79c-e0a09b66bd79, identifier: LR22%20HKP
2026-03-29 06:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD
2026-03-29 06:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD
2026-03-29 06:08:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD to the API
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX67%20XBD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b898bd8d-b373-5da9-99e8-e662caea5164',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX67 XBD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX67%20XBD&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'SKODA',
'model': 'SUPERB',
'odometer': 163613,
'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 SUPERB 2.0 TDI 150 SE Estate',
'transmission': 'manual',
'trim': 'TDI 150 SE',
'vin': 'TMBKH7NP8H7043682',
'year': 2017}
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [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 06:08:08 [bca.uk] INFO: Saving data for NX67%20XBD: {'auction_closing_time': 1774951200.0, 'created_time': 1774389852.143943, 'last_price_update_time': 1774764488.59368}
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX67%2520XBD') HTTP/1.1" 204 0
2026-03-29 06:08:08 [bca.uk] INFO: Found listing with ID: HK15%20VKT
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [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 06:08:08 [bca.uk] INFO: Scrape type for HK15%20VKT: 2
2026-03-29 06:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT
2026-03-29 06:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with scrape type 2
2026-03-29 06:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with scrape type 2
2026-03-29 06:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6, identifier: HK15%20VKT
2026-03-29 06:08:08 [bca.uk] INFO: Found listing with ID: SJ72%20JEO
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [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 06:08:08 [bca.uk] INFO: Scrape type for SJ72%20JEO: 0
2026-03-29 06:08:08 [bca.uk] INFO: Found listing with ID: SN22%20OPG
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:08 [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 06:08:08 [bca.uk] INFO: Scrape type for SN22%20OPG: 2
2026-03-29 06:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG
2026-03-29 06:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639f0326-84e8-5596-913a-f62b9cb4d2b1 with scrape type 2
2026-03-29 06:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 639f0326-84e8-5596-913a-f62b9cb4d2b1 with scrape type 2
2026-03-29 06:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 639f0326-84e8-5596-913a-f62b9cb4d2b1, identifier: SN22%20OPG
2026-03-29 06:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP
2026-03-29 06:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP
2026-03-29 06:08:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP to the API
2026-03-29 06:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20HKP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '5c428726-d81c-5ad5-a79c-e0a09b66bd79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR22 HKP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20HKP&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 30002,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VF3MRHNSUNS042832',
'year': 2022}
2026-03-29 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:09 [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 06:08:10 [bca.uk] INFO: Saving data for LR22%20HKP: {'auction_closing_time': 1774854000.0, 'created_time': 1774478385.686974, 'last_price_update_time': 1774764490.000274}
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520HKP') HTTP/1.1" 204 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: FV17%20ZVH
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520ZVH%27 HTTP/1.1" 200 None
2026-03-29 06:08:10 [bca.uk] INFO: Scrape type for FV17%20ZVH: 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: NX14%20ZHM
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for NX14%20ZHM: 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: PJ16%20CME
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for PJ16%20CME: 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: FY09%20CJO
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for FY09%20CJO: 0
2026-03-29 06:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT
2026-03-29 06:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT
2026-03-29 06:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT to the API
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK15%20VKT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '524865d2-0fb5-5f71-a6ae-5f0843f6f9f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK15 VKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK15%20VKT&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 101315,
'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 125 ZETEC S Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ZETEC S',
'vin': 'WF0CXXGAKCFE20445',
'year': 2015}
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08: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%2520VKT%27 HTTP/1.1" 200 None
2026-03-29 06:08:10 [bca.uk] INFO: Saving data for HK15%20VKT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390136.441752, 'last_price_update_time': 1774764490.359536}
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK15%2520VKT') HTTP/1.1" 204 0
2026-03-29 06:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG
2026-03-29 06:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG
2026-03-29 06:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG to the API
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN22%20OPG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '639f0326-84e8-5596-913a-f62b9cb4d2b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN22 OPG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN22%20OPG&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MERCEDES-BENZ',
'model': 'EQS 450+',
'odometer': 64325,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQS 450+ EXCLUSIVE LUXURY Hatchback',
'transmission': 'automatic',
'trim': 'EXCLUSIVE LUXURY',
'vin': 'W1K2971232A008130',
'year': 2022}
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Saving data for SN22%20OPG: {'auction_closing_time': 1774854000.0, 'created_time': 1774476205.507544, 'last_price_update_time': 1774764490.645812}
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN22%2520OPG') HTTP/1.1" 204 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: MA23%20LXR
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for MA23%20LXR: 2
2026-03-29 06:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR
2026-03-29 06:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0cb551-3471-52c3-b905-4e48e0fdebe9 with scrape type 2
2026-03-29 06:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0cb551-3471-52c3-b905-4e48e0fdebe9 with scrape type 2
2026-03-29 06:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0cb551-3471-52c3-b905-4e48e0fdebe9, identifier: MA23%20LXR
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: KV57%20GEK
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for KV57%20GEK: 2
2026-03-29 06:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK
2026-03-29 06:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with scrape type 2
2026-03-29 06:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with scrape type 2
2026-03-29 06:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36, identifier: KV57%20GEK
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: SP72%20PWY
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for SP72%20PWY: 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: VK21%20WLP
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for VK21%20WLP: 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: YF19%20FJL
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for YF19%20FJL: 0
2026-03-29 06:08:10 [bca.uk] INFO: Found listing with ID: YL17%20EWF
2026-03-29 06:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:10 [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 06:08:10 [bca.uk] INFO: Scrape type for YL17%20EWF: 2
2026-03-29 06:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF
2026-03-29 06:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7948fd7e-23d8-5ca4-82fe-49c66e810470 with scrape type 2
2026-03-29 06:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7948fd7e-23d8-5ca4-82fe-49c66e810470 with scrape type 2
2026-03-29 06:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7948fd7e-23d8-5ca4-82fe-49c66e810470, identifier: YL17%20EWF
2026-03-29 06:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR
2026-03-29 06:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR
2026-03-29 06:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR to the API
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20LXR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'bb0cb551-3471-52c3-b905-4e48e0fdebe9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA23 LXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20LXR&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 40676,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18200,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS4PC720087',
'year': 2023}
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:11 [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 06:08:11 [bca.uk] INFO: Saving data for MA23%20LXR: {'auction_closing_time': 1774854000.0, 'created_time': 1774391600.295031, 'last_price_update_time': 1774764491.333422}
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520LXR') HTTP/1.1" 204 0
2026-03-29 06:08:11 [scrapy.extensions.logstats] INFO: Crawled 63 pages (at 3 pages/min), scraped 736 items (at 125 items/min)
2026-03-29 06:08:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 200MiB
2026-03-29 06:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK
2026-03-29 06:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK
2026-03-29 06:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK to the API
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV57%20GEK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9afebf60-cfa4-575f-bbd6-cd91fdfa7a36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV57 GEK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV57%20GEK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 135607,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 2.0 TDI 140 SE DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 140 SE DSG',
'vin': 'WVWZZZ3CZ8E045603',
'year': 2007}
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:11 [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 06:08:11 [bca.uk] INFO: Saving data for KV57%20GEK: {'auction_closing_time': 1774951200.0, 'created_time': 1774005766.654303, 'last_price_update_time': 1774764491.72346}
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV57%2520GEK') HTTP/1.1" 204 0
2026-03-29 06:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF
2026-03-29 06:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF
2026-03-29 06:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF to the API
2026-03-29 06:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL17%20EWF-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '7948fd7e-23d8-5ca4-82fe-49c66e810470',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL17 EWF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL17%20EWF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MINI',
'model': 'COOPER',
'odometer': 106974,
'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 Convertible',
'transmission': 'manual',
'trim': '136',
'vin': 'WMWWG320603C38762',
'year': 2017}
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Saving data for YL17%20EWF: {'auction_closing_time': 1774854000.0, 'created_time': 1774564679.234823, 'last_price_update_time': 1774764492.016642}
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL17%2520EWF') HTTP/1.1" 204 0
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: MA23%20OOJ
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for MA23%20OOJ: 2
2026-03-29 06:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ
2026-03-29 06:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with scrape type 2
2026-03-29 06:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with scrape type 2
2026-03-29 06:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a77e247-804e-50f2-85ad-ddd041e4ebd8, identifier: MA23%20OOJ
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: KY65%20TBU
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for KY65%20TBU: 0
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: N13%20GWM
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for N13%20GWM: 0
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: PL14%20HJK
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for PL14%20HJK: 2
2026-03-29 06:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK
2026-03-29 06:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a73382a-0023-5e75-a6d9-45581220cd1d with scrape type 2
2026-03-29 06:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a73382a-0023-5e75-a6d9-45581220cd1d with scrape type 2
2026-03-29 06:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a73382a-0023-5e75-a6d9-45581220cd1d, identifier: PL14%20HJK
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: AJ13%20LKF
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for AJ13%20LKF: 0
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: LB14%20KBJ
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for LB14%20KBJ: 0
2026-03-29 06:08:12 [bca.uk] INFO: Found listing with ID: AF23%20ELH
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Scrape type for AF23%20ELH: 2
2026-03-29 06:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH
2026-03-29 06:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96806254-9e8e-5316-a5dc-a415a84b2e5d with scrape type 2
2026-03-29 06:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96806254-9e8e-5316-a5dc-a415a84b2e5d with scrape type 2
2026-03-29 06:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96806254-9e8e-5316-a5dc-a415a84b2e5d, identifier: AF23%20ELH
2026-03-29 06:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ
2026-03-29 06:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ
2026-03-29 06:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ to the API
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20OOJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '3a77e247-804e-50f2-85ad-ddd041e4ebd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA23 OOJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20OOJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 40788,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18200,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS7PC728572',
'year': 2023}
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [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 06:08:12 [bca.uk] INFO: Saving data for MA23%20OOJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774277546.712739, 'last_price_update_time': 1774764492.737002}
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520OOJ') HTTP/1.1" 204 0
2026-03-29 06:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK
2026-03-29 06:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK
2026-03-29 06:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK to the API
2026-03-29 06:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL14%20HJK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a73382a-0023-5e75-a6d9-45581220cd1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL14 HJK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL14%20HJK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SKODA',
'model': 'CITIGO',
'odometer': 94049,
'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 CITIGO 1.0 MPI 60 SE ASG Hatchback',
'transmission': 'automatic',
'trim': 'MPI 60 SE ASG',
'vin': 'TMBZZZAAZFD607138',
'year': 2014}
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Saving data for PL14%20HJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774392237.229043, 'last_price_update_time': 1774764493.032658}
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL14%2520HJK') HTTP/1.1" 204 0
2026-03-29 06:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH
2026-03-29 06:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH
2026-03-29 06:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH to the API
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20ELH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '96806254-9e8e-5316-a5dc-a415a84b2e5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF23 ELH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20ELH&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 54251,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20300,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
'transmission': 'automatic',
'trim': 'AWD LONG RANGE',
'vin': 'LRWYHCEK0PC726115',
'year': 2023}
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Saving data for AF23%20ELH: {'auction_closing_time': 1774854000.0, 'created_time': 1774478496.955111, 'last_price_update_time': 1774764493.333634}
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520ELH') HTTP/1.1" 204 0
2026-03-29 06:08:13 [bca.uk] INFO: Found listing with ID: MW72%20XOK
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Scrape type for MW72%20XOK: 0
2026-03-29 06:08:13 [bca.uk] INFO: Found listing with ID: NG72%20DVV
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Scrape type for NG72%20DVV: 2
2026-03-29 06:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV
2026-03-29 06:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with scrape type 2
2026-03-29 06:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with scrape type 2
2026-03-29 06:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a, identifier: NG72%20DVV
2026-03-29 06:08:13 [bca.uk] INFO: Found listing with ID: VE65%20YLT
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Scrape type for VE65%20YLT: 0
2026-03-29 06:08:13 [bca.uk] INFO: Found listing with ID: WG62%20WDW
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:08:13 [bca.uk] INFO: Scrape type for WG62%20WDW: 2
2026-03-29 06:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW
2026-03-29 06:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c293a269-ebf5-5dab-ae0e-c709d140c4a6 with scrape type 2
2026-03-29 06:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c293a269-ebf5-5dab-ae0e-c709d140c4a6 with scrape type 2
2026-03-29 06:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c293a269-ebf5-5dab-ae0e-c709d140c4a6, identifier: WG62%20WDW
2026-03-29 06:08:13 [bca.uk] INFO: Found listing with ID: AJ72%20GVR
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Scrape type for AJ72%20GVR: 2
2026-03-29 06:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR
2026-03-29 06:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with scrape type 2
2026-03-29 06:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with scrape type 2
2026-03-29 06:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576, identifier: AJ72%20GVR
2026-03-29 06:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV
2026-03-29 06:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV
2026-03-29 06:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV to the API
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 26,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG72%20DVV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '32065390-0ac2-5ccd-8b55-2fe691bdaf5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NG72 DVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG72%20DVV&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 22147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': '40 TFSI E SPORT S-T',
'vin': 'WAUZZZGY0PA068295',
'year': 2023}
2026-03-29 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:13 [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 06:08:13 [bca.uk] INFO: Saving data for NG72%20DVV: {'auction_closing_time': 1774854000.0, 'created_time': 1774478471.798768, 'last_price_update_time': 1774764493.993644}
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG72%2520DVV') HTTP/1.1" 204 0
2026-03-29 06:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW
2026-03-29 06:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW
2026-03-29 06:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW to the API
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 87,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG62%20WDW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c293a269-ebf5-5dab-ae0e-c709d140c4a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG62 WDW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG62%20WDW&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 166663,
'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 TDCI 95 ECONETIC TITANIUM S/S Hatchback',
'transmission': 'manual',
'trim': 'TDCI 95 ECONETIC TITANIUM S/S',
'vin': 'WF0DXXGAKDCS66950',
'year': 2013}
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:08:14 [bca.uk] INFO: Saving data for WG62%20WDW: {'auction_closing_time': 1774951200.0, 'created_time': 1774392237.560484, 'last_price_update_time': 1774764494.38744}
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG62%2520WDW') HTTP/1.1" 204 0
2026-03-29 06:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR
2026-03-29 06:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR
2026-03-29 06:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR to the API
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ72%20GVR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AJ72 GVR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ72%20GVR&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 57475,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 RWD Saloon',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRW3F7FSXPC683571',
'year': 2022}
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520GVR%27 HTTP/1.1" 200 None
2026-03-29 06:08:14 [bca.uk] INFO: Saving data for AJ72%20GVR: {'auction_closing_time': 1774854000.0, 'created_time': 1774391565.695373, 'last_price_update_time': 1774764494.676527}
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520GVR') HTTP/1.1" 204 0
2026-03-29 06:08:14 [bca.uk] INFO: Found listing with ID: OY22%20XCS
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [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 06:08:14 [bca.uk] INFO: Scrape type for OY22%20XCS: 2
2026-03-29 06:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS
2026-03-29 06:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e88811ee-b8ba-5425-b466-316265d7b163 with scrape type 2
2026-03-29 06:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e88811ee-b8ba-5425-b466-316265d7b163 with scrape type 2
2026-03-29 06:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e88811ee-b8ba-5425-b466-316265d7b163, identifier: OY22%20XCS
2026-03-29 06:08:14 [bca.uk] INFO: Found listing with ID: WU05%20WWZ
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [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 06:08:14 [bca.uk] INFO: Scrape type for WU05%20WWZ: 2
2026-03-29 06:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ
2026-03-29 06:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d5e50d5-86f6-586e-acc6-301d19556189 with scrape type 2
2026-03-29 06:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d5e50d5-86f6-586e-acc6-301d19556189 with scrape type 2
2026-03-29 06:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d5e50d5-86f6-586e-acc6-301d19556189, identifier: WU05%20WWZ
2026-03-29 06:08:14 [bca.uk] INFO: Found listing with ID: AV73%20UYJ
2026-03-29 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:14 [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 06:08:14 [bca.uk] INFO: Scrape type for AV73%20UYJ: 2
2026-03-29 06:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ
2026-03-29 06:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae0ef125-7011-5860-9530-5cdc6c257b56 with scrape type 2
2026-03-29 06:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae0ef125-7011-5860-9530-5cdc6c257b56 with scrape type 2
2026-03-29 06:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae0ef125-7011-5860-9530-5cdc6c257b56, identifier: AV73%20UYJ
2026-03-29 06:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=void HTTP/1.1" 200 None
2026-03-29 06:08:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS
2026-03-29 06:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS to the API
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY22%20XCS-GB',
'category': 'Car',
'color': 'void',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'e88811ee-b8ba-5425-b466-316265d7b163',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OY22 XCS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY22%20XCS&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'POLESTAR',
'model': '2',
'odometer': 47005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '170KW 78KWH SM2 LONG RANGE',
'vin': 'LPSVSEGEKNL067118',
'year': 2022}
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520XCS%27 HTTP/1.1" 200 None
2026-03-29 06:08:15 [bca.uk] INFO: Saving data for OY22%20XCS: {'auction_closing_time': 1774854000.0, 'created_time': 1774478468.235852, 'last_price_update_time': 1774764495.397393}
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY22%2520XCS') HTTP/1.1" 204 0
2026-03-29 06:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ
2026-03-29 06:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ
2026-03-29 06:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ to the API
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU05%20WWZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9d5e50d5-86f6-586e-acc6-301d19556189',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU05 WWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU05%20WWZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A4',
'odometer': 115547,
'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': 'AUDI A4 1.9 TDI 115 SE Saloon',
'transmission': 'manual',
'trim': 'TDI 115 SE',
'vin': 'WAUZZZ8E45A459404',
'year': 2005}
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU05%2520WWZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:15 [bca.uk] INFO: Saving data for WU05%20WWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774005765.901472, 'last_price_update_time': 1774764495.712795}
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU05%2520WWZ') HTTP/1.1" 204 0
2026-03-29 06:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ
2026-03-29 06:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ
2026-03-29 06:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ to the API
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 25,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV73%20UYJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'ae0ef125-7011-5860-9530-5cdc6c257b56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AV73 UYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV73%20UYJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'KUGA',
'odometer': 4002,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19300,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FORD KUGA 2.5 E/B PHEV 2WD ST-LINE X ED. StationWagon',
'transmission': 'automatic',
'trim': 'E/B PHEV 2WD ST-LINE X ED.',
'vin': 'WF0FXXWPMHPM34033',
'year': 2024}
2026-03-29 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV73%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:16 [bca.uk] INFO: Saving data for AV73%20UYJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773839957.087214, 'last_price_update_time': 1774764496.002818}
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV73%2520UYJ') HTTP/1.1" 204 0
2026-03-29 06:08:16 [bca.uk] INFO: Found listing with ID: RY24%20YBA
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY24%2520YBA%27 HTTP/1.1" 200 None
2026-03-29 06:08:16 [bca.uk] INFO: Scrape type for RY24%20YBA: 2
2026-03-29 06:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA
2026-03-29 06:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad7ef5ab-57e0-56c4-850c-2b749942c648 with scrape type 2
2026-03-29 06:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad7ef5ab-57e0-56c4-850c-2b749942c648 with scrape type 2
2026-03-29 06:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad7ef5ab-57e0-56c4-850c-2b749942c648, identifier: RY24%20YBA
2026-03-29 06:08:16 [bca.uk] INFO: Found listing with ID: AV17%20OEJ
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:16 [bca.uk] INFO: Scrape type for AV17%20OEJ: 2
2026-03-29 06:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ
2026-03-29 06:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad15c3de-3659-56eb-aead-0b78082252bb with scrape type 2
2026-03-29 06:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad15c3de-3659-56eb-aead-0b78082252bb with scrape type 2
2026-03-29 06:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad15c3de-3659-56eb-aead-0b78082252bb, identifier: AV17%20OEJ
2026-03-29 06:08:16 [bca.uk] INFO: Found listing with ID: BG72%20DUH
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-29 06:08:16 [bca.uk] INFO: Scrape type for BG72%20DUH: 2
2026-03-29 06:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH
2026-03-29 06:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c967709-1e6d-5be8-826b-b631d7e76b41 with scrape type 2
2026-03-29 06:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c967709-1e6d-5be8-826b-b631d7e76b41 with scrape type 2
2026-03-29 06:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c967709-1e6d-5be8-826b-b631d7e76b41, identifier: BG72%20DUH
2026-03-29 06:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA
2026-03-29 06:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA
2026-03-29 06:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA to the API
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY24%20YBA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad7ef5ab-57e0-56c4-850c-2b749942c648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RY24 YBA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY24%20YBA&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 14995,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 28000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLVO XC40 2.0 B3P ULTIMATE DARK G/T StationWagon',
'transmission': 'automatic',
'trim': 'B3P ULTIMATE DARK G/T',
'vin': 'YV1XZK7V7R2355874',
'year': 2024}
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY24%2520YBA%27 HTTP/1.1" 200 None
2026-03-29 06:08:16 [bca.uk] INFO: Saving data for RY24%20YBA: {'auction_closing_time': 1774854000.0, 'created_time': 1774478397.379129, 'last_price_update_time': 1774764496.619042}
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY24%2520YBA') HTTP/1.1" 204 0
2026-03-29 06:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ
2026-03-29 06:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ
2026-03-29 06:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ to the API
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV17%20OEJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad15c3de-3659-56eb-aead-0b78082252bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV17 OEJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV17%20OEJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'CLUBMAN',
'odometer': 64247,
'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 CLUBMAN 2.0 COOPER S Estate',
'transmission': 'automatic',
'trim': 'COOPER S',
'vin': 'WMWLN720902F24935',
'year': 2017}
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:16 [bca.uk] INFO: Saving data for AV17%20OEJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476852.202343, 'last_price_update_time': 1774764496.894032}
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV17%2520OEJ') HTTP/1.1" 204 0
2026-03-29 06:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH
2026-03-29 06:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH
2026-03-29 06:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH to the API
2026-03-29 06:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG72%20DUH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '1c967709-1e6d-5be8-826b-b631d7e76b41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG72 DUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG72%20DUH&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 44133,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T GDI 150 3 ISG StationWagon',
'transmission': 'manual',
'trim': 'T GDI 150 3 ISG',
'vin': 'U5YPV81BLNL085613',
'year': 2022}
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-29 06:08:17 [bca.uk] INFO: Saving data for BG72%20DUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774478380.975516, 'last_price_update_time': 1774764497.165273}
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG72%2520DUH') HTTP/1.1" 204 0
2026-03-29 06:08:17 [bca.uk] INFO: Found listing with ID: SJ23%20YZX
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ23%2520YZX%27 HTTP/1.1" 200 None
2026-03-29 06:08:17 [bca.uk] INFO: Scrape type for SJ23%20YZX: 2
2026-03-29 06:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX
2026-03-29 06:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with scrape type 2
2026-03-29 06:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with scrape type 2
2026-03-29 06:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f68b1920-6a86-5057-ad91-6b06d6c2b7d3, identifier: SJ23%20YZX
2026-03-29 06:08:17 [bca.uk] INFO: Found listing with ID: CA62%20PRV
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA62%2520PRV%27 HTTP/1.1" 200 None
2026-03-29 06:08:17 [bca.uk] INFO: Scrape type for CA62%20PRV: 2
2026-03-29 06:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV
2026-03-29 06:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33d54eb3-407f-56d6-9578-0504cdf67f7d with scrape type 2
2026-03-29 06:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33d54eb3-407f-56d6-9578-0504cdf67f7d with scrape type 2
2026-03-29 06:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33d54eb3-407f-56d6-9578-0504cdf67f7d, identifier: CA62%20PRV
2026-03-29 06:08:17 [bca.uk] INFO: Found listing with ID: CJ71%20KAA
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-29 06:08:17 [bca.uk] INFO: Scrape type for CJ71%20KAA: 2
2026-03-29 06:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA
2026-03-29 06:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with scrape type 2
2026-03-29 06:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with scrape type 2
2026-03-29 06:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17, identifier: CJ71%20KAA
2026-03-29 06:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX
2026-03-29 06:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX
2026-03-29 06:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX to the API
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ23%20YZX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'f68b1920-6a86-5057-ad91-6b06d6c2b7d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SJ23 YZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ23%20YZX&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 29039,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19200,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS4PC767748',
'year': 2023}
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ23%2520YZX%27 HTTP/1.1" 200 None
2026-03-29 06:08:17 [bca.uk] INFO: Saving data for SJ23%20YZX: {'auction_closing_time': 1774854000.0, 'created_time': 1774391575.249023, 'last_price_update_time': 1774764497.781221}
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ23%2520YZX') HTTP/1.1" 204 0
2026-03-29 06:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV
2026-03-29 06:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV
2026-03-29 06:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV to the API
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA62%20PRV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '33d54eb3-407f-56d6-9578-0504cdf67f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA62 PRV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA62%20PRV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 96869,
'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 MOKKA 1.7 CDTI 130 EXCLUSIV 2WD S/S StationWagon',
'transmission': 'manual',
'trim': 'CDTI 130 EXCLUSIV 2WD S/S',
'vin': 'W0LJC7ELXDB075076',
'year': 2013}
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA62%2520PRV%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Saving data for CA62%20PRV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390046.288629, 'last_price_update_time': 1774764498.090478}
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA62%2520PRV') HTTP/1.1" 204 0
2026-03-29 06:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA
2026-03-29 06:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA
2026-03-29 06:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA to the API
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ71%20KAA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '8fb8fc31-1c16-58a2-8b9d-65e7a1515f17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CJ71 KAA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ71%20KAA&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'CITROEN',
'model': 'C3',
'odometer': 48720,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C3 1.2 P/T 83 SHINE PLUS Hatchback',
'transmission': 'manual',
'trim': 'P/T 83 SHINE PLUS',
'vin': 'VF7SXHMRVNT508735',
'year': 2022}
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Saving data for CJ71%20KAA: {'auction_closing_time': 1774854000.0, 'created_time': 1774478398.239918, 'last_price_update_time': 1774764498.394397}
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ71%2520KAA') HTTP/1.1" 204 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: WU23%20ESO
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU23%2520ESO%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for WU23%20ESO: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: WX67%20WPZ
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WX67%2520WPZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for WX67%20WPZ: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: AP71%20GFY
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP71%2520GFY%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for AP71%20GFY: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: RJ68%20ECE
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ68%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for RJ68%20ECE: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: WR21%20YPP
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR21%2520YPP%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for WR21%20YPP: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: SN68%20GKV
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN68%2520GKV%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for SN68%20GKV: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: BG70%20NZK
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG70%2520NZK%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for BG70%20NZK: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: FG70%20HJC
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG70%2520HJC%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for FG70%20HJC: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: LY74%20OPG
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY74%2520OPG%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for LY74%20OPG: 2
2026-03-29 06:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG
2026-03-29 06:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74540fcb-d566-5520-8a0d-c5f085f551db with scrape type 2
2026-03-29 06:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74540fcb-d566-5520-8a0d-c5f085f551db with scrape type 2
2026-03-29 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74540fcb-d566-5520-8a0d-c5f085f551db, identifier: LY74%20OPG
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: CK18%20EYV
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK18%2520EYV%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for CK18%20EYV: 2
2026-03-29 06:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV
2026-03-29 06:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03b1d374-8550-551d-bda1-1fc47335db3f with scrape type 2
2026-03-29 06:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03b1d374-8550-551d-bda1-1fc47335db3f with scrape type 2
2026-03-29 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03b1d374-8550-551d-bda1-1fc47335db3f, identifier: CK18%20EYV
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: FV24%20VKM
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV24%2520VKM%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for FV24%20VKM: 0
2026-03-29 06:08:18 [bca.uk] INFO: Found listing with ID: FV71%20XER
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV71%2520XER%27 HTTP/1.1" 200 None
2026-03-29 06:08:18 [bca.uk] INFO: Scrape type for FV71%20XER: 2
2026-03-29 06:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER
2026-03-29 06:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a038e6-7559-5611-93b9-f033b379e2d2 with scrape type 2
2026-03-29 06:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a038e6-7559-5611-93b9-f033b379e2d2 with scrape type 2
2026-03-29 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a038e6-7559-5611-93b9-f033b379e2d2, identifier: FV71%20XER
2026-03-29 06:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG
2026-03-29 06:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG
2026-03-29 06:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG to the API
2026-03-29 06:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY74%20OPG-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '74540fcb-d566-5520-8a0d-c5f085f551db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LY74 OPG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY74%20OPG&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'RANGER',
'odometer': 15355,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 30000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 205 4WD WILDTRAK',
'vin': '6FPPXXMJ2PRY77577',
'year': 2024}
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY74%2520OPG%27 HTTP/1.1" 200 None
2026-03-29 06:08:19 [bca.uk] INFO: Saving data for LY74%20OPG: {'auction_closing_time': 1775199600.0, 'created_time': 1774265878.572725, 'last_price_update_time': 1774764499.156979}
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY74%2520OPG') HTTP/1.1" 204 0
2026-03-29 06:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV
2026-03-29 06:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV
2026-03-29 06:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV to the API
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK18%20EYV-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '03b1d374-8550-551d-bda1-1fc47335db3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK18 EYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK18%20EYV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'KIA',
'model': 'OPTIMA SP/WAGON',
'odometer': 115193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'KIA OPTIMA SP/WAGON 1.7 CRDI 140 ISG 3 DCT Estate',
'transmission': 'automatic',
'trim': 'CRDI 140 ISG 3 DCT',
'vin': 'KNAGU815VJ5249028',
'year': 2018}
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK18%2520EYV%27 HTTP/1.1" 200 None
2026-03-29 06:08:19 [bca.uk] INFO: Saving data for CK18%20EYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390035.983739, 'last_price_update_time': 1774764499.549041}
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK18%2520EYV') HTTP/1.1" 204 0
2026-03-29 06:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER
2026-03-29 06:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER
2026-03-29 06:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER to the API
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV71%20XER-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'e5a038e6-7559-5611-93b9-f033b379e2d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV71 XER',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV71%20XER&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'MERCEDES-BENZ',
'model': 'EQC 400',
'odometer': 40138,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18400,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQC 400 AMG LINE StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE',
'vin': 'W1K2938902F036885',
'year': 2022}
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV71%2520XER%27 HTTP/1.1" 200 None
2026-03-29 06:08:19 [bca.uk] INFO: Saving data for FV71%20XER: {'auction_closing_time': 1774854000.0, 'created_time': 1774478403.227362, 'last_price_update_time': 1774764499.858488}
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV71%2520XER') HTTP/1.1" 204 0
2026-03-29 06:08:19 [bca.uk] INFO: Found listing with ID: VO70%20KWG
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO70%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 06:08:19 [bca.uk] INFO: Scrape type for VO70%20KWG: 0
2026-03-29 06:08:19 [bca.uk] INFO: Found listing with ID: WG71%20LHX
2026-03-29 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-29 06:08:19 [bca.uk] INFO: Scrape type for WG71%20LHX: 2
2026-03-29 06:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX
2026-03-29 06:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba6310c-f1cb-5e52-ba2b-51dc549da683 with scrape type 2
2026-03-29 06:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fba6310c-f1cb-5e52-ba2b-51dc549da683 with scrape type 2
2026-03-29 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fba6310c-f1cb-5e52-ba2b-51dc549da683, identifier: WG71%20LHX
2026-03-29 06:08:20 [bca.uk] INFO: Found listing with ID: CU65%20MXK
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 06:08:20 [bca.uk] INFO: Scrape type for CU65%20MXK: 2
2026-03-29 06:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK
2026-03-29 06:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66bbd54b-2970-5e3e-8364-f125942a4bc9 with scrape type 2
2026-03-29 06:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66bbd54b-2970-5e3e-8364-f125942a4bc9 with scrape type 2
2026-03-29 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66bbd54b-2970-5e3e-8364-f125942a4bc9, identifier: CU65%20MXK
2026-03-29 06:08:20 [bca.uk] INFO: Found listing with ID: GN23%20XUZ
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN23%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:20 [bca.uk] INFO: Scrape type for GN23%20XUZ: 2
2026-03-29 06:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ
2026-03-29 06:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with scrape type 2
2026-03-29 06:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with scrape type 2
2026-03-29 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19ba3e24-8141-56c5-bc30-1f8d32838ac6, identifier: GN23%20XUZ
2026-03-29 06:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX
2026-03-29 06:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX
2026-03-29 06:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX to the API
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG71%20LHX-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'fba6310c-f1cb-5e52-ba2b-51dc549da683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG71 LHX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG71%20LHX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': 'EXPERT 1000',
'odometer': 125919,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 100 STD.PROF.PREMIUM',
'vin': 'VF3VBYHRMM7858021',
'year': 2021}
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-29 06:08:20 [bca.uk] INFO: Saving data for WG71%20LHX: {'auction_closing_time': 1775199600.0, 'created_time': 1774477195.890776, 'last_price_update_time': 1774764500.488964}
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520LHX') HTTP/1.1" 204 0
2026-03-29 06:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK
2026-03-29 06:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK
2026-03-29 06:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK to the API
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU65%20MXK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '66bbd54b-2970-5e3e-8364-f125942a4bc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU65 MXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU65%20MXK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 122801,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'DACIA SANDERO 1.2 73 16V AMBIANCE Hatchback',
'transmission': 'manual',
'trim': '73 16V AMBIANCE',
'vin': 'UU15SDE3353532798',
'year': 2015}
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 06:08:20 [bca.uk] INFO: Saving data for CU65%20MXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774476850.653934, 'last_price_update_time': 1774764500.838474}
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU65%2520MXK') HTTP/1.1" 204 0
2026-03-29 06:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ
2026-03-29 06:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ
2026-03-29 06:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ to the API
2026-03-29 06:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN23%20XUZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '19ba3e24-8141-56c5-bc30-1f8d32838ac6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GN23 XUZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN23%20XUZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 14796,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20500,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFSXPC719610',
'year': 2023}
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN23%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Saving data for GN23%20XUZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774391609.846226, 'last_price_update_time': 1774764501.133154}
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN23%2520XUZ') HTTP/1.1" 204 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: YD73%20JXJ
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD73%2520JXJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for YD73%20JXJ: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: CP23%20PXJ
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP23%2520PXJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for CP23%20PXJ: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: DP72%20HJG
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP72%2520HJG%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for DP72%20HJG: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: LV72%20OEZ
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OEZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for LV72%20OEZ: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: RJ22%20XKS
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520XKS%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for RJ22%20XKS: 2
2026-03-29 06:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS
2026-03-29 06:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with scrape type 2
2026-03-29 06:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with scrape type 2
2026-03-29 06:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8, identifier: RJ22%20XKS
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: CV58%20YNE
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV58%2520YNE%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for CV58%20YNE: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: CV64%20HRP
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for CV64%20HRP: 2
2026-03-29 06:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP
2026-03-29 06:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b820f884-0f08-5827-8be9-7b208b8ea581 with scrape type 2
2026-03-29 06:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b820f884-0f08-5827-8be9-7b208b8ea581 with scrape type 2
2026-03-29 06:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b820f884-0f08-5827-8be9-7b208b8ea581, identifier: CV64%20HRP
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: KN23%20ZSZ
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for KN23%20ZSZ: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: KP72%20XUH
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for KP72%20XUH: 0
2026-03-29 06:08:21 [bca.uk] INFO: Found listing with ID: LL72%20GLZ
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520GLZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Scrape type for LL72%20GLZ: 0
2026-03-29 06:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS
2026-03-29 06:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS
2026-03-29 06:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS to the API
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ22%20XKS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '3ec8a577-ca47-5efb-a571-78d57b7ca1c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ22 XKS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ22%20XKS&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A4',
'odometer': 38755,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A4 2.0 35 TFSI VORSPRUNG S-T Saloon',
'transmission': 'automatic',
'trim': '35 TFSI VORSPRUNG S-T',
'vin': 'WAUZZZF48NA045410',
'year': 2022}
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520XKS%27 HTTP/1.1" 200 None
2026-03-29 06:08:21 [bca.uk] INFO: Saving data for RJ22%20XKS: {'auction_closing_time': 1775199600.0, 'created_time': 1774392089.439857, 'last_price_update_time': 1774764501.77575}
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520XKS') HTTP/1.1" 204 0
2026-03-29 06:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP
2026-03-29 06:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP
2026-03-29 06:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP to the API
2026-03-29 06:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV64%20HRP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b820f884-0f08-5827-8be9-7b208b8ea581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV64 HRP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV64%20HRP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 73408,
'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 AURIS 1.6 V-MATIC ICON Hatchback',
'transmission': 'manual',
'trim': 'V-MATIC ICON',
'vin': 'SB1ME3JE50E057459',
'year': 2014}
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 06:08:22 [bca.uk] INFO: Saving data for CV64%20HRP: {'auction_closing_time': 1774951200.0, 'created_time': 1774390128.990197, 'last_price_update_time': 1774764502.209732}
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV64%2520HRP') HTTP/1.1" 204 0
2026-03-29 06:08:22 [bca.uk] INFO: Found listing with ID: RN19%20HSK
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN19%2520HSK%27 HTTP/1.1" 200 None
2026-03-29 06:08:22 [bca.uk] INFO: Scrape type for RN19%20HSK: 0
2026-03-29 06:08:22 [bca.uk] INFO: Found listing with ID: VE25%20AFN
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE25%2520AFN%27 HTTP/1.1" 200 None
2026-03-29 06:08:22 [bca.uk] INFO: Scrape type for VE25%20AFN: 0
2026-03-29 06:08:22 [bca.uk] INFO: Found listing with ID: VN25%20RXF
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 06:08:22 [bca.uk] INFO: Scrape type for VN25%20RXF: 2
2026-03-29 06:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF
2026-03-29 06:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3deec33-9800-594d-9f7b-064e3de8a9e6 with scrape type 2
2026-03-29 06:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3deec33-9800-594d-9f7b-064e3de8a9e6 with scrape type 2
2026-03-29 06:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3deec33-9800-594d-9f7b-064e3de8a9e6, identifier: VN25%20RXF
2026-03-29 06:08:22 [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 06:08:22 [bca.uk] INFO: Found listing with ID: DG64%20SWO
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SWO%27 HTTP/1.1" 200 None
2026-03-29 06:08:22 [bca.uk] INFO: Scrape type for DG64%20SWO: 2
2026-03-29 06:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO
2026-03-29 06:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with scrape type 2
2026-03-29 06:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with scrape type 2
2026-03-29 06:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4, identifier: DG64%20SWO
2026-03-29 06:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF
2026-03-29 06:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF
2026-03-29 06:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF to the API
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN25%20RXF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'b3deec33-9800-594d-9f7b-064e3de8a9e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN25 RXF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN25%20RXF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 16748,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22000,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 GT E-DSC6',
'vin': 'VR3KAHPY2SS092265',
'year': 2025}
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 06:08:22 [bca.uk] INFO: Saving data for VN25%20RXF: {'auction_closing_time': 1775199600.0, 'created_time': 1773908074.122051, 'last_price_update_time': 1774764502.823077}
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN25%2520RXF') HTTP/1.1" 204 0
2026-03-29 06:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO
2026-03-29 06:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO
2026-03-29 06:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO to the API
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 215,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG64%20SWO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG64 SWO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG64%20SWO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 136039,
'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': 'VOLVO XC90 2.4 D5 200 ES G/T Estate',
'transmission': 'manual',
'trim': 'D5 200 ES G/T',
'vin': 'YV1CZ3056E1706046',
'year': 2014}
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SWO%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Saving data for DG64%20SWO: {'auction_closing_time': 1774951200.0, 'created_time': 1774477913.617975, 'last_price_update_time': 1774764503.097293}
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG64%2520SWO') HTTP/1.1" 204 0
2026-03-29 06:08:23 [bca.uk] INFO: Found listing with ID: VN25%20ZZD
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Scrape type for VN25%20ZZD: 2
2026-03-29 06:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD
2026-03-29 06:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b77830-993f-5bbb-87d0-d8867ea7df2d with scrape type 2
2026-03-29 06:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b77830-993f-5bbb-87d0-d8867ea7df2d with scrape type 2
2026-03-29 06:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8b77830-993f-5bbb-87d0-d8867ea7df2d, identifier: VN25%20ZZD
2026-03-29 06:08:23 [bca.uk] INFO: Found listing with ID: DN14%20GKA
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN14%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Scrape type for DN14%20GKA: 0
2026-03-29 06:08:23 [bca.uk] INFO: Found listing with ID: DN62%20GZL
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520GZL%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Scrape type for DN62%20GZL: 2
2026-03-29 06:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL
2026-03-29 06:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with scrape type 2
2026-03-29 06:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with scrape type 2
2026-03-29 06:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 864f08f0-d453-55ad-bc6f-75e6ae0becd0, identifier: DN62%20GZL
2026-03-29 06:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD
2026-03-29 06:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD
2026-03-29 06:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD to the API
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN25%20ZZD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8b77830-993f-5bbb-87d0-d8867ea7df2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN25 ZZD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN25%20ZZD&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 14236,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22800,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 GT E-DSC6',
'vin': 'VR3KAHPY9SS111684',
'year': 2025}
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Saving data for VN25%20ZZD: {'auction_closing_time': 1775199600.0, 'created_time': 1773931936.603394, 'last_price_update_time': 1774764503.629605}
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN25%2520ZZD') HTTP/1.1" 204 0
2026-03-29 06:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL
2026-03-29 06:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL
2026-03-29 06:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL to the API
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN62%20GZL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '864f08f0-d453-55ad-bc6f-75e6ae0becd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN62 GZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN62%20GZL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 104467,
'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 SXI Hatchback',
'transmission': 'manual',
'trim': 'VVT SXI',
'vin': 'W0L0SDL68D4032849',
'year': 2012}
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520GZL%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Saving data for DN62%20GZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390022.399132, 'last_price_update_time': 1774764503.912836}
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN62%2520GZL') HTTP/1.1" 204 0
2026-03-29 06:08:23 [bca.uk] INFO: Found listing with ID: VN25%20ZZV
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 06:08:23 [bca.uk] INFO: Scrape type for VN25%20ZZV: 2
2026-03-29 06:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV
2026-03-29 06:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with scrape type 2
2026-03-29 06:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with scrape type 2
2026-03-29 06:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24, identifier: VN25%20ZZV
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: DN67%20DUH
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN67%2520DUH%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for DN67%20DUH: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: BC18%20CLU
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for BC18%20CLU: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: HF16%20FLG
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF16%2520FLG%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for HF16%20FLG: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: AD56%20DJY
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD56%2520DJY%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for AD56%20DJY: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: CE05%20VFX
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE05%2520VFX%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for CE05%20VFX: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: FR12%20PKZ
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR12%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for FR12%20PKZ: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: LR04%20NYG
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR04%2520NYG%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for LR04%20NYG: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: EN15%20YTY
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN15%2520YTY%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for EN15%20YTY: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: SJ07%20LJK
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ07%2520LJK%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for SJ07%20LJK: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: WG11%20KFJ
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for WG11%20KFJ: 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: WK59%20VGD
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Scrape type for WK59%20VGD: 2
2026-03-29 06:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD
2026-03-29 06:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b864b576-83a7-51e3-aee5-e14b045d56bf with scrape type 2
2026-03-29 06:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b864b576-83a7-51e3-aee5-e14b045d56bf with scrape type 2
2026-03-29 06:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b864b576-83a7-51e3-aee5-e14b045d56bf, identifier: WK59%20VGD
2026-03-29 06:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV
2026-03-29 06:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV
2026-03-29 06:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV to the API
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN25%20ZZV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '2f7ecffb-2fe7-55ea-ab91-f51af97e9b24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN25 ZZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN25%20ZZV&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 16350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21900,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 GT E-DSC6',
'vin': 'VR3KAHPYXSS092269',
'year': 2025}
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Saving data for VN25%20ZZV: {'auction_closing_time': 1775199600.0, 'created_time': 1773908055.059886, 'last_price_update_time': 1774764504.598133}
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN25%2520ZZV') HTTP/1.1" 204 0
2026-03-29 06:08:24 [bca.uk] INFO: Total items found: 100
2026-03-29 06:08:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded
2026-03-29 06:08:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:08:24 [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 06:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD
2026-03-29 06:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD
2026-03-29 06:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD to the API
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK59%20VGD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b864b576-83a7-51e3-aee5-e14b045d56bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK59 VGD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK59%20VGD&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FIAT',
'model': '500',
'odometer': 86865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FIAT 500 1.3 M/JET 75 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'M/JET 75 LOUNGE',
'vin': 'ZFA31200000411180',
'year': 2009}
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-29 06:08:24 [bca.uk] INFO: Saving data for WK59%20VGD: {'auction_closing_time': 1774951200.0, 'created_time': 1774389945.51764, 'last_price_update_time': 1774764504.97176}
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK59%2520VGD') HTTP/1.1" 204 0
2026-03-29 06:08:24 [bca.uk] INFO: Found listing with ID: YC25%20WVA
2026-03-29 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC25%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for YC25%20WVA: 0
2026-03-29 06:08:25 [bca.uk] INFO: Found listing with ID: AX72%20KBF
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX72%2520KBF%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for AX72%20KBF: 0
2026-03-29 06:08:25 [bca.uk] INFO: Found listing with ID: BT72%20GFG
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT72%2520GFG%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for BT72%20GFG: 0
2026-03-29 06:08:25 [bca.uk] INFO: Found listing with ID: DL73%20KXW
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for DL73%20KXW: 2
2026-03-29 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW
2026-03-29 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 473e829c-2486-5525-a2de-5b39f27e13bc with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 473e829c-2486-5525-a2de-5b39f27e13bc with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 473e829c-2486-5525-a2de-5b39f27e13bc, identifier: DL73%20KXW
2026-03-29 06:08:25 [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 06:08:25 [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 06:08:25 [bca.uk] INFO: Found listing with ID: WK61%20THG
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK61%2520THG%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for WK61%20THG: 2
2026-03-29 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG
2026-03-29 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd2e0a12-0070-548e-81e6-0412a1ced017 with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd2e0a12-0070-548e-81e6-0412a1ced017 with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd2e0a12-0070-548e-81e6-0412a1ced017, identifier: WK61%20THG
2026-03-29 06:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW
2026-03-29 06:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW
2026-03-29 06:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW to the API
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KXW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '473e829c-2486-5525-a2de-5b39f27e13bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL73 KXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KXW&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 14733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11300,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
'transmission': 'manual',
'trim': '75 GS',
'vin': 'VXKUPHMHDP4281999',
'year': 2023}
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Saving data for DL73%20KXW: {'auction_closing_time': 1775199600.0, 'created_time': 1773842509.210368, 'last_price_update_time': 1774764505.512954}
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KXW') HTTP/1.1" 204 0
2026-03-29 06:08:25 [bca.uk] INFO: Found listing with ID: LS22%20FOV
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS22%2520FOV%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for LS22%20FOV: 2
2026-03-29 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV
2026-03-29 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e730dbd-b146-58bb-a427-181f28ce6b6f with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e730dbd-b146-58bb-a427-181f28ce6b6f with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e730dbd-b146-58bb-a427-181f28ce6b6f, identifier: LS22%20FOV
2026-03-29 06:08: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 06:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG
2026-03-29 06:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG
2026-03-29 06:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG to the API
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK61%20THG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bd2e0a12-0070-548e-81e6-0412a1ced017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK61 THG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK61%20THG&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MAZDA',
'model': '2',
'odometer': 72005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'MAZDA 2 1.3 TAMURA Hatchback',
'transmission': 'manual',
'trim': 'TAMURA',
'vin': 'JMZDEA4J200434423',
'year': 2011}
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK61%2520THG%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Saving data for WK61%20THG: {'auction_closing_time': 1774951200.0, 'created_time': 1774477902.351281, 'last_price_update_time': 1774764505.897112}
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK61%2520THG') HTTP/1.1" 204 0
2026-03-29 06:08:25 [bca.uk] INFO: Found listing with ID: DV24%20BYX
2026-03-29 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-29 06:08:25 [bca.uk] INFO: Scrape type for DV24%20BYX: 2
2026-03-29 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX
2026-03-29 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd409d39-528f-53df-9926-3feb710337c1 with scrape type 2
2026-03-29 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd409d39-528f-53df-9926-3feb710337c1 with scrape type 2
2026-03-29 06:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd409d39-528f-53df-9926-3feb710337c1, identifier: DV24%20BYX
2026-03-29 06:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV
2026-03-29 06:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV
2026-03-29 06:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV to the API
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20FOV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '3e730dbd-b146-58bb-a427-181f28ce6b6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS22 FOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20FOV&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 21147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA 1.2 TURBO 130 ELITE ED. Hatchback',
'transmission': 'manual',
'trim': 'TURBO 130 ELITE ED.',
'vin': 'VXKUSHNSKNW021641',
'year': 2022}
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS22%2520FOV%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Saving data for LS22%20FOV: {'auction_closing_time': 1775199600.0, 'created_time': 1774364404.937882, 'last_price_update_time': 1774764506.297547}
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520FOV') HTTP/1.1" 204 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: WV64%20PJX
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV64%2520PJX%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for WV64%20PJX: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: YE10%20LCX
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE10%2520LCX%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for YE10%20LCX: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: BR53%20NNR
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BR53%2520NNR%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for BR53%20NNR: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: DK10%20USC
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK10%2520USC%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for DK10%20USC: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: GY60%20KSU
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY60%2520KSU%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for GY60%20KSU: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: LR61%20CGG
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for LR61%20CGG: 2
2026-03-29 06:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG
2026-03-29 06:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7494d370-7ba1-5fcb-b3cd-40d002946636 with scrape type 2
2026-03-29 06:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7494d370-7ba1-5fcb-b3cd-40d002946636 with scrape type 2
2026-03-29 06:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7494d370-7ba1-5fcb-b3cd-40d002946636, identifier: LR61%20CGG
2026-03-29 06:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX
2026-03-29 06:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX
2026-03-29 06:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX to the API
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20BYX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'dd409d39-528f-53df-9926-3feb710337c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV24 BYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20BYX&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 9172,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15200,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
'transmission': 'manual',
'trim': 'T 130 ULTIMATE',
'vin': 'W0VZRHNSXR6019287',
'year': 2024}
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Saving data for DV24%20BYX: {'auction_closing_time': 1775199600.0, 'created_time': 1773842547.772066, 'last_price_update_time': 1774764506.770976}
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520BYX') HTTP/1.1" 204 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: LX22%20NPA
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX22%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for LX22%20NPA: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: WP72%20LTT
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP72%2520LTT%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for WP72%20LTT: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: BG74%20HTT
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG74%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for BG74%20HTT: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: AF22%20VPJ
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for AF22%20VPJ: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: LD21%20WJN
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD21%2520WJN%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for LD21%20WJN: 0
2026-03-29 06:08:26 [bca.uk] INFO: Found listing with ID: BL72%20XBS
2026-03-29 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL72%2520XBS%27 HTTP/1.1" 200 None
2026-03-29 06:08:26 [bca.uk] INFO: Scrape type for BL72%20XBS: 2
2026-03-29 06:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS
2026-03-29 06:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8813a268-184d-57fe-8d70-f34b96707b6e with scrape type 2
2026-03-29 06:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8813a268-184d-57fe-8d70-f34b96707b6e with scrape type 2
2026-03-29 06:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8813a268-184d-57fe-8d70-f34b96707b6e, identifier: BL72%20XBS
2026-03-29 06:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG
2026-03-29 06:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG
2026-03-29 06:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG to the API
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 177,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR61%20CGG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7494d370-7ba1-5fcb-b3cd-40d002946636',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR61 CGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR61%20CGG&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLVO',
'model': 'C30',
'odometer': 66867,
'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': 'VOLVO C30 2.0 R DESIGN Coupe',
'transmission': 'manual',
'trim': 'R DESIGN',
'vin': 'YV1MK4352C2269388',
'year': 2011}
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Saving data for LR61%20CGG: {'auction_closing_time': 1774951200.0, 'created_time': 1774389947.414988, 'last_price_update_time': 1774764507.38352}
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR61%2520CGG') HTTP/1.1" 204 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: DV24%20CFM
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV24%2520CFM%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for DV24%20CFM: 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: DV24%20JSU
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for DV24%20JSU: 2
2026-03-29 06:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU
2026-03-29 06:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with scrape type 2
2026-03-29 06:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with scrape type 2
2026-03-29 06:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2, identifier: DV24%20JSU
2026-03-29 06:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS
2026-03-29 06:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS
2026-03-29 06:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS to the API
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL72%20XBS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8813a268-184d-57fe-8d70-f34b96707b6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL72 XBS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL72%20XBS&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 36143,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19400,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT2PH210211',
'year': 2023}
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL72%2520XBS%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Saving data for BL72%20XBS: {'auction_closing_time': 1774854000.0, 'created_time': 1774304872.82938, 'last_price_update_time': 1774764507.780842}
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520XBS') HTTP/1.1" 204 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: MA17%20EEJ
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA17%2520EEJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for MA17%20EEJ: 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: NA10%20FLB
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA10%2520FLB%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for NA10%20FLB: 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: RJ13%20ABV
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ13%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for RJ13%20ABV: 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: KN71%20FCZ
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN71%2520FCZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for KN71%20FCZ: 0
2026-03-29 06:08:27 [bca.uk] INFO: Found listing with ID: KN71%20FFC
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN71%2520FFC%27 HTTP/1.1" 200 None
2026-03-29 06:08:27 [bca.uk] INFO: Scrape type for KN71%20FFC: 0
2026-03-29 06:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU
2026-03-29 06:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU
2026-03-29 06:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU to the API
2026-03-29 06:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JSU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV24 JSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JSU&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 12471,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': 'T 130 ULTIMATE',
'vin': 'W0VZRHNS2R6010020',
'year': 2024}
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-29 06:08:28 [bca.uk] INFO: Saving data for DV24%20JSU: {'auction_closing_time': 1775199600.0, 'created_time': 1773841915.513158, 'last_price_update_time': 1774764508.153468}
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JSU') HTTP/1.1" 204 0
2026-03-29 06:08:28 [bca.uk] INFO: Found listing with ID: BV22%20KKH
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV22%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 06:08:28 [bca.uk] INFO: Scrape type for BV22%20KKH: 2
2026-03-29 06:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH
2026-03-29 06:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with scrape type 2
2026-03-29 06:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with scrape type 2
2026-03-29 06:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2, identifier: BV22%20KKH
2026-03-29 06:08:28 [bca.uk] INFO: Found listing with ID: GM23%20LHE
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GM23%2520LHE%27 HTTP/1.1" 200 None
2026-03-29 06:08:28 [bca.uk] INFO: Scrape type for GM23%20LHE: 2
2026-03-29 06:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527495dd-0251-547c-9083-e145fd183a8b with identifier: GM23%20LHE
2026-03-29 06:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527495dd-0251-547c-9083-e145fd183a8b with scrape type 2
2026-03-29 06:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527495dd-0251-547c-9083-e145fd183a8b with scrape type 2
2026-03-29 06:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527495dd-0251-547c-9083-e145fd183a8b, identifier: GM23%20LHE
2026-03-29 06:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH
2026-03-29 06:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH
2026-03-29 06:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH to the API
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV22%20KKH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BV22 KKH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV22%20KKH&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 13617,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A13P1626606',
'year': 2022}
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV22%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 06:08:28 [bca.uk] INFO: Saving data for BV22%20KKH: {'auction_closing_time': 1774854000.0, 'created_time': 1774364618.131871, 'last_price_update_time': 1774764508.738007}
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV22%2520KKH') HTTP/1.1" 204 0
2026-03-29 06:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527495dd-0251-547c-9083-e145fd183a8b with identifier: GM23%20LHE
2026-03-29 06:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 527495dd-0251-547c-9083-e145fd183a8b with identifier: GM23%20LHE
2026-03-29 06:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 527495dd-0251-547c-9083-e145fd183a8b with identifier: GM23%20LHE to the API
2026-03-29 06:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 29,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM23%20LHE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '527495dd-0251-547c-9083-e145fd183a8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GM23 LHE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM23%20LHE&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 39386,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19800,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
'transmission': 'automatic',
'trim': 'PHEV AWD VELOCE',
'vin': 'ZARPATDW5N3030876',
'year': 2023}
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHE%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Saving data for GM23%20LHE: {'auction_closing_time': 1775199600.0, 'created_time': 1773841367.672926, 'last_price_update_time': 1774764509.044927}
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM23%2520LHE') HTTP/1.1" 204 0
2026-03-29 06:08:29 [bca.uk] INFO: Found listing with ID: CN22%20XKK
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520XKK%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Scrape type for CN22%20XKK: 2
2026-03-29 06:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK
2026-03-29 06:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac46762c-04b9-5c8c-9357-b63a2c945172 with scrape type 2
2026-03-29 06:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac46762c-04b9-5c8c-9357-b63a2c945172 with scrape type 2
2026-03-29 06:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac46762c-04b9-5c8c-9357-b63a2c945172, identifier: CN22%20XKK
2026-03-29 06:08:29 [bca.uk] INFO: Found listing with ID: GM23%20LHG
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Scrape type for GM23%20LHG: 2
2026-03-29 06:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with identifier: GM23%20LHG
2026-03-29 06:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with scrape type 2
2026-03-29 06:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with scrape type 2
2026-03-29 06:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cb41e2c-61c6-584e-8457-8ebf14673ee0, identifier: GM23%20LHG
2026-03-29 06:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK
2026-03-29 06:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK
2026-03-29 06:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK to the API
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN22%20XKK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'ac46762c-04b9-5c8c-9357-b63a2c945172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CN22 XKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN22%20XKK&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 34702,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 27800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 P400E AWD R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'P400E AWD R-DYNAMIC HSE',
'vin': 'SADCA2AY2NA692522',
'year': 2022}
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520XKK%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Saving data for CN22%20XKK: {'auction_closing_time': 1774854000.0, 'created_time': 1774364545.132306, 'last_price_update_time': 1774764509.568795}
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN22%2520XKK') HTTP/1.1" 204 0
2026-03-29 06:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with identifier: GM23%20LHG
2026-03-29 06:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with identifier: GM23%20LHG
2026-03-29 06:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with identifier: GM23%20LHG to the API
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 29,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM23%20LHG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '9cb41e2c-61c6-584e-8457-8ebf14673ee0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GM23 LHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM23%20LHG&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 47887,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18800,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
'transmission': 'automatic',
'trim': 'PHEV AWD VELOCE',
'vin': 'ZARPATDWXN3030940',
'year': 2023}
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHG%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Saving data for GM23%20LHG: {'auction_closing_time': 1775199600.0, 'created_time': 1773842464.804597, 'last_price_update_time': 1774764509.8636}
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM23%2520LHG') HTTP/1.1" 204 0
2026-03-29 06:08:29 [bca.uk] INFO: Found listing with ID: DY22%20HSD
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Scrape type for DY22%20HSD: 0
2026-03-29 06:08:29 [bca.uk] INFO: Found listing with ID: JL22%20JRL
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL22%2520JRL%27 HTTP/1.1" 200 None
2026-03-29 06:08:29 [bca.uk] INFO: Scrape type for JL22%20JRL: 2
2026-03-29 06:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL
2026-03-29 06:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b00696d-858e-56a2-ad43-c13c8ddb9370 with scrape type 2
2026-03-29 06:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b00696d-858e-56a2-ad43-c13c8ddb9370 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b00696d-858e-56a2-ad43-c13c8ddb9370, identifier: JL22%20JRL
2026-03-29 06:08:30 [bca.uk] INFO: Found listing with ID: GV74%20XKX
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV74%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:08:30 [bca.uk] INFO: Scrape type for GV74%20XKX: 2
2026-03-29 06:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX
2026-03-29 06:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2088dce-18bf-5b38-9203-3646aa2ffcf8 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2088dce-18bf-5b38-9203-3646aa2ffcf8 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2088dce-18bf-5b38-9203-3646aa2ffcf8, identifier: GV74%20XKX
2026-03-29 06:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL
2026-03-29 06:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL
2026-03-29 06:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL to the API
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JL22%20JRL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '9b00696d-858e-56a2-ad43-c13c8ddb9370',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'JL22 JRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=JL22%20JRL&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 22518,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 30000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV R-DYNAMIC SE',
'vin': 'SALYA2AYXNA339097',
'year': 2022}
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JL22%2520JRL%27 HTTP/1.1" 200 None
2026-03-29 06:08:30 [bca.uk] INFO: Saving data for JL22%20JRL: {'auction_closing_time': 1774854000.0, 'created_time': 1774364620.161731, 'last_price_update_time': 1774764510.384807}
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JL22%2520JRL') HTTP/1.1" 204 0
2026-03-29 06:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX
2026-03-29 06:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX
2026-03-29 06:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX to the API
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV74%20XKX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'c2088dce-18bf-5b38-9203-3646aa2ffcf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GV74 XKX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV74%20XKX&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 7865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21400,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 ALLURE E-DSC6',
'vin': 'VR3KAHPY4RS152704',
'year': 2025}
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV74%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:08:30 [bca.uk] INFO: Saving data for GV74%20XKX: {'auction_closing_time': 1775199600.0, 'created_time': 1773841401.127686, 'last_price_update_time': 1774764510.670118}
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV74%2520XKX') HTTP/1.1" 204 0
2026-03-29 06:08:30 [bca.uk] INFO: Found listing with ID: NV19%20ZTT
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV19%2520ZTT%27 HTTP/1.1" 200 None
2026-03-29 06:08:30 [bca.uk] INFO: Scrape type for NV19%20ZTT: 2
2026-03-29 06:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1a14ce0-2dc4-51dc-a63d-051ff22a4077 with identifier: NV19%20ZTT
2026-03-29 06:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1a14ce0-2dc4-51dc-a63d-051ff22a4077 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1a14ce0-2dc4-51dc-a63d-051ff22a4077 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1a14ce0-2dc4-51dc-a63d-051ff22a4077, identifier: NV19%20ZTT
2026-03-29 06:08:30 [bca.uk] INFO: Found listing with ID: GY24%20TWL
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY24%2520TWL%27 HTTP/1.1" 200 None
2026-03-29 06:08:30 [bca.uk] INFO: Scrape type for GY24%20TWL: 2
2026-03-29 06:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL
2026-03-29 06:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 295a16b6-1aea-5412-981f-549f833c8ff5 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 295a16b6-1aea-5412-981f-549f833c8ff5 with scrape type 2
2026-03-29 06:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 295a16b6-1aea-5412-981f-549f833c8ff5, identifier: GY24%20TWL
2026-03-29 06:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1a14ce0-2dc4-51dc-a63d-051ff22a4077 with identifier: NV19%20ZTT
2026-03-29 06:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1a14ce0-2dc4-51dc-a63d-051ff22a4077 with identifier: NV19%20ZTT
2026-03-29 06:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1a14ce0-2dc4-51dc-a63d-051ff22a4077 with identifier: NV19%20ZTT to the API
2026-03-29 06:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV19%20ZTT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'a1a14ce0-2dc4-51dc-a63d-051ff22a4077',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NV19 ZTT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV19%20ZTT&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 51668,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D150 4WD R-DYNAMIC S',
'vin': 'SALZA2AN8LH018187',
'year': 2019}
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV19%2520ZTT%27 HTTP/1.1" 200 None
2026-03-29 06:08:31 [bca.uk] INFO: Saving data for NV19%20ZTT: {'auction_closing_time': 1774854000.0, 'created_time': 1774364595.36104, 'last_price_update_time': 1774764511.356189}
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV19%2520ZTT') HTTP/1.1" 204 0
2026-03-29 06:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL
2026-03-29 06:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL
2026-03-29 06:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL to the API
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY24%20TWL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '295a16b6-1aea-5412-981f-549f833c8ff5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GY24 TWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY24%20TWL&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 10026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VR3FPHNS3RY532421',
'year': 2024}
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY24%2520TWL%27 HTTP/1.1" 200 None
2026-03-29 06:08:31 [bca.uk] INFO: Saving data for GY24%20TWL: {'auction_closing_time': 1775199600.0, 'created_time': 1773833592.772009, 'last_price_update_time': 1774764511.67695}
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY24%2520TWL') HTTP/1.1" 204 0
2026-03-29 06:08:31 [bca.uk] INFO: Found listing with ID: OE23%20NVT
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE23%2520NVT%27 HTTP/1.1" 200 None
2026-03-29 06:08:31 [bca.uk] INFO: Scrape type for OE23%20NVT: 0
2026-03-29 06:08:31 [bca.uk] INFO: Found listing with ID: OW72%20ESG
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW72%2520ESG%27 HTTP/1.1" 200 None
2026-03-29 06:08:31 [bca.uk] INFO: Scrape type for OW72%20ESG: 2
2026-03-29 06:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG
2026-03-29 06:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with scrape type 2
2026-03-29 06:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with scrape type 2
2026-03-29 06:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6, identifier: OW72%20ESG
2026-03-29 06:08:31 [bca.uk] INFO: Found listing with ID: KE23%20CUC
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE23%2520CUC%27 HTTP/1.1" 200 None
2026-03-29 06:08:31 [bca.uk] INFO: Scrape type for KE23%20CUC: 0
2026-03-29 06:08:31 [bca.uk] INFO: Found listing with ID: KE73%20YZH
2026-03-29 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE73%2520YZH%27 HTTP/1.1" 200 None
2026-03-29 06:08:31 [bca.uk] INFO: Scrape type for KE73%20YZH: 2
2026-03-29 06:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH
2026-03-29 06:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9564ad90-828f-5c68-820d-e545fe4d2374 with scrape type 2
2026-03-29 06:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9564ad90-828f-5c68-820d-e545fe4d2374 with scrape type 2
2026-03-29 06:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9564ad90-828f-5c68-820d-e545fe4d2374, identifier: KE73%20YZH
2026-03-29 06:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG
2026-03-29 06:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG
2026-03-29 06:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG to the API
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20ESG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '09489b97-fb5f-58b6-ac05-08d6ef1bc9b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OW72 ESG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20ESG&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'HYUNDAI',
'model': 'SANTA FE',
'odometer': 40246,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'HYUNDAI SANTA FE 1.6 T-GDI HEV 2WD PREMIUM StationWagon',
'transmission': 'automatic',
'trim': 'T-GDI HEV 2WD PREMIUM',
'vin': 'KMHS3811MPU060745',
'year': 2023}
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OW72%2520ESG%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Saving data for OW72%20ESG: {'auction_closing_time': 1774854000.0, 'created_time': 1774391654.121831, 'last_price_update_time': 1774764512.236719}
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520ESG') HTTP/1.1" 204 0
2026-03-29 06:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH
2026-03-29 06:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH
2026-03-29 06:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH to the API
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20YZH-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '9564ad90-828f-5c68-820d-e545fe4d2374',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KE73 YZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20YZH&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 8595,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11600,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
'transmission': 'manual',
'trim': '75 GS',
'vin': 'VXKUPHMHDP4323496',
'year': 2024}
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE73%2520YZH%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Saving data for KE73%20YZH: {'auction_closing_time': 1775199600.0, 'created_time': 1774275691.567719, 'last_price_update_time': 1774764512.675011}
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520YZH') HTTP/1.1" 204 0
2026-03-29 06:08:32 [bca.uk] INFO: Found listing with ID: PY23%20MYL
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Scrape type for PY23%20MYL: 0
2026-03-29 06:08:32 [bca.uk] INFO: Found listing with ID: SL72%20LLG
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL72%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Scrape type for SL72%20LLG: 0
2026-03-29 06:08:32 [bca.uk] INFO: Found listing with ID: WN69%20OMC
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN69%2520OMC%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Scrape type for WN69%20OMC: 2
2026-03-29 06:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC
2026-03-29 06:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218a5abc-56c7-5b72-918c-56a9254dd970 with scrape type 2
2026-03-29 06:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 218a5abc-56c7-5b72-918c-56a9254dd970 with scrape type 2
2026-03-29 06:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 218a5abc-56c7-5b72-918c-56a9254dd970, identifier: WN69%20OMC
2026-03-29 06:08:32 [bca.uk] INFO: Found listing with ID: KF73%20AUY
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF73%2520AUY%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Scrape type for KF73%20AUY: 0
2026-03-29 06:08:32 [bca.uk] INFO: Found listing with ID: KF73%20CXE
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF73%2520CXE%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Scrape type for KF73%20CXE: 0
2026-03-29 06:08:32 [bca.uk] INFO: Found listing with ID: KJ23%20NMA
2026-03-29 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ23%2520NMA%27 HTTP/1.1" 200 None
2026-03-29 06:08:32 [bca.uk] INFO: Scrape type for KJ23%20NMA: 2
2026-03-29 06:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA
2026-03-29 06:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feafe149-3ff5-5dbc-9673-b9921ce0f453 with scrape type 2
2026-03-29 06:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feafe149-3ff5-5dbc-9673-b9921ce0f453 with scrape type 2
2026-03-29 06:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feafe149-3ff5-5dbc-9673-b9921ce0f453, identifier: KJ23%20NMA
2026-03-29 06:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC
2026-03-29 06:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC
2026-03-29 06:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC to the API
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20OMC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '218a5abc-56c7-5b72-918c-56a9254dd970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN69 OMC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20OMC&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 45887,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD R-DYNAMIC SE',
'vin': 'SALZA2AN6LH023775',
'year': 2019}
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520OMC%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Saving data for WN69%20OMC: {'auction_closing_time': 1774854000.0, 'created_time': 1774364619.39296, 'last_price_update_time': 1774764513.252968}
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520OMC') HTTP/1.1" 204 0
2026-03-29 06:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA
2026-03-29 06:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA
2026-03-29 06:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA to the API
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ23%20NMA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'feafe149-3ff5-5dbc-9673-b9921ce0f453',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KJ23 NMA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ23%20NMA&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 35170,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
'vin': 'VR3UPHNSSP5093973',
'year': 2023}
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ23%2520NMA%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Saving data for KJ23%20NMA: {'auction_closing_time': 1775199600.0, 'created_time': 1773841961.315353, 'last_price_update_time': 1774764513.539754}
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ23%2520NMA') HTTP/1.1" 204 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: WP71%20XJM
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJM%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for WP71%20XJM: 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: WR72%20NFL
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for WR72%20NFL: 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: WV23%20VRE
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for WV23%20VRE: 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: WV71%20SYU
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYU%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for WV71%20SYU: 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: YR22%20XOS
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520XOS%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for YR22%20XOS: 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: CE73%20GNO
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for CE73%20GNO: 0
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: HJ72%20LSK
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LSK%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for HJ72%20LSK: 2
2026-03-29 06:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK
2026-03-29 06:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4897a1d-ee8a-55e7-86b3-fff174383c72 with scrape type 2
2026-03-29 06:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4897a1d-ee8a-55e7-86b3-fff174383c72 with scrape type 2
2026-03-29 06:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4897a1d-ee8a-55e7-86b3-fff174383c72, identifier: HJ72%20LSK
2026-03-29 06:08:33 [bca.uk] INFO: Found listing with ID: KK23%20BVW
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 06:08:33 [bca.uk] INFO: Scrape type for KK23%20BVW: 2
2026-03-29 06:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW
2026-03-29 06:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with scrape type 2
2026-03-29 06:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with scrape type 2
2026-03-29 06:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfdffa3a-73a6-5a61-bf2e-12b36fad5581, identifier: KK23%20BVW
2026-03-29 06:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK
2026-03-29 06:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK
2026-03-29 06:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK to the API
2026-03-29 06:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ72%20LSK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a4897a1d-ee8a-55e7-86b3-fff174383c72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HJ72 LSK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ72%20LSK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 24046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21100,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT6PH199441',
'year': 2022}
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LSK%27 HTTP/1.1" 200 None
2026-03-29 06:08:34 [bca.uk] INFO: Saving data for HJ72%20LSK: {'auction_closing_time': 1774854000.0, 'created_time': 1774364651.590059, 'last_price_update_time': 1774764514.156007}
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ72%2520LSK') HTTP/1.1" 204 0
2026-03-29 06:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW
2026-03-29 06:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW
2026-03-29 06:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW to the API
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20BVW-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'bfdffa3a-73a6-5a61-bf2e-12b36fad5581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KK23 BVW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20BVW&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 34475,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
'vin': 'VR3UPHNSSP5095524',
'year': 2023}
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 06:08:34 [bca.uk] INFO: Saving data for KK23%20BVW: {'auction_closing_time': 1775199600.0, 'created_time': 1773841922.089858, 'last_price_update_time': 1774764514.581309}
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520BVW') HTTP/1.1" 204 0
2026-03-29 06:08:34 [bca.uk] INFO: Found listing with ID: HJ73%20NVZ
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:34 [bca.uk] INFO: Scrape type for HJ73%20NVZ: 0
2026-03-29 06:08:34 [bca.uk] INFO: Found listing with ID: KN22%20FCJ
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520FCJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:34 [bca.uk] INFO: Scrape type for KN22%20FCJ: 0
2026-03-29 06:08:34 [bca.uk] INFO: Found listing with ID: SL69%20ZSR
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520ZSR%27 HTTP/1.1" 200 None
2026-03-29 06:08:34 [bca.uk] INFO: Scrape type for SL69%20ZSR: 2
2026-03-29 06:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 925b7b5c-7d19-58a3-847f-581396472ec2 with identifier: SL69%20ZSR
2026-03-29 06:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 925b7b5c-7d19-58a3-847f-581396472ec2 with scrape type 2
2026-03-29 06:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 925b7b5c-7d19-58a3-847f-581396472ec2 with scrape type 2
2026-03-29 06:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 925b7b5c-7d19-58a3-847f-581396472ec2, identifier: SL69%20ZSR
2026-03-29 06:08:34 [bca.uk] INFO: Found listing with ID: LL74%20DYY
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYY%27 HTTP/1.1" 200 None
2026-03-29 06:08:34 [bca.uk] INFO: Scrape type for LL74%20DYY: 2
2026-03-29 06:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY
2026-03-29 06:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f74af83f-eeff-5027-a34a-cbe65be0657c with scrape type 2
2026-03-29 06:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f74af83f-eeff-5027-a34a-cbe65be0657c with scrape type 2
2026-03-29 06:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f74af83f-eeff-5027-a34a-cbe65be0657c, identifier: LL74%20DYY
2026-03-29 06:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 925b7b5c-7d19-58a3-847f-581396472ec2 with identifier: SL69%20ZSR
2026-03-29 06:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 925b7b5c-7d19-58a3-847f-581396472ec2 with identifier: SL69%20ZSR
2026-03-29 06:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 925b7b5c-7d19-58a3-847f-581396472ec2 with identifier: SL69%20ZSR to the API
2026-03-29 06:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL69%20ZSR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '925b7b5c-7d19-58a3-847f-581396472ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL69 ZSR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL69%20ZSR&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 47775,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D180 R-DYNAMIC SE (7ST)',
'vin': 'SALCA2ANXLH838518',
'year': 2019}
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Saving data for SL69%20ZSR: {'auction_closing_time': 1774854000.0, 'created_time': 1774364519.505609, 'last_price_update_time': 1774764515.122877}
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL69%2520ZSR') HTTP/1.1" 204 0
2026-03-29 06:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY
2026-03-29 06:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY
2026-03-29 06:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY to the API
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DYY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'f74af83f-eeff-5027-a34a-cbe65be0657c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL74 DYY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DYY&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 9064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12700,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
'transmission': 'manual',
'trim': 'T 100 GS',
'vin': 'VXKUPHNE1R4300424',
'year': 2024}
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Saving data for LL74%20DYY: {'auction_closing_time': 1775199600.0, 'created_time': 1774277631.308711, 'last_price_update_time': 1774764515.402611}
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DYY') HTTP/1.1" 204 0
2026-03-29 06:08:35 [bca.uk] INFO: Found listing with ID: VE69%20TZS
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Scrape type for VE69%20TZS: 2
2026-03-29 06:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS
2026-03-29 06:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with scrape type 2
2026-03-29 06:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with scrape type 2
2026-03-29 06:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f, identifier: VE69%20TZS
2026-03-29 06:08:35 [bca.uk] INFO: Found listing with ID: LN24%20PYB
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Scrape type for LN24%20PYB: 0
2026-03-29 06:08:35 [bca.uk] INFO: Found listing with ID: LN24%20RHA
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Scrape type for LN24%20RHA: 0
2026-03-29 06:08:35 [bca.uk] INFO: Found listing with ID: LN24%20RNF
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Scrape type for LN24%20RNF: 2
2026-03-29 06:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF
2026-03-29 06:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6205f85b-78ba-5e02-84c3-1b6741242c92 with scrape type 2
2026-03-29 06:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6205f85b-78ba-5e02-84c3-1b6741242c92 with scrape type 2
2026-03-29 06:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6205f85b-78ba-5e02-84c3-1b6741242c92, identifier: LN24%20RNF
2026-03-29 06:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS
2026-03-29 06:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS
2026-03-29 06:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS to the API
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE69%20TZS-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '58bfeaa0-86bd-58a7-8ee4-f5a065ead34f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE69 TZS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE69%20TZS&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 31527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D150 4WD R-DYNAMIC S',
'vin': 'SALZA2AN5LH067928',
'year': 2019}
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [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 06:08:35 [bca.uk] INFO: Saving data for VE69%20TZS: {'auction_closing_time': 1774854000.0, 'created_time': 1774364623.694413, 'last_price_update_time': 1774764515.930524}
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE69%2520TZS') HTTP/1.1" 204 0
2026-03-29 06:08:35 [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 06:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF
2026-03-29 06:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF
2026-03-29 06:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF to the API
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RNF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '6205f85b-78ba-5e02-84c3-1b6741242c92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN24 RNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RNF&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 10120,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
'transmission': 'automatic',
'trim': 'T 130 GS',
'vin': 'VXKUPHNSSR4033530',
'year': 2024}
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RNF%27 HTTP/1.1" 200 None
2026-03-29 06:08:36 [bca.uk] INFO: Saving data for LN24%20RNF: {'auction_closing_time': 1775199600.0, 'created_time': 1773842551.556875, 'last_price_update_time': 1774764516.235006}
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RNF') HTTP/1.1" 204 0
2026-03-29 06:08:36 [bca.uk] INFO: Found listing with ID: WR72%20NFF
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [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 06:08:36 [bca.uk] INFO: Scrape type for WR72%20NFF: 0
2026-03-29 06:08:36 [bca.uk] INFO: Found listing with ID: YJ23%20GJR
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [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 06:08:36 [bca.uk] INFO: Scrape type for YJ23%20GJR: 2
2026-03-29 06:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11452405-c33f-5df6-be6f-c0304dbcbb98 with identifier: YJ23%20GJR
2026-03-29 06:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11452405-c33f-5df6-be6f-c0304dbcbb98 with scrape type 2
2026-03-29 06:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11452405-c33f-5df6-be6f-c0304dbcbb98 with scrape type 2
2026-03-29 06:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11452405-c33f-5df6-be6f-c0304dbcbb98, identifier: YJ23%20GJR
2026-03-29 06:08:36 [bca.uk] INFO: Found listing with ID: LN24%20RVF
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVF%27 HTTP/1.1" 200 None
2026-03-29 06:08:36 [bca.uk] INFO: Scrape type for LN24%20RVF: 0
2026-03-29 06:08:36 [bca.uk] INFO: Found listing with ID: LO74%20XZE
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [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 06:08:36 [bca.uk] INFO: Scrape type for LO74%20XZE: 2
2026-03-29 06:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE
2026-03-29 06:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a823596-90ea-5761-ba8d-07d4656f773f with scrape type 2
2026-03-29 06:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a823596-90ea-5761-ba8d-07d4656f773f with scrape type 2
2026-03-29 06:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a823596-90ea-5761-ba8d-07d4656f773f, identifier: LO74%20XZE
2026-03-29 06:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11452405-c33f-5df6-be6f-c0304dbcbb98 with identifier: YJ23%20GJR
2026-03-29 06:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11452405-c33f-5df6-be6f-c0304dbcbb98 with identifier: YJ23%20GJR
2026-03-29 06:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11452405-c33f-5df6-be6f-c0304dbcbb98 with identifier: YJ23%20GJR to the API
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ23%20GJR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '11452405-c33f-5df6-be6f-c0304dbcbb98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YJ23 GJR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ23%20GJR&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 26285,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22500,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD R-DYNAMIC S',
'vin': 'SALZA2AN2PH229570',
'year': 2023}
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [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 06:08:36 [bca.uk] INFO: Saving data for YJ23%20GJR: {'auction_closing_time': 1774854000.0, 'created_time': 1774364525.211392, 'last_price_update_time': 1774764516.737809}
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ23%2520GJR') HTTP/1.1" 204 0
2026-03-29 06:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE
2026-03-29 06:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE
2026-03-29 06:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE to the API
2026-03-29 06:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO74%20XZE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '1a823596-90ea-5761-ba8d-07d4656f773f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO74 XZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO74%20XZE&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 7042,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14100,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
'transmission': 'automatic',
'trim': 'T 130 GS',
'vin': 'VXKUPHNS9R4326730',
'year': 2024}
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO74%2520XZE%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Saving data for LO74%20XZE: {'auction_closing_time': 1775199600.0, 'created_time': 1774277690.616106, 'last_price_update_time': 1774764517.095806}
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO74%2520XZE') HTTP/1.1" 204 0
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: YL22%20LFZ
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for YL22%20LFZ: 2
2026-03-29 06:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ
2026-03-29 06:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f590849-1733-587a-8edd-8ad18fb37763 with scrape type 2
2026-03-29 06:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f590849-1733-587a-8edd-8ad18fb37763 with scrape type 2
2026-03-29 06:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f590849-1733-587a-8edd-8ad18fb37763, identifier: YL22%20LFZ
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: LP73%20DKN
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP73%2520DKN%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for LP73%20DKN: 0
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: LT22%20VLG
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for LT22%20VLG: 0
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: MA24%20FLV
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA24%2520FLV%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for MA24%20FLV: 0
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: MA24%20FSV
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA24%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for MA24%20FSV: 0
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: ME73%20NHC
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ME73%2520NHC%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for ME73%20NHC: 0
2026-03-29 06:08:37 [bca.uk] INFO: Found listing with ID: MJ74%20HDD
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Scrape type for MJ74%20HDD: 2
2026-03-29 06:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD
2026-03-29 06:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with scrape type 2
2026-03-29 06:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with scrape type 2
2026-03-29 06:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b, identifier: MJ74%20HDD
2026-03-29 06:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ
2026-03-29 06:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ
2026-03-29 06:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ to the API
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL22%20LFZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '8f590849-1733-587a-8edd-8ad18fb37763',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL22 LFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL22%20LFZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 29733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 D200 R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'D200 R-DYNAMIC SE',
'vin': 'SALYA2AN8NA338391',
'year': 2022}
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Saving data for YL22%20LFZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774364505.077557, 'last_price_update_time': 1774764517.680716}
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL22%2520LFZ') HTTP/1.1" 204 0
2026-03-29 06:08:37 [bca.uk] INFO: Total items found: 100
2026-03-29 06:08:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded
2026-03-29 06:08:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:08:37 [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 06:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD
2026-03-29 06:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD
2026-03-29 06:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD to the API
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20HDD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ74 HDD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20HDD&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 22174,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE6R4288269',
'year': 2024}
2026-03-29 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-29 06:08:37 [bca.uk] INFO: Saving data for MJ74%20HDD: {'auction_closing_time': 1775199600.0, 'created_time': 1773841930.451387, 'last_price_update_time': 1774764517.999345}
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520HDD') HTTP/1.1" 204 0
2026-03-29 06:08:38 [bca.uk] INFO: Found listing with ID: LV75%20ODE
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV75%2520ODE%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for LV75%20ODE: 0
2026-03-29 06:08:38 [bca.uk] INFO: Found listing with ID: SN71%20LRF
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN71%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for SN71%20LRF: 0
2026-03-29 06:08:38 [bca.uk] INFO: Found listing with ID: SO21%20GWZ
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO21%2520GWZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for SO21%20GWZ: 0
2026-03-29 06:08:38 [bca.uk] INFO: Found listing with ID: YA71%20PSU
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA71%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for YA71%20PSU: 0
2026-03-29 06:08:38 [bca.uk] INFO: Found listing with ID: BP72%20FJN
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP72%2520FJN%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for BP72%20FJN: 2
2026-03-29 06:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN
2026-03-29 06:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with scrape type 2
2026-03-29 06:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with scrape type 2
2026-03-29 06:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc, identifier: BP72%20FJN
2026-03-29 06:08:38 [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 06:08:38 [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 06:08:38 [bca.uk] INFO: Found listing with ID: MW74%20DFF
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW74%2520DFF%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for MW74%20DFF: 2
2026-03-29 06:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb030675-1a18-56a4-89f5-dd26f362bd12 with identifier: MW74%20DFF
2026-03-29 06:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb030675-1a18-56a4-89f5-dd26f362bd12 with scrape type 2
2026-03-29 06:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb030675-1a18-56a4-89f5-dd26f362bd12 with scrape type 2
2026-03-29 06:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb030675-1a18-56a4-89f5-dd26f362bd12, identifier: MW74%20DFF
2026-03-29 06:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN
2026-03-29 06:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN
2026-03-29 06:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN to the API
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20FJN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '38000d73-9a2c-5fe6-aa08-7c613bbd64fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP72 FJN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20FJN&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 12280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD EDITION Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD EDITION',
'vin': 'SALZA2AT7PH210754',
'year': 2022}
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP72%2520FJN%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Saving data for BP72%20FJN: {'auction_closing_time': 1774854000.0, 'created_time': 1774304793.068734, 'last_price_update_time': 1774764518.5816}
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520FJN') HTTP/1.1" 204 0
2026-03-29 06:08:38 [bca.uk] INFO: Found listing with ID: PK15%20OCD
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK15%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:08:38 [bca.uk] INFO: Scrape type for PK15%20OCD: 2
2026-03-29 06:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709 with identifier: PK15%20OCD
2026-03-29 06:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709 with scrape type 2
2026-03-29 06:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709 with scrape type 2
2026-03-29 06:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709, identifier: PK15%20OCD
2026-03-29 06:08: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 06:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb030675-1a18-56a4-89f5-dd26f362bd12 with identifier: MW74%20DFF
2026-03-29 06:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb030675-1a18-56a4-89f5-dd26f362bd12 with identifier: MW74%20DFF
2026-03-29 06:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb030675-1a18-56a4-89f5-dd26f362bd12 with identifier: MW74%20DFF to the API
2026-03-29 06:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DFF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb030675-1a18-56a4-89f5-dd26f362bd12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW74 DFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DFF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 6297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE5R4305448',
'year': 2024}
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:08:39 [bca.uk] INFO: Saving data for MW74%20DFF: {'auction_closing_time': 1775199600.0, 'created_time': 1773841925.131629, 'last_price_update_time': 1774764519.061519}
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DFF') HTTP/1.1" 204 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: BT72%20MWN
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT72%2520MWN%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for BT72%20MWN: 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: WA19%20NEN
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA19%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for WA19%20NEN: 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: YH14%20LRL
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH14%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for YH14%20LRL: 2
2026-03-29 06:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL
2026-03-29 06:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461a2601-4db5-561f-b759-0c0d04688788 with scrape type 2
2026-03-29 06:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461a2601-4db5-561f-b759-0c0d04688788 with scrape type 2
2026-03-29 06:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 461a2601-4db5-561f-b759-0c0d04688788, identifier: YH14%20LRL
2026-03-29 06:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709 with identifier: PK15%20OCD
2026-03-29 06:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709 with identifier: PK15%20OCD
2026-03-29 06:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709 with identifier: PK15%20OCD to the API
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK15%20OCD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4f3e1e33-eaa0-5dbc-8bdc-03374f6fc709',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK15 OCD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK15%20OCD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'C220',
'odometer': 154911,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C220 2.1 B/T AMG LINE Estate',
'transmission': 'manual',
'trim': 'B/T AMG LINE',
'vin': 'WDD2052042F146610',
'year': 2015}
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK15%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Saving data for PK15%20OCD: {'auction_closing_time': 1774778400.0, 'created_time': 1774476599.374605, 'last_price_update_time': 1774764519.480178}
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK15%2520OCD') HTTP/1.1" 204 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: MW74%20DLO
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:08:39 [bca.uk] INFO: Scrape type for MW74%20DLO: 2
2026-03-29 06:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with identifier: MW74%20DLO
2026-03-29 06:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with scrape type 2
2026-03-29 06:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with scrape type 2
2026-03-29 06:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20, identifier: MW74%20DLO
2026-03-29 06:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL
2026-03-29 06:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL
2026-03-29 06:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL to the API
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH14%20LRL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.7L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '461a2601-4db5-561f-b759-0c0d04688788',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH14 LRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH14%20LRL&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'PORSCHE',
'model': 'CAYMAN',
'odometer': 92427,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'PORSCHE CAYMAN 2.7 PDK Coupe',
'transmission': 'automatic',
'trim': 'PDK',
'vin': 'WP0ZZZ98ZEK163900',
'year': 2014}
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH14%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Saving data for YH14%20LRL: {'auction_closing_time': 1775199600.0, 'created_time': 1773830409.887891, 'last_price_update_time': 1774764519.873996}
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH14%2520LRL') HTTP/1.1" 204 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: DN71%20VHK
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN71%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for DN71%20VHK: 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: SB12%20OSV
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB12%2520OSV%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for SB12%20OSV: 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: GD14%20WOR
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD14%2520WOR%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for GD14%20WOR: 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: HJ67%20FFE
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ67%2520FFE%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for HJ67%20FFE: 0
2026-03-29 06:08:39 [bca.uk] INFO: Found listing with ID: HK19%20RSV
2026-03-29 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK19%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 06:08:39 [bca.uk] INFO: Scrape type for HK19%20RSV: 2
2026-03-29 06:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV
2026-03-29 06:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with scrape type 2
2026-03-29 06:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with scrape type 2
2026-03-29 06:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 551b495f-7a88-533a-93c9-5fd3ae27ccc5, identifier: HK19%20RSV
2026-03-29 06:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with identifier: MW74%20DLO
2026-03-29 06:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with identifier: MW74%20DLO
2026-03-29 06:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with identifier: MW74%20DLO to the API
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DLO-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '835d1868-e4f0-5d75-bb67-8fb7bd5bdc20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW74 DLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DLO&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '208',
'odometer': 6435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE9R4303315',
'year': 2024}
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW74%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Saving data for MW74%20DLO: {'auction_closing_time': 1775199600.0, 'created_time': 1773841939.532679, 'last_price_update_time': 1774764520.369531}
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DLO') HTTP/1.1" 204 0
2026-03-29 06:08:40 [bca.uk] INFO: Found listing with ID: BU22%20TFA
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BU22%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Scrape type for BU22%20TFA: 0
2026-03-29 06:08:40 [bca.uk] INFO: Found listing with ID: GV72%20KDZ
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV72%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Scrape type for GV72%20KDZ: 0
2026-03-29 06:08:40 [bca.uk] INFO: Found listing with ID: HV22%20ZSJ
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV22%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Scrape type for HV22%20ZSJ: 0
2026-03-29 06:08:40 [bca.uk] INFO: Found listing with ID: HV72%20WUX
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV72%2520WUX%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Scrape type for HV72%20WUX: 0
2026-03-29 06:08:40 [bca.uk] INFO: Found listing with ID: LR21%20YCX
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR21%2520YCX%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Scrape type for LR21%20YCX: 2
2026-03-29 06:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX
2026-03-29 06:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffba4a30-b83d-535c-a077-eeff4cf5774d with scrape type 2
2026-03-29 06:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffba4a30-b83d-535c-a077-eeff4cf5774d with scrape type 2
2026-03-29 06:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffba4a30-b83d-535c-a077-eeff4cf5774d, identifier: LR21%20YCX
2026-03-29 06:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV
2026-03-29 06:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV
2026-03-29 06:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV to the API
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK19%20RSV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '551b495f-7a88-533a-93c9-5fd3ae27ccc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK19 RSV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK19%20RSV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 31425,
'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.5 DCI 90 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'DCI 90 GT LINE',
'vin': 'VF1R8700462477700',
'year': 2019}
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK19%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 06:08:40 [bca.uk] INFO: Saving data for HK19%20RSV: {'auction_closing_time': 1775124000.0, 'created_time': 1774265823.743, 'last_price_update_time': 1774764520.990712}
2026-03-29 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK19%2520RSV') HTTP/1.1" 204 0
2026-03-29 06:08:41 [bca.uk] INFO: Found listing with ID: MW74%20NRL
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [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 06:08:41 [bca.uk] INFO: Scrape type for MW74%20NRL: 2
2026-03-29 06:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL
2026-03-29 06:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5acd226-cbd5-5b2e-9a72-5561dc279e9c with scrape type 2
2026-03-29 06:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5acd226-cbd5-5b2e-9a72-5561dc279e9c with scrape type 2
2026-03-29 06:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5acd226-cbd5-5b2e-9a72-5561dc279e9c, identifier: MW74%20NRL
2026-03-29 06:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX
2026-03-29 06:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX
2026-03-29 06:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX to the API
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR21%20YCX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'ffba4a30-b83d-535c-a077-eeff4cf5774d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR21 YCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR21%20YCX&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'MERCEDES-BENZ',
'model': 'E220 D',
'odometer': 41057,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Saloon',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 9G',
'vin': 'W1K2130042A920678',
'year': 2021}
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [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 06:08:41 [bca.uk] INFO: Saving data for LR21%20YCX: {'auction_closing_time': 1775199600.0, 'created_time': 1774477421.25772, 'last_price_update_time': 1774764521.493637}
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR21%2520YCX') HTTP/1.1" 204 0
2026-03-29 06:08:41 [bca.uk] INFO: Found listing with ID: EX12%20HXL
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 06:08:41 [bca.uk] INFO: Scrape type for EX12%20HXL: 2
2026-03-29 06:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 693ca6da-1574-5960-a675-c41773b59327 with identifier: EX12%20HXL
2026-03-29 06:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 693ca6da-1574-5960-a675-c41773b59327 with scrape type 2
2026-03-29 06:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 693ca6da-1574-5960-a675-c41773b59327 with scrape type 2
2026-03-29 06:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 693ca6da-1574-5960-a675-c41773b59327, identifier: EX12%20HXL
2026-03-29 06:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL
2026-03-29 06:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL
2026-03-29 06:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL to the API
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20NRL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'a5acd226-cbd5-5b2e-9a72-5561dc279e9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW74 NRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20NRL&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 5865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE2R4302457',
'year': 2024}
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [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 06:08:41 [bca.uk] INFO: Saving data for MW74%20NRL: {'auction_closing_time': 1775199600.0, 'created_time': 1773841656.663544, 'last_price_update_time': 1774764521.874962}
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520NRL') HTTP/1.1" 204 0
2026-03-29 06:08:41 [bca.uk] INFO: Found listing with ID: OV23%20CWD
2026-03-29 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:41 [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 06:08:41 [bca.uk] INFO: Scrape type for OV23%20CWD: 2
2026-03-29 06:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD
2026-03-29 06:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bce6839-a714-55db-92ab-3ae934c8ccd1 with scrape type 2
2026-03-29 06:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bce6839-a714-55db-92ab-3ae934c8ccd1 with scrape type 2
2026-03-29 06:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bce6839-a714-55db-92ab-3ae934c8ccd1, identifier: OV23%20CWD
2026-03-29 06:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 693ca6da-1574-5960-a675-c41773b59327 with identifier: EX12%20HXL
2026-03-29 06:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 693ca6da-1574-5960-a675-c41773b59327 with identifier: EX12%20HXL
2026-03-29 06:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 693ca6da-1574-5960-a675-c41773b59327 with identifier: EX12%20HXL to the API
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX12%20HXL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '693ca6da-1574-5960-a675-c41773b59327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX12 HXL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX12%20HXL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'KUGA',
'odometer': 102746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM X P/SHFT StationWagon',
'transmission': 'automatic',
'trim': 'TDCI 163 4WD TITANIUM X P/SHFT',
'vin': 'WF0RXXGCDRBP24219',
'year': 2012}
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX12%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Saving data for EX12%20HXL: {'auction_closing_time': 1774778400.0, 'created_time': 1774476532.951352, 'last_price_update_time': 1774764522.262482}
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX12%2520HXL') HTTP/1.1" 204 0
2026-03-29 06:08:42 [bca.uk] INFO: Found listing with ID: RX73%20KSU
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX73%2520KSU%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Scrape type for RX73%20KSU: 0
2026-03-29 06:08:42 [bca.uk] INFO: Found listing with ID: WM72%20RXO
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM72%2520RXO%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Scrape type for WM72%20RXO: 0
2026-03-29 06:08:42 [bca.uk] INFO: Found listing with ID: WP74%20CWK
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP74%2520CWK%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Scrape type for WP74%20CWK: 0
2026-03-29 06:08:42 [bca.uk] INFO: Found listing with ID: WV74%20OCH
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV74%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Scrape type for WV74%20OCH: 2
2026-03-29 06:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH
2026-03-29 06:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with scrape type 2
2026-03-29 06:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with scrape type 2
2026-03-29 06:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa36fbbf-2f4d-5965-9f77-7417e377c4b9, identifier: WV74%20OCH
2026-03-29 06:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD
2026-03-29 06:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD
2026-03-29 06:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD to the API
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20CWD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': '2bce6839-a714-55db-92ab-3ae934c8ccd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV23 CWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20CWD&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'POLESTAR',
'model': '2',
'odometer': 30514,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '170KW 78KWH SM2 LONG RANGE',
'vin': 'YSMVSEGE2PL148193',
'year': 2023}
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV23%2520CWD%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Saving data for OV23%20CWD: {'auction_closing_time': 1775199600.0, 'created_time': 1774477431.944939, 'last_price_update_time': 1774764522.71244}
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520CWD') HTTP/1.1" 204 0
2026-03-29 06:08:42 [bca.uk] INFO: Found listing with ID: GK19%20NSO
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK19%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Scrape type for GK19%20NSO: 0
2026-03-29 06:08:42 [bca.uk] INFO: Found listing with ID: WD70%20HZX
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD70%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 06:08:42 [bca.uk] INFO: Scrape type for WD70%20HZX: 2
2026-03-29 06:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX
2026-03-29 06:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with scrape type 2
2026-03-29 06:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with scrape type 2
2026-03-29 06:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561, identifier: WD70%20HZX
2026-03-29 06:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH
2026-03-29 06:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH
2026-03-29 06:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH to the API
2026-03-29 06:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20OCH-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'fa36fbbf-2f4d-5965-9f77-7417e377c4b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV74 OCH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20OCH&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 17896,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19300,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
'transmission': 'automatic',
'trim': 'MHEV SPRINT',
'vin': 'ZARNASAA0R3088412',
'year': 2024}
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV74%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Saving data for WV74%20OCH: {'auction_closing_time': 1775199600.0, 'created_time': 1773823461.972603, 'last_price_update_time': 1774764523.137226}
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520OCH') HTTP/1.1" 204 0
2026-03-29 06:08:43 [bca.uk] INFO: Found listing with ID: RA73%20DWD
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:08:43 [bca.uk] INFO: Scrape type for RA73%20DWD: 2
2026-03-29 06:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD
2026-03-29 06:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with scrape type 2
2026-03-29 06:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with scrape type 2
2026-03-29 06:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d, identifier: RA73%20DWD
2026-03-29 06:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX
2026-03-29 06:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX
2026-03-29 06:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX to the API
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD70%20HZX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6f3f5474-5fd8-5680-a1a9-5a53cc0e0561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD70 HZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD70%20HZX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FOCUS ACTIVE',
'odometer': 36938,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD FOCUS ACTIVE 1.0 E/B MHEV 155 EDITION Hatchback',
'transmission': 'manual',
'trim': 'E/B MHEV 155 EDITION',
'vin': 'WF0NXXGCHNLE28042',
'year': 2020}
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD70%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Saving data for WD70%20HZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774678122.702556, 'last_price_update_time': 1774764523.511896}
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD70%2520HZX') HTTP/1.1" 204 0
2026-03-29 06:08:43 [bca.uk] INFO: Found listing with ID: YF23%20UOA
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF23%2520UOA%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Scrape type for YF23%20UOA: 0
2026-03-29 06:08:43 [bca.uk] INFO: Found listing with ID: YY73%20XEC
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY73%2520XEC%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Scrape type for YY73%20XEC: 0
2026-03-29 06:08:43 [bca.uk] INFO: Found listing with ID: YY73%20XHZ
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY73%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Scrape type for YY73%20XHZ: 0
2026-03-29 06:08:43 [bca.uk] INFO: Found listing with ID: YY73%20XJD
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY73%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Scrape type for YY73%20XJD: 0
2026-03-29 06:08:43 [bca.uk] INFO: Found listing with ID: CP18%20SYV
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP18%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 06:08:43 [bca.uk] INFO: Scrape type for CP18%20SYV: 2
2026-03-29 06:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV
2026-03-29 06:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c04fd1e-2968-5552-8b33-203bf667e09d with scrape type 2
2026-03-29 06:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c04fd1e-2968-5552-8b33-203bf667e09d with scrape type 2
2026-03-29 06:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c04fd1e-2968-5552-8b33-203bf667e09d, identifier: CP18%20SYV
2026-03-29 06:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD
2026-03-29 06:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD
2026-03-29 06:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD to the API
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA73%20DWD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '51a2850a-77bf-558a-b7dc-3ce3dea20a8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RA73 DWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA73%20DWD&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 11608,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 MAX Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 MAX',
'vin': 'VR7ARHNSKPL072616',
'year': 2023}
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:08:43 [bca.uk] INFO: Saving data for RA73%20DWD: {'auction_closing_time': 1775199600.0, 'created_time': 1774477445.986129, 'last_price_update_time': 1774764523.969293}
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA73%2520DWD') HTTP/1.1" 204 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: FL68%20LDZ
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL68%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for FL68%20LDZ: 2
2026-03-29 06:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ
2026-03-29 06:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with scrape type 2
2026-03-29 06:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with scrape type 2
2026-03-29 06:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb2870ac-0e2f-5ab2-85e7-86100c8404f5, identifier: FL68%20LDZ
2026-03-29 06:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV
2026-03-29 06:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV
2026-03-29 06:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV to the API
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP18%20SYV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '7c04fd1e-2968-5552-8b33-203bf667e09d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP18 SYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP18%20SYV&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 105934,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4200,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 TDCI 130 EF LWB Dropside',
'transmission': 'manual',
'trim': 'TDCI 130 EF LWB',
'vin': 'WF0DXXTTGDJU25356',
'year': 2018}
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP18%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Saving data for CP18%20SYV: {'auction_closing_time': 1775199600.0, 'created_time': 1773829426.872563, 'last_price_update_time': 1774764524.474085}
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP18%2520SYV') HTTP/1.1" 204 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: YG22%20UMR
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG22%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for YG22%20UMR: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: YM74%20WVO
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM74%2520WVO%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for YM74%20WVO: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: ME21%20CKL
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ME21%2520CKL%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for ME21%20CKL: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: RE22%20NXV
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE22%2520NXV%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for RE22%20NXV: 2
2026-03-29 06:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV
2026-03-29 06:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with scrape type 2
2026-03-29 06:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with scrape type 2
2026-03-29 06:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3, identifier: RE22%20NXV
2026-03-29 06:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ
2026-03-29 06:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ
2026-03-29 06:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ to the API
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL68%20LDZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb2870ac-0e2f-5ab2-85e7-86100c8404f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL68 LDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL68%20LDZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 118276,
'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 SPORTAGE 1.6 CRDI 136 4 ISG DCT StationWagon',
'transmission': 'automatic',
'trim': 'CRDI 136 4 ISG DCT',
'vin': 'U5YPH812VKL580283',
'year': 2018}
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL68%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Saving data for FL68%20LDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678116.713346, 'last_price_update_time': 1774764524.907423}
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL68%2520LDZ') HTTP/1.1" 204 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: KX68%20NDF
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX68%2520NDF%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for KX68%20NDF: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: ML18%20ZLN
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520ZLN%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for ML18%20ZLN: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: OY18%20CXR
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520CXR%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for OY18%20CXR: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: PX67%20WMY
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX67%2520WMY%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for PX67%20WMY: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: SV14%20XST
2026-03-29 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV14%2520XST%27 HTTP/1.1" 200 None
2026-03-29 06:08:44 [bca.uk] INFO: Scrape type for SV14%20XST: 0
2026-03-29 06:08:44 [bca.uk] INFO: Found listing with ID: SW69%20PGF
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520PGF%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for SW69%20PGF: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: EO17%20NNT
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520NNT%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for EO17%20NNT: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: GB67%20HRV
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for GB67%20HRV: 2
2026-03-29 06:08:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV
2026-03-29 06:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with scrape type 2
2026-03-29 06:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with scrape type 2
2026-03-29 06:08:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9c23bd6-dd2d-55e7-8f9d-b619234d0109, identifier: GB67%20HRV
2026-03-29 06:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV
2026-03-29 06:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV
2026-03-29 06:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV to the API
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 220,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE22%20NXV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '0b7fde5a-df6f-56fd-bd50-15ceadbb24f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE22 NXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE22%20NXV&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 13473,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 29800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 P250 AWD R-DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'P250 AWD R-DYNAMIC BLACK',
'vin': 'SADCA2AX4NA696210',
'year': 2022}
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520NXV%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Saving data for RE22%20NXV: {'auction_closing_time': 1774854000.0, 'created_time': 1774365560.369262, 'last_price_update_time': 1774764525.413951}
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE22%2520NXV') HTTP/1.1" 204 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: EK71%20XHH
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for EK71%20XHH: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: LK71%20MTX
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for LK71%20MTX: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: EF16%20YTX
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF16%2520YTX%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for EF16%20YTX: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: BF71%20NFL
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF71%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for BF71%20NFL: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: CJ19%20WVD
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520WVD%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for CJ19%20WVD: 0
2026-03-29 06:08:45 [bca.uk] INFO: Found listing with ID: KM25%20GXC
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520GXC%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Scrape type for KM25%20GXC: 2
2026-03-29 06:08:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC
2026-03-29 06:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7897278a-821f-5943-b8a2-b7a74f005b76 with scrape type 2
2026-03-29 06:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7897278a-821f-5943-b8a2-b7a74f005b76 with scrape type 2
2026-03-29 06:08:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7897278a-821f-5943-b8a2-b7a74f005b76, identifier: KM25%20GXC
2026-03-29 06:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV
2026-03-29 06:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV
2026-03-29 06:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV to the API
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GB67%20HRV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'b9c23bd6-dd2d-55e7-8f9d-b619234d0109',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GB67 HRV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GB67%20HRV&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'HONDA',
'model': 'HR-V',
'odometer': 13171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19700,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'HONDA HR-V 1.5 E-HEV ADVANCE STYLE Hatchback',
'transmission': 'automatic',
'trim': 'E-HEV ADVANCE STYLE',
'vin': 'JHMRV5880NS200330',
'year': 2022}
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-29 06:08:45 [bca.uk] INFO: Saving data for GB67%20HRV: {'auction_closing_time': 1775199600.0, 'created_time': 1774265899.488864, 'last_price_update_time': 1774764525.996967}
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GB67%2520HRV') HTTP/1.1" 204 0
2026-03-29 06:08:46 [bca.uk] INFO: Found listing with ID: KR71%20ZNS
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR71%2520ZNS%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Scrape type for KR71%20ZNS: 0
2026-03-29 06:08:46 [bca.uk] INFO: Found listing with ID: YF66%20KXE
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Scrape type for YF66%20KXE: 2
2026-03-29 06:08:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE
2026-03-29 06:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with scrape type 2
2026-03-29 06:08:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with scrape type 2
2026-03-29 06:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c, identifier: YF66%20KXE
2026-03-29 06:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC
2026-03-29 06:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC
2026-03-29 06:08:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC to the API
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 283,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM25%20GXC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7897278a-821f-5943-b8a2-b7a74f005b76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM25 GXC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM25%20GXC&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'AUDI',
'model': 'RS7 SPORTBACK',
'odometer': 6400,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'AUDI RS7 SPORTBACK 4.0 TFSI Q PERFORMANCE TIP Hatchback',
'transmission': 'manual',
'trim': 'TFSI Q PERFORMANCE TIP',
'vin': 'WUAZZZF29RN908055',
'year': 2025}
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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 06:08:46 [bca.uk] INFO: Saving data for KM25%20GXC: {'auction_closing_time': 1775124000.0, 'created_time': 1774390444.792184, 'last_price_update_time': 1774764526.416919}
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM25%2520GXC') HTTP/1.1" 204 0
2026-03-29 06:08:46 [bca.uk] INFO: Found listing with ID: KV68%20XLU
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV68%2520XLU%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Scrape type for KV68%20XLU: 0
2026-03-29 06:08:46 [bca.uk] INFO: Found listing with ID: LC22%20KRD
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC22%2520KRD%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Scrape type for LC22%20KRD: 0
2026-03-29 06:08:46 [bca.uk] INFO: Found listing with ID: LC72%20DHL
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC72%2520DHL%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Scrape type for LC72%20DHL: 0
2026-03-29 06:08:46 [bca.uk] INFO: Found listing with ID: LL70%20FHT
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL70%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Scrape type for LL70%20FHT: 2
2026-03-29 06:08:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT
2026-03-29 06:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9c7977-609a-54e2-9b88-c0d2462e247b with scrape type 2
2026-03-29 06:08:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9c7977-609a-54e2-9b88-c0d2462e247b with scrape type 2
2026-03-29 06:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c9c7977-609a-54e2-9b88-c0d2462e247b, identifier: LL70%20FHT
2026-03-29 06:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE
2026-03-29 06:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE
2026-03-29 06:08:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE to the API
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 161,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF66%20KXE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T11:00:00Z',
'fuel_type': 'Diesel',
'id': '7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF66 KXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF66%20KXE&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'PORSCHE',
'model': 'MACAN',
'odometer': 131511,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PORSCHE MACAN 3.0 D 258 S PDK StationWagon',
'transmission': 'automatic',
'trim': 'D 258 S PDK',
'vin': 'WP1ZZZ95ZHLB44176',
'year': 2016}
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-29 06:08:46 [bca.uk] INFO: Saving data for YF66%20KXE: {'auction_closing_time': 1774954800.0, 'created_time': 1774265145.959885, 'last_price_update_time': 1774764526.855155}
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF66%2520KXE') HTTP/1.1" 204 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: YC18%20JNL
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC18%2520JNL%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for YC18%20JNL: 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: DO19%20LPJ
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DO19%2520LPJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for DO19%20LPJ: 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: BN16%20KWU
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN16%2520KWU%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for BN16%20KWU: 2
2026-03-29 06:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU
2026-03-29 06:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7864743c-c078-54f5-bf02-620f50a1da43 with scrape type 2
2026-03-29 06:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7864743c-c078-54f5-bf02-620f50a1da43 with scrape type 2
2026-03-29 06:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7864743c-c078-54f5-bf02-620f50a1da43, identifier: BN16%20KWU
2026-03-29 06:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT
2026-03-29 06:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT
2026-03-29 06:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT to the API
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL70%20FHT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0c9c7977-609a-54e2-9b88-c0d2462e247b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL70 FHT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20FHT&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 45932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT4MH132817',
'year': 2021}
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Saving data for LL70%20FHT: {'auction_closing_time': 1775199600.0, 'created_time': 1773826670.159318, 'last_price_update_time': 1774764527.435809}
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520FHT') HTTP/1.1" 204 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: BN20%20EGF
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN20%2520EGF%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for BN20%20EGF: 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: PK15%20OTH
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK15%2520OTH%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for PK15%20OTH: 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: PJ10%20BZK
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ10%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for PJ10%20BZK: 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: RF18%20AEK
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF18%2520AEK%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for RF18%20AEK: 2
2026-03-29 06:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK
2026-03-29 06:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a4ae4b-4548-58bd-8d56-58a898f1926b with scrape type 2
2026-03-29 06:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a4ae4b-4548-58bd-8d56-58a898f1926b with scrape type 2
2026-03-29 06:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a4ae4b-4548-58bd-8d56-58a898f1926b, identifier: RF18%20AEK
2026-03-29 06:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU
2026-03-29 06:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU
2026-03-29 06:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU to the API
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN16%20KWU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7864743c-c078-54f5-bf02-620f50a1da43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN16 KWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN16%20KWU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 68735,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA 1.6 CDTI 136 EXCLUSIV 2WD StationWagon',
'transmission': 'manual',
'trim': 'CDTI 136 EXCLUSIV 2WD',
'vin': 'W0LJC7EC1GB677238',
'year': 2016}
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN16%2520KWU%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Saving data for BN16%20KWU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564319.631142, 'last_price_update_time': 1774764527.867005}
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN16%2520KWU') HTTP/1.1" 204 0
2026-03-29 06:08:47 [bca.uk] INFO: Found listing with ID: LV24%20JUC
2026-03-29 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-29 06:08:47 [bca.uk] INFO: Scrape type for LV24%20JUC: 2
2026-03-29 06:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC
2026-03-29 06:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdd08f5c-935b-54b1-8741-13a53259cc92 with scrape type 2
2026-03-29 06:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdd08f5c-935b-54b1-8741-13a53259cc92 with scrape type 2
2026-03-29 06:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdd08f5c-935b-54b1-8741-13a53259cc92, identifier: LV24%20JUC
2026-03-29 06:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK
2026-03-29 06:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK
2026-03-29 06:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK to the API
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF18%20AEK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T11:00:00Z',
'fuel_type': 'Petrol',
'id': '58a4ae4b-4548-58bd-8d56-58a898f1926b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF18 AEK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF18%20AEK&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '208',
'odometer': 109635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1750,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 ACTIVE',
'vin': 'VF3CCHMRPJW078967',
'year': 2018}
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF18%2520AEK%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Saving data for RF18%20AEK: {'auction_closing_time': 1774954800.0, 'created_time': 1773828135.769945, 'last_price_update_time': 1774764528.26495}
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF18%2520AEK') HTTP/1.1" 204 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: EY19%20WCL
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY19%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for EY19%20WCL: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: NL64%20UCU
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL64%2520UCU%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for NL64%20UCU: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: FB19%20XFJ
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FB19%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for FB19%20XFJ: 2
2026-03-29 06:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ
2026-03-29 06:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac6144c8-fa9c-529b-881a-c737421f73a0 with scrape type 2
2026-03-29 06:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac6144c8-fa9c-529b-881a-c737421f73a0 with scrape type 2
2026-03-29 06:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac6144c8-fa9c-529b-881a-c737421f73a0, identifier: FB19%20XFJ
2026-03-29 06:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC
2026-03-29 06:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC
2026-03-29 06:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC to the API
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV24%20JUC-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdd08f5c-935b-54b1-8741-13a53259cc92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV24 JUC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV24%20JUC&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 31327,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I EXCLUSIVE',
'vin': 'JTDAGNAC500195373',
'year': 2024}
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Saving data for LV24%20JUC: {'auction_closing_time': 1775199600.0, 'created_time': 1773834947.11522, 'last_price_update_time': 1774764528.701174}
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV24%2520JUC') HTTP/1.1" 204 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: SN61%20GDO
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN61%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for SN61%20GDO: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: WP72%20FXD
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP72%2520FXD%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for WP72%20FXD: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: WA11%20CDO
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA11%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for WA11%20CDO: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: ET21%20SCO
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET21%2520SCO%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for ET21%20SCO: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: LO21%20XVZ
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO21%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for LO21%20XVZ: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: BJ68%20NTY
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ68%2520NTY%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for BJ68%20NTY: 0
2026-03-29 06:08:48 [bca.uk] INFO: Found listing with ID: BV23%20GXM
2026-03-29 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV23%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 06:08:48 [bca.uk] INFO: Scrape type for BV23%20GXM: 2
2026-03-29 06:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM
2026-03-29 06:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680e0202-e16d-51df-aa45-48f9513e4156 with scrape type 2
2026-03-29 06:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680e0202-e16d-51df-aa45-48f9513e4156 with scrape type 2
2026-03-29 06:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680e0202-e16d-51df-aa45-48f9513e4156, identifier: BV23%20GXM
2026-03-29 06:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ
2026-03-29 06:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ
2026-03-29 06:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ to the API
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FB19%20XFJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac6144c8-fa9c-529b-881a-c737421f73a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FB19 XFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FB19%20XFJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 73971,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 75 GRIFFIN Hatchback',
'transmission': 'manual',
'trim': '75 GRIFFIN',
'vin': 'W0V0XEP08K4430119',
'year': 2019}
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:49 [bca.uk] INFO: Saving data for FB19%20XFJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774678127.776448, 'last_price_update_time': 1774764529.28054}
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FB19%2520XFJ') HTTP/1.1" 204 0
2026-03-29 06:08:49 [bca.uk] INFO: Found listing with ID: OE68%20UGJ
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:49 [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 06:08:49 [bca.uk] INFO: Scrape type for OE68%20UGJ: 2
2026-03-29 06:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ
2026-03-29 06:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7f8e36-6d89-5026-9e7f-b008445c8920 with scrape type 2
2026-03-29 06:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7f8e36-6d89-5026-9e7f-b008445c8920 with scrape type 2
2026-03-29 06:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b7f8e36-6d89-5026-9e7f-b008445c8920, identifier: OE68%20UGJ
2026-03-29 06:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM
2026-03-29 06:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM
2026-03-29 06:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM to the API
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 36,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV23%20GXM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '680e0202-e16d-51df-aa45-48f9513e4156',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BV23 GXM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV23%20GXM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 14520,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
'transmission': 'automatic',
'trim': 'P300E URBAN ED.(5ST)',
'vin': 'SALCA2AT6PH329496',
'year': 2023}
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:49 [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 06:08:49 [bca.uk] INFO: Saving data for BV23%20GXM: {'auction_closing_time': 1775037600.0, 'created_time': 1774563696.032231, 'last_price_update_time': 1774764529.682208}
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520GXM') HTTP/1.1" 204 0
2026-03-29 06:08:49 [bca.uk] INFO: Found listing with ID: DK24%20YOC
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:49 [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 06:08:49 [bca.uk] INFO: Scrape type for DK24%20YOC: 2
2026-03-29 06:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC
2026-03-29 06:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63ce1167-d0cc-5376-9937-3584e7fa5606 with scrape type 2
2026-03-29 06:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63ce1167-d0cc-5376-9937-3584e7fa5606 with scrape type 2
2026-03-29 06:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63ce1167-d0cc-5376-9937-3584e7fa5606, identifier: DK24%20YOC
2026-03-29 06:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ
2026-03-29 06:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ
2026-03-29 06:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ to the API
2026-03-29 06:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE68%20UGJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '6b7f8e36-6d89-5026-9e7f-b008445c8920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE68 UGJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE68%20UGJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'V60 SPORTWAGON',
'odometer': 88982,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLVO V60 SPORTWAGON 2.0 D4 190 INSCRIPTION PRO Estate',
'transmission': 'automatic',
'trim': 'D4 190 INSCRIPTION PRO',
'vin': 'YV1ZWA8TDK1015632',
'year': 2019}
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [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 06:08:50 [bca.uk] INFO: Saving data for OE68%20UGJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773834932.866772, 'last_price_update_time': 1774764530.087209}
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE68%2520UGJ') HTTP/1.1" 204 0
2026-03-29 06:08:50 [bca.uk] INFO: Found listing with ID: FX22%20TVJ
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [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 06:08:50 [bca.uk] INFO: Scrape type for FX22%20TVJ: 2
2026-03-29 06:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ
2026-03-29 06:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8e53a51-3dda-5467-9501-651bf7b20265 with scrape type 2
2026-03-29 06:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8e53a51-3dda-5467-9501-651bf7b20265 with scrape type 2
2026-03-29 06:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8e53a51-3dda-5467-9501-651bf7b20265, identifier: FX22%20TVJ
2026-03-29 06:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC
2026-03-29 06:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC
2026-03-29 06:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC to the API
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK24%20YOC-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '63ce1167-d0cc-5376-9937-3584e7fa5606',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DK24 YOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK24%20YOC&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'GWM ORA',
'model': 'ORA 03',
'odometer': 14054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
'transmission': 'automatic',
'trim': '126KW 48KWH PURE+',
'vin': 'LGWEEUA56PK627445',
'year': 2024}
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [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 06:08:50 [bca.uk] INFO: Saving data for DK24%20YOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774678126.234501, 'last_price_update_time': 1774764530.489182}
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK24%2520YOC') HTTP/1.1" 204 0
2026-03-29 06:08:50 [bca.uk] INFO: Found listing with ID: SE70%20BUP
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [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 06:08:50 [bca.uk] INFO: Scrape type for SE70%20BUP: 2
2026-03-29 06:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP
2026-03-29 06:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with scrape type 2
2026-03-29 06:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with scrape type 2
2026-03-29 06:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57e06633-47dd-5a10-90dc-ce1cbd681fa4, identifier: SE70%20BUP
2026-03-29 06:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ
2026-03-29 06:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ
2026-03-29 06:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ to the API
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX22%20TVJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b8e53a51-3dda-5467-9501-651bf7b20265',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX22 TVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX22%20TVJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 67335,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A15N1622070',
'year': 2022}
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [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 06:08:50 [bca.uk] INFO: Saving data for FX22%20TVJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564022.428699, 'last_price_update_time': 1774764530.896559}
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX22%2520TVJ') HTTP/1.1" 204 0
2026-03-29 06:08:51 [bca.uk] INFO: Found listing with ID: EJ63%20XXE
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ63%2520XXE%27 HTTP/1.1" 200 None
2026-03-29 06:08:51 [bca.uk] INFO: Scrape type for EJ63%20XXE: 2
2026-03-29 06:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE
2026-03-29 06:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with scrape type 2
2026-03-29 06:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with scrape type 2
2026-03-29 06:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57d5a431-6c85-5d99-80b0-51ac2afcbac9, identifier: EJ63%20XXE
2026-03-29 06:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP
2026-03-29 06:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP
2026-03-29 06:08:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP to the API
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 217,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE70%20BUP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '57e06633-47dd-5a10-90dc-ce1cbd681fa4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE70 BUP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE70%20BUP&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 25789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22700,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 P250 R-DYNAMIC HSE (7ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P250 R-DYNAMIC HSE (7ST)',
'vin': 'SALCA2AX4LH879535',
'year': 2020}
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE70%2520BUP%27 HTTP/1.1" 200 None
2026-03-29 06:08:51 [bca.uk] INFO: Saving data for SE70%20BUP: {'auction_closing_time': 1775199600.0, 'created_time': 1774006018.766913, 'last_price_update_time': 1774764531.42142}
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE70%2520BUP') HTTP/1.1" 204 0
2026-03-29 06:08:51 [bca.uk] INFO: Found listing with ID: LC68%20DRX
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC68%2520DRX%27 HTTP/1.1" 200 None
2026-03-29 06:08:51 [bca.uk] INFO: Scrape type for LC68%20DRX: 2
2026-03-29 06:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX
2026-03-29 06:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf5b000-84ec-507d-9478-134b09866c63 with scrape type 2
2026-03-29 06:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf5b000-84ec-507d-9478-134b09866c63 with scrape type 2
2026-03-29 06:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaf5b000-84ec-507d-9478-134b09866c63, identifier: LC68%20DRX
2026-03-29 06:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE
2026-03-29 06:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE
2026-03-29 06:08:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE to the API
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ63%20XXE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '57d5a431-6c85-5d99-80b0-51ac2afcbac9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ63 XXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ63%20XXE&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 88861,
'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 CX-5 2.2 D 150 SE-L 2WD StationWagon',
'transmission': 'automatic',
'trim': 'D 150 SE-L 2WD',
'vin': 'JMZKEF91800163552',
'year': 2013}
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ63%2520XXE%27 HTTP/1.1" 200 None
2026-03-29 06:08:51 [bca.uk] INFO: Saving data for EJ63%20XXE: {'auction_closing_time': 1775037600.0, 'created_time': 1774678106.584147, 'last_price_update_time': 1774764531.819387}
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ63%2520XXE') HTTP/1.1" 204 0
2026-03-29 06:08:51 [bca.uk] INFO: Found listing with ID: YC17%20ZWS
2026-03-29 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC17%2520ZWS%27 HTTP/1.1" 200 None
2026-03-29 06:08:51 [bca.uk] INFO: Scrape type for YC17%20ZWS: 2
2026-03-29 06:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS
2026-03-29 06:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3823dab-16a5-545d-b270-8c597c0744b2 with scrape type 2
2026-03-29 06:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3823dab-16a5-545d-b270-8c597c0744b2 with scrape type 2
2026-03-29 06:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3823dab-16a5-545d-b270-8c597c0744b2, identifier: YC17%20ZWS
2026-03-29 06:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX
2026-03-29 06:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX
2026-03-29 06:08:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX to the API
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 218,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC68%20DRX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eaf5b000-84ec-507d-9478-134b09866c63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC68 DRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC68%20DRX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 47759,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 2.0 SI4 300 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SI4 300 HSE',
'vin': 'SALWA2AX9KA827760',
'year': 2018}
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC68%2520DRX%27 HTTP/1.1" 200 None
2026-03-29 06:08:52 [bca.uk] INFO: Saving data for LC68%20DRX: {'auction_closing_time': 1775037600.0, 'created_time': 1774564022.862207, 'last_price_update_time': 1774764532.223603}
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC68%2520DRX') HTTP/1.1" 204 0
2026-03-29 06:08:52 [bca.uk] INFO: Found listing with ID: KF19%20XKV
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF19%2520XKV%27 HTTP/1.1" 200 None
2026-03-29 06:08:52 [bca.uk] INFO: Scrape type for KF19%20XKV: 2
2026-03-29 06:08:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV
2026-03-29 06:08:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc215b08-473e-56d8-8de9-73882142ed7e with scrape type 2
2026-03-29 06:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc215b08-473e-56d8-8de9-73882142ed7e with scrape type 2
2026-03-29 06:08:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc215b08-473e-56d8-8de9-73882142ed7e, identifier: KF19%20XKV
2026-03-29 06:08:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS
2026-03-29 06:08:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS
2026-03-29 06:08:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS to the API
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 87,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC17%20ZWS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e3823dab-16a5-545d-b270-8c597c0744b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC17 ZWS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC17%20ZWS&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 65580,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 HYBRID 122 DYNAMIC Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID 122 DYNAMIC',
'vin': 'NMTKZ3BX50R025496',
'year': 2017}
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC17%2520ZWS%27 HTTP/1.1" 200 None
2026-03-29 06:08:52 [bca.uk] INFO: Saving data for YC17%20ZWS: {'auction_closing_time': 1775199600.0, 'created_time': 1774006037.454272, 'last_price_update_time': 1774764532.61547}
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC17%2520ZWS') HTTP/1.1" 204 0
2026-03-29 06:08:52 [bca.uk] INFO: Found listing with ID: RK70%20GYB
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK70%2520GYB%27 HTTP/1.1" 200 None
2026-03-29 06:08:52 [bca.uk] INFO: Scrape type for RK70%20GYB: 2
2026-03-29 06:08:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB
2026-03-29 06:08:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af4354dd-03e0-57cc-a833-89ac610ed2ac with scrape type 2
2026-03-29 06:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af4354dd-03e0-57cc-a833-89ac610ed2ac with scrape type 2
2026-03-29 06:08:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af4354dd-03e0-57cc-a833-89ac610ed2ac, identifier: RK70%20GYB
2026-03-29 06:08:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV
2026-03-29 06:08:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV
2026-03-29 06:08:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV to the API
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF19%20XKV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bc215b08-473e-56d8-8de9-73882142ed7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KF19 XKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF19%20XKV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 49603,
'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 2008 1.2 P/T 82 ALLURE PREMIUM S/S MPV',
'transmission': 'manual',
'trim': 'P/T 82 ALLURE PREMIUM S/S',
'vin': 'VF3CUHMRPKY123822',
'year': 2019}
2026-03-29 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF19%2520XKV%27 HTTP/1.1" 200 None
2026-03-29 06:08:52 [bca.uk] INFO: Saving data for KF19%20XKV: {'auction_closing_time': 1775037600.0, 'created_time': 1774678121.545865, 'last_price_update_time': 1774764532.998511}
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF19%2520XKV') HTTP/1.1" 204 0
2026-03-29 06:08:53 [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 06:08:53 [bca.uk] INFO: Found listing with ID: BD71%20ZCE
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD71%2520ZCE%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Scrape type for BD71%20ZCE: 0
2026-03-29 06:08:53 [bca.uk] INFO: Found listing with ID: GD15%20SPU
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD15%2520SPU%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Scrape type for GD15%20SPU: 0
2026-03-29 06:08:53 [bca.uk] INFO: Found listing with ID: KN69%20EOF
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN69%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Scrape type for KN69%20EOF: 0
2026-03-29 06:08:53 [bca.uk] INFO: Found listing with ID: BV68%20BNK
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV68%2520BNK%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Scrape type for BV68%20BNK: 0
2026-03-29 06:08:53 [bca.uk] INFO: Found listing with ID: DU25%20CDO
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU25%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Scrape type for DU25%20CDO: 2
2026-03-29 06:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO
2026-03-29 06:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf539382-a89e-50f0-b3ce-892658730a6b with scrape type 2
2026-03-29 06:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf539382-a89e-50f0-b3ce-892658730a6b with scrape type 2
2026-03-29 06:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf539382-a89e-50f0-b3ce-892658730a6b, identifier: DU25%20CDO
2026-03-29 06:08:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB
2026-03-29 06:08:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB
2026-03-29 06:08:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB to the API
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK70%20GYB-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'af4354dd-03e0-57cc-a833-89ac610ed2ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK70 GYB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK70%20GYB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 15399,
'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': 'JAGUAR I-PACE EV400 SE (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 SE (11KW)',
'vin': 'SADHA2A12M1606679',
'year': 2020}
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK70%2520GYB%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Saving data for RK70%20GYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774564020.11342, 'last_price_update_time': 1774764533.482131}
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK70%2520GYB') HTTP/1.1" 204 0
2026-03-29 06:08:53 [bca.uk] INFO: Found listing with ID: YW18%20ETK
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YW18%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Scrape type for YW18%20ETK: 2
2026-03-29 06:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK
2026-03-29 06:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9ff8df2-1a08-565d-a3af-332663c060a2 with scrape type 2
2026-03-29 06:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9ff8df2-1a08-565d-a3af-332663c060a2 with scrape type 2
2026-03-29 06:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9ff8df2-1a08-565d-a3af-332663c060a2, identifier: YW18%20ETK
2026-03-29 06:08:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO
2026-03-29 06:08:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO
2026-03-29 06:08:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO to the API
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08: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 06:08:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU25%20CDO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': 'bf539382-a89e-50f0-b3ce-892658730a6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU25 CDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU25%20CDO&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 4811,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19900,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 77KWH MATCH PRO S Hatchback',
'transmission': 'automatic',
'trim': '150KW 77KWH MATCH PRO S',
'vin': 'WVWZZZE14SP008163',
'year': 2025}
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU25%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 06:08:53 [bca.uk] INFO: Saving data for DU25%20CDO: {'auction_closing_time': 1775199600.0, 'created_time': 1774305054.987763, 'last_price_update_time': 1774764533.901602}
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU25%2520CDO') HTTP/1.1" 204 0
2026-03-29 06:08:54 [bca.uk] INFO: Found listing with ID: RV22%20XFF
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XFF%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Scrape type for RV22%20XFF: 0
2026-03-29 06:08:54 [bca.uk] INFO: Found listing with ID: MK68%20BWN
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Scrape type for MK68%20BWN: 2
2026-03-29 06:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN
2026-03-29 06:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6488e23-3226-57cf-a595-8258a7bab6cb with scrape type 2
2026-03-29 06:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6488e23-3226-57cf-a595-8258a7bab6cb with scrape type 2
2026-03-29 06:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6488e23-3226-57cf-a595-8258a7bab6cb, identifier: MK68%20BWN
2026-03-29 06:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK
2026-03-29 06:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK
2026-03-29 06:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK to the API
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YW18%20ETK-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e9ff8df2-1a08-565d-a3af-332663c060a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YW18 ETK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YW18%20ETK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 93059,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 SE Van',
'transmission': 'automatic',
'trim': 'TD6 258 SE',
'vin': 'SALRACAK7JA079337',
'year': 2018}
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW18%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Saving data for YW18%20ETK: {'auction_closing_time': 1775037600.0, 'created_time': 1774678120.113226, 'last_price_update_time': 1774764534.424606}
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YW18%2520ETK') HTTP/1.1" 204 0
2026-03-29 06:08:54 [bca.uk] INFO: Found listing with ID: CA14%20HKM
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA14%2520HKM%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Scrape type for CA14%20HKM: 0
2026-03-29 06:08:54 [bca.uk] INFO: Found listing with ID: EA71%20ATN
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Scrape type for EA71%20ATN: 0
2026-03-29 06:08:54 [bca.uk] INFO: Found listing with ID: EA73%20HHR
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA73%2520HHR%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Scrape type for EA73%20HHR: 2
2026-03-29 06:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR
2026-03-29 06:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa321166-beba-5d38-b7e9-56f4933e453f with scrape type 2
2026-03-29 06:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa321166-beba-5d38-b7e9-56f4933e453f with scrape type 2
2026-03-29 06:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa321166-beba-5d38-b7e9-56f4933e453f, identifier: EA73%20HHR
2026-03-29 06:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN
2026-03-29 06:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN
2026-03-29 06:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN to the API
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK68%20BWN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b6488e23-3226-57cf-a595-8258a7bab6cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK68 BWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK68%20BWN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 46190,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 HSE',
'vin': 'SALWA2AK3KA818217',
'year': 2018}
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Saving data for MK68%20BWN: {'auction_closing_time': 1775037600.0, 'created_time': 1774563713.732063, 'last_price_update_time': 1774764534.834885}
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK68%2520BWN') HTTP/1.1" 204 0
2026-03-29 06:08:54 [bca.uk] INFO: Found listing with ID: BP63%20NVY
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 06:08:54 [bca.uk] INFO: Scrape type for BP63%20NVY: 2
2026-03-29 06:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY
2026-03-29 06:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with scrape type 2
2026-03-29 06:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with scrape type 2
2026-03-29 06:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d, identifier: BP63%20NVY
2026-03-29 06:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR
2026-03-29 06:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR
2026-03-29 06:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR to the API
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA73%20HHR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': 'aa321166-beba-5d38-b7e9-56f4933e453f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA73 HHR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA73%20HHR&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 14673,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10350,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT E-208 100KW 50KWH ALLURE PREMIUM+ Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH ALLURE PREMIUM+',
'vin': 'VR3UHZKXZNT096890',
'year': 2023}
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA73%2520HHR%27 HTTP/1.1" 200 None
2026-03-29 06:08:55 [bca.uk] INFO: Saving data for EA73%20HHR: {'auction_closing_time': 1775199600.0, 'created_time': 1774274782.352067, 'last_price_update_time': 1774764535.216001}
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA73%2520HHR') HTTP/1.1" 204 0
2026-03-29 06:08:55 [bca.uk] INFO: Found listing with ID: OY18%20OXG
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY18%2520OXG%27 HTTP/1.1" 200 None
2026-03-29 06:08:55 [bca.uk] INFO: Scrape type for OY18%20OXG: 2
2026-03-29 06:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG
2026-03-29 06:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with scrape type 2
2026-03-29 06:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with scrape type 2
2026-03-29 06:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2, identifier: OY18%20OXG
2026-03-29 06:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY
2026-03-29 06:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY
2026-03-29 06:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY to the API
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '313397fd-675a-5ab3-9dbc-2ac6510f1e3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP63 NVY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP63%20NVY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 81000,
'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 B-MAX 1.0 E/B 120 TITANIUM MPV',
'transmission': 'manual',
'trim': 'E/B 120 TITANIUM',
'vin': 'WF0KXXERJKDK00676',
'year': 2014}
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 06:08:55 [bca.uk] INFO: Saving data for BP63%20NVY: {'auction_closing_time': 1774951200.0, 'created_time': 1774678113.203408, 'last_price_update_time': 1774764535.58144}
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP63%2520NVY') HTTP/1.1" 204 0
2026-03-29 06:08:55 [bca.uk] INFO: Total items found: 100
2026-03-29 06:08:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded
2026-03-29 06:08:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:08:55 [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 06:08:55 [bca.uk] INFO: Found listing with ID: EN68%20RVC
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520RVC%27 HTTP/1.1" 200 None
2026-03-29 06:08:55 [bca.uk] INFO: Scrape type for EN68%20RVC: 0
2026-03-29 06:08:55 [bca.uk] INFO: Found listing with ID: EX23%20AYH
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520AYH%27 HTTP/1.1" 200 None
2026-03-29 06:08:55 [bca.uk] INFO: Scrape type for EX23%20AYH: 0
2026-03-29 06:08:55 [bca.uk] INFO: Found listing with ID: EY72%20LOD
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY72%2520LOD%27 HTTP/1.1" 200 None
2026-03-29 06:08:55 [bca.uk] INFO: Scrape type for EY72%20LOD: 2
2026-03-29 06:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD
2026-03-29 06:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2f8491-a4bb-595c-a357-8de08eb3ecce with scrape type 2
2026-03-29 06:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2f8491-a4bb-595c-a357-8de08eb3ecce with scrape type 2
2026-03-29 06:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2f8491-a4bb-595c-a357-8de08eb3ecce, identifier: EY72%20LOD
2026-03-29 06:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG
2026-03-29 06:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG
2026-03-29 06:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG to the API
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY18%20OXG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9c0b46c7-88cc-5d2e-9980-3149b7a51ee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY18 OXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY18%20OXG&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 69638,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TD6 258 HSE',
'vin': 'SALRA2AK4JA063865',
'year': 2018}
2026-03-29 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY18%2520OXG%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Saving data for OY18%20OXG: {'auction_closing_time': 1775037600.0, 'created_time': 1774564011.707974, 'last_price_update_time': 1774764536.007226}
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY18%2520OXG') HTTP/1.1" 204 0
2026-03-29 06:08:56 [bca.uk] INFO: Found listing with ID: FG19%20YWD
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG19%2520YWD%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Scrape type for FG19%20YWD: 2
2026-03-29 06:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD
2026-03-29 06:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 412e88e8-e87e-59eb-989b-8b504712e6a5 with scrape type 2
2026-03-29 06:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 412e88e8-e87e-59eb-989b-8b504712e6a5 with scrape type 2
2026-03-29 06:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 412e88e8-e87e-59eb-989b-8b504712e6a5, identifier: FG19%20YWD
2026-03-29 06:08:56 [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 06:08:56 [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 06:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD
2026-03-29 06:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD
2026-03-29 06:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD to the API
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY72%20LOD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'cb2f8491-a4bb-595c-a357-8de08eb3ecce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY72 LOD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY72%20LOD&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 33723,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11350,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.6 HYBRID N-CONNECTA Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID N-CONNECTA',
'vin': 'SJNFCAF16U1189225',
'year': 2022}
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY72%2520LOD%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Saving data for EY72%20LOD: {'auction_closing_time': 1775199600.0, 'created_time': 1774305045.36865, 'last_price_update_time': 1774764536.39345}
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY72%2520LOD') HTTP/1.1" 204 0
2026-03-29 06:08:56 [bca.uk] INFO: Found listing with ID: PK22%20WPW
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK22%2520WPW%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Scrape type for PK22%20WPW: 2
2026-03-29 06:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW
2026-03-29 06:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with scrape type 2
2026-03-29 06:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with scrape type 2
2026-03-29 06:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2dfc78c-a0f3-5bc6-acb0-651527e806d6, identifier: PK22%20WPW
2026-03-29 06:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD
2026-03-29 06:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD
2026-03-29 06:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD to the API
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20YWD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '412e88e8-e87e-59eb-989b-8b504712e6a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG19 YWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20YWD&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'TOYOTA',
'model': 'PROACE VERSO',
'odometer': 60130,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE VERSO 2.0 D 180 FAMILY MEDIUM MPV',
'transmission': 'automatic',
'trim': 'D 180 FAMILY MEDIUM',
'vin': 'YARVEEHZ8GZ149861',
'year': 2019}
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG19%2520YWD%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Saving data for FG19%20YWD: {'auction_closing_time': 1774951200.0, 'created_time': 1774478431.721604, 'last_price_update_time': 1774764536.878191}
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520YWD') HTTP/1.1" 204 0
2026-03-29 06:08:56 [bca.uk] INFO: Found listing with ID: SN66%20PGE
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN66%2520PGE%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Scrape type for SN66%20PGE: 0
2026-03-29 06:08:56 [bca.uk] INFO: Found listing with ID: VO20%20ZZM
2026-03-29 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO20%2520ZZM%27 HTTP/1.1" 200 None
2026-03-29 06:08:56 [bca.uk] INFO: Scrape type for VO20%20ZZM: 2
2026-03-29 06:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM
2026-03-29 06:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2700d040-8ade-5ce2-bb41-5936b5b53c77 with scrape type 2
2026-03-29 06:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2700d040-8ade-5ce2-bb41-5936b5b53c77 with scrape type 2
2026-03-29 06:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2700d040-8ade-5ce2-bb41-5936b5b53c77, identifier: VO20%20ZZM
2026-03-29 06:08: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 06:08:57 [bca.uk] INFO: Found listing with ID: HG69%20EAF
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG69%2520EAF%27 HTTP/1.1" 200 None
2026-03-29 06:08:57 [bca.uk] INFO: Scrape type for HG69%20EAF: 0
2026-03-29 06:08:57 [bca.uk] INFO: Found listing with ID: KF24%20OBP
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF24%2520OBP%27 HTTP/1.1" 200 None
2026-03-29 06:08:57 [bca.uk] INFO: Scrape type for KF24%20OBP: 2
2026-03-29 06:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP
2026-03-29 06:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with scrape type 2
2026-03-29 06:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with scrape type 2
2026-03-29 06:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde, identifier: KF24%20OBP
2026-03-29 06:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW
2026-03-29 06:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW
2026-03-29 06:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW to the API
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 245,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK22%20WPW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c2dfc78c-a0f3-5bc6-acb0-651527e806d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK22 WPW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK22%20WPW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 43157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'D300 HSE DYNAMIC BLACK',
'vin': 'SALWA2AW4NA242421',
'year': 2022}
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK22%2520WPW%27 HTTP/1.1" 200 None
2026-03-29 06:08:57 [bca.uk] INFO: Saving data for PK22%20WPW: {'auction_closing_time': 1775037600.0, 'created_time': 1774563708.834499, 'last_price_update_time': 1774764537.398831}
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK22%2520WPW') HTTP/1.1" 204 0
2026-03-29 06:08:57 [bca.uk] INFO: Found listing with ID: LF19%20FON
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF19%2520FON%27 HTTP/1.1" 200 None
2026-03-29 06:08:57 [bca.uk] INFO: Scrape type for LF19%20FON: 2
2026-03-29 06:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON
2026-03-29 06:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2691716-f6c2-5071-827a-8994b587976d with scrape type 2
2026-03-29 06:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2691716-f6c2-5071-827a-8994b587976d with scrape type 2
2026-03-29 06:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2691716-f6c2-5071-827a-8994b587976d, identifier: LF19%20FON
2026-03-29 06:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM
2026-03-29 06:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM
2026-03-29 06:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM to the API
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO20%20ZZM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2700d040-8ade-5ce2-bb41-5936b5b53c77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO20 ZZM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO20%20ZZM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 64613,
'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 TIGUAN 2.0 TSI 230 4M SEL DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI 230 4M SEL DSG',
'vin': 'WVGZZZ5NZLW885244',
'year': 2020}
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO20%2520ZZM%27 HTTP/1.1" 200 None
2026-03-29 06:08:57 [bca.uk] INFO: Saving data for VO20%20ZZM: {'auction_closing_time': 1774951200.0, 'created_time': 1774265474.567554, 'last_price_update_time': 1774764537.788647}
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO20%2520ZZM') HTTP/1.1" 204 0
2026-03-29 06:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP
2026-03-29 06:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP
2026-03-29 06:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP to the API
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF24%20OBP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KF24 OBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF24%20OBP&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 12652,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'HYUNDAI I20 1.0 T GDI 100 ULTIMATE DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI 100 ULTIMATE DCT',
'vin': 'NLHBR51G2SZ490678',
'year': 2024}
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF24%2520OBP%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Saving data for KF24%20OBP: {'auction_closing_time': 1775199600.0, 'created_time': 1774365396.427782, 'last_price_update_time': 1774764538.104992}
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF24%2520OBP') HTTP/1.1" 204 0
2026-03-29 06:08:58 [bca.uk] INFO: Found listing with ID: YT22%20AHN
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT22%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Scrape type for YT22%20AHN: 2
2026-03-29 06:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN
2026-03-29 06:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f72f611-285c-552c-a43a-7025fa935212 with scrape type 2
2026-03-29 06:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f72f611-285c-552c-a43a-7025fa935212 with scrape type 2
2026-03-29 06:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f72f611-285c-552c-a43a-7025fa935212, identifier: YT22%20AHN
2026-03-29 06:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON
2026-03-29 06:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON
2026-03-29 06:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON to the API
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF19%20FON-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c2691716-f6c2-5071-827a-8994b587976d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF19 FON',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF19%20FON&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 55660,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D 180 AWD PRESTIGE StationWagon',
'transmission': 'automatic',
'trim': 'D 180 AWD PRESTIGE',
'vin': 'SADCA2AN3KA609052',
'year': 2019}
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF19%2520FON%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Saving data for LF19%20FON: {'auction_closing_time': 1775210400.0, 'created_time': 1774678121.927174, 'last_price_update_time': 1774764538.528814}
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520FON') HTTP/1.1" 204 0
2026-03-29 06:08:58 [bca.uk] INFO: Found listing with ID: WD17%20LOJ
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD17%2520LOJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Scrape type for WD17%20LOJ: 0
2026-03-29 06:08:58 [bca.uk] INFO: Found listing with ID: AY70%20UXZ
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY70%2520UXZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Scrape type for AY70%20UXZ: 2
2026-03-29 06:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ
2026-03-29 06:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200e478f-b619-503a-ab74-d0192f2396e5 with scrape type 2
2026-03-29 06:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200e478f-b619-503a-ab74-d0192f2396e5 with scrape type 2
2026-03-29 06:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 200e478f-b619-503a-ab74-d0192f2396e5, identifier: AY70%20UXZ
2026-03-29 06:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN
2026-03-29 06:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN
2026-03-29 06:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN to the API
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT22%20AHN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '0f72f611-285c-552c-a43a-7025fa935212',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YT22 AHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT22%20AHN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 36841,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 BLACK (11KW)',
'vin': 'SADHA2A10N1622199',
'year': 2022}
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT22%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Saving data for YT22%20AHN: {'auction_closing_time': 1775037600.0, 'created_time': 1774563698.297685, 'last_price_update_time': 1774764538.921791}
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520AHN') HTTP/1.1" 204 0
2026-03-29 06:08:58 [bca.uk] INFO: Found listing with ID: LL70%20FOU
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL70%2520FOU%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Scrape type for LL70%20FOU: 0
2026-03-29 06:08:58 [bca.uk] INFO: Found listing with ID: YD69%20XES
2026-03-29 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD69%2520XES%27 HTTP/1.1" 200 None
2026-03-29 06:08:58 [bca.uk] INFO: Scrape type for YD69%20XES: 2
2026-03-29 06:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES
2026-03-29 06:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with scrape type 2
2026-03-29 06:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with scrape type 2
2026-03-29 06:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48, identifier: YD69%20XES
2026-03-29 06:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ
2026-03-29 06:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ
2026-03-29 06:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ to the API
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY70%20UXZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '200e478f-b619-503a-ab74-d0192f2396e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY70 UXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY70%20UXZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SEAT',
'model': 'ARONA',
'odometer': 34698,
'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': 'SEAT ARONA 1.0 TSI 95 SE TECHNOLOGY EZ Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 SE TECHNOLOGY EZ',
'vin': 'VSSZZZKJZMR001417',
'year': 2020}
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY70%2520UXZ%27 HTTP/1.1" 200 None
2026-03-29 06:08:59 [bca.uk] INFO: Saving data for AY70%20UXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678132.736925, 'last_price_update_time': 1774764539.325101}
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY70%2520UXZ') HTTP/1.1" 204 0
2026-03-29 06:08:59 [bca.uk] INFO: Found listing with ID: KT18%20NNJ
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520NNJ%27 HTTP/1.1" 200 None
2026-03-29 06:08:59 [bca.uk] INFO: Scrape type for KT18%20NNJ: 0
2026-03-29 06:08:59 [bca.uk] INFO: Found listing with ID: SW16%20LHX
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW16%2520LHX%27 HTTP/1.1" 200 None
2026-03-29 06:08:59 [bca.uk] INFO: Scrape type for SW16%20LHX: 0
2026-03-29 06:08:59 [bca.uk] INFO: Found listing with ID: BC22%20HLN
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 06:08:59 [bca.uk] INFO: Scrape type for BC22%20HLN: 2
2026-03-29 06:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN
2026-03-29 06:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6731ca7f-151b-5b89-86f2-a28aa6c09600 with scrape type 2
2026-03-29 06:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6731ca7f-151b-5b89-86f2-a28aa6c09600 with scrape type 2
2026-03-29 06:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6731ca7f-151b-5b89-86f2-a28aa6c09600, identifier: BC22%20HLN
2026-03-29 06:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES
2026-03-29 06:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES
2026-03-29 06:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES to the API
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:08:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD69%20XES-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '90fa31d9-08ff-5ab1-817c-1abccbc5fa48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD69 XES',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD69%20XES&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 54126,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 2WD Hatchback',
'transmission': 'manual',
'trim': 'D150 2WD',
'vin': 'SALZB2CNXLH035325',
'year': 2019}
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD69%2520XES%27 HTTP/1.1" 200 None
2026-03-29 06:08:59 [bca.uk] INFO: Saving data for YD69%20XES: {'auction_closing_time': 1775210400.0, 'created_time': 1773833149.745314, 'last_price_update_time': 1774764539.856491}
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD69%2520XES') HTTP/1.1" 204 0
2026-03-29 06:08:59 [bca.uk] INFO: Found listing with ID: CA22%20ORW
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA22%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:08:59 [bca.uk] INFO: Scrape type for CA22%20ORW: 2
2026-03-29 06:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW
2026-03-29 06:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with scrape type 2
2026-03-29 06:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with scrape type 2
2026-03-29 06:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d, identifier: CA22%20ORW
2026-03-29 06:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN
2026-03-29 06:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN
2026-03-29 06:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN to the API
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC22%20HLN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '6731ca7f-151b-5b89-86f2-a28aa6c09600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BC22 HLN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC22%20HLN&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 24457,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A10P1625929',
'year': 2022}
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC22%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 06:09:00 [bca.uk] INFO: Saving data for BC22%20HLN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564027.55489, 'last_price_update_time': 1774764540.252715}
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC22%2520HLN') HTTP/1.1" 204 0
2026-03-29 06:09:00 [bca.uk] INFO: Found listing with ID: D10%20LKE
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27D10%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:09:00 [bca.uk] INFO: Scrape type for D10%20LKE: 2
2026-03-29 06:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE
2026-03-29 06:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3fd87ef-53b8-5bfc-920f-dc23eadc017d with scrape type 2
2026-03-29 06:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3fd87ef-53b8-5bfc-920f-dc23eadc017d with scrape type 2
2026-03-29 06:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3fd87ef-53b8-5bfc-920f-dc23eadc017d, identifier: D10%20LKE
2026-03-29 06:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Bi-Fuel HTTP/1.1" 200 None
2026-03-29 06:09:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:09: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 06:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW
2026-03-29 06:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW to the API
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA22%20ORW-GB',
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Bi-Fuel',
'id': '9f56fbe6-4b86-58f5-9e20-e580320d0e7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA22 ORW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA22%20ORW&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 35721,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'DACIA DUSTER 1.0 TCE 100 B/F PRESTIGE StationWagon',
'transmission': 'manual',
'trim': 'TCE 100 B/F PRESTIGE',
'vin': 'VF1HJD20669221514',
'year': 2022}
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA22%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:09:00 [bca.uk] INFO: Saving data for CA22%20ORW: {'auction_closing_time': 1774951200.0, 'created_time': 1774265365.256456, 'last_price_update_time': 1774764540.760794}
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA22%2520ORW') HTTP/1.1" 204 0
2026-03-29 06:09:00 [bca.uk] INFO: Found listing with ID: C12%20OLL
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27C12%2520OLL%27 HTTP/1.1" 200 None
2026-03-29 06:09:00 [bca.uk] INFO: Scrape type for C12%20OLL: 0
2026-03-29 06:09:00 [bca.uk] INFO: Found listing with ID: DY68%20VKP
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY68%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 06:09:00 [bca.uk] INFO: Scrape type for DY68%20VKP: 2
2026-03-29 06:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP
2026-03-29 06:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with scrape type 2
2026-03-29 06:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with scrape type 2
2026-03-29 06:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d, identifier: DY68%20VKP
2026-03-29 06:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE
2026-03-29 06:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE
2026-03-29 06:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE to the API
2026-03-29 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3fd87ef-53b8-5bfc-920f-dc23eadc017d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D10 LKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=D10%20LKE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 81756,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE BLACK StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 HSE BLACK',
'vin': 'SALCA2AN2HH678058',
'year': 2017}
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27D10%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:09:01 [bca.uk] INFO: Saving data for D10%20LKE: {'auction_closing_time': 1775210400.0, 'created_time': 1774678049.729752, 'last_price_update_time': 1774764541.176489}
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='D10%2520LKE') HTTP/1.1" 204 0
2026-03-29 06:09:01 [bca.uk] INFO: Found listing with ID: CP22%20DPV
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP22%2520DPV%27 HTTP/1.1" 200 None
2026-03-29 06:09:01 [bca.uk] INFO: Scrape type for CP22%20DPV: 2
2026-03-29 06:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV
2026-03-29 06:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b0490c9-f3ee-50d2-a789-786e57910d3a with scrape type 2
2026-03-29 06:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b0490c9-f3ee-50d2-a789-786e57910d3a with scrape type 2
2026-03-29 06:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b0490c9-f3ee-50d2-a789-786e57910d3a, identifier: CP22%20DPV
2026-03-29 06:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey%2Fwhite HTTP/1.1" 200 None
2026-03-29 06:09:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:09: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 06:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP
2026-03-29 06:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP to the API
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': 'Motorhome',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY68 VKP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY68%20VKP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SWIFT',
'model': 'VOGUE',
'odometer': 7368,
'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': 'SWIFT VOGUE 2.3 694 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '694 MOTORHOME',
'vin': 'ZFA25000002G13122',
'year': 2018}
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY68%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 06:09:01 [bca.uk] INFO: Saving data for DY68%20VKP: {'auction_closing_time': 1775124000.0, 'created_time': 1774678139.760321, 'last_price_update_time': 1774764541.686598}
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520VKP') HTTP/1.1" 204 0
2026-03-29 06:09:01 [bca.uk] INFO: Found listing with ID: DGZ%206301
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DGZ%25206301%27 HTTP/1.1" 200 None
2026-03-29 06:09:01 [bca.uk] INFO: Scrape type for DGZ%206301: 2
2026-03-29 06:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301
2026-03-29 06:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with scrape type 2
2026-03-29 06:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with scrape type 2
2026-03-29 06:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a, identifier: DGZ%206301
2026-03-29 06:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV
2026-03-29 06:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV
2026-03-29 06:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV to the API
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP22%20DPV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6b0490c9-f3ee-50d2-a789-786e57910d3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP22 DPV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP22%20DPV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 35457,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 E-TSI 130 ACTIVE DSG Hatchback',
'transmission': 'automatic',
'trim': 'E-TSI 130 ACTIVE DSG',
'vin': 'WVWZZZCDZNW204912',
'year': 2022}
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP22%2520DPV%27 HTTP/1.1" 200 None
2026-03-29 06:09:02 [bca.uk] INFO: Saving data for CP22%20DPV: {'auction_closing_time': 1774951200.0, 'created_time': 1774678112.253524, 'last_price_update_time': 1774764542.095299}
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP22%2520DPV') HTTP/1.1" 204 0
2026-03-29 06:09:02 [bca.uk] INFO: Found listing with ID: NA22%20COJ
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA22%2520COJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:02 [bca.uk] INFO: Scrape type for NA22%20COJ: 0
2026-03-29 06:09:02 [bca.uk] INFO: Found listing with ID: NX69%20MFO
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX69%2520MFO%27 HTTP/1.1" 200 None
2026-03-29 06:09:02 [bca.uk] INFO: Scrape type for NX69%20MFO: 2
2026-03-29 06:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO
2026-03-29 06:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f4c079-3808-53d2-9522-ea00a20e4e42 with scrape type 2
2026-03-29 06:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85f4c079-3808-53d2-9522-ea00a20e4e42 with scrape type 2
2026-03-29 06:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85f4c079-3808-53d2-9522-ea00a20e4e42, identifier: NX69%20MFO
2026-03-29 06:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301
2026-03-29 06:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301
2026-03-29 06:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301 to the API
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '60c8ccaf-6dbb-534a-9827-388bc0fdf00a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DGZ 6301',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DGZ%206301&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 70372,
'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 DISCOVERY SPORT 2.0 TD4 180 HSE BLACK StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 HSE BLACK',
'vin': 'SALCA2AN6HH645015',
'year': 2016}
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DGZ%25206301%27 HTTP/1.1" 200 None
2026-03-29 06:09:02 [bca.uk] INFO: Saving data for DGZ%206301: {'auction_closing_time': 1775210400.0, 'created_time': 1774678064.02984, 'last_price_update_time': 1774764542.504737}
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DGZ%25206301') HTTP/1.1" 204 0
2026-03-29 06:09:02 [bca.uk] INFO: Found listing with ID: CV69%20KLS
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV69%2520KLS%27 HTTP/1.1" 200 None
2026-03-29 06:09:02 [bca.uk] INFO: Scrape type for CV69%20KLS: 2
2026-03-29 06:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS
2026-03-29 06:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4858cf03-0d82-5eed-8e64-efc76acae64d with scrape type 2
2026-03-29 06:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4858cf03-0d82-5eed-8e64-efc76acae64d with scrape type 2
2026-03-29 06:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4858cf03-0d82-5eed-8e64-efc76acae64d, identifier: CV69%20KLS
2026-03-29 06:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO
2026-03-29 06:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO
2026-03-29 06:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO to the API
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 290,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX69%20MFO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '85f4c079-3808-53d2-9522-ea00a20e4e42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX69 MFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX69%20MFO&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 68502,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 V8 S/C 575 SVR StationWagon',
'transmission': 'automatic',
'trim': 'V8 S/C 575 SVR',
'vin': 'SALWA2AE0LA881660',
'year': 2019}
2026-03-29 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX69%2520MFO%27 HTTP/1.1" 200 None
2026-03-29 06:09:03 [bca.uk] INFO: Saving data for NX69%20MFO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564025.862141, 'last_price_update_time': 1774764543.004985}
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX69%2520MFO') HTTP/1.1" 204 0
2026-03-29 06:09:03 [bca.uk] INFO: Found listing with ID: GX69%20UTS
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 06:09:03 [bca.uk] INFO: Scrape type for GX69%20UTS: 2
2026-03-29 06:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS
2026-03-29 06:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with scrape type 2
2026-03-29 06:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with scrape type 2
2026-03-29 06:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f962e0a-9f7d-5769-a24e-466c9d3c0152, identifier: GX69%20UTS
2026-03-29 06:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS
2026-03-29 06:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS
2026-03-29 06:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS to the API
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV69%20KLS-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4858cf03-0d82-5eed-8e64-efc76acae64d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV69 KLS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV69%20KLS&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 54445,
'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 2008 1.2 P/T 130 GT LINE EAT6 MPV',
'transmission': 'automatic',
'trim': 'P/T 130 GT LINE EAT6',
'vin': 'VF3CUHNS4KY189102',
'year': 2019}
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV69%2520KLS%27 HTTP/1.1" 200 None
2026-03-29 06:09:03 [bca.uk] INFO: Saving data for CV69%20KLS: {'auction_closing_time': 1774951200.0, 'created_time': 1774535158.859976, 'last_price_update_time': 1774764543.409698}
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV69%2520KLS') HTTP/1.1" 204 0
2026-03-29 06:09:03 [bca.uk] INFO: Found listing with ID: SG71%20XJD
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:09:03 [bca.uk] INFO: Scrape type for SG71%20XJD: 2
2026-03-29 06:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD
2026-03-29 06:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05295eb0-9624-551f-a94f-0e5f4478133a with scrape type 2
2026-03-29 06:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05295eb0-9624-551f-a94f-0e5f4478133a with scrape type 2
2026-03-29 06:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05295eb0-9624-551f-a94f-0e5f4478133a, identifier: SG71%20XJD
2026-03-29 06:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS
2026-03-29 06:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS
2026-03-29 06:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS to the API
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX69%20UTS-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3f962e0a-9f7d-5769-a24e-466c9d3c0152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX69 UTS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX69%20UTS&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 30723,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD R-DYNAMIC SE',
'vin': 'SALZA2AN2LH011414',
'year': 2019}
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 06:09:03 [bca.uk] INFO: Saving data for GX69%20UTS: {'auction_closing_time': 1775210400.0, 'created_time': 1773833128.375329, 'last_price_update_time': 1774764543.826227}
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX69%2520UTS') HTTP/1.1" 204 0
2026-03-29 06:09:03 [bca.uk] INFO: Found listing with ID: DL64%20PUA
2026-03-29 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL64%2520PUA%27 HTTP/1.1" 200 None
2026-03-29 06:09:03 [bca.uk] INFO: Scrape type for DL64%20PUA: 2
2026-03-29 06:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA
2026-03-29 06:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0f6140a-22c3-53db-a12c-360c957a7c62 with scrape type 2
2026-03-29 06:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0f6140a-22c3-53db-a12c-360c957a7c62 with scrape type 2
2026-03-29 06:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0f6140a-22c3-53db-a12c-360c957a7c62, identifier: DL64%20PUA
2026-03-29 06:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD
2026-03-29 06:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD
2026-03-29 06:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD to the API
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG71%20XJD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '05295eb0-9624-551f-a94f-0e5f4478133a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SG71 XJD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG71%20XJD&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 25048,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 SE (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 SE (11KW)',
'vin': 'SADHA2A18N1621432',
'year': 2022}
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:09:04 [bca.uk] INFO: Saving data for SG71%20XJD: {'auction_closing_time': 1775037600.0, 'created_time': 1774564764.003151, 'last_price_update_time': 1774764544.241712}
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG71%2520XJD') HTTP/1.1" 204 0
2026-03-29 06:09:04 [bca.uk] INFO: Found listing with ID: KY67%20GGX
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520GGX%27 HTTP/1.1" 200 None
2026-03-29 06:09:04 [bca.uk] INFO: Scrape type for KY67%20GGX: 2
2026-03-29 06:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX
2026-03-29 06:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with scrape type 2
2026-03-29 06:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with scrape type 2
2026-03-29 06:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79, identifier: KY67%20GGX
2026-03-29 06:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA
2026-03-29 06:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA
2026-03-29 06:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA to the API
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL64%20PUA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e0f6140a-22c3-53db-a12c-360c957a7c62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL64 PUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL64%20PUA&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MITSUBISHI',
'model': 'OUTLANDER',
'odometer': 63635,
'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': 'MITSUBISHI OUTLANDER 2.0 PHEV GX3H 4WD StationWagon',
'transmission': 'automatic',
'trim': 'PHEV GX3H 4WD',
'vin': 'JMAXDGG2WEZC04589',
'year': 2014}
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520PUA%27 HTTP/1.1" 200 None
2026-03-29 06:09:04 [bca.uk] INFO: Saving data for DL64%20PUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774678109.743028, 'last_price_update_time': 1774764544.652995}
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL64%2520PUA') HTTP/1.1" 204 0
2026-03-29 06:09:04 [bca.uk] INFO: Found listing with ID: SW22%20JBO
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW22%2520JBO%27 HTTP/1.1" 200 None
2026-03-29 06:09:04 [bca.uk] INFO: Scrape type for SW22%20JBO: 2
2026-03-29 06:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO
2026-03-29 06:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with scrape type 2
2026-03-29 06:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with scrape type 2
2026-03-29 06:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb, identifier: SW22%20JBO
2026-03-29 06:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX
2026-03-29 06:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX
2026-03-29 06:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX to the API
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 219,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY67%20GGX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.4L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9bb8b7dd-0d1b-56dc-a456-3f5902db3c79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY67 GGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY67%20GGX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 66798,
'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 4.4 SDV8 VOGUE SE StationWagon',
'transmission': 'manual',
'trim': 'SDV8 VOGUE SE',
'vin': 'SALGA2EJ3HA365022',
'year': 2017}
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY67%2520GGX%27 HTTP/1.1" 200 None
2026-03-29 06:09:05 [bca.uk] INFO: Saving data for KY67%20GGX: {'auction_closing_time': 1775210400.0, 'created_time': 1774678104.920549, 'last_price_update_time': 1774764545.034777}
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY67%2520GGX') HTTP/1.1" 204 0
2026-03-29 06:09:05 [bca.uk] INFO: Found listing with ID: EO10%20ZHY
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO10%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 06:09:05 [bca.uk] INFO: Scrape type for EO10%20ZHY: 2
2026-03-29 06:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY
2026-03-29 06:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1987c8a-3317-58f4-b55f-2cca34d90152 with scrape type 2
2026-03-29 06:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1987c8a-3317-58f4-b55f-2cca34d90152 with scrape type 2
2026-03-29 06:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1987c8a-3317-58f4-b55f-2cca34d90152, identifier: EO10%20ZHY
2026-03-29 06:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO
2026-03-29 06:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO
2026-03-29 06:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO to the API
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW22%20JBO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e5f348ab-b3a9-59d8-a657-b1f1a0000dfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SW22 JBO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW22%20JBO&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 25952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D165 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D165 4WD R-DYNAMIC S',
'vin': 'SALZA2AN7PH190605',
'year': 2022}
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW22%2520JBO%27 HTTP/1.1" 200 None
2026-03-29 06:09:05 [bca.uk] INFO: Saving data for SW22%20JBO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564029.87717, 'last_price_update_time': 1774764545.437452}
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW22%2520JBO') HTTP/1.1" 204 0
2026-03-29 06:09:05 [bca.uk] INFO: Found listing with ID: LT68%20DYO
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT68%2520DYO%27 HTTP/1.1" 200 None
2026-03-29 06:09:05 [bca.uk] INFO: Scrape type for LT68%20DYO: 2
2026-03-29 06:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO
2026-03-29 06:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with scrape type 2
2026-03-29 06:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with scrape type 2
2026-03-29 06:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01, identifier: LT68%20DYO
2026-03-29 06:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY
2026-03-29 06:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY
2026-03-29 06:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY to the API
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO10%20ZHY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd1987c8a-3317-58f4-b55f-2cca34d90152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO10 ZHY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO10%20ZHY&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 78731,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'NISSAN MICRA 1.2 N-TEC Hatchback',
'transmission': 'manual',
'trim': 'N-TEC',
'vin': 'SJNFBAK12U3212663',
'year': 2010}
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO10%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 06:09:05 [bca.uk] INFO: Saving data for EO10%20ZHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774678055.199317, 'last_price_update_time': 1774764545.820557}
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO10%2520ZHY') HTTP/1.1" 204 0
2026-03-29 06:09:05 [bca.uk] INFO: Found listing with ID: KS20%20GNF
2026-03-29 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS20%2520GNF%27 HTTP/1.1" 200 None
2026-03-29 06:09:05 [bca.uk] INFO: Scrape type for KS20%20GNF: 2
2026-03-29 06:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF
2026-03-29 06:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with scrape type 2
2026-03-29 06:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with scrape type 2
2026-03-29 06:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f, identifier: KS20%20GNF
2026-03-29 06:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO
2026-03-29 06:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO
2026-03-29 06:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO to the API
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT68%20DYO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8aead79c-5b3e-54f5-91c0-6f308ff8cd01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT68 DYO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT68%20DYO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 107199,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D180 AWD S Hatchback',
'transmission': 'automatic',
'trim': 'D180 AWD S',
'vin': 'SADFA2AN7J1Z27333',
'year': 2018}
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT68%2520DYO%27 HTTP/1.1" 200 None
2026-03-29 06:09:06 [bca.uk] INFO: Saving data for LT68%20DYO: {'auction_closing_time': 1775210400.0, 'created_time': 1774351854.312884, 'last_price_update_time': 1774764546.227059}
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520DYO') HTTP/1.1" 204 0
2026-03-29 06:09:06 [bca.uk] INFO: Found listing with ID: HX17%20TCV
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX17%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:09:06 [bca.uk] INFO: Scrape type for HX17%20TCV: 2
2026-03-29 06:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV
2026-03-29 06:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78a0d477-4cb7-5978-a8b2-47c350e2e371 with scrape type 2
2026-03-29 06:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78a0d477-4cb7-5978-a8b2-47c350e2e371 with scrape type 2
2026-03-29 06:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78a0d477-4cb7-5978-a8b2-47c350e2e371, identifier: HX17%20TCV
2026-03-29 06:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF
2026-03-29 06:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF
2026-03-29 06:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF to the API
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS20%20GNF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6e85421a-429d-5c7e-b1dc-1bcc4d06745f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS20 GNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS20%20GNF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'E300 D',
'odometer': 27769,
'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 E300 D 2.0 AMG LINE NIGHT ED.PREM.PLUS 9G Convertible',
'transmission': 'manual',
'trim': 'AMG LINE NIGHT ED.PREM.PLUS 9G',
'vin': 'W1K2384182F138043',
'year': 2020}
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS20%2520GNF%27 HTTP/1.1" 200 None
2026-03-29 06:09:06 [bca.uk] INFO: Saving data for KS20%20GNF: {'auction_closing_time': 1775124000.0, 'created_time': 1774678145.821051, 'last_price_update_time': 1774764546.617133}
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS20%2520GNF') HTTP/1.1" 204 0
2026-03-29 06:09:06 [bca.uk] INFO: Found listing with ID: PK16%20SFV
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-29 06:09:06 [bca.uk] INFO: Scrape type for PK16%20SFV: 2
2026-03-29 06:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV
2026-03-29 06:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d48ef1d7-ea21-5953-85cf-000449554ab1 with scrape type 2
2026-03-29 06:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d48ef1d7-ea21-5953-85cf-000449554ab1 with scrape type 2
2026-03-29 06:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d48ef1d7-ea21-5953-85cf-000449554ab1, identifier: PK16%20SFV
2026-03-29 06:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV
2026-03-29 06:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV
2026-03-29 06:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV to the API
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX17%20TCV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '78a0d477-4cb7-5978-a8b2-47c350e2e371',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX17 TCV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX17%20TCV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'GLC 220 D',
'odometer': 118796,
'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 GLC 220 D 2.1 SE EXECUTIVE 4M 9G StationWagon',
'transmission': 'manual',
'trim': 'SE EXECUTIVE 4M 9G',
'vin': 'WDC2539052F290339',
'year': 2017}
2026-03-29 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX17%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:09:07 [bca.uk] INFO: Saving data for HX17%20TCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774476280.103117, 'last_price_update_time': 1774764547.002273}
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX17%2520TCV') HTTP/1.1" 204 0
2026-03-29 06:09:07 [bca.uk] INFO: Found listing with ID: KV68%20FFL
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV68%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 06:09:07 [bca.uk] INFO: Scrape type for KV68%20FFL: 2
2026-03-29 06:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL
2026-03-29 06:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with scrape type 2
2026-03-29 06:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with scrape type 2
2026-03-29 06:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b, identifier: KV68%20FFL
2026-03-29 06:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV
2026-03-29 06:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV
2026-03-29 06:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV to the API
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK16%20SFV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd48ef1d7-ea21-5953-85cf-000449554ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK16 SFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK16%20SFV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 42732,
'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': 'SALVA2AN3GH142369',
'year': 2016}
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-29 06:09:07 [bca.uk] INFO: Saving data for PK16%20SFV: {'auction_closing_time': 1775210400.0, 'created_time': 1774392141.321884, 'last_price_update_time': 1774764547.467323}
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK16%2520SFV') HTTP/1.1" 204 0
2026-03-29 06:09:07 [bca.uk] INFO: Found listing with ID: GF09%20WVJ
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF09%2520WVJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:07 [bca.uk] INFO: Scrape type for GF09%20WVJ: 2
2026-03-29 06:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ
2026-03-29 06:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with scrape type 2
2026-03-29 06:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with scrape type 2
2026-03-29 06:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0054f9f-4ca9-58d2-bb12-5a717ea86e41, identifier: GF09%20WVJ
2026-03-29 06:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL
2026-03-29 06:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL
2026-03-29 06:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL to the API
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 71,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV68%20FFL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3ffcbc3d-322a-5a11-af8b-e2ec35bd353b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV68 FFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV68%20FFL&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 78749,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE DYNAMIC',
'vin': 'SALWA2AY7KA846008',
'year': 2019}
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV68%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 06:09:07 [bca.uk] INFO: Saving data for KV68%20FFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774564702.740014, 'last_price_update_time': 1774764547.877208}
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV68%2520FFL') HTTP/1.1" 204 0
2026-03-29 06:09:07 [bca.uk] INFO: Found listing with ID: YL70%20FHK
2026-03-29 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-29 06:09:07 [bca.uk] INFO: Scrape type for YL70%20FHK: 2
2026-03-29 06:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK
2026-03-29 06:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with scrape type 2
2026-03-29 06:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with scrape type 2
2026-03-29 06:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6328c5cc-a20e-5a2f-afa9-a37dd8582561, identifier: YL70%20FHK
2026-03-29 06:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ
2026-03-29 06:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ
2026-03-29 06:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ to the API
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF09%20WVJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b0054f9f-4ca9-58d2-bb12-5a717ea86e41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF09 WVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF09%20WVJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FIAT',
'model': '500',
'odometer': 109997,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FIAT 500 1.3 M/JET 75 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'M/JET 75 LOUNGE',
'vin': 'ZFA31200000249276',
'year': 2009}
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF09%2520WVJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:08 [bca.uk] INFO: Saving data for GF09%20WVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774478399.500676, 'last_price_update_time': 1774764548.294215}
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF09%2520WVJ') HTTP/1.1" 204 0
2026-03-29 06:09:08 [bca.uk] INFO: Found listing with ID: MA22%20UZX
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 06:09:08 [bca.uk] INFO: Scrape type for MA22%20UZX: 2
2026-03-29 06:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX
2026-03-29 06:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7ae9989-c133-585a-94a2-9f15326db526 with scrape type 2
2026-03-29 06:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7ae9989-c133-585a-94a2-9f15326db526 with scrape type 2
2026-03-29 06:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7ae9989-c133-585a-94a2-9f15326db526, identifier: MA22%20UZX
2026-03-29 06:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK
2026-03-29 06:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK
2026-03-29 06:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK to the API
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL70%20FHK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '6328c5cc-a20e-5a2f-afa9-a37dd8582561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL70 FHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL70%20FHK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 81760,
'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 DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P300E R-DYNAMIC SE (5ST)',
'vin': 'SALCA2AT7MH885019',
'year': 2021}
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-29 06:09:08 [bca.uk] INFO: Saving data for YL70%20FHK: {'auction_closing_time': 1775210400.0, 'created_time': 1773833110.448423, 'last_price_update_time': 1774764548.685802}
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL70%2520FHK') HTTP/1.1" 204 0
2026-03-29 06:09:08 [bca.uk] INFO: Found listing with ID: MV12%20NVP
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520NVP%27 HTTP/1.1" 200 None
2026-03-29 06:09:08 [bca.uk] INFO: Scrape type for MV12%20NVP: 2
2026-03-29 06:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP
2026-03-29 06:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with scrape type 2
2026-03-29 06:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with scrape type 2
2026-03-29 06:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f, identifier: MV12%20NVP
2026-03-29 06:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX
2026-03-29 06:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX
2026-03-29 06:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX to the API
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 253,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20UZX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c7ae9989-c133-585a-94a2-9f15326db526',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA22 UZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20UZX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 66917,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC (7S) StationWagon',
'transmission': 'automatic',
'trim': 'D300 HSE DYNAMIC (7S)',
'vin': 'SALWA2AW9NA234864',
'year': 2022}
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA22%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Saving data for MA22%20UZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774678134.157059, 'last_price_update_time': 1774764549.12846}
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520UZX') HTTP/1.1" 204 0
2026-03-29 06:09:09 [bca.uk] INFO: Found listing with ID: GJ64%20VAM
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Scrape type for GJ64%20VAM: 2
2026-03-29 06:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM
2026-03-29 06:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630ab744-0f83-56c9-8de3-6bee062c4c19 with scrape type 2
2026-03-29 06:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630ab744-0f83-56c9-8de3-6bee062c4c19 with scrape type 2
2026-03-29 06:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 630ab744-0f83-56c9-8de3-6bee062c4c19, identifier: GJ64%20VAM
2026-03-29 06:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP
2026-03-29 06:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP
2026-03-29 06:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP to the API
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV12%20NVP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV12 NVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV12%20NVP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 95812,
'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': 'WF0JXXGAJJCB29121',
'year': 2012}
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV12%2520NVP%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Saving data for MV12%20NVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774045876.983188, 'last_price_update_time': 1774764549.539167}
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV12%2520NVP') HTTP/1.1" 204 0
2026-03-29 06:09:09 [bca.uk] INFO: Found listing with ID: OV69%20ZYX
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV69%2520ZYX%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Scrape type for OV69%20ZYX: 0
2026-03-29 06:09:09 [bca.uk] INFO: Found listing with ID: YF72%20SCZ
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF72%2520SCZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Scrape type for YF72%20SCZ: 0
2026-03-29 06:09:09 [bca.uk] INFO: Found listing with ID: LM22%20ZTO
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM22%2520ZTO%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Scrape type for LM22%20ZTO: 0
2026-03-29 06:09:09 [bca.uk] INFO: Found listing with ID: KS21%20FGU
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS21%2520FGU%27 HTTP/1.1" 200 None
2026-03-29 06:09:09 [bca.uk] INFO: Scrape type for KS21%20FGU: 2
2026-03-29 06:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU
2026-03-29 06:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c3f655b-9717-52b9-8472-386f19862a7a with scrape type 2
2026-03-29 06:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c3f655b-9717-52b9-8472-386f19862a7a with scrape type 2
2026-03-29 06:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c3f655b-9717-52b9-8472-386f19862a7a, identifier: KS21%20FGU
2026-03-29 06:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM
2026-03-29 06:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM
2026-03-29 06:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM to the API
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ64%20VAM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '630ab744-0f83-56c9-8de3-6bee062c4c19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ64 VAM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ64%20VAM&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 90728,
'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 SPORT 3.0 SDV6 HSE StationWagon',
'transmission': 'manual',
'trim': 'SDV6 HSE',
'vin': 'SALWA2KE9EA397441',
'year': 2014}
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-29 06:09:10 [bca.uk] INFO: Saving data for GJ64%20VAM: {'auction_closing_time': 1775210400.0, 'created_time': 1774392140.644628, 'last_price_update_time': 1774764550.021092}
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ64%2520VAM') HTTP/1.1" 204 0
2026-03-29 06:09:10 [bca.uk] INFO: Found listing with ID: Y467%20UKE
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27Y467%2520UKE%27 HTTP/1.1" 200 None
2026-03-29 06:09:10 [bca.uk] INFO: Scrape type for Y467%20UKE: 0
2026-03-29 06:09:10 [bca.uk] INFO: Found listing with ID: RIL%206309
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RIL%25206309%27 HTTP/1.1" 200 None
2026-03-29 06:09:10 [bca.uk] INFO: Scrape type for RIL%206309: 0
2026-03-29 06:09:10 [bca.uk] INFO: Found listing with ID: KM23%20LCL
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM23%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 06:09:10 [bca.uk] INFO: Scrape type for KM23%20LCL: 2
2026-03-29 06:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL
2026-03-29 06:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with scrape type 2
2026-03-29 06:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with scrape type 2
2026-03-29 06:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9, identifier: KM23%20LCL
2026-03-29 06:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU
2026-03-29 06:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU
2026-03-29 06:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU to the API
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 241,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS21%20FGU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9c3f655b-9717-52b9-8472-386f19862a7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS21 FGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS21%20FGU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 69182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 D350 HST StationWagon',
'transmission': 'automatic',
'trim': 'D350 HST',
'vin': 'SALWA2AW8MA791621',
'year': 2021}
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS21%2520FGU%27 HTTP/1.1" 200 None
2026-03-29 06:09:10 [bca.uk] INFO: Saving data for KS21%20FGU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564704.839038, 'last_price_update_time': 1774764550.62727}
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS21%2520FGU') HTTP/1.1" 204 0
2026-03-29 06:09:10 [bca.uk] INFO: Found listing with ID: GY20%20BYH
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 06:09:10 [bca.uk] INFO: Scrape type for GY20%20BYH: 2
2026-03-29 06:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH
2026-03-29 06:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9a247d2-d73a-547c-b0fc-3edad5fe9782 with scrape type 2
2026-03-29 06:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9a247d2-d73a-547c-b0fc-3edad5fe9782 with scrape type 2
2026-03-29 06:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9a247d2-d73a-547c-b0fc-3edad5fe9782, identifier: GY20%20BYH
2026-03-29 06:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL
2026-03-29 06:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL
2026-03-29 06:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL to the API
2026-03-29 06:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM23%20LCL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '87306a36-7ce5-525d-84d6-8c77ef9b3bf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KM23 LCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM23%20LCL&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'PEUGEOT',
'model': '208',
'odometer': 37939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 100 GT EAT8',
'vin': 'VR3UPHNKSPT529899',
'year': 2023}
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM23%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Saving data for KM23%20LCL: {'auction_closing_time': 1775642400.0, 'created_time': 1774678111.343607, 'last_price_update_time': 1774764551.115287}
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM23%2520LCL') HTTP/1.1" 204 0
2026-03-29 06:09:11 [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 06:09:11 [scrapy.extensions.logstats] INFO: Crawled 67 pages (at 4 pages/min), scraped 871 items (at 135 items/min)
2026-03-29 06:09:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 200MiB
2026-03-29 06:09:11 [bca.uk] INFO: Found listing with ID: LF68%20HUV
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF68%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Scrape type for LF68%20HUV: 0
2026-03-29 06:09:11 [bca.uk] INFO: Found listing with ID: KW18%20DWX
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW18%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Scrape type for KW18%20DWX: 0
2026-03-29 06:09:11 [bca.uk] INFO: Found listing with ID: LR19%20NCU
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR19%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Scrape type for LR19%20NCU: 2
2026-03-29 06:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU
2026-03-29 06:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with scrape type 2
2026-03-29 06:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with scrape type 2
2026-03-29 06:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708, identifier: LR19%20NCU
2026-03-29 06:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH
2026-03-29 06:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH
2026-03-29 06:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH to the API
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY20%20BYH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a9a247d2-d73a-547c-b0fc-3edad5fe9782',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY20 BYH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY20%20BYH&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 42366,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 2WD R-DYNAMIC Hatchback',
'transmission': 'manual',
'trim': 'D150 2WD R-DYNAMIC',
'vin': 'SALZB2CN6LH099927',
'year': 2020}
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Saving data for GY20%20BYH: {'auction_closing_time': 1775210400.0, 'created_time': 1773833145.957552, 'last_price_update_time': 1774764551.550031}
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY20%2520BYH') HTTP/1.1" 204 0
2026-03-29 06:09:11 [bca.uk] INFO: Found listing with ID: KS73%20SSO
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS73%2520SSO%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Scrape type for KS73%20SSO: 0
2026-03-29 06:09:11 [bca.uk] INFO: Found listing with ID: MW24%20YOG
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW24%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Scrape type for MW24%20YOG: 2
2026-03-29 06:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG
2026-03-29 06:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d436f3d-705d-5286-b90d-46d6dc214141 with scrape type 2
2026-03-29 06:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d436f3d-705d-5286-b90d-46d6dc214141 with scrape type 2
2026-03-29 06:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d436f3d-705d-5286-b90d-46d6dc214141, identifier: MW24%20YOG
2026-03-29 06:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU
2026-03-29 06:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU
2026-03-29 06:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU to the API
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR19%20NCU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4f4b461b-1bbc-51fa-bb1b-42358d7b1708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR19 NCU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR19%20NCU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 53004,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 T 250 AWD R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'T 250 AWD R SPORT',
'vin': 'SADCA2AX3KA355733',
'year': 2019}
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR19%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Saving data for LR19%20NCU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564702.097979, 'last_price_update_time': 1774764551.95435}
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR19%2520NCU') HTTP/1.1" 204 0
2026-03-29 06:09:11 [bca.uk] INFO: Found listing with ID: OY67%20YSO
2026-03-29 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-29 06:09:11 [bca.uk] INFO: Scrape type for OY67%20YSO: 2
2026-03-29 06:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO
2026-03-29 06:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac55cf35-7b73-53ee-a533-627394449ea7 with scrape type 2
2026-03-29 06:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac55cf35-7b73-53ee-a533-627394449ea7 with scrape type 2
2026-03-29 06:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac55cf35-7b73-53ee-a533-627394449ea7, identifier: OY67%20YSO
2026-03-29 06:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG
2026-03-29 06:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG
2026-03-29 06:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG to the API
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW24%20YOG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Electric',
'id': '1d436f3d-705d-5286-b90d-46d6dc214141',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW24 YOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW24%20YOG&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'MOKKA-E',
'odometer': 30986,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA-E 100KW 50KWH ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH ULTIMATE',
'vin': 'VXKUKZKX5RW034193',
'year': 2024}
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW24%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Saving data for MW24%20YOG: {'auction_closing_time': 1775642400.0, 'created_time': 1774678105.736658, 'last_price_update_time': 1774764552.388646}
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW24%2520YOG') HTTP/1.1" 204 0
2026-03-29 06:09:12 [bca.uk] INFO: Found listing with ID: WF70%20FSN
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520FSN%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Scrape type for WF70%20FSN: 0
2026-03-29 06:09:12 [bca.uk] INFO: Found listing with ID: DK20%20WOA
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK20%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Scrape type for DK20%20WOA: 2
2026-03-29 06:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA
2026-03-29 06:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with scrape type 2
2026-03-29 06:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with scrape type 2
2026-03-29 06:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81, identifier: DK20%20WOA
2026-03-29 06:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO
2026-03-29 06:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO
2026-03-29 06:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO to the API
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY67%20YSO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ac55cf35-7b73-53ee-a533-627394449ea7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY67 YSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY67%20YSO&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 50953,
'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 SD4 AUTOBIOGRAPHY Hatchback',
'transmission': 'automatic',
'trim': 'SD4 AUTOBIOGRAPHY',
'vin': 'SALVA2AN3JH274121',
'year': 2017}
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Saving data for OY67%20YSO: {'auction_closing_time': 1775210400.0, 'created_time': 1774350975.704611, 'last_price_update_time': 1774764552.79412}
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY67%2520YSO') HTTP/1.1" 204 0
2026-03-29 06:09:12 [bca.uk] INFO: Found listing with ID: NC71%20AYS
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520AYS%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Scrape type for NC71%20AYS: 0
2026-03-29 06:09:12 [bca.uk] INFO: Found listing with ID: FT13%20HXR
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT13%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Scrape type for FT13%20HXR: 0
2026-03-29 06:09:12 [bca.uk] INFO: Found listing with ID: KS23%20HYZ
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HYZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:12 [bca.uk] INFO: Scrape type for KS23%20HYZ: 2
2026-03-29 06:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ
2026-03-29 06:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf571fb7-fd80-5c0f-89ff-27404c77dc39 with scrape type 2
2026-03-29 06:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf571fb7-fd80-5c0f-89ff-27404c77dc39 with scrape type 2
2026-03-29 06:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf571fb7-fd80-5c0f-89ff-27404c77dc39, identifier: KS23%20HYZ
2026-03-29 06:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA
2026-03-29 06:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA
2026-03-29 06:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA to the API
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK20%20WOA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1cb85d6c-e4f4-5d4a-b5a3-53e560288c81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DK20 WOA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK20%20WOA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 77894,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D150 R-DYNAMIC SE (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D150 R-DYNAMIC SE (7ST)',
'vin': 'SALCA2AN9LH843175',
'year': 2020}
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK20%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 06:09:13 [bca.uk] INFO: Saving data for DK20%20WOA: {'auction_closing_time': 1775037600.0, 'created_time': 1774563721.473959, 'last_price_update_time': 1774764553.22393}
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK20%2520WOA') HTTP/1.1" 204 0
2026-03-29 06:09:13 [bca.uk] INFO: Found listing with ID: RE70%20NBM
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:09:13 [bca.uk] INFO: Scrape type for RE70%20NBM: 2
2026-03-29 06:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM
2026-03-29 06:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c0f8043-86b3-5093-b58c-53b42a7fc849 with scrape type 2
2026-03-29 06:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c0f8043-86b3-5093-b58c-53b42a7fc849 with scrape type 2
2026-03-29 06:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c0f8043-86b3-5093-b58c-53b42a7fc849, identifier: RE70%20NBM
2026-03-29 06:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ
2026-03-29 06:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ
2026-03-29 06:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ to the API
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS23%20HYZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bf571fb7-fd80-5c0f-89ff-27404c77dc39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KS23 HYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS23%20HYZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 32335,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 100 ALLURE PREMIUM+ Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE PREMIUM+',
'vin': 'VR3USHNKKPJ619789',
'year': 2023}
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HYZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:13 [bca.uk] INFO: Saving data for KS23%20HYZ: {'auction_closing_time': 1775642400.0, 'created_time': 1774305446.583208, 'last_price_update_time': 1774764553.707861}
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS23%2520HYZ') HTTP/1.1" 204 0
2026-03-29 06:09:13 [bca.uk] INFO: Found listing with ID: ET19%20WKG
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520WKG%27 HTTP/1.1" 200 None
2026-03-29 06:09:13 [bca.uk] INFO: Scrape type for ET19%20WKG: 2
2026-03-29 06:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG
2026-03-29 06:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59aa0c2e-102d-5c96-b08f-b59c77004711 with scrape type 2
2026-03-29 06:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59aa0c2e-102d-5c96-b08f-b59c77004711 with scrape type 2
2026-03-29 06:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59aa0c2e-102d-5c96-b08f-b59c77004711, identifier: ET19%20WKG
2026-03-29 06:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM
2026-03-29 06:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM
2026-03-29 06:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM to the API
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE70%20NBM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '2c0f8043-86b3-5093-b58c-53b42a7fc849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE70 NBM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE70%20NBM&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 62583,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P300E R-DYNAMIC SE (5ST)',
'vin': 'SALCA2AT2LH879420',
'year': 2020}
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:09:14 [bca.uk] INFO: Saving data for RE70%20NBM: {'auction_closing_time': 1775210400.0, 'created_time': 1773841974.68849, 'last_price_update_time': 1774764554.111251}
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520NBM') HTTP/1.1" 204 0
2026-03-29 06:09:14 [bca.uk] INFO: Found listing with ID: KW23%20CMZ
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:14 [bca.uk] INFO: Scrape type for KW23%20CMZ: 2
2026-03-29 06:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ
2026-03-29 06:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9abb9dc-e24e-57bb-8a17-09fa2403920c with scrape type 2
2026-03-29 06:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9abb9dc-e24e-57bb-8a17-09fa2403920c with scrape type 2
2026-03-29 06:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9abb9dc-e24e-57bb-8a17-09fa2403920c, identifier: KW23%20CMZ
2026-03-29 06:09:14 [bca.uk] INFO: Total items found: 100
2026-03-29 06:09:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded
2026-03-29 06:09:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:09:14 [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 06:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG
2026-03-29 06:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG
2026-03-29 06:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG to the API
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET19%20WKG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '59aa0c2e-102d-5c96-b08f-b59c77004711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET19 WKG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET19%20WKG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '320D GT',
'odometer': 76221,
'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 GT 2.0 190 M SPORT STEP Hatchback',
'transmission': 'manual',
'trim': '190 M SPORT STEP',
'vin': 'WBA8T32070B083646',
'year': 2019}
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520WKG%27 HTTP/1.1" 200 None
2026-03-29 06:09:14 [bca.uk] INFO: Saving data for ET19%20WKG: {'auction_closing_time': 1775124000.0, 'created_time': 1774678133.752582, 'last_price_update_time': 1774764554.537592}
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET19%2520WKG') HTTP/1.1" 204 0
2026-03-29 06:09:14 [bca.uk] INFO: Found listing with ID: NX18%20FWO
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-29 06:09:14 [bca.uk] INFO: Scrape type for NX18%20FWO: 2
2026-03-29 06:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO
2026-03-29 06:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with scrape type 2
2026-03-29 06:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with scrape type 2
2026-03-29 06:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716, identifier: NX18%20FWO
2026-03-29 06:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ
2026-03-29 06:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ
2026-03-29 06:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ to the API
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW23%20CMZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c9abb9dc-e24e-57bb-8a17-09fa2403920c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KW23 CMZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW23%20CMZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '208',
'odometer': 8823,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 100 GT Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 GT',
'vin': 'VR3UPHNEKPT525451',
'year': 2023}
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:14 [bca.uk] INFO: Saving data for KW23%20CMZ: {'auction_closing_time': 1775642400.0, 'created_time': 1774477508.29855, 'last_price_update_time': 1774764554.934324}
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW23%2520CMZ') HTTP/1.1" 204 0
2026-03-29 06:09:14 [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 06:09:14 [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 06:09:14 [bca.uk] INFO: Found listing with ID: TFZ%20699
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TFZ%2520699%27 HTTP/1.1" 200 None
2026-03-29 06:09:14 [bca.uk] INFO: Scrape type for TFZ%20699: 2
2026-03-29 06:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2bfb7e3-2056-56ef-b785-dc7154550f97 with identifier: TFZ%20699
2026-03-29 06:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2bfb7e3-2056-56ef-b785-dc7154550f97 with scrape type 2
2026-03-29 06:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2bfb7e3-2056-56ef-b785-dc7154550f97 with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2bfb7e3-2056-56ef-b785-dc7154550f97, identifier: TFZ%20699
2026-03-29 06:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO
2026-03-29 06:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO
2026-03-29 06:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO to the API
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX18%20FWO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3bc20c44-bafe-5d50-a6f5-18a2cd7f4716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX18 FWO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX18%20FWO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 64789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D150 2WD Hatchback',
'transmission': 'manual',
'trim': 'D150 2WD',
'vin': 'SADFB2CN6J1Z24692',
'year': 2018}
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-29 06:09:15 [bca.uk] INFO: Saving data for NX18%20FWO: {'auction_closing_time': 1775210400.0, 'created_time': 1773933567.581303, 'last_price_update_time': 1774764555.317325}
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX18%2520FWO') HTTP/1.1" 204 0
2026-03-29 06:09:15 [bca.uk] INFO: Found listing with ID: KW73%20YLM
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 06:09:15 [bca.uk] INFO: Scrape type for KW73%20YLM: 2
2026-03-29 06:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM
2026-03-29 06:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680e171e-ea3d-5654-bd31-56c04b55a543 with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680e171e-ea3d-5654-bd31-56c04b55a543 with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680e171e-ea3d-5654-bd31-56c04b55a543, identifier: KW73%20YLM
2026-03-29 06:09:15 [bca.uk] INFO: Found listing with ID: KM09%20ZGS
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-29 06:09:15 [bca.uk] INFO: Scrape type for KM09%20ZGS: 2
2026-03-29 06:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS
2026-03-29 06:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb86c189-84cf-54cc-bda4-86a2e228e646 with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb86c189-84cf-54cc-bda4-86a2e228e646 with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb86c189-84cf-54cc-bda4-86a2e228e646, identifier: KM09%20ZGS
2026-03-29 06:09: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 06:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2bfb7e3-2056-56ef-b785-dc7154550f97 with identifier: TFZ%20699
2026-03-29 06:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2bfb7e3-2056-56ef-b785-dc7154550f97 with identifier: TFZ%20699
2026-03-29 06:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2bfb7e3-2056-56ef-b785-dc7154550f97 with identifier: TFZ%20699 to the API
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TFZ%20699-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f2bfb7e3-2056-56ef-b785-dc7154550f97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TFZ 699',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=TFZ%20699&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 24828,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.4 85 SE DSG Hatchback',
'transmission': 'automatic',
'trim': '85 SE DSG',
'vin': 'WVWZZZ6RZBU000315',
'year': 2010}
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TFZ%2520699%27 HTTP/1.1" 200 None
2026-03-29 06:09:15 [bca.uk] INFO: Saving data for TFZ%20699: {'auction_closing_time': 1774778400.0, 'created_time': 1774265466.401655, 'last_price_update_time': 1774764555.82118}
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TFZ%2520699') HTTP/1.1" 204 0
2026-03-29 06:09:15 [bca.uk] INFO: Found listing with ID: NU17%20KLJ
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:15 [bca.uk] INFO: Scrape type for NU17%20KLJ: 2
2026-03-29 06:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ
2026-03-29 06:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 021f3753-26d3-54d6-9350-f89cc1dde94f with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 021f3753-26d3-54d6-9350-f89cc1dde94f with scrape type 2
2026-03-29 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 021f3753-26d3-54d6-9350-f89cc1dde94f, identifier: NU17%20KLJ
2026-03-29 06:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM
2026-03-29 06:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM
2026-03-29 06:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM to the API
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW73%20YLM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '680e171e-ea3d-5654-bd31-56c04b55a543',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KW73 YLM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW73%20YLM&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 46401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VR3USHNSKPJ840557',
'year': 2023}
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 06:09:16 [bca.uk] INFO: Saving data for KW73%20YLM: {'auction_closing_time': 1775642400.0, 'created_time': 1774477526.323373, 'last_price_update_time': 1774764556.227163}
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520YLM') HTTP/1.1" 204 0
2026-03-29 06:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS
2026-03-29 06:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS
2026-03-29 06:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS to the API
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM09%20ZGS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb86c189-84cf-54cc-bda4-86a2e228e646',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM09 ZGS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM09%20ZGS&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'CITROEN',
'model': 'C3 PICASSO',
'odometer': 75207,
'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.6 HDI 90 VTR+ MPV',
'transmission': 'manual',
'trim': 'HDI 90 VTR+',
'vin': 'VF7SH9HXC9T526980',
'year': 2009}
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-29 06:09:16 [bca.uk] INFO: Saving data for KM09%20ZGS: {'auction_closing_time': 1774951200.0, 'created_time': 1774476605.913969, 'last_price_update_time': 1774764556.516304}
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM09%2520ZGS') HTTP/1.1" 204 0
2026-03-29 06:09:16 [bca.uk] INFO: Found listing with ID: FP67%20UMG
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520UMG%27 HTTP/1.1" 200 None
2026-03-29 06:09:16 [bca.uk] INFO: Scrape type for FP67%20UMG: 2
2026-03-29 06:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d688e451-9cdf-5be9-b411-ecc8dadd9136 with identifier: FP67%20UMG
2026-03-29 06:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d688e451-9cdf-5be9-b411-ecc8dadd9136 with scrape type 2
2026-03-29 06:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d688e451-9cdf-5be9-b411-ecc8dadd9136 with scrape type 2
2026-03-29 06:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d688e451-9cdf-5be9-b411-ecc8dadd9136, identifier: FP67%20UMG
2026-03-29 06:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ
2026-03-29 06:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ
2026-03-29 06:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ to the API
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU17%20KLJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '021f3753-26d3-54d6-9350-f89cc1dde94f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU17 KLJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU17%20KLJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 81627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A180 D 1.5 SE EXECUTIVE Hatchback',
'transmission': 'manual',
'trim': 'SE EXECUTIVE',
'vin': 'WDD1760122J649624',
'year': 2017}
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:16 [bca.uk] INFO: Saving data for NU17%20KLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678098.26045, 'last_price_update_time': 1774764556.932037}
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU17%2520KLJ') HTTP/1.1" 204 0
2026-03-29 06:09:16 [bca.uk] INFO: Found listing with ID: KW73%20YVM
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 06:09:16 [bca.uk] INFO: Scrape type for KW73%20YVM: 2
2026-03-29 06:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM
2026-03-29 06:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e55e8c5e-7606-547f-9152-9f7ae98f19c0 with scrape type 2
2026-03-29 06:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e55e8c5e-7606-547f-9152-9f7ae98f19c0 with scrape type 2
2026-03-29 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e55e8c5e-7606-547f-9152-9f7ae98f19c0, identifier: KW73%20YVM
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: DL10%20PKC
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL10%2520PKC%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for DL10%20PKC: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: WU07%20KYA
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU07%2520KYA%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for WU07%20KYA: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: RE66%20UYD
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE66%2520UYD%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for RE66%20UYD: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: MF15%20WSJ
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF15%2520WSJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for MF15%20WSJ: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: WP71%20XJC
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP71%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for WP71%20XJC: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: YO17%20AOM
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YO17%2520AOM%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for YO17%20AOM: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: AX65%20GGY
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX65%2520GGY%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for AX65%20GGY: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: BG12%20YSV
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG12%2520YSV%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for BG12%20YSV: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: FL65%20VKN
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FL65%2520VKN%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for FL65%20VKN: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: MT14%20RXF
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT14%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for MT14%20RXF: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: MV15%20GGY
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV15%2520GGY%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for MV15%20GGY: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: WV71%20SZP
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV71%2520SZP%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for WV71%20SZP: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: PF65%20OGN
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF65%2520OGN%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for PF65%20OGN: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: LX61%20OBW
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX61%2520OBW%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for LX61%20OBW: 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: CX57%20FHL
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX57%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for CX57%20FHL: 2
2026-03-29 06:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e74bd6-7138-573e-89ac-6ae2c7f3b46e with identifier: CX57%20FHL
2026-03-29 06:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e74bd6-7138-573e-89ac-6ae2c7f3b46e with scrape type 2
2026-03-29 06:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90e74bd6-7138-573e-89ac-6ae2c7f3b46e with scrape type 2
2026-03-29 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90e74bd6-7138-573e-89ac-6ae2c7f3b46e, identifier: CX57%20FHL
2026-03-29 06:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d688e451-9cdf-5be9-b411-ecc8dadd9136 with identifier: FP67%20UMG
2026-03-29 06:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d688e451-9cdf-5be9-b411-ecc8dadd9136 with identifier: FP67%20UMG
2026-03-29 06:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d688e451-9cdf-5be9-b411-ecc8dadd9136 with identifier: FP67%20UMG to the API
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20UMG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd688e451-9cdf-5be9-b411-ecc8dadd9136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP67 UMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20UMG&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 104926,
'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': 'SEAT IBIZA 1.0 TSI 95 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 SE',
'vin': 'VSSZZZKJZJR023610',
'year': 2017}
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FP67%2520UMG%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Saving data for FP67%20UMG: {'auction_closing_time': 1774778400.0, 'created_time': 1774265267.251273, 'last_price_update_time': 1774764557.68513}
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520UMG') HTTP/1.1" 204 0
2026-03-29 06:09:17 [bca.uk] INFO: Found listing with ID: DK11%20TWU
2026-03-29 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK11%2520TWU%27 HTTP/1.1" 200 None
2026-03-29 06:09:17 [bca.uk] INFO: Scrape type for DK11%20TWU: 2
2026-03-29 06:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU
2026-03-29 06:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a58326b2-a042-5a88-9feb-0af2a464b926 with scrape type 2
2026-03-29 06:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a58326b2-a042-5a88-9feb-0af2a464b926 with scrape type 2
2026-03-29 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a58326b2-a042-5a88-9feb-0af2a464b926, identifier: DK11%20TWU
2026-03-29 06:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM
2026-03-29 06:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM
2026-03-29 06:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM to the API
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW73%20YVM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e55e8c5e-7606-547f-9152-9f7ae98f19c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KW73 YVM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW73%20YVM&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 46029,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VR3USHNSSPJ844372',
'year': 2023}
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW73%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 06:09:18 [bca.uk] INFO: Saving data for KW73%20YVM: {'auction_closing_time': 1775642400.0, 'created_time': 1774678102.626963, 'last_price_update_time': 1774764558.195753}
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520YVM') HTTP/1.1" 204 0
2026-03-29 06:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90e74bd6-7138-573e-89ac-6ae2c7f3b46e with identifier: CX57%20FHL
2026-03-29 06:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90e74bd6-7138-573e-89ac-6ae2c7f3b46e with identifier: CX57%20FHL
2026-03-29 06:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90e74bd6-7138-573e-89ac-6ae2c7f3b46e with identifier: CX57%20FHL to the API
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX57%20FHL-GB',
'category': 'Car',
'color': 'gold',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '90e74bd6-7138-573e-89ac-6ae2c7f3b46e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX57 FHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX57%20FHL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PRIUS',
'odometer': 176827,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'TOYOTA PRIUS 1.5 VVTI T4 HYBRID Hatchback',
'transmission': 'automatic',
'trim': 'VVTI T4 HYBRID',
'vin': 'JTDKB20U903308915',
'year': 2007}
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX57%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 06:09:18 [bca.uk] INFO: Saving data for CX57%20FHL: {'auction_closing_time': 1774778400.0, 'created_time': 1774476564.618983, 'last_price_update_time': 1774764558.470567}
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX57%2520FHL') HTTP/1.1" 204 0
2026-03-29 06:09:18 [bca.uk] INFO: Found listing with ID: FE66%20AWZ
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE66%2520AWZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:18 [bca.uk] INFO: Scrape type for FE66%20AWZ: 2
2026-03-29 06:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a with identifier: FE66%20AWZ
2026-03-29 06:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a with scrape type 2
2026-03-29 06:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a with scrape type 2
2026-03-29 06:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a, identifier: FE66%20AWZ
2026-03-29 06:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU
2026-03-29 06:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU
2026-03-29 06:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU to the API
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK11%20TWU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a58326b2-a042-5a88-9feb-0af2a464b926',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DK11 TWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK11%20TWU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 141402,
'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 115 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC',
'vin': 'WF0KXXGCBKBD08625',
'year': 2011}
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK11%2520TWU%27 HTTP/1.1" 200 None
2026-03-29 06:09:18 [bca.uk] INFO: Saving data for DK11%20TWU: {'auction_closing_time': 1774951200.0, 'created_time': 1774678104.086354, 'last_price_update_time': 1774764558.888312}
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK11%2520TWU') HTTP/1.1" 204 0
2026-03-29 06:09:18 [bca.uk] INFO: Found listing with ID: OY17%20VGJ
2026-03-29 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:18 [bca.uk] INFO: Scrape type for OY17%20VGJ: 2
2026-03-29 06:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ
2026-03-29 06:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32077a30-b4f8-546a-9038-5d3ad595a8dc with scrape type 2
2026-03-29 06:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32077a30-b4f8-546a-9038-5d3ad595a8dc with scrape type 2
2026-03-29 06:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32077a30-b4f8-546a-9038-5d3ad595a8dc, identifier: OY17%20VGJ
2026-03-29 06:09:19 [bca.uk] INFO: Found listing with ID: EO60%20JNU
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO60%2520JNU%27 HTTP/1.1" 200 None
2026-03-29 06:09:19 [bca.uk] INFO: Scrape type for EO60%20JNU: 2
2026-03-29 06:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1490dbce-fce3-5830-b978-782694b36ecf with identifier: EO60%20JNU
2026-03-29 06:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1490dbce-fce3-5830-b978-782694b36ecf with scrape type 2
2026-03-29 06:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1490dbce-fce3-5830-b978-782694b36ecf with scrape type 2
2026-03-29 06:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1490dbce-fce3-5830-b978-782694b36ecf, identifier: EO60%20JNU
2026-03-29 06:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a with identifier: FE66%20AWZ
2026-03-29 06:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a with identifier: FE66%20AWZ
2026-03-29 06:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65e6b3d2-55ca-5b94-8098-cfd6e016eb0a with identifier: FE66%20AWZ to the API
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE66%20AWZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '65e6b3d2-55ca-5b94-8098-cfd6e016eb0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE66 AWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE66%20AWZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 80669,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ZETEC',
'vin': 'WF05XXGCC5GK32688',
'year': 2016}
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE66%2520AWZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:19 [bca.uk] INFO: Saving data for FE66%20AWZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476581.573582, 'last_price_update_time': 1774764559.435722}
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE66%2520AWZ') HTTP/1.1" 204 0
2026-03-29 06:09:19 [bca.uk] INFO: Found listing with ID: YC12%20XPH
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC12%2520XPH%27 HTTP/1.1" 200 None
2026-03-29 06:09:19 [bca.uk] INFO: Scrape type for YC12%20XPH: 2
2026-03-29 06:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH
2026-03-29 06:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f820a645-1a93-588d-9d69-6cd1abc90faf with scrape type 2
2026-03-29 06:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f820a645-1a93-588d-9d69-6cd1abc90faf with scrape type 2
2026-03-29 06:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f820a645-1a93-588d-9d69-6cd1abc90faf, identifier: YC12%20XPH
2026-03-29 06:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ
2026-03-29 06:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ
2026-03-29 06:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ to the API
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20VGJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '32077a30-b4f8-546a-9038-5d3ad595a8dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY17 VGJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20VGJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 102604,
'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 X-TRAIL 1.6 DCI 130 N-VISION (5ST) StationWagon',
'transmission': 'manual',
'trim': 'DCI 130 N-VISION (5ST)',
'vin': 'JN1TCAT32U0056020',
'year': 2017}
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY17%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:19 [bca.uk] INFO: Saving data for OY17%20VGJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562941.840678, 'last_price_update_time': 1774764559.816197}
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520VGJ') HTTP/1.1" 204 0
2026-03-29 06:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1490dbce-fce3-5830-b978-782694b36ecf with identifier: EO60%20JNU
2026-03-29 06:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1490dbce-fce3-5830-b978-782694b36ecf with identifier: EO60%20JNU
2026-03-29 06:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1490dbce-fce3-5830-b978-782694b36ecf with identifier: EO60%20JNU to the API
2026-03-29 06:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO60%20JNU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1490dbce-fce3-5830-b978-782694b36ecf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO60 JNU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO60%20JNU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 180041,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'ACENTA PREMIUM',
'vin': 'SJNFBAF15U6007627',
'year': 2010}
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520JNU%27 HTTP/1.1" 200 None
2026-03-29 06:09:20 [bca.uk] INFO: Saving data for EO60%20JNU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476558.957724, 'last_price_update_time': 1774764560.118412}
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO60%2520JNU') HTTP/1.1" 204 0
2026-03-29 06:09:20 [bca.uk] INFO: Found listing with ID: DY66%20WHN
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY66%2520WHN%27 HTTP/1.1" 200 None
2026-03-29 06:09:20 [bca.uk] INFO: Scrape type for DY66%20WHN: 0
2026-03-29 06:09:20 [bca.uk] INFO: Found listing with ID: AJ14%20YHZ
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ14%2520YHZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:20 [bca.uk] INFO: Scrape type for AJ14%20YHZ: 2
2026-03-29 06:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83 with identifier: AJ14%20YHZ
2026-03-29 06:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83 with scrape type 2
2026-03-29 06:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83 with scrape type 2
2026-03-29 06:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83, identifier: AJ14%20YHZ
2026-03-29 06:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH
2026-03-29 06:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH
2026-03-29 06:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH to the API
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC12%20XPH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f820a645-1a93-588d-9d69-6cd1abc90faf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC12 XPH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC12%20XPH&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 94468,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.2 2 ECODYNAMICS Hatchback',
'transmission': 'manual',
'trim': '2 ECODYNAMICS',
'vin': 'KNABX512LCT270831',
'year': 2012}
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC12%2520XPH%27 HTTP/1.1" 200 None
2026-03-29 06:09:20 [bca.uk] INFO: Saving data for YC12%20XPH: {'auction_closing_time': 1774951200.0, 'created_time': 1774678110.792946, 'last_price_update_time': 1774764560.511734}
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC12%2520XPH') HTTP/1.1" 204 0
2026-03-29 06:09:20 [bca.uk] INFO: Found listing with ID: FG21%20ZHO
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZHO%27 HTTP/1.1" 200 None
2026-03-29 06:09:20 [bca.uk] INFO: Scrape type for FG21%20ZHO: 2
2026-03-29 06:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO
2026-03-29 06:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c22a30-27d5-51d9-bbc8-81ca320be580 with scrape type 2
2026-03-29 06:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c22a30-27d5-51d9-bbc8-81ca320be580 with scrape type 2
2026-03-29 06:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c22a30-27d5-51d9-bbc8-81ca320be580, identifier: FG21%20ZHO
2026-03-29 06:09:20 [bca.uk] INFO: Found listing with ID: WJ63%20JYP
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520JYP%27 HTTP/1.1" 200 None
2026-03-29 06:09:20 [bca.uk] INFO: Scrape type for WJ63%20JYP: 2
2026-03-29 06:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db1d0be7-39e4-5dcc-8455-733669b20605 with identifier: WJ63%20JYP
2026-03-29 06:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db1d0be7-39e4-5dcc-8455-733669b20605 with scrape type 2
2026-03-29 06:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db1d0be7-39e4-5dcc-8455-733669b20605 with scrape type 2
2026-03-29 06:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db1d0be7-39e4-5dcc-8455-733669b20605, identifier: WJ63%20JYP
2026-03-29 06:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83 with identifier: AJ14%20YHZ
2026-03-29 06:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83 with identifier: AJ14%20YHZ
2026-03-29 06:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83 with identifier: AJ14%20YHZ to the API
2026-03-29 06:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ14%20YHZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '32cc9a4d-fee8-5b4e-862e-ce84cf9e7f83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ14 YHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ14%20YHZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 81350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'PEUGEOT 3008 2.0 HDI 150 ALLURE MPV',
'transmission': 'manual',
'trim': 'HDI 150 ALLURE',
'vin': 'VF30URHE8ES102246',
'year': 2014}
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ14%2520YHZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:21 [bca.uk] INFO: Saving data for AJ14%20YHZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476595.295844, 'last_price_update_time': 1774764561.026063}
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ14%2520YHZ') HTTP/1.1" 204 0
2026-03-29 06:09:21 [bca.uk] INFO: Found listing with ID: DA71%20OZO
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 06:09:21 [bca.uk] INFO: Scrape type for DA71%20OZO: 2
2026-03-29 06:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO
2026-03-29 06:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3e0af9e-4bd5-5415-8215-9b9648f8396c with scrape type 2
2026-03-29 06:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3e0af9e-4bd5-5415-8215-9b9648f8396c with scrape type 2
2026-03-29 06:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3e0af9e-4bd5-5415-8215-9b9648f8396c, identifier: DA71%20OZO
2026-03-29 06:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO
2026-03-29 06:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO
2026-03-29 06:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO to the API
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG21%20ZHO-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f2c22a30-27d5-51d9-bbc8-81ca320be580',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG21 ZHO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG21%20ZHO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'CHAUSSON',
'model': 'LOWPROFILE',
'odometer': 3470,
'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': 'CHAUSSON LOWPROFILE 2.0 720 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '720 MOTORHOME',
'vin': 'WF0DXXTTRDMJ68235',
'year': 2021}
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZHO%27 HTTP/1.1" 200 None
2026-03-29 06:09:21 [bca.uk] INFO: Saving data for FG21%20ZHO: {'auction_closing_time': 1775124000.0, 'created_time': 1774678103.455579, 'last_price_update_time': 1774764561.441042}
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG21%2520ZHO') HTTP/1.1" 204 0
2026-03-29 06:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db1d0be7-39e4-5dcc-8455-733669b20605 with identifier: WJ63%20JYP
2026-03-29 06:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db1d0be7-39e4-5dcc-8455-733669b20605 with identifier: WJ63%20JYP
2026-03-29 06:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db1d0be7-39e4-5dcc-8455-733669b20605 with identifier: WJ63%20JYP to the API
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ63%20JYP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db1d0be7-39e4-5dcc-8455-733669b20605',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ63 JYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ63%20JYP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 56432,
'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 MERIVA 1.4 16V TECH LINE MPV',
'transmission': 'manual',
'trim': '16V TECH LINE',
'vin': 'W0LSH9EC9D4261536',
'year': 2013}
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520JYP%27 HTTP/1.1" 200 None
2026-03-29 06:09:21 [bca.uk] INFO: Saving data for WJ63%20JYP: {'auction_closing_time': 1774778400.0, 'created_time': 1774476556.725437, 'last_price_update_time': 1774764561.723497}
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ63%2520JYP') HTTP/1.1" 204 0
2026-03-29 06:09:21 [bca.uk] INFO: Found listing with ID: AX15%20DXW
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 06:09:21 [bca.uk] INFO: Scrape type for AX15%20DXW: 2
2026-03-29 06:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 837e4f74-4a5b-5545-82f1-b1ce3bada674 with identifier: AX15%20DXW
2026-03-29 06:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 837e4f74-4a5b-5545-82f1-b1ce3bada674 with scrape type 2
2026-03-29 06:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 837e4f74-4a5b-5545-82f1-b1ce3bada674 with scrape type 2
2026-03-29 06:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 837e4f74-4a5b-5545-82f1-b1ce3bada674, identifier: AX15%20DXW
2026-03-29 06:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO
2026-03-29 06:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO
2026-03-29 06:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO to the API
2026-03-29 06:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 161,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA71%20OZO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3e0af9e-4bd5-5415-8215-9b9648f8396c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA71 OZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA71%20OZO&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'BMW',
'model': '320I',
'odometer': 10285,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 320I 2.0 T XDRIVE M SPORT STEP Saloon',
'transmission': 'automatic',
'trim': 'T XDRIVE M SPORT STEP',
'vin': 'WBA5P300608C39895',
'year': 2022}
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 06:09:22 [bca.uk] INFO: Saving data for DA71%20OZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774678095.977177, 'last_price_update_time': 1774764562.111558}
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520OZO') HTTP/1.1" 204 0
2026-03-29 06:09:22 [bca.uk] INFO: Found listing with ID: YN68%20HMH
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN68%2520HMH%27 HTTP/1.1" 200 None
2026-03-29 06:09:22 [bca.uk] INFO: Scrape type for YN68%20HMH: 2
2026-03-29 06:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH
2026-03-29 06:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea1bd7e-02f1-5a21-882a-7156a849e57c with scrape type 2
2026-03-29 06:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea1bd7e-02f1-5a21-882a-7156a849e57c with scrape type 2
2026-03-29 06:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ea1bd7e-02f1-5a21-882a-7156a849e57c, identifier: YN68%20HMH
2026-03-29 06:09:22 [bca.uk] INFO: Found listing with ID: DL13%20KTG
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520KTG%27 HTTP/1.1" 200 None
2026-03-29 06:09:22 [bca.uk] INFO: Scrape type for DL13%20KTG: 2
2026-03-29 06:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102 with identifier: DL13%20KTG
2026-03-29 06:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102 with scrape type 2
2026-03-29 06:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102 with scrape type 2
2026-03-29 06:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102, identifier: DL13%20KTG
2026-03-29 06:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 837e4f74-4a5b-5545-82f1-b1ce3bada674 with identifier: AX15%20DXW
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=flamenco+red HTTP/1.1" 200 None
2026-03-29 06:09:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 837e4f74-4a5b-5545-82f1-b1ce3bada674 with identifier: AX15%20DXW
2026-03-29 06:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 837e4f74-4a5b-5545-82f1-b1ce3bada674 with identifier: AX15%20DXW to the API
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX15%20DXW-GB',
'category': 'Car',
'color': 'flamenco red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '837e4f74-4a5b-5545-82f1-b1ce3bada674',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AX15 DXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX15%20DXW&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '2 ACTIVE TOURER',
'odometer': 29340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'BMW 2 ACTIVE TOURER 1.5 218I T SE Hatchback',
'transmission': 'manual',
'trim': '218I T SE',
'vin': 'WBA2A32050VZ89109',
'year': 2015}
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 06:09:22 [bca.uk] INFO: Saving data for AX15%20DXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774354926.288227, 'last_price_update_time': 1774764562.839629}
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX15%2520DXW') HTTP/1.1" 204 0
2026-03-29 06:09:22 [bca.uk] INFO: Found listing with ID: LM21%20ATZ
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ATZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:22 [bca.uk] INFO: Scrape type for LM21%20ATZ: 2
2026-03-29 06:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ
2026-03-29 06:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae50d336-b552-59a9-b209-89fd2ab60151 with scrape type 2
2026-03-29 06:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae50d336-b552-59a9-b209-89fd2ab60151 with scrape type 2
2026-03-29 06:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae50d336-b552-59a9-b209-89fd2ab60151, identifier: LM21%20ATZ
2026-03-29 06:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH
2026-03-29 06:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH
2026-03-29 06:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH to the API
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN68%20HMH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0ea1bd7e-02f1-5a21-882a-7156a849e57c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YN68 HMH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN68%20HMH&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500',
'odometer': 32859,
'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': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA3120000JA21273',
'year': 2018}
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN68%2520HMH%27 HTTP/1.1" 200 None
2026-03-29 06:09:23 [bca.uk] INFO: Saving data for YN68%20HMH: {'auction_closing_time': 1774951200.0, 'created_time': 1774476515.341206, 'last_price_update_time': 1774764563.232699}
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN68%2520HMH') HTTP/1.1" 204 0
2026-03-29 06:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102 with identifier: DL13%20KTG
2026-03-29 06:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102 with identifier: DL13%20KTG
2026-03-29 06:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102 with identifier: DL13%20KTG to the API
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL13%20KTG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb5ab1ca-cce0-5bd1-aaa6-5e4aec2f5102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL13 KTG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL13%20KTG&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 49860,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 16V SRI Hatchback',
'transmission': 'manual',
'trim': '16V SRI',
'vin': 'W0L0SDL08D6062776',
'year': 2013}
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520KTG%27 HTTP/1.1" 200 None
2026-03-29 06:09:23 [bca.uk] INFO: Saving data for DL13%20KTG: {'auction_closing_time': 1774778400.0, 'created_time': 1774350384.24331, 'last_price_update_time': 1774764563.520792}
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL13%2520KTG') HTTP/1.1" 204 0
2026-03-29 06:09:23 [bca.uk] INFO: Found listing with ID: FY69%20XBU
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 06:09:23 [bca.uk] INFO: Scrape type for FY69%20XBU: 2
2026-03-29 06:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU
2026-03-29 06:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with scrape type 2
2026-03-29 06:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with scrape type 2
2026-03-29 06:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bbe990a-490d-5a0a-9c02-29639fab5bd8, identifier: FY69%20XBU
2026-03-29 06:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ
2026-03-29 06:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ
2026-03-29 06:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ to the API
2026-03-29 06:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20ATZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ae50d336-b552-59a9-b209-89fd2ab60151',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM21 ATZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20ATZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 43865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 P/T 130 ALLURE PREMIUM EAT8 StationWagon',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE PREMIUM EAT8',
'vin': 'VF3MRHNSUMS084072',
'year': 2021}
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ATZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Saving data for LM21%20ATZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678113.564668, 'last_price_update_time': 1774764564.489298}
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520ATZ') HTTP/1.1" 204 0
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: GD73%20KHH
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520KHH%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for GD73%20KHH: 2
2026-03-29 06:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH
2026-03-29 06:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with scrape type 2
2026-03-29 06:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with scrape type 2
2026-03-29 06:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731, identifier: GD73%20KHH
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: PY04%20FFZ
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY04%2520FFZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for PY04%20FFZ: 0
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: YA16%20VGZ
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for YA16%20VGZ: 0
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: PO21%20EVJ
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for PO21%20EVJ: 0
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: WP23%20OHB
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for WP23%20OHB: 0
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: WP23%20OGE
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for WP23%20OGE: 0
2026-03-29 06:09:24 [bca.uk] INFO: Found listing with ID: WP23%20OFH
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-29 06:09:24 [bca.uk] INFO: Scrape type for WP23%20OFH: 2
2026-03-29 06:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH
2026-03-29 06:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b299ecf9-22f5-5859-a9af-b01b872655bc with scrape type 2
2026-03-29 06:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b299ecf9-22f5-5859-a9af-b01b872655bc with scrape type 2
2026-03-29 06:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b299ecf9-22f5-5859-a9af-b01b872655bc, identifier: WP23%20OFH
2026-03-29 06:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU
2026-03-29 06:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU
2026-03-29 06:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU to the API
2026-03-29 06:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY69%20XBU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2bbe990a-490d-5a0a-9c02-29639fab5bd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY69 XBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY69%20XBU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 46962,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D240 SE (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D240 SE (7ST)',
'vin': 'SALCA2AN1LH853019',
'year': 2019}
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 06:09:25 [bca.uk] INFO: Saving data for FY69%20XBU: {'auction_closing_time': 1775037600.0, 'created_time': 1774678134.567112, 'last_price_update_time': 1774764565.114731}
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY69%2520XBU') HTTP/1.1" 204 0
2026-03-29 06:09:25 [bca.uk] INFO: Found listing with ID: LV09%20KGA
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV09%2520KGA%27 HTTP/1.1" 200 None
2026-03-29 06:09:25 [bca.uk] INFO: Scrape type for LV09%20KGA: 2
2026-03-29 06:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA
2026-03-29 06:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with scrape type 2
2026-03-29 06:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with scrape type 2
2026-03-29 06:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85, identifier: LV09%20KGA
2026-03-29 06:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH
2026-03-29 06:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH
2026-03-29 06:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH to the API
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD73%20KHH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c62dbebf-faa2-5c0c-9d57-b3a2e0b28731',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GD73 KHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD73%20KHH&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 35235,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 TSI 130 R LINE Hatchback',
'transmission': 'manual',
'trim': 'TSI 130 R LINE',
'vin': 'WVWZZZCD2RW030420',
'year': 2024}
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520KHH%27 HTTP/1.1" 200 None
2026-03-29 06:09:25 [bca.uk] INFO: Saving data for GD73%20KHH: {'auction_closing_time': 1775642400.0, 'created_time': 1774678102.236096, 'last_price_update_time': 1774764565.607668}
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD73%2520KHH') HTTP/1.1" 204 0
2026-03-29 06:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH
2026-03-29 06:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH
2026-03-29 06:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH to the API
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OFH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b299ecf9-22f5-5859-a9af-b01b872655bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OFH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OFH&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 16891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00470938697',
'year': 2023}
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-29 06:09:25 [bca.uk] INFO: Saving data for WP23%20OFH: {'auction_closing_time': 1775210400.0, 'created_time': 1774391651.897644, 'last_price_update_time': 1774764565.90044}
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OFH') HTTP/1.1" 204 0
2026-03-29 06:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA
2026-03-29 06:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA
2026-03-29 06:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA to the API
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV09%20KGA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '93c2fde1-88ef-5de6-abfb-3e47e1c2df85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV09 KGA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV09%20KGA&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 71211,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 ACTIVE PLUS 16V Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE PLUS 16V',
'vin': 'W0L0SDL0894120505',
'year': 2009}
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV09%2520KGA%27 HTTP/1.1" 200 None
2026-03-29 06:09:26 [bca.uk] INFO: Saving data for LV09%20KGA: {'auction_closing_time': 1774951200.0, 'created_time': 1774533719.034841, 'last_price_update_time': 1774764566.188125}
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV09%2520KGA') HTTP/1.1" 204 0
2026-03-29 06:09:26 [bca.uk] INFO: Found listing with ID: GL73%20XFX
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520XFX%27 HTTP/1.1" 200 None
2026-03-29 06:09:26 [bca.uk] INFO: Scrape type for GL73%20XFX: 2
2026-03-29 06:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX
2026-03-29 06:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb831ce-ba54-5560-9433-1e016d6eb8fc with scrape type 2
2026-03-29 06:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb831ce-ba54-5560-9433-1e016d6eb8fc with scrape type 2
2026-03-29 06:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb831ce-ba54-5560-9433-1e016d6eb8fc, identifier: GL73%20XFX
2026-03-29 06:09:26 [bca.uk] INFO: Found listing with ID: WP23%20OFE
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-29 06:09:26 [bca.uk] INFO: Scrape type for WP23%20OFE: 2
2026-03-29 06:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE
2026-03-29 06:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94317fb0-d668-558e-a36e-f66fa2369165 with scrape type 2
2026-03-29 06:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94317fb0-d668-558e-a36e-f66fa2369165 with scrape type 2
2026-03-29 06:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94317fb0-d668-558e-a36e-f66fa2369165, identifier: WP23%20OFE
2026-03-29 06:09:26 [bca.uk] INFO: Found listing with ID: MP19%20BYW
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520BYW%27 HTTP/1.1" 200 None
2026-03-29 06:09:26 [bca.uk] INFO: Scrape type for MP19%20BYW: 2
2026-03-29 06:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW
2026-03-29 06:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8657b375-c162-5d79-ab11-d760defe296a with scrape type 2
2026-03-29 06:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8657b375-c162-5d79-ab11-d760defe296a with scrape type 2
2026-03-29 06:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8657b375-c162-5d79-ab11-d760defe296a, identifier: MP19%20BYW
2026-03-29 06:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX
2026-03-29 06:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX
2026-03-29 06:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX to the API
2026-03-29 06:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL73%20XFX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3bb831ce-ba54-5560-9433-1e016d6eb8fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GL73 XFX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL73%20XFX&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 92108,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 TSI 130 LIFE Hatchback',
'transmission': 'manual',
'trim': 'TSI 130 LIFE',
'vin': 'WVWZZZCD1RW018503',
'year': 2023}
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL73%2520XFX%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Saving data for GL73%20XFX: {'auction_closing_time': 1775642400.0, 'created_time': 1774678099.1807, 'last_price_update_time': 1774764567.009537}
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL73%2520XFX') HTTP/1.1" 204 0
2026-03-29 06:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE
2026-03-29 06:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE
2026-03-29 06:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE to the API
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OFE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '94317fb0-d668-558e-a36e-f66fa2369165',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OFE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OFE&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 21390,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00470938747',
'year': 2023}
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Saving data for WP23%20OFE: {'auction_closing_time': 1775210400.0, 'created_time': 1774390484.868948, 'last_price_update_time': 1774764567.369433}
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OFE') HTTP/1.1" 204 0
2026-03-29 06:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW
2026-03-29 06:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW
2026-03-29 06:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW to the API
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP19%20BYW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8657b375-c162-5d79-ab11-d760defe296a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MP19 BYW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP19%20BYW&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'CITROEN',
'model': 'C4 CACTUS',
'odometer': 50653,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'CITROEN C4 CACTUS 1.5 BLUEHDI 100 FLAIR Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 100 FLAIR',
'vin': 'VF70BYHYJKE513429',
'year': 2019}
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MP19%2520BYW%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Saving data for MP19%20BYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774678108.0889, 'last_price_update_time': 1774764567.648494}
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP19%2520BYW') HTTP/1.1" 204 0
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: CX13%20HLM
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX13%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for CX13%20HLM: 0
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: KW73%20TVV
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW73%2520TVV%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for KW73%20TVV: 0
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: KW73%20YUH
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW73%2520YUH%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for KW73%20YUH: 0
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: MW73%20GFU
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW73%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for MW73%20GFU: 2
2026-03-29 06:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU
2026-03-29 06:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with scrape type 2
2026-03-29 06:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with scrape type 2
2026-03-29 06:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c, identifier: MW73%20GFU
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: SD65%20KWV
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD65%2520KWV%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for SD65%20KWV: 0
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: WP23%20OEB
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP23%2520OEB%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for WP23%20OEB: 0
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: WP23%20OEA
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for WP23%20OEA: 2
2026-03-29 06:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA
2026-03-29 06:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28511e34-5739-5cf7-9252-12b5a387d4ed with scrape type 2
2026-03-29 06:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28511e34-5739-5cf7-9252-12b5a387d4ed with scrape type 2
2026-03-29 06:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28511e34-5739-5cf7-9252-12b5a387d4ed, identifier: WP23%20OEA
2026-03-29 06:09:27 [bca.uk] INFO: Found listing with ID: MC65%20RYZ
2026-03-29 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MC65%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:27 [bca.uk] INFO: Scrape type for MC65%20RYZ: 2
2026-03-29 06:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe7cb43-3d90-5606-b9d7-5ff7cbd87222 with identifier: MC65%20RYZ
2026-03-29 06:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe7cb43-3d90-5606-b9d7-5ff7cbd87222 with scrape type 2
2026-03-29 06:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe7cb43-3d90-5606-b9d7-5ff7cbd87222 with scrape type 2
2026-03-29 06:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe7cb43-3d90-5606-b9d7-5ff7cbd87222, identifier: MC65%20RYZ
2026-03-29 06:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU
2026-03-29 06:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU
2026-03-29 06:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU to the API
2026-03-29 06:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW73%20GFU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4f5cc9c2-206c-56e1-85dc-2a746d82e17c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW73 GFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW73%20GFU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 45134,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
'transmission': 'manual',
'trim': 'DESIGN',
'vin': 'VXKUPHMHDP4203943',
'year': 2023}
2026-03-29 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW73%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 06:09:28 [bca.uk] INFO: Saving data for MW73%20GFU: {'auction_closing_time': 1775642400.0, 'created_time': 1774678099.963585, 'last_price_update_time': 1774764568.977907}
2026-03-29 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW73%2520GFU') HTTP/1.1" 204 0
2026-03-29 06:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA
2026-03-29 06:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA
2026-03-29 06:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA to the API
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OEA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '28511e34-5739-5cf7-9252-12b5a387d4ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OEA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OEA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 19698,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00570938739',
'year': 2023}
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Saving data for WP23%20OEA: {'auction_closing_time': 1775210400.0, 'created_time': 1774365481.477917, 'last_price_update_time': 1774764569.379242}
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OEA') HTTP/1.1" 204 0
2026-03-29 06:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe7cb43-3d90-5606-b9d7-5ff7cbd87222 with identifier: MC65%20RYZ
2026-03-29 06:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe7cb43-3d90-5606-b9d7-5ff7cbd87222 with identifier: MC65%20RYZ
2026-03-29 06:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe7cb43-3d90-5606-b9d7-5ff7cbd87222 with identifier: MC65%20RYZ to the API
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC65%20RYZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fbe7cb43-3d90-5606-b9d7-5ff7cbd87222',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MC65 RYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC65%20RYZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 112276,
'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 ZETEC MPV',
'transmission': 'manual',
'trim': 'TDCI 120 ZETEC',
'vin': 'WF0VXXGCEVFP72054',
'year': 2016}
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC65%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Saving data for MC65%20RYZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774678111.87436, 'last_price_update_time': 1774764569.704285}
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC65%2520RYZ') HTTP/1.1" 204 0
2026-03-29 06:09:29 [bca.uk] INFO: Found listing with ID: BP65%20KMU
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520KMU%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Scrape type for BP65%20KMU: 0
2026-03-29 06:09:29 [bca.uk] INFO: Found listing with ID: KW23%20CUO
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Scrape type for KW23%20CUO: 0
2026-03-29 06:09:29 [bca.uk] INFO: Found listing with ID: GJ73%20VUE
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ73%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Scrape type for GJ73%20VUE: 2
2026-03-29 06:09:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE
2026-03-29 06:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45175216-a491-5620-bb08-008504681fd2 with scrape type 2
2026-03-29 06:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45175216-a491-5620-bb08-008504681fd2 with scrape type 2
2026-03-29 06:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45175216-a491-5620-bb08-008504681fd2, identifier: GJ73%20VUE
2026-03-29 06:09:29 [bca.uk] INFO: Found listing with ID: YN16%20XZS
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN16%2520XZS%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Scrape type for YN16%20XZS: 0
2026-03-29 06:09:29 [bca.uk] INFO: Found listing with ID: WN73%20JGY
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520JGY%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Scrape type for WN73%20JGY: 0
2026-03-29 06:09:29 [bca.uk] INFO: Found listing with ID: SW15%20UNG
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW15%2520UNG%27 HTTP/1.1" 200 None
2026-03-29 06:09:29 [bca.uk] INFO: Scrape type for SW15%20UNG: 2
2026-03-29 06:09:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG
2026-03-29 06:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7fc068-59e6-53ab-8346-7cf14f291554 with scrape type 2
2026-03-29 06:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7fc068-59e6-53ab-8346-7cf14f291554 with scrape type 2
2026-03-29 06:09:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b7fc068-59e6-53ab-8346-7cf14f291554, identifier: SW15%20UNG
2026-03-29 06:09:30 [bca.uk] INFO: Found listing with ID: MK12%20UZT
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:30 [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 06:09:30 [bca.uk] INFO: Scrape type for MK12%20UZT: 2
2026-03-29 06:09:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT
2026-03-29 06:09:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with scrape type 2
2026-03-29 06:09:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with scrape type 2
2026-03-29 06:09:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af, identifier: MK12%20UZT
2026-03-29 06:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE
2026-03-29 06:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE
2026-03-29 06:09:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE to the API
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ73%20VUE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '45175216-a491-5620-bb08-008504681fd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GJ73 VUE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ73%20VUE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 28238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 95 LIFE Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 LIFE',
'vin': 'WVWZZZAW0RU005788',
'year': 2023}
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:30 [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 06:09:30 [bca.uk] INFO: Saving data for GJ73%20VUE: {'auction_closing_time': 1775642400.0, 'created_time': 1774678122.301481, 'last_price_update_time': 1774764570.534991}
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ73%2520VUE') HTTP/1.1" 204 0
2026-03-29 06:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG
2026-03-29 06:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG
2026-03-29 06:09:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG to the API
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW15%20UNG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6b7fc068-59e6-53ab-8346-7cf14f291554',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW15 UNG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW15%20UNG&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'AUDI',
'model': 'Q7',
'odometer': 98140,
'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 Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
'transmission': 'manual',
'trim': 'TDI 272 QUATTRO S LINE TIP',
'vin': 'WAUZZZ4M9GD005664',
'year': 2015}
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:30 [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 06:09:30 [bca.uk] INFO: Saving data for SW15%20UNG: {'auction_closing_time': 1775037600.0, 'created_time': 1774564938.627808, 'last_price_update_time': 1774764570.812515}
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW15%2520UNG') HTTP/1.1" 204 0
2026-03-29 06:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT
2026-03-29 06:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT
2026-03-29 06:09:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT to the API
2026-03-29 06:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK12%20UZT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '24a11ccd-523d-56cc-b1e5-a704d1a3f2af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK12 UZT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK12%20UZT&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'PEUGEOT',
'model': '107',
'odometer': 44809,
'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 107 1.0 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE',
'vin': 'VF3PNCFB488640233',
'year': 2012}
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK12%2520UZT%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Saving data for MK12%20UZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774350422.964127, 'last_price_update_time': 1774764571.387568}
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK12%2520UZT') HTTP/1.1" 204 0
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: GF15%20WDN
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for GF15%20WDN: 2
2026-03-29 06:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN
2026-03-29 06:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7a2e99c-557c-526f-a0c0-3ec16379978a with scrape type 2
2026-03-29 06:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7a2e99c-557c-526f-a0c0-3ec16379978a with scrape type 2
2026-03-29 06:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7a2e99c-557c-526f-a0c0-3ec16379978a, identifier: GF15%20WDN
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: SA17%20ALD
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520ALD%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for SA17%20ALD: 0
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: WN73%20JGV
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520JGV%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for WN73%20JGV: 0
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: BF18%20VZP
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520VZP%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for BF18%20VZP: 0
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: WN15%20SDY
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN15%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for WN15%20SDY: 0
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: CP02%20NDN
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520NDN%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for CP02%20NDN: 2
2026-03-29 06:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9634ec36-e6e4-5a1a-b59a-56ed8130c581 with identifier: CP02%20NDN
2026-03-29 06:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9634ec36-e6e4-5a1a-b59a-56ed8130c581 with scrape type 2
2026-03-29 06:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9634ec36-e6e4-5a1a-b59a-56ed8130c581 with scrape type 2
2026-03-29 06:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9634ec36-e6e4-5a1a-b59a-56ed8130c581, identifier: CP02%20NDN
2026-03-29 06:09:31 [bca.uk] INFO: Found listing with ID: NC21%20XCP
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-29 06:09:31 [bca.uk] INFO: Scrape type for NC21%20XCP: 2
2026-03-29 06:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP
2026-03-29 06:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with scrape type 2
2026-03-29 06:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with scrape type 2
2026-03-29 06:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9, identifier: NC21%20XCP
2026-03-29 06:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN
2026-03-29 06:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN
2026-03-29 06:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN to the API
2026-03-29 06:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF15%20WDN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e7a2e99c-557c-526f-a0c0-3ec16379978a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF15 WDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF15%20WDN&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 146180,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.5 DCI 110 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 TEKNA',
'vin': 'SJNFAAJ11U1371189',
'year': 2015}
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Saving data for GF15%20WDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562926.570648, 'last_price_update_time': 1774764572.121609}
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF15%2520WDN') HTTP/1.1" 204 0
2026-03-29 06:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9634ec36-e6e4-5a1a-b59a-56ed8130c581 with identifier: CP02%20NDN
2026-03-29 06:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9634ec36-e6e4-5a1a-b59a-56ed8130c581 with identifier: CP02%20NDN
2026-03-29 06:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9634ec36-e6e4-5a1a-b59a-56ed8130c581 with identifier: CP02%20NDN to the API
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 216,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP02%20NDN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9634ec36-e6e4-5a1a-b59a-56ed8130c581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP02 NDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP02%20NDN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 88743,
'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': 'HONDA CR-V 2.0 I-VTEC SE Estate',
'transmission': 'manual',
'trim': 'I-VTEC SE',
'vin': 'SHSRD87202U001647',
'year': 2002}
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520NDN%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Saving data for CP02%20NDN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564593.330114, 'last_price_update_time': 1774764572.483284}
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP02%2520NDN') HTTP/1.1" 204 0
2026-03-29 06:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP
2026-03-29 06:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP
2026-03-29 06:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP to the API
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC21%20XCP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9dddc4c2-bb16-5447-a67a-0107ccb4b9b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NC21 XCP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC21%20XCP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 43704,
'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': 'SUZUKI SWIFT 1.2 DUALJET SHVS SZ-L Hatchback',
'transmission': 'manual',
'trim': 'DUALJET SHVS SZ-L',
'vin': 'JSAAZCA3S00513409',
'year': 2021}
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Saving data for NC21%20XCP: {'auction_closing_time': 1774951200.0, 'created_time': 1774350102.928327, 'last_price_update_time': 1774764572.77243}
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520XCP') HTTP/1.1" 204 0
2026-03-29 06:09:32 [bca.uk] INFO: Found listing with ID: MV63%20YNE
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520YNE%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Scrape type for MV63%20YNE: 2
2026-03-29 06:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE
2026-03-29 06:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d36b46e-97c2-556c-bdba-ffd624a6a053 with scrape type 2
2026-03-29 06:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d36b46e-97c2-556c-bdba-ffd624a6a053 with scrape type 2
2026-03-29 06:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d36b46e-97c2-556c-bdba-ffd624a6a053, identifier: MV63%20YNE
2026-03-29 06:09:32 [bca.uk] INFO: Found listing with ID: LT53%20UOU
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT53%2520UOU%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Scrape type for LT53%20UOU: 0
2026-03-29 06:09:32 [bca.uk] INFO: Found listing with ID: LV17%20VHN
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV17%2520VHN%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Scrape type for LV17%20VHN: 0
2026-03-29 06:09:32 [bca.uk] INFO: Found listing with ID: NX13%20UZY
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520UZY%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Scrape type for NX13%20UZY: 0
2026-03-29 06:09:32 [bca.uk] INFO: Found listing with ID: WJ68%20YFZ
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520YFZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:32 [bca.uk] INFO: Scrape type for WJ68%20YFZ: 2
2026-03-29 06:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e2358ad-5894-5dd6-a8d1-ab78a1316826 with identifier: WJ68%20YFZ
2026-03-29 06:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e2358ad-5894-5dd6-a8d1-ab78a1316826 with scrape type 2
2026-03-29 06:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e2358ad-5894-5dd6-a8d1-ab78a1316826 with scrape type 2
2026-03-29 06:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e2358ad-5894-5dd6-a8d1-ab78a1316826, identifier: WJ68%20YFZ
2026-03-29 06:09:33 [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 06:09:33 [bca.uk] INFO: Found listing with ID: NG71%20LSV
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-29 06:09:33 [bca.uk] INFO: Scrape type for NG71%20LSV: 2
2026-03-29 06:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV
2026-03-29 06:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac744ac0-6de0-5e76-b1cb-2293186eebfe with scrape type 2
2026-03-29 06:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac744ac0-6de0-5e76-b1cb-2293186eebfe with scrape type 2
2026-03-29 06:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac744ac0-6de0-5e76-b1cb-2293186eebfe, identifier: NG71%20LSV
2026-03-29 06:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE
2026-03-29 06:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE
2026-03-29 06:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE to the API
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV63%20YNE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1d36b46e-97c2-556c-bdba-ffd624a6a053',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV63 YNE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV63%20YNE&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 46885,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'FORD B-MAX 1.0 E/B 100 TITANIUM MPV',
'transmission': 'manual',
'trim': 'E/B 100 TITANIUM',
'vin': 'WF0KXXERJKDR67921',
'year': 2013}
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520YNE%27 HTTP/1.1" 200 None
2026-03-29 06:09:33 [bca.uk] INFO: Saving data for MV63%20YNE: {'auction_closing_time': 1774951200.0, 'created_time': 1773840869.718694, 'last_price_update_time': 1774764573.434853}
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV63%2520YNE') HTTP/1.1" 204 0
2026-03-29 06:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e2358ad-5894-5dd6-a8d1-ab78a1316826 with identifier: WJ68%20YFZ
2026-03-29 06:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e2358ad-5894-5dd6-a8d1-ab78a1316826 with identifier: WJ68%20YFZ
2026-03-29 06:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e2358ad-5894-5dd6-a8d1-ab78a1316826 with identifier: WJ68%20YFZ to the API
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ68%20YFZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2e2358ad-5894-5dd6-a8d1-ab78a1316826',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ68 YFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ68%20YFZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'ECOSPORT',
'odometer': 100598,
'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 ECOSPORT 1.5 TDCI 100 ZETEC StationWagon',
'transmission': 'manual',
'trim': 'TDCI 100 ZETEC',
'vin': 'WF01XXERK1JP21887',
'year': 2018}
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520YFZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:33 [bca.uk] INFO: Saving data for WJ68%20YFZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774350497.935465, 'last_price_update_time': 1774764573.738983}
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ68%2520YFZ') HTTP/1.1" 204 0
2026-03-29 06:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV
2026-03-29 06:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV
2026-03-29 06:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV to the API
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac744ac0-6de0-5e76-b1cb-2293186eebfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG71 LSV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG71%20LSV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 51306,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T 114 TEKNA+ DCT Hatchback',
'transmission': 'automatic',
'trim': 'DIG-T 114 TEKNA+ DCT',
'vin': 'SJNFAAF16U1157597',
'year': 2021}
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Saving data for NG71%20LSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774476261.235289, 'last_price_update_time': 1774764574.010994}
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG71%2520LSV') HTTP/1.1" 204 0
2026-03-29 06:09:34 [bca.uk] INFO: Found listing with ID: YH73%20KXU
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH73%2520KXU%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Scrape type for YH73%20KXU: 2
2026-03-29 06:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU
2026-03-29 06:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa20752-7dd5-500c-806a-2ff44cc2319f with scrape type 2
2026-03-29 06:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fa20752-7dd5-500c-806a-2ff44cc2319f with scrape type 2
2026-03-29 06:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fa20752-7dd5-500c-806a-2ff44cc2319f, identifier: YH73%20KXU
2026-03-29 06:09:34 [bca.uk] INFO: Found listing with ID: CU17%20XFM
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU17%2520XFM%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Scrape type for CU17%20XFM: 0
2026-03-29 06:09:34 [bca.uk] INFO: Found listing with ID: BW15%20ORL
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW15%2520ORL%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Scrape type for BW15%20ORL: 2
2026-03-29 06:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d with identifier: BW15%20ORL
2026-03-29 06:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d with scrape type 2
2026-03-29 06:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d with scrape type 2
2026-03-29 06:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d, identifier: BW15%20ORL
2026-03-29 06:09:34 [bca.uk] INFO: Found listing with ID: NL67%20WRR
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Scrape type for NL67%20WRR: 2
2026-03-29 06:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR
2026-03-29 06:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with scrape type 2
2026-03-29 06:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with scrape type 2
2026-03-29 06:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe, identifier: NL67%20WRR
2026-03-29 06:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU
2026-03-29 06:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU
2026-03-29 06:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU to the API
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH73%20KXU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9fa20752-7dd5-500c-806a-2ff44cc2319f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH73 KXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH73%20KXU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 35924,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B MHEV 125 ST-LINE P/S Hatchback',
'transmission': 'automatic',
'trim': 'E/B MHEV 125 ST-LINE P/S',
'vin': 'WF0JXXGAHJPE40545',
'year': 2023}
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH73%2520KXU%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Saving data for YH73%20KXU: {'auction_closing_time': 1775642400.0, 'created_time': 1774477616.393601, 'last_price_update_time': 1774764574.652277}
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520KXU') HTTP/1.1" 204 0
2026-03-29 06:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d with identifier: BW15%20ORL
2026-03-29 06:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d with identifier: BW15%20ORL
2026-03-29 06:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88bc9572-5dbe-53f7-af6c-98b6ec3fb62d with identifier: BW15%20ORL to the API
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20ORL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '88bc9572-5dbe-53f7-af6c-98b6ec3fb62d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BW15 ORL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20ORL&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 63736,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA 1.4 T 140 EXCLUSIV 2WD S/S StationWagon',
'transmission': 'manual',
'trim': 'T 140 EXCLUSIV 2WD S/S',
'vin': 'W0LJC7E85FB089918',
'year': 2015}
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW15%2520ORL%27 HTTP/1.1" 200 None
2026-03-29 06:09:34 [bca.uk] INFO: Saving data for BW15%20ORL: {'auction_closing_time': 1774778400.0, 'created_time': 1774563567.004541, 'last_price_update_time': 1774764574.930783}
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520ORL') HTTP/1.1" 204 0
2026-03-29 06:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR
2026-03-29 06:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR
2026-03-29 06:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR to the API
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fcd459b5-59cf-55dd-8ff9-e50fe6e37abe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL67 WRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL67%20WRR&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'DS AUTOMOBILES',
'model': 'DS 3',
'odometer': 50039,
'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': 'DS AUTOMOBILES DS 3 1.2 P/T 82 CONNECTED CHIC Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 CONNECTED CHIC',
'vin': 'VF7SAHMZ6HW519477',
'year': 2017}
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Saving data for NL67%20WRR: {'auction_closing_time': 1774951200.0, 'created_time': 1774476560.203173, 'last_price_update_time': 1774764575.204318}
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL67%2520WRR') HTTP/1.1" 204 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: HV18%20VJN
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV18%2520VJN%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for HV18%20VJN: 2
2026-03-29 06:09:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN
2026-03-29 06:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with scrape type 2
2026-03-29 06:09:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with scrape type 2
2026-03-29 06:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d, identifier: HV18%20VJN
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: YB17%20XWD
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB17%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for YB17%20XWD: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: FJ14%20GBU
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FJ14%2520GBU%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for FJ14%20GBU: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: ML18%20VAE
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML18%2520VAE%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for ML18%20VAE: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: FM66%20XAX
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM66%2520XAX%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for FM66%20XAX: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: BJ17%20KPF
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ17%2520KPF%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for BJ17%20KPF: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: FG10%20AAE
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG10%2520AAE%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for FG10%20AAE: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: GC15%20FYN
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GC15%2520FYN%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for GC15%20FYN: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: RF11%20RNY
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF11%2520RNY%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for RF11%20RNY: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: SD59%20VYL
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD59%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for SD59%20VYL: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: NH08%20HXB
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NH08%2520HXB%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for NH08%20HXB: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: AV14%20PVL
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV14%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for AV14%20PVL: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: WP71%20UOH
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP71%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for WP71%20UOH: 0
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: KW66%20WXR
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW66%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for KW66%20WXR: 2
2026-03-29 06:09:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7dde70-acbe-52e2-aedc-3bda176629dc with identifier: KW66%20WXR
2026-03-29 06:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7dde70-acbe-52e2-aedc-3bda176629dc with scrape type 2
2026-03-29 06:09:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7dde70-acbe-52e2-aedc-3bda176629dc with scrape type 2
2026-03-29 06:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f7dde70-acbe-52e2-aedc-3bda176629dc, identifier: KW66%20WXR
2026-03-29 06:09:35 [bca.uk] INFO: Found listing with ID: SV18%20YJF
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:09:35 [bca.uk] INFO: Scrape type for SV18%20YJF: 2
2026-03-29 06:09:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF
2026-03-29 06:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with scrape type 2
2026-03-29 06:09:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with scrape type 2
2026-03-29 06:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2, identifier: SV18%20YJF
2026-03-29 06:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN
2026-03-29 06:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN
2026-03-29 06:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN to the API
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV18%20VJN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd111b08b-31e7-5ce6-bef6-b73cd5cd3e0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV18 VJN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV18%20VJN&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 76548,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT KADJAR 1.2 TCE 130 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'TCE 130 DYNAMIQUE S',
'vin': 'VF1RFE00660179378',
'year': 2018}
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV18%2520VJN%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Saving data for HV18%20VJN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476617.002565, 'last_price_update_time': 1774764576.021539}
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV18%2520VJN') HTTP/1.1" 204 0
2026-03-29 06:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f7dde70-acbe-52e2-aedc-3bda176629dc with identifier: KW66%20WXR
2026-03-29 06:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f7dde70-acbe-52e2-aedc-3bda176629dc with identifier: KW66%20WXR
2026-03-29 06:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f7dde70-acbe-52e2-aedc-3bda176629dc with identifier: KW66%20WXR to the API
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW66%20WXR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3f7dde70-acbe-52e2-aedc-3bda176629dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW66 WXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW66%20WXR&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 74207,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.5 DCI 110 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 N-CONNECTA',
'vin': 'SJNFAAJ11U1906759',
'year': 2017}
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW66%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Saving data for KW66%20WXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774651111.373788, 'last_price_update_time': 1774764576.455435}
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW66%2520WXR') HTTP/1.1" 204 0
2026-03-29 06:09:36 [bca.uk] INFO: Total items found: 100
2026-03-29 06:09:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded
2026-03-29 06:09:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:09:36 [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 06:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF
2026-03-29 06:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF
2026-03-29 06:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF to the API
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06: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 06:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV18 YJF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV18%20YJF&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 152047,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HONDA CR-V 1.6 I-DTEC 120 S 2WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC 120 S 2WD',
'vin': 'SHSRE6720JU200198',
'year': 2018}
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Saving data for SV18%20YJF: {'auction_closing_time': 1774951200.0, 'created_time': 1774476562.471049, 'last_price_update_time': 1774764576.834688}
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV18%2520YJF') HTTP/1.1" 204 0
2026-03-29 06:09:36 [bca.uk] INFO: Found listing with ID: YE22%20DYJ
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE22%2520DYJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Scrape type for YE22%20DYJ: 2
2026-03-29 06:09:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ
2026-03-29 06:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with scrape type 2
2026-03-29 06:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with scrape type 2
2026-03-29 06:09:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf, identifier: YE22%20DYJ
2026-03-29 06:09:36 [bca.uk] INFO: Found listing with ID: BJ09%20TYV
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ09%2520TYV%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Scrape type for BJ09%20TYV: 0
2026-03-29 06:09:36 [bca.uk] INFO: Found listing with ID: WV71%20TBZ
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV71%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Scrape type for WV71%20TBZ: 0
2026-03-29 06:09:36 [bca.uk] INFO: Found listing with ID: GL11%20FXG
2026-03-29 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL11%2520FXG%27 HTTP/1.1" 200 None
2026-03-29 06:09:36 [bca.uk] INFO: Scrape type for GL11%20FXG: 0
2026-03-29 06:09:36 [bca.uk] INFO: Found listing with ID: FN13%20OCM
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN13%2520OCM%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for FN13%20OCM: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: KE14%20HYY
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE14%2520HYY%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for KE14%20HYY: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: LN14%20HPO
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN14%2520HPO%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for LN14%20HPO: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: MM15%20WPO
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MM15%2520WPO%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for MM15%20WPO: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: WT19%20FWZ
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for WT19%20FWZ: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: YD68%20VJZ
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD68%2520VJZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for YD68%20VJZ: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: EF16%20MOV
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF16%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for EF16%20MOV: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: AD15%20LAO
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD15%2520LAO%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for AD15%20LAO: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: LV65%20EHK
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV65%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for LV65%20EHK: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: WG66%20JSV
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG66%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for WG66%20JSV: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: WV71%20SYG
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV71%2520SYG%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for WV71%20SYG: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: HX14%20FAO
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX14%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for HX14%20FAO: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: LF13%20HMY
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF13%2520HMY%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for LF13%20HMY: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: WK15%20HGA
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK15%2520HGA%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for WK15%20HGA: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: MV23%20PVK
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV23%2520PVK%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for MV23%20PVK: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: WP71%20XHY
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP71%2520XHY%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for WP71%20XHY: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: OV61%20FUE
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV61%2520FUE%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for OV61%20FUE: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: PN63%20AZP
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN63%2520AZP%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for PN63%20AZP: 0
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: PY15%20DWJ
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY15%2520DWJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for PY15%20DWJ: 2
2026-03-29 06:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe97454a-daed-5d8e-be42-9735199a8169 with identifier: PY15%20DWJ
2026-03-29 06:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe97454a-daed-5d8e-be42-9735199a8169 with scrape type 2
2026-03-29 06:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe97454a-daed-5d8e-be42-9735199a8169 with scrape type 2
2026-03-29 06:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe97454a-daed-5d8e-be42-9735199a8169, identifier: PY15%20DWJ
2026-03-29 06:09:37 [bca.uk] INFO: Found listing with ID: WN08%20CUA
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Scrape type for WN08%20CUA: 2
2026-03-29 06:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA
2026-03-29 06:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with scrape type 2
2026-03-29 06:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with scrape type 2
2026-03-29 06:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7, identifier: WN08%20CUA
2026-03-29 06:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ
2026-03-29 06:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ
2026-03-29 06:09:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ to the API
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE22%20DYJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0dc4ee8a-1182-52f4-b279-7ec6a350bfaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YE22 DYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE22%20DYJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 43259,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B MHEV 125 ST-LINE P/S Hatchback',
'transmission': 'automatic',
'trim': 'E/B MHEV 125 ST-LINE P/S',
'vin': 'WF0NXXGCHNNS44777',
'year': 2022}
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE22%2520DYJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:37 [bca.uk] INFO: Saving data for YE22%20DYJ: {'auction_closing_time': 1775642400.0, 'created_time': 1774305484.883428, 'last_price_update_time': 1774764577.785282}
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE22%2520DYJ') HTTP/1.1" 204 0
2026-03-29 06:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe97454a-daed-5d8e-be42-9735199a8169 with identifier: PY15%20DWJ
2026-03-29 06:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe97454a-daed-5d8e-be42-9735199a8169 with identifier: PY15%20DWJ
2026-03-29 06:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe97454a-daed-5d8e-be42-9735199a8169 with identifier: PY15%20DWJ to the API
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY15%20DWJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fe97454a-daed-5d8e-be42-9735199a8169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PY15 DWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY15%20DWJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'KUGA',
'odometer': 137887,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM P/S StationWagon',
'transmission': 'automatic',
'trim': 'TDCI 180 4WD TITANIUM P/S',
'vin': 'WF0AXXWPMAFL15684',
'year': 2015}
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY15%2520DWJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Saving data for PY15%20DWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564513.881987, 'last_price_update_time': 1774764578.216984}
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY15%2520DWJ') HTTP/1.1" 204 0
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: FX12%20YZO
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX12%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for FX12%20YZO: 0
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: GJ62%20NLN
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for GJ62%20NLN: 2
2026-03-29 06:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81e5eb6b-0690-5cb8-8597-09b7e0827928 with identifier: GJ62%20NLN
2026-03-29 06:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81e5eb6b-0690-5cb8-8597-09b7e0827928 with scrape type 2
2026-03-29 06:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81e5eb6b-0690-5cb8-8597-09b7e0827928 with scrape type 2
2026-03-29 06:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81e5eb6b-0690-5cb8-8597-09b7e0827928, identifier: GJ62%20NLN
2026-03-29 06:09:38 [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 06:09:38 [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 06:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA
2026-03-29 06:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA
2026-03-29 06:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA to the API
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '708ef400-1814-5cdc-8ca6-95d0ca3ce9a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN08 CUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN08%20CUA&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLVO',
'model': 'S40',
'odometer': 56739,
'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': 'VOLVO S40 1.6 S Saloon',
'transmission': 'manual',
'trim': 'S',
'vin': 'YV1MS204282401628',
'year': 2008}
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Saving data for WN08%20CUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774476563.244564, 'last_price_update_time': 1774764578.614078}
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN08%2520CUA') HTTP/1.1" 204 0
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: GU10%20OWY
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU10%2520OWY%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for GU10%20OWY: 2
2026-03-29 06:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY
2026-03-29 06:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f73784c-769b-527c-a5e1-fe1c122bd55f with scrape type 2
2026-03-29 06:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f73784c-769b-527c-a5e1-fe1c122bd55f with scrape type 2
2026-03-29 06:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f73784c-769b-527c-a5e1-fe1c122bd55f, identifier: GU10%20OWY
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: SD15%20LTJ
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520LTJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for SD15%20LTJ: 0
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: YD16%20AMW
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520AMW%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for YD16%20AMW: 0
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: GK12%20YMX
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK12%2520YMX%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for GK12%20YMX: 0
2026-03-29 06:09:38 [bca.uk] INFO: Found listing with ID: GL11%20CBF
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL11%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 06:09:38 [bca.uk] INFO: Scrape type for GL11%20CBF: 2
2026-03-29 06:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eda5017-70dd-5525-9949-46969ae1db95 with identifier: GL11%20CBF
2026-03-29 06:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eda5017-70dd-5525-9949-46969ae1db95 with scrape type 2
2026-03-29 06:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eda5017-70dd-5525-9949-46969ae1db95 with scrape type 2
2026-03-29 06:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5eda5017-70dd-5525-9949-46969ae1db95, identifier: GL11%20CBF
2026-03-29 06:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81e5eb6b-0690-5cb8-8597-09b7e0827928 with identifier: GJ62%20NLN
2026-03-29 06:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81e5eb6b-0690-5cb8-8597-09b7e0827928 with identifier: GJ62%20NLN
2026-03-29 06:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81e5eb6b-0690-5cb8-8597-09b7e0827928 with identifier: GJ62%20NLN to the API
2026-03-29 06:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ62%20NLN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '81e5eb6b-0690-5cb8-8597-09b7e0827928',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ62 NLN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ62%20NLN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 127913,
'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 SPORTBACK 1.6 TDI 105 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 SE',
'vin': 'WAUZZZ8X2DB027579',
'year': 2012}
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ62%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Saving data for GJ62%20NLN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564525.575198, 'last_price_update_time': 1774764579.169334}
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ62%2520NLN') HTTP/1.1" 204 0
2026-03-29 06:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: YS65%20LXE
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for YS65%20LXE: 2
2026-03-29 06:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE
2026-03-29 06:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5f7139-c366-5b24-be07-9253a349c883 with scrape type 2
2026-03-29 06:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e5f7139-c366-5b24-be07-9253a349c883 with scrape type 2
2026-03-29 06:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e5f7139-c366-5b24-be07-9253a349c883, identifier: YS65%20LXE
2026-03-29 06:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY
2026-03-29 06:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY
2026-03-29 06:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY to the API
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU10%20OWY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f73784c-769b-527c-a5e1-fe1c122bd55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU10 OWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU10%20OWY&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 108079,
'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.4 ACTIVE 16V Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE 16V',
'vin': 'W0L0AHL48A5039856',
'year': 2010}
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU10%2520OWY%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Saving data for GU10%20OWY: {'auction_closing_time': 1774951200.0, 'created_time': 1773840855.355782, 'last_price_update_time': 1774764579.572087}
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU10%2520OWY') HTTP/1.1" 204 0
2026-03-29 06:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5eda5017-70dd-5525-9949-46969ae1db95 with identifier: GL11%20CBF
2026-03-29 06:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5eda5017-70dd-5525-9949-46969ae1db95 with identifier: GL11%20CBF
2026-03-29 06:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5eda5017-70dd-5525-9949-46969ae1db95 with identifier: GL11%20CBF to the API
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL11%20CBF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5eda5017-70dd-5525-9949-46969ae1db95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL11 CBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL11%20CBF&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 117412,
'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 AYGO 1.0 VVT-I ICE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I ICE',
'vin': 'JTDKG18C20N535794',
'year': 2011}
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL11%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Saving data for GL11%20CBF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564526.567157, 'last_price_update_time': 1774764579.841023}
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL11%2520CBF') HTTP/1.1" 204 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: MD72%20EUB
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD72%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for MD72%20EUB: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: WU24%20DYD
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU24%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for WU24%20DYD: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: BL16%20GKJ
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL16%2520GKJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for BL16%20GKJ: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: FG68%20YWJ
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG68%2520YWJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for FG68%20YWJ: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: HF17%20VCP
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF17%2520VCP%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for HF17%20VCP: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: LA72%20VNB
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA72%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for LA72%20VNB: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: AY62%20YSS
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY62%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for AY62%20YSS: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: EA60%20VGG
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA60%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:09:39 [bca.uk] INFO: Scrape type for EA60%20VGG: 0
2026-03-29 06:09:39 [bca.uk] INFO: Found listing with ID: GX16%20XKY
2026-03-29 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX16%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for GX16%20XKY: 0
2026-03-29 06:09:40 [bca.uk] INFO: Found listing with ID: LM57%20EYK
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM57%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for LM57%20EYK: 0
2026-03-29 06:09:40 [bca.uk] INFO: Found listing with ID: LV63%20DFY
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV63%2520DFY%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for LV63%20DFY: 0
2026-03-29 06:09:40 [bca.uk] INFO: Found listing with ID: RO11%20LFV
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO11%2520LFV%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for RO11%20LFV: 2
2026-03-29 06:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7d27a9-2e6f-5be5-a201-6448f87f13dc with identifier: RO11%20LFV
2026-03-29 06:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7d27a9-2e6f-5be5-a201-6448f87f13dc with scrape type 2
2026-03-29 06:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7d27a9-2e6f-5be5-a201-6448f87f13dc with scrape type 2
2026-03-29 06:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c7d27a9-2e6f-5be5-a201-6448f87f13dc, identifier: RO11%20LFV
2026-03-29 06:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE
2026-03-29 06:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE
2026-03-29 06:09:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE to the API
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4e5f7139-c366-5b24-be07-9253a349c883',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS65 LXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS65%20LXE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'KUGA',
'odometer': 71989,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM X StationWagon',
'transmission': 'manual',
'trim': 'TDCI 180 4WD TITANIUM X',
'vin': 'WF0AXXWPMAFJ81946',
'year': 2016}
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Saving data for YS65%20LXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774476562.101681, 'last_price_update_time': 1774764580.413454}
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS65%2520LXE') HTTP/1.1" 204 0
2026-03-29 06:09:40 [bca.uk] INFO: Found listing with ID: VX14%20FDO
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX14%2520FDO%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for VX14%20FDO: 2
2026-03-29 06:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO
2026-03-29 06:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faaa2198-dd42-5f7c-827d-04ebc2610501 with scrape type 2
2026-03-29 06:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faaa2198-dd42-5f7c-827d-04ebc2610501 with scrape type 2
2026-03-29 06:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faaa2198-dd42-5f7c-827d-04ebc2610501, identifier: VX14%20FDO
2026-03-29 06:09:40 [bca.uk] INFO: Found listing with ID: GN13%20OFC
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN13%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for GN13%20OFC: 0
2026-03-29 06:09:40 [bca.uk] INFO: Found listing with ID: GR07%20MXK
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GR07%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 06:09:40 [bca.uk] INFO: Scrape type for GR07%20MXK: 2
2026-03-29 06:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb5b6844-87be-5b26-99b1-b44e02f47a13 with identifier: GR07%20MXK
2026-03-29 06:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb5b6844-87be-5b26-99b1-b44e02f47a13 with scrape type 2
2026-03-29 06:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb5b6844-87be-5b26-99b1-b44e02f47a13 with scrape type 2
2026-03-29 06:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb5b6844-87be-5b26-99b1-b44e02f47a13, identifier: GR07%20MXK
2026-03-29 06:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c7d27a9-2e6f-5be5-a201-6448f87f13dc with identifier: RO11%20LFV
2026-03-29 06:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c7d27a9-2e6f-5be5-a201-6448f87f13dc with identifier: RO11%20LFV
2026-03-29 06:09:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c7d27a9-2e6f-5be5-a201-6448f87f13dc with identifier: RO11%20LFV to the API
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO11%20LFV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0c7d27a9-2e6f-5be5-a201-6448f87f13dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO11 LFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO11%20LFV&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'S4 AVANT',
'odometer': 172012,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'AUDI S4 AVANT 3.0 TFSI 333 QUATTRO S-T Estate',
'transmission': 'automatic',
'trim': 'TFSI 333 QUATTRO S-T',
'vin': 'WAUZZZ8K8BA107668',
'year': 2011}
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO11%2520LFV%27 HTTP/1.1" 200 None
2026-03-29 06:09:41 [bca.uk] INFO: Saving data for RO11%20LFV: {'auction_closing_time': 1774778400.0, 'created_time': 1774476308.385983, 'last_price_update_time': 1774764581.009376}
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO11%2520LFV') HTTP/1.1" 204 0
2026-03-29 06:09:41 [bca.uk] INFO: Found listing with ID: AF71%20XKX
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF71%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:09:41 [bca.uk] INFO: Scrape type for AF71%20XKX: 2
2026-03-29 06:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX
2026-03-29 06:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c921bcbe-d1c4-5396-9f7f-8d032d827d91 with scrape type 2
2026-03-29 06:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c921bcbe-d1c4-5396-9f7f-8d032d827d91 with scrape type 2
2026-03-29 06:09:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c921bcbe-d1c4-5396-9f7f-8d032d827d91, identifier: AF71%20XKX
2026-03-29 06:09:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO
2026-03-29 06:09:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO
2026-03-29 06:09:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO to the API
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX14%20FDO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'faaa2198-dd42-5f7c-827d-04ebc2610501',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VX14 FDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX14%20FDO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 80382,
'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 LEAF ACENTA Hatchback',
'transmission': 'automatic',
'trim': 'ACENTA',
'vin': 'SJNFAAZE0U6013133',
'year': 2014}
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VX14%2520FDO%27 HTTP/1.1" 200 None
2026-03-29 06:09:41 [bca.uk] INFO: Saving data for VX14%20FDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774476604.404577, 'last_price_update_time': 1774764581.99045}
2026-03-29 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX14%2520FDO') HTTP/1.1" 204 0
2026-03-29 06:09:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb5b6844-87be-5b26-99b1-b44e02f47a13 with identifier: GR07%20MXK
2026-03-29 06:09:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb5b6844-87be-5b26-99b1-b44e02f47a13 with identifier: GR07%20MXK
2026-03-29 06:09:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb5b6844-87be-5b26-99b1-b44e02f47a13 with identifier: GR07%20MXK to the API
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR07%20MXK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cb5b6844-87be-5b26-99b1-b44e02f47a13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GR07 MXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR07%20MXK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 150020,
'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': 'AUDI A3 SPORTBACK 1.9 TDI SE Hatchback',
'transmission': 'manual',
'trim': 'TDI SE',
'vin': 'WAUZZZ8P68A011770',
'year': 2007}
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR07%2520MXK%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Saving data for GR07%20MXK: {'auction_closing_time': 1774778400.0, 'created_time': 1774390987.73143, 'last_price_update_time': 1774764582.271625}
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR07%2520MXK') HTTP/1.1" 204 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: SF10%20VGU
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF10%2520VGU%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for SF10%20VGU: 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: DS20%20OCF
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for DS20%20OCF: 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: HG17%20FSO
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520FSO%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for HG17%20FSO: 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: LG23%20VVJ
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VVJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for LG23%20VVJ: 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: BV68%20CXD
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for BV68%20CXD: 2
2026-03-29 06:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5 with identifier: BV68%20CXD
2026-03-29 06:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5 with scrape type 2
2026-03-29 06:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5 with scrape type 2
2026-03-29 06:09:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5, identifier: BV68%20CXD
2026-03-29 06:09:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX
2026-03-29 06:09:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX
2026-03-29 06:09:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX to the API
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c921bcbe-d1c4-5396-9f7f-8d032d827d91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF71 XKX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF71%20XKX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'DACIA',
'model': 'SANDERO STEPWAY',
'odometer': 45108,
'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': 'DACIA SANDERO STEPWAY 1.0 TCE PRESTIGE Hatchback',
'transmission': 'manual',
'trim': 'TCE PRESTIGE',
'vin': 'UU1DJF00167616757',
'year': 2021}
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Saving data for AF71%20XKX: {'auction_closing_time': 1774951200.0, 'created_time': 1774523111.673316, 'last_price_update_time': 1774764582.730615}
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520XKX') HTTP/1.1" 204 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: YY56%20EDK
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY56%2520EDK%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for YY56%20EDK: 2
2026-03-29 06:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK
2026-03-29 06:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d448123b-371a-5a29-bdf5-94048f89112d with scrape type 2
2026-03-29 06:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d448123b-371a-5a29-bdf5-94048f89112d with scrape type 2
2026-03-29 06:09:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d448123b-371a-5a29-bdf5-94048f89112d, identifier: YY56%20EDK
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: GV61%20HND
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV61%2520HND%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for GV61%20HND: 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: HV61%20CZB
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV61%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for HV61%20CZB: 0
2026-03-29 06:09:42 [bca.uk] INFO: Found listing with ID: KB57%20YOG
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB57%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 06:09:42 [bca.uk] INFO: Scrape type for KB57%20YOG: 2
2026-03-29 06:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f with identifier: KB57%20YOG
2026-03-29 06:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f with scrape type 2
2026-03-29 06:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f with scrape type 2
2026-03-29 06:09:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f, identifier: KB57%20YOG
2026-03-29 06:09:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5 with identifier: BV68%20CXD
2026-03-29 06:09:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5 with identifier: BV68%20CXD
2026-03-29 06:09:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cfc29f1-367d-59ce-a07c-9d3ba6f261f5 with identifier: BV68%20CXD to the API
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV68%20CXD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5cfc29f1-367d-59ce-a07c-9d3ba6f261f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV68 CXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV68%20CXD&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 59356,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA X 1.6 CDTI 136 ECOTEC ELITE Hatchback',
'transmission': 'manual',
'trim': 'CDTI 136 ECOTEC ELITE',
'vin': 'W0VJD7EC1JB733657',
'year': 2018}
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 06:09:43 [bca.uk] INFO: Saving data for BV68%20CXD: {'auction_closing_time': 1774778400.0, 'created_time': 1774651111.769754, 'last_price_update_time': 1774764583.26025}
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV68%2520CXD') HTTP/1.1" 204 0
2026-03-29 06:09:43 [bca.uk] INFO: Found listing with ID: GJ17%20EKE
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-29 06:09:43 [bca.uk] INFO: Scrape type for GJ17%20EKE: 2
2026-03-29 06:09:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE
2026-03-29 06:09:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9dfcfc8-6687-5483-8740-1546ae348abb with scrape type 2
2026-03-29 06:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9dfcfc8-6687-5483-8740-1546ae348abb with scrape type 2
2026-03-29 06:09:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9dfcfc8-6687-5483-8740-1546ae348abb, identifier: GJ17%20EKE
2026-03-29 06:09:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK
2026-03-29 06:09:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK
2026-03-29 06:09:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK to the API
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY56%20EDK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd448123b-371a-5a29-bdf5-94048f89112d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY56 EDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY56%20EDK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 80402,
'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': 'NISSAN MICRA 1.2 INITIA 16V Hatchback',
'transmission': 'manual',
'trim': 'INITIA 16V',
'vin': 'SJNEBAK12U2177035',
'year': 2006}
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY56%2520EDK%27 HTTP/1.1" 200 None
2026-03-29 06:09:43 [bca.uk] INFO: Saving data for YY56%20EDK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562942.262736, 'last_price_update_time': 1774764583.744382}
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY56%2520EDK') HTTP/1.1" 204 0
2026-03-29 06:09:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f with identifier: KB57%20YOG
2026-03-29 06:09:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f with identifier: KB57%20YOG
2026-03-29 06:09:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90aa5f79-61cd-5cf5-b495-4bf6cd9d696f with identifier: KB57%20YOG to the API
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KB57%20YOG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '90aa5f79-61cd-5cf5-b495-4bf6cd9d696f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KB57 YOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KB57%20YOG&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'SEAT',
'model': 'ALHAMBRA',
'odometer': 113999,
'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': 'SEAT ALHAMBRA 2.0 TDI PD 140 REFERENCE (7ST) MPV',
'transmission': 'manual',
'trim': 'TDI PD 140 REFERENCE (7ST)',
'vin': 'VSSZZZ7MZ7V511528',
'year': 2007}
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB57%2520YOG%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Saving data for KB57%20YOG: {'auction_closing_time': 1774778400.0, 'created_time': 1774564501.135183, 'last_price_update_time': 1774764584.025251}
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KB57%2520YOG') HTTP/1.1" 204 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: GJ23%20JSY
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520JSY%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for GJ23%20JSY: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: NL64%20FUA
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520FUA%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for NL64%20FUA: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: NU65%20YZX
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520YZX%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for NU65%20YZX: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: YG66%20UPZ
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520UPZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for YG66%20UPZ: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: KX10%20FFW
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX10%2520FFW%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for KX10%20FFW: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: GJ22%20GXX
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for GJ22%20GXX: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: OY07%20OJV
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY07%2520OJV%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for OY07%20OJV: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: SD13%20ZKS
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520ZKS%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for SD13%20ZKS: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: BL72%20KOD
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KOD%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for BL72%20KOD: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: YP16%20YRN
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520YRN%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for YP16%20YRN: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: YC65%20HWR
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC65%2520HWR%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for YC65%20HWR: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: SJ09%20OPL
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ09%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for SJ09%20OPL: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: TO05%20LWW
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TO05%2520LWW%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for TO05%20LWW: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: SC66%20RUU
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520RUU%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for SC66%20RUU: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: KM08%20HZJ
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM08%2520HZJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for KM08%20HZJ: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: ST13%20HLN
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for ST13%20HLN: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: WM68%20VTT
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520VTT%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for WM68%20VTT: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: OV10%20HBL
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV10%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for OV10%20HBL: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: R12%20OKJ
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R12%2520OKJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for R12%20OKJ: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: KN62%20FGD
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520FGD%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for KN62%20FGD: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: PK20%20WMF
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for PK20%20WMF: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: SY64%20VFH
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY64%2520VFH%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for SY64%20VFH: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: WO15%20PZN
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for WO15%20PZN: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: YL65%20OCJ
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL65%2520OCJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for YL65%20OCJ: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: WP62%20HXA
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520HXA%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for WP62%20HXA: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: WU72%20TZR
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TZR%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for WU72%20TZR: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: WV62%20VSN
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520VSN%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for WV62%20VSN: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: WV62%20VXT
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520VXT%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for WV62%20VXT: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: YS09%20CYH
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS09%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for YS09%20CYH: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: YY13%20NWV
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY13%2520NWV%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for YY13%20NWV: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: HJ13%20EOR
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ13%2520EOR%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for HJ13%20EOR: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: HX14%20ZBC
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520ZBC%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for HX14%20ZBC: 0
2026-03-29 06:09:44 [bca.uk] INFO: Found listing with ID: LT59%20AEE
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT59%2520AEE%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Scrape type for LT59%20AEE: 2
2026-03-29 06:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85671ca6-1655-5658-887d-f8cc39481920 with identifier: LT59%20AEE
2026-03-29 06:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85671ca6-1655-5658-887d-f8cc39481920 with scrape type 2
2026-03-29 06:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85671ca6-1655-5658-887d-f8cc39481920 with scrape type 2
2026-03-29 06:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85671ca6-1655-5658-887d-f8cc39481920, identifier: LT59%20AEE
2026-03-29 06:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE
2026-03-29 06:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE
2026-03-29 06:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE to the API
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f9dfcfc8-6687-5483-8740-1546ae348abb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ17 EKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ17%20EKE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'TWINGO',
'odometer': 26563,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'RENAULT TWINGO 1.0 SCE 70 PLAY Hatchback',
'transmission': 'manual',
'trim': 'SCE 70 PLAY',
'vin': 'VF1AHB40D57565464',
'year': 2017}
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-29 06:09:44 [bca.uk] INFO: Saving data for GJ17%20EKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774476562.872776, 'last_price_update_time': 1774764584.932325}
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ17%2520EKE') HTTP/1.1" 204 0
2026-03-29 06:09:45 [bca.uk] INFO: Found listing with ID: WR66%20CUK
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR66%2520CUK%27 HTTP/1.1" 200 None
2026-03-29 06:09:45 [bca.uk] INFO: Scrape type for WR66%20CUK: 2
2026-03-29 06:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK
2026-03-29 06:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5320019d-90a2-555e-ac9a-f0d6ba8583bb with scrape type 2
2026-03-29 06:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5320019d-90a2-555e-ac9a-f0d6ba8583bb with scrape type 2
2026-03-29 06:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5320019d-90a2-555e-ac9a-f0d6ba8583bb, identifier: WR66%20CUK
2026-03-29 06:09:45 [bca.uk] INFO: Found listing with ID: KE12%20GOH
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520GOH%27 HTTP/1.1" 200 None
2026-03-29 06:09:45 [bca.uk] INFO: Scrape type for KE12%20GOH: 2
2026-03-29 06:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7 with identifier: KE12%20GOH
2026-03-29 06:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7 with scrape type 2
2026-03-29 06:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7 with scrape type 2
2026-03-29 06:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7, identifier: KE12%20GOH
2026-03-29 06:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85671ca6-1655-5658-887d-f8cc39481920 with identifier: LT59%20AEE
2026-03-29 06:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85671ca6-1655-5658-887d-f8cc39481920 with identifier: LT59%20AEE
2026-03-29 06:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85671ca6-1655-5658-887d-f8cc39481920 with identifier: LT59%20AEE to the API
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT59%20AEE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '85671ca6-1655-5658-887d-f8cc39481920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT59 AEE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT59%20AEE&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 117292,
'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': 'WF0JXXWPJJ9A09505',
'year': 2009}
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT59%2520AEE%27 HTTP/1.1" 200 None
2026-03-29 06:09:45 [bca.uk] INFO: Saving data for LT59%20AEE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564536.784254, 'last_price_update_time': 1774764585.517296}
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT59%2520AEE') HTTP/1.1" 204 0
2026-03-29 06:09:45 [bca.uk] INFO: Found listing with ID: GJ67%20KLX
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-29 06:09:45 [bca.uk] INFO: Scrape type for GJ67%20KLX: 2
2026-03-29 06:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX
2026-03-29 06:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with scrape type 2
2026-03-29 06:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with scrape type 2
2026-03-29 06:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6, identifier: GJ67%20KLX
2026-03-29 06:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK
2026-03-29 06:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK
2026-03-29 06:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK to the API
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR66%20CUK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5320019d-90a2-555e-ac9a-f0d6ba8583bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR66 CUK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR66%20CUK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 120644,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'HYUNDAI I30 1.6 CRDI B/D 110 SE Hatchback',
'transmission': 'manual',
'trim': 'CRDI B/D 110 SE',
'vin': 'TMAD351ULHJ356736',
'year': 2016}
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR66%2520CUK%27 HTTP/1.1" 200 None
2026-03-29 06:09:45 [bca.uk] INFO: Saving data for WR66%20CUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774476610.400761, 'last_price_update_time': 1774764585.917414}
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR66%2520CUK') HTTP/1.1" 204 0
2026-03-29 06:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7 with identifier: KE12%20GOH
2026-03-29 06:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7 with identifier: KE12%20GOH
2026-03-29 06:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7 with identifier: KE12%20GOH to the API
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE12%20GOH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8abf40f3-1aea-5b91-b7d4-e9c7a1623ab7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KE12 GOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE12%20GOH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FIAT',
'model': '500',
'odometer': 93915,
'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 POP S/S Hatchback',
'transmission': 'manual',
'trim': 'POP S/S',
'vin': 'ZFA31200000881675',
'year': 2012}
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520GOH%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Saving data for KE12%20GOH: {'auction_closing_time': 1774778400.0, 'created_time': 1774564500.453466, 'last_price_update_time': 1774764586.254381}
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE12%2520GOH') HTTP/1.1" 204 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: ML62%20AAK
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML62%2520AAK%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for ML62%20AAK: 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: NX08%20SWZ
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX08%2520SWZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for NX08%20SWZ: 2
2026-03-29 06:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2df6719c-866a-5423-8319-a4f1982f09e8 with identifier: NX08%20SWZ
2026-03-29 06:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2df6719c-866a-5423-8319-a4f1982f09e8 with scrape type 2
2026-03-29 06:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2df6719c-866a-5423-8319-a4f1982f09e8 with scrape type 2
2026-03-29 06:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2df6719c-866a-5423-8319-a4f1982f09e8, identifier: NX08%20SWZ
2026-03-29 06:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX
2026-03-29 06:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX
2026-03-29 06:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX to the API
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '63bdc0c4-b005-5fd4-94d6-573e6ab803e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ67 KLX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ67%20KLX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 58994,
'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 AYGO 1.0 VVT-I X-PLAY Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-PLAY',
'vin': 'JTDKGNEC70N292303',
'year': 2017}
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Saving data for GJ67%20KLX: {'auction_closing_time': 1774951200.0, 'created_time': 1774476564.138053, 'last_price_update_time': 1774764586.670476}
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ67%2520KLX') HTTP/1.1" 204 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: YL57%20BXX
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL57%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for YL57%20BXX: 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: SP12%20ZFL
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP12%2520ZFL%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for SP12%20ZFL: 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: GJ73%20VLX
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ73%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for GJ73%20VLX: 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: KW73%20YUN
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YUN%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for KW73%20YUN: 0
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: L44%20KDN
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L44%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for L44%20KDN: 2
2026-03-29 06:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN
2026-03-29 06:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f29ca0-9803-585d-8dbf-e7289033f66a with scrape type 2
2026-03-29 06:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f29ca0-9803-585d-8dbf-e7289033f66a with scrape type 2
2026-03-29 06:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f29ca0-9803-585d-8dbf-e7289033f66a, identifier: L44%20KDN
2026-03-29 06:09:46 [bca.uk] INFO: Found listing with ID: KN60%20ZPY
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN60%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 06:09:46 [bca.uk] INFO: Scrape type for KN60%20ZPY: 2
2026-03-29 06:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cae5297-4563-5f04-a766-87267f6e7d1e with identifier: KN60%20ZPY
2026-03-29 06:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cae5297-4563-5f04-a766-87267f6e7d1e with scrape type 2
2026-03-29 06:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cae5297-4563-5f04-a766-87267f6e7d1e with scrape type 2
2026-03-29 06:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cae5297-4563-5f04-a766-87267f6e7d1e, identifier: KN60%20ZPY
2026-03-29 06:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2df6719c-866a-5423-8319-a4f1982f09e8 with identifier: NX08%20SWZ
2026-03-29 06:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2df6719c-866a-5423-8319-a4f1982f09e8 with identifier: NX08%20SWZ
2026-03-29 06:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2df6719c-866a-5423-8319-a4f1982f09e8 with identifier: NX08%20SWZ to the API
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 196,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX08%20SWZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2df6719c-866a-5423-8319-a4f1982f09e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX08 SWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX08%20SWZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'RENAULT',
'model': 'GRAND ESPACE',
'odometer': 83408,
'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': 'RENAULT GRAND ESPACE 2.0 DCI 150 TECH RUN MPV',
'transmission': 'manual',
'trim': 'DCI 150 TECH RUN',
'vin': 'VF1JK01C638893801',
'year': 2008}
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX08%2520SWZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:47 [bca.uk] INFO: Saving data for NX08%20SWZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774477871.3178, 'last_price_update_time': 1774764587.273099}
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX08%2520SWZ') HTTP/1.1" 204 0
2026-03-29 06:09:47 [bca.uk] INFO: Found listing with ID: LA18%20AET
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-29 06:09:47 [bca.uk] INFO: Scrape type for LA18%20AET: 2
2026-03-29 06:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET
2026-03-29 06:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with scrape type 2
2026-03-29 06:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with scrape type 2
2026-03-29 06:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22, identifier: LA18%20AET
2026-03-29 06:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN
2026-03-29 06:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN
2026-03-29 06:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN to the API
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L44%20KDN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '58f29ca0-9803-585d-8dbf-e7289033f66a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'L44 KDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=L44%20KDN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 61021,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE',
'vin': 'MALBB51BLDM436068',
'year': 2012}
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L44%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:09:47 [bca.uk] INFO: Saving data for L44%20KDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476688.216973, 'last_price_update_time': 1774764587.752066}
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L44%2520KDN') HTTP/1.1" 204 0
2026-03-29 06:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cae5297-4563-5f04-a766-87267f6e7d1e with identifier: KN60%20ZPY
2026-03-29 06:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cae5297-4563-5f04-a766-87267f6e7d1e with identifier: KN60%20ZPY
2026-03-29 06:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cae5297-4563-5f04-a766-87267f6e7d1e with identifier: KN60%20ZPY to the API
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN60%20ZPY-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0cae5297-4563-5f04-a766-87267f6e7d1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN60 ZPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN60%20ZPY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'C250',
'odometer': 130252,
'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 C250 2.1 CDI B/E SPORT Saloon',
'transmission': 'manual',
'trim': 'CDI B/E SPORT',
'vin': 'WDD2040032A459116',
'year': 2010}
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN60%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Saving data for KN60%20ZPY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476321.157773, 'last_price_update_time': 1774764588.067027}
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN60%2520ZPY') HTTP/1.1" 204 0
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: PK20%20UYN
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520UYN%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for PK20%20UYN: 0
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: RX02%20CUW
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX02%2520CUW%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for RX02%20CUW: 0
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: ST12%20EXV
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for ST12%20EXV: 2
2026-03-29 06:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1481fbd4-c4f9-5d09-b69b-38e7634f8edd with identifier: ST12%20EXV
2026-03-29 06:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1481fbd4-c4f9-5d09-b69b-38e7634f8edd with scrape type 2
2026-03-29 06:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1481fbd4-c4f9-5d09-b69b-38e7634f8edd with scrape type 2
2026-03-29 06:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1481fbd4-c4f9-5d09-b69b-38e7634f8edd, identifier: ST12%20EXV
2026-03-29 06:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET
2026-03-29 06:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET
2026-03-29 06:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET to the API
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4ee7e7c2-5bac-5af9-b7ea-caaf08323b22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA18 AET',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA18%20AET&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MAZDA',
'model': '6',
'odometer': 63831,
'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': 'MAZDA 6 2.2 D 184 GT SPORT+ Saloon',
'transmission': 'manual',
'trim': 'D 184 GT SPORT+',
'vin': 'JMZGL622601604294',
'year': 2018}
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Saving data for LA18%20AET: {'auction_closing_time': 1774951200.0, 'created_time': 1774476333.016419, 'last_price_update_time': 1774764588.476965}
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA18%2520AET') HTTP/1.1" 204 0
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: FP61%20YTJ
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP61%2520YTJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for FP61%20YTJ: 2
2026-03-29 06:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ
2026-03-29 06:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7674425-fca9-5071-b232-c1d0a685074f with scrape type 2
2026-03-29 06:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7674425-fca9-5071-b232-c1d0a685074f with scrape type 2
2026-03-29 06:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7674425-fca9-5071-b232-c1d0a685074f, identifier: FP61%20YTJ
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: LB59%20ORK
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520ORK%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for LB59%20ORK: 0
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: LL09%20JMU
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL09%2520JMU%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for LL09%20JMU: 0
2026-03-29 06:09:48 [bca.uk] INFO: Found listing with ID: LO12%20MHN
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO12%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 06:09:48 [bca.uk] INFO: Scrape type for LO12%20MHN: 2
2026-03-29 06:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e with identifier: LO12%20MHN
2026-03-29 06:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e with scrape type 2
2026-03-29 06:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e with scrape type 2
2026-03-29 06:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e, identifier: LO12%20MHN
2026-03-29 06:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1481fbd4-c4f9-5d09-b69b-38e7634f8edd with identifier: ST12%20EXV
2026-03-29 06:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1481fbd4-c4f9-5d09-b69b-38e7634f8edd with identifier: ST12%20EXV
2026-03-29 06:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1481fbd4-c4f9-5d09-b69b-38e7634f8edd with identifier: ST12%20EXV to the API
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST12%20EXV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1481fbd4-c4f9-5d09-b69b-38e7634f8edd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST12 EXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST12%20EXV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 104270,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC',
'vin': 'WF0KXXGCBKCR18665',
'year': 2012}
2026-03-29 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Saving data for ST12%20EXV: {'auction_closing_time': 1774778400.0, 'created_time': 1774477873.279909, 'last_price_update_time': 1774764589.005577}
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST12%2520EXV') HTTP/1.1" 204 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: LV59%20FNP
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for LV59%20FNP: 2
2026-03-29 06:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP
2026-03-29 06:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a168f8-93c4-5105-85ca-a0ec2957afd5 with scrape type 2
2026-03-29 06:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a168f8-93c4-5105-85ca-a0ec2957afd5 with scrape type 2
2026-03-29 06:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83a168f8-93c4-5105-85ca-a0ec2957afd5, identifier: LV59%20FNP
2026-03-29 06:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ
2026-03-29 06:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ
2026-03-29 06:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ to the API
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c7674425-fca9-5071-b232-c1d0a685074f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP61 YTJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP61%20YTJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LEXUS',
'model': 'CT 200H',
'odometer': 79424,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'LEXUS CT 200H 1.8 SE-I Hatchback',
'transmission': 'automatic',
'trim': 'SE-I',
'vin': 'JTHKD5BH502056984',
'year': 2012}
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP61%2520YTJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Saving data for FP61%20YTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678100.410896, 'last_price_update_time': 1774764589.439614}
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP61%2520YTJ') HTTP/1.1" 204 0
2026-03-29 06:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e with identifier: LO12%20MHN
2026-03-29 06:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e with identifier: LO12%20MHN
2026-03-29 06:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e with identifier: LO12%20MHN to the API
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:09:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO12%20MHN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6d3a6c4c-cc8e-54f4-a4d2-caac6f0ba72e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO12 MHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO12%20MHN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'C220',
'odometer': 141012,
'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': 'WDD2043022F931516',
'year': 2012}
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO12%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Saving data for LO12%20MHN: {'auction_closing_time': 1774778400.0, 'created_time': 1774476322.662208, 'last_price_update_time': 1774764589.721117}
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO12%2520MHN') HTTP/1.1" 204 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: V56%20LFM
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V56%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for V56%20LFM: 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: VK59%20BBV
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK59%2520BBV%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for VK59%20BBV: 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: WF16%20HVZ
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF16%2520HVZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for WF16%20HVZ: 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: CX63%20XMF
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX63%2520XMF%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for CX63%20XMF: 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: CY10%20LLN
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY10%2520LLN%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for CY10%20LLN: 0
2026-03-29 06:09:49 [bca.uk] INFO: Found listing with ID: EA16%20HWV
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520HWV%27 HTTP/1.1" 200 None
2026-03-29 06:09:49 [bca.uk] INFO: Scrape type for EA16%20HWV: 2
2026-03-29 06:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df9481f9-012c-5dca-931c-63c93be3266f with identifier: EA16%20HWV
2026-03-29 06:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df9481f9-012c-5dca-931c-63c93be3266f with scrape type 2
2026-03-29 06:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df9481f9-012c-5dca-931c-63c93be3266f with scrape type 2
2026-03-29 06:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df9481f9-012c-5dca-931c-63c93be3266f, identifier: EA16%20HWV
2026-03-29 06:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP
2026-03-29 06:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP
2026-03-29 06:09:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP to the API
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '83a168f8-93c4-5105-85ca-a0ec2957afd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV59 FNP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV59%20FNP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 99999,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.6 VVT EXPRESSION Hatchback',
'transmission': 'automatic',
'trim': 'VVT EXPRESSION',
'vin': 'VF1BR1B0A41975316',
'year': 2009}
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Saving data for LV59%20FNP: {'auction_closing_time': 1774951200.0, 'created_time': 1774476560.688246, 'last_price_update_time': 1774764590.220483}
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV59%2520FNP') HTTP/1.1" 204 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: MC19%20FDG
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MC19%2520FDG%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for MC19%20FDG: 2
2026-03-29 06:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG
2026-03-29 06:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946f2e1d-ca96-5963-8522-f941a7e99da6 with scrape type 2
2026-03-29 06:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 946f2e1d-ca96-5963-8522-f941a7e99da6 with scrape type 2
2026-03-29 06:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 946f2e1d-ca96-5963-8522-f941a7e99da6, identifier: MC19%20FDG
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: NV14%20GKL
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV14%2520GKL%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for NV14%20GKL: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: AF13%20CZZ
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF13%2520CZZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for AF13%20CZZ: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: BJ10%20KWZ
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ10%2520KWZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for BJ10%20KWZ: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: BN63%20XSE
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN63%2520XSE%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for BN63%20XSE: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: DF10%20EKT
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF10%2520EKT%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for DF10%20EKT: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: EK14%20OWJ
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK14%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for EK14%20OWJ: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: EN11%20FCZ
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN11%2520FCZ%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for EN11%20FCZ: 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: FG63%20RCX
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG63%2520RCX%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for FG63%20RCX: 0
2026-03-29 06:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df9481f9-012c-5dca-931c-63c93be3266f with identifier: EA16%20HWV
2026-03-29 06:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df9481f9-012c-5dca-931c-63c93be3266f with identifier: EA16%20HWV
2026-03-29 06:09:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df9481f9-012c-5dca-931c-63c93be3266f with identifier: EA16%20HWV to the API
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA16%20HWV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'df9481f9-012c-5dca-931c-63c93be3266f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA16 HWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA16%20HWV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 58481,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.2 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'NLHA851CLGZ231514',
'year': 2016}
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA16%2520HWV%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Saving data for EA16%20HWV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564521.978673, 'last_price_update_time': 1774764590.839695}
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA16%2520HWV') HTTP/1.1" 204 0
2026-03-29 06:09:50 [bca.uk] INFO: Found listing with ID: WG16%20MYO
2026-03-29 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG16%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 06:09:50 [bca.uk] INFO: Scrape type for WG16%20MYO: 2
2026-03-29 06:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361e3b44-1b85-5c9f-8a34-0667de91edaf with identifier: WG16%20MYO
2026-03-29 06:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361e3b44-1b85-5c9f-8a34-0667de91edaf with scrape type 2
2026-03-29 06:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361e3b44-1b85-5c9f-8a34-0667de91edaf with scrape type 2
2026-03-29 06:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 361e3b44-1b85-5c9f-8a34-0667de91edaf, identifier: WG16%20MYO
2026-03-29 06:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG
2026-03-29 06:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG
2026-03-29 06:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG to the API
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '946f2e1d-ca96-5963-8522-f941a7e99da6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MC19 FDG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC19%20FDG&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 54664,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'RENAULT KADJAR 1.3 TCE 140 PLAY Hatchback',
'transmission': 'manual',
'trim': 'TCE 140 PLAY',
'vin': 'VF1RFE00762671972',
'year': 2019}
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MC19%2520FDG%27 HTTP/1.1" 200 None
2026-03-29 06:09:51 [bca.uk] INFO: Saving data for MC19%20FDG: {'auction_closing_time': 1774951200.0, 'created_time': 1774678100.947896, 'last_price_update_time': 1774764591.243334}
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC19%2520FDG') HTTP/1.1" 204 0
2026-03-29 06:09:51 [bca.uk] INFO: Found listing with ID: EF12%20FLA
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EF12%2520FLA%27 HTTP/1.1" 200 None
2026-03-29 06:09:51 [bca.uk] INFO: Scrape type for EF12%20FLA: 0
2026-03-29 06:09:51 [bca.uk] INFO: Found listing with ID: EO63%20EHL
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO63%2520EHL%27 HTTP/1.1" 200 None
2026-03-29 06:09:51 [bca.uk] INFO: Scrape type for EO63%20EHL: 2
2026-03-29 06:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f618de-d0ed-5adf-90e2-9c08ea894692 with identifier: EO63%20EHL
2026-03-29 06:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79f618de-d0ed-5adf-90e2-9c08ea894692 with scrape type 2
2026-03-29 06:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79f618de-d0ed-5adf-90e2-9c08ea894692 with scrape type 2
2026-03-29 06:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79f618de-d0ed-5adf-90e2-9c08ea894692, identifier: EO63%20EHL
2026-03-29 06:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 361e3b44-1b85-5c9f-8a34-0667de91edaf with identifier: WG16%20MYO
2026-03-29 06:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 361e3b44-1b85-5c9f-8a34-0667de91edaf with identifier: WG16%20MYO
2026-03-29 06:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 361e3b44-1b85-5c9f-8a34-0667de91edaf with identifier: WG16%20MYO to the API
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG16%20MYO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '361e3b44-1b85-5c9f-8a34-0667de91edaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG16 MYO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG16%20MYO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 95088,
'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 POLO 1.0 75 MATCH Hatchback',
'transmission': 'manual',
'trim': '75 MATCH',
'vin': 'WVWZZZ6RZGU058415',
'year': 2016}
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG16%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 06:09:51 [bca.uk] INFO: Saving data for WG16%20MYO: {'auction_closing_time': 1774778400.0, 'created_time': 1774437385.346532, 'last_price_update_time': 1774764591.652971}
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG16%2520MYO') HTTP/1.1" 204 0
2026-03-29 06:09:51 [bca.uk] INFO: Found listing with ID: RL05%20YPN
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RL05%2520YPN%27 HTTP/1.1" 200 None
2026-03-29 06:09:51 [bca.uk] INFO: Scrape type for RL05%20YPN: 2
2026-03-29 06:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN
2026-03-29 06:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with scrape type 2
2026-03-29 06:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with scrape type 2
2026-03-29 06:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7, identifier: RL05%20YPN
2026-03-29 06:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79f618de-d0ed-5adf-90e2-9c08ea894692 with identifier: EO63%20EHL
2026-03-29 06:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79f618de-d0ed-5adf-90e2-9c08ea894692 with identifier: EO63%20EHL
2026-03-29 06:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79f618de-d0ed-5adf-90e2-9c08ea894692 with identifier: EO63%20EHL to the API
2026-03-29 06:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO63%20EHL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '79f618de-d0ed-5adf-90e2-9c08ea894692',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO63 EHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO63%20EHL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 131193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 16V 115 ENERGY Hatchback',
'transmission': 'manual',
'trim': '16V 115 ENERGY',
'vin': 'W0LPC6ED9D1103422',
'year': 2013}
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520EHL%27 HTTP/1.1" 200 None
2026-03-29 06:09:52 [bca.uk] INFO: Saving data for EO63%20EHL: {'auction_closing_time': 1774778400.0, 'created_time': 1774535930.428456, 'last_price_update_time': 1774764592.156771}
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO63%2520EHL') HTTP/1.1" 204 0
2026-03-29 06:09:52 [bca.uk] INFO: Found listing with ID: HJ53%20UMZ
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [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 06:09:52 [bca.uk] INFO: Scrape type for HJ53%20UMZ: 2
2026-03-29 06:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45c1a2d5-9284-5182-a508-13434afbda2d with identifier: HJ53%20UMZ
2026-03-29 06:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c1a2d5-9284-5182-a508-13434afbda2d with scrape type 2
2026-03-29 06:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45c1a2d5-9284-5182-a508-13434afbda2d with scrape type 2
2026-03-29 06:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45c1a2d5-9284-5182-a508-13434afbda2d, identifier: HJ53%20UMZ
2026-03-29 06:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN
2026-03-29 06:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN
2026-03-29 06:09:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN to the API
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6c4e223f-21d0-58e6-b8d2-7881d56d8eb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RL05 YPN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RL05%20YPN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 66826,
'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': 'JHMGD18505S231426',
'year': 2005}
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09: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 06:09:52 [bca.uk] INFO: Saving data for RL05%20YPN: {'auction_closing_time': 1774951200.0, 'created_time': 1774678084.562992, 'last_price_update_time': 1774764592.53902}
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RL05%2520YPN') HTTP/1.1" 204 0
2026-03-29 06:09:52 [bca.uk] INFO: Found listing with ID: EY08%20VJV
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09: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%2520VJV%27 HTTP/1.1" 200 None
2026-03-29 06:09:52 [bca.uk] INFO: Scrape type for EY08%20VJV: 0
2026-03-29 06:09:52 [bca.uk] INFO: Found listing with ID: FG13%20AFE
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG13%2520AFE%27 HTTP/1.1" 200 None
2026-03-29 06:09:52 [bca.uk] INFO: Scrape type for FG13%20AFE: 2
2026-03-29 06:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd7b9684-f318-5240-928c-a204027cc917 with identifier: FG13%20AFE
2026-03-29 06:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd7b9684-f318-5240-928c-a204027cc917 with scrape type 2
2026-03-29 06:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd7b9684-f318-5240-928c-a204027cc917 with scrape type 2
2026-03-29 06:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd7b9684-f318-5240-928c-a204027cc917, identifier: FG13%20AFE
2026-03-29 06:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45c1a2d5-9284-5182-a508-13434afbda2d with identifier: HJ53%20UMZ
2026-03-29 06:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45c1a2d5-9284-5182-a508-13434afbda2d with identifier: HJ53%20UMZ
2026-03-29 06:09:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45c1a2d5-9284-5182-a508-13434afbda2d with identifier: HJ53%20UMZ to the API
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ53%20UMZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '45c1a2d5-9284-5182-a508-13434afbda2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ53 UMZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ53%20UMZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 39907,
'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': 'SHHEU88203U212905',
'year': 2003}
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [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 06:09:52 [bca.uk] INFO: Saving data for HJ53%20UMZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774678097.214217, 'last_price_update_time': 1774764592.953174}
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ53%2520UMZ') HTTP/1.1" 204 0
2026-03-29 06:09:52 [bca.uk] INFO: Found listing with ID: FP67%20ORG
2026-03-29 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09: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 06:09:52 [bca.uk] INFO: Scrape type for FP67%20ORG: 2
2026-03-29 06:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG
2026-03-29 06:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with scrape type 2
2026-03-29 06:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with scrape type 2
2026-03-29 06:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35b5d50d-33e2-5c83-aeb7-79f72f85d022, identifier: FP67%20ORG
2026-03-29 06:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd7b9684-f318-5240-928c-a204027cc917 with identifier: FG13%20AFE
2026-03-29 06:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd7b9684-f318-5240-928c-a204027cc917 with identifier: FG13%20AFE
2026-03-29 06:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd7b9684-f318-5240-928c-a204027cc917 with identifier: FG13%20AFE to the API
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG13%20AFE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dd7b9684-f318-5240-928c-a204027cc917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG13 AFE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG13%20AFE&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A3 CABRIOLET',
'odometer': 55196,
'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 CABRIOLET 1.6 TDI 105 S LINE FINAL ED. Convertible',
'transmission': 'manual',
'trim': 'TDI 105 S LINE FINAL ED.',
'vin': 'TRUZZZ8P7D1003440',
'year': 2013}
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG13%2520AFE%27 HTTP/1.1" 200 None
2026-03-29 06:09:53 [bca.uk] INFO: Saving data for FG13%20AFE: {'auction_closing_time': 1774778400.0, 'created_time': 1774534772.525798, 'last_price_update_time': 1774764593.34285}
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG13%2520AFE') HTTP/1.1" 204 0
2026-03-29 06:09:53 [bca.uk] INFO: Found listing with ID: KW12%20BNK
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:53 [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 06:09:53 [bca.uk] INFO: Scrape type for KW12%20BNK: 2
2026-03-29 06:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff177029-8700-508f-b57c-6cbf567184ce with identifier: KW12%20BNK
2026-03-29 06:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff177029-8700-508f-b57c-6cbf567184ce with scrape type 2
2026-03-29 06:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff177029-8700-508f-b57c-6cbf567184ce with scrape type 2
2026-03-29 06:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff177029-8700-508f-b57c-6cbf567184ce, identifier: KW12%20BNK
2026-03-29 06:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG
2026-03-29 06:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG
2026-03-29 06:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG to the API
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 88,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20ORG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '35b5d50d-33e2-5c83-aeb7-79f72f85d022',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP67 ORG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20ORG&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 108608,
'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 1.6 CDTI 110 ECOTEC TECH LINE S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 110 ECOTEC TECH LINE S/S',
'vin': 'W0VBD6EL5JG033707',
'year': 2018}
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09: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%2520ORG%27 HTTP/1.1" 200 None
2026-03-29 06:09:53 [bca.uk] INFO: Saving data for FP67%20ORG: {'auction_closing_time': 1774951200.0, 'created_time': 1774476610.044567, 'last_price_update_time': 1774764593.736593}
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520ORG') HTTP/1.1" 204 0
2026-03-29 06:09:53 [bca.uk] INFO: Found listing with ID: FL11%20PWJ
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL11%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:53 [bca.uk] INFO: Scrape type for FL11%20PWJ: 2
2026-03-29 06:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e4f30a3-8a93-5862-810c-17e1f5226ab6 with identifier: FL11%20PWJ
2026-03-29 06:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e4f30a3-8a93-5862-810c-17e1f5226ab6 with scrape type 2
2026-03-29 06:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e4f30a3-8a93-5862-810c-17e1f5226ab6 with scrape type 2
2026-03-29 06:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e4f30a3-8a93-5862-810c-17e1f5226ab6, identifier: FL11%20PWJ
2026-03-29 06:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff177029-8700-508f-b57c-6cbf567184ce with identifier: KW12%20BNK
2026-03-29 06:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff177029-8700-508f-b57c-6cbf567184ce with identifier: KW12%20BNK
2026-03-29 06:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff177029-8700-508f-b57c-6cbf567184ce with identifier: KW12%20BNK to the API
2026-03-29 06:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW12%20BNK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ff177029-8700-508f-b57c-6cbf567184ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW12 BNK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW12%20BNK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLVO',
'model': 'V40',
'odometer': 99993,
'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 V40 1.6 D2 115 SE LUX Hatchback',
'transmission': 'manual',
'trim': 'D2 115 SE LUX',
'vin': 'YV1MV8481D2001190',
'year': 2012}
2026-03-29 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:54 [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 06:09:54 [bca.uk] INFO: Saving data for KW12%20BNK: {'auction_closing_time': 1774778400.0, 'created_time': 1774678094.655684, 'last_price_update_time': 1774764594.13345}
2026-03-29 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW12%2520BNK') HTTP/1.1" 204 0
2026-03-29 06:09:54 [bca.uk] INFO: Found listing with ID: OE08%20ZZO
2026-03-29 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:54 [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 06:09:54 [bca.uk] INFO: Scrape type for OE08%20ZZO: 2
2026-03-29 06:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO
2026-03-29 06:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with scrape type 2
2026-03-29 06:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with scrape type 2
2026-03-29 06:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d, identifier: OE08%20ZZO
2026-03-29 06:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e4f30a3-8a93-5862-810c-17e1f5226ab6 with identifier: FL11%20PWJ
2026-03-29 06:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e4f30a3-8a93-5862-810c-17e1f5226ab6 with identifier: FL11%20PWJ
2026-03-29 06:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e4f30a3-8a93-5862-810c-17e1f5226ab6 with identifier: FL11%20PWJ to the API
2026-03-29 06:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL11%20PWJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0e4f30a3-8a93-5862-810c-17e1f5226ab6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL11 PWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL11%20PWJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'TOYOTA',
'model': 'AVENSIS',
'odometer': 164144,
'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 AVENSIS 1.8 VVT-I TR Estate',
'transmission': 'automatic',
'trim': 'VVT-I TR',
'vin': 'SB1EG76L20E048473',
'year': 2011}
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL11%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Saving data for FL11%20PWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774534747.481318, 'last_price_update_time': 1774764595.011883}
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL11%2520PWJ') HTTP/1.1" 204 0
2026-03-29 06:09:55 [bca.uk] INFO: Found listing with ID: DL13%20RHV
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Scrape type for DL13%20RHV: 2
2026-03-29 06:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV
2026-03-29 06:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with scrape type 2
2026-03-29 06:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with scrape type 2
2026-03-29 06:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988, identifier: DL13%20RHV
2026-03-29 06:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO
2026-03-29 06:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO
2026-03-29 06:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO to the API
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE08%20ZZO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0128dd7e-e05d-5dc7-90e0-32a7ae80134d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE08 ZZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE08%20ZZO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 126082,
'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 TOURAN 2.0 TDI 140 SPORT DSG MPV',
'transmission': 'automatic',
'trim': 'TDI 140 SPORT DSG',
'vin': 'WVGZZZ1TZ9W017640',
'year': 2008}
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE08%2520ZZO%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Saving data for OE08%20ZZO: {'auction_closing_time': 1774951200.0, 'created_time': 1773932075.626316, 'last_price_update_time': 1774764595.396187}
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE08%2520ZZO') HTTP/1.1" 204 0
2026-03-29 06:09:55 [bca.uk] INFO: Found listing with ID: FV11%20HRM
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV11%2520HRM%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Scrape type for FV11%20HRM: 0
2026-03-29 06:09:55 [bca.uk] INFO: Found listing with ID: FY59%20RWN
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY59%2520RWN%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Scrape type for FY59%20RWN: 0
2026-03-29 06:09:55 [bca.uk] INFO: Found listing with ID: CK61%20VGV
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK61%2520VGV%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Scrape type for CK61%20VGV: 2
2026-03-29 06:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a478fd1-44ec-508a-8cdc-7025029d46e3 with identifier: CK61%20VGV
2026-03-29 06:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a478fd1-44ec-508a-8cdc-7025029d46e3 with scrape type 2
2026-03-29 06:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a478fd1-44ec-508a-8cdc-7025029d46e3 with scrape type 2
2026-03-29 06:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a478fd1-44ec-508a-8cdc-7025029d46e3, identifier: CK61%20VGV
2026-03-29 06:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV
2026-03-29 06:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV
2026-03-29 06:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV to the API
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6cfa5c0d-b9f7-58de-8e77-0bf13052b988',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL13 RHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL13%20RHV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 92545,
'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': 'WF0CXXGAKCDR85221',
'year': 2013}
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Saving data for DL13%20RHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774565102.080127, 'last_price_update_time': 1774764595.809493}
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL13%2520RHV') HTTP/1.1" 204 0
2026-03-29 06:09:55 [bca.uk] INFO: Found listing with ID: YG65%20YRR
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520YRR%27 HTTP/1.1" 200 None
2026-03-29 06:09:55 [bca.uk] INFO: Scrape type for YG65%20YRR: 2
2026-03-29 06:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR
2026-03-29 06:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b150d67-4266-5322-b6c7-464a54c7c0c8 with scrape type 2
2026-03-29 06:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b150d67-4266-5322-b6c7-464a54c7c0c8 with scrape type 2
2026-03-29 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b150d67-4266-5322-b6c7-464a54c7c0c8, identifier: YG65%20YRR
2026-03-29 06:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a478fd1-44ec-508a-8cdc-7025029d46e3 with identifier: CK61%20VGV
2026-03-29 06:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a478fd1-44ec-508a-8cdc-7025029d46e3 with identifier: CK61%20VGV
2026-03-29 06:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a478fd1-44ec-508a-8cdc-7025029d46e3 with identifier: CK61%20VGV to the API
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK61%20VGV-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0a478fd1-44ec-508a-8cdc-7025029d46e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK61 VGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK61%20VGV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 121680,
'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 AYGO 1.0 VVT-I ICE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I ICE',
'vin': 'JTDKG18C70N609422',
'year': 2012}
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK61%2520VGV%27 HTTP/1.1" 200 None
2026-03-29 06:09:56 [bca.uk] INFO: Saving data for CK61%20VGV: {'auction_closing_time': 1774778400.0, 'created_time': 1774535472.330034, 'last_price_update_time': 1774764596.29801}
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK61%2520VGV') HTTP/1.1" 204 0
2026-03-29 06:09:56 [bca.uk] INFO: Found listing with ID: DN68%20GZS
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN68%2520GZS%27 HTTP/1.1" 200 None
2026-03-29 06:09:56 [bca.uk] INFO: Scrape type for DN68%20GZS: 2
2026-03-29 06:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS
2026-03-29 06:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f137920a-1bd6-53b9-9217-6b0ecee5176e with scrape type 2
2026-03-29 06:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f137920a-1bd6-53b9-9217-6b0ecee5176e with scrape type 2
2026-03-29 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f137920a-1bd6-53b9-9217-6b0ecee5176e, identifier: DN68%20GZS
2026-03-29 06:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR
2026-03-29 06:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR
2026-03-29 06:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR to the API
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG65%20YRR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6b150d67-4266-5322-b6c7-464a54c7c0c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG65 YRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG65%20YRR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 101051,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 ACTIVE',
'vin': 'VF3CCHMZ6FT175633',
'year': 2015}
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520YRR%27 HTTP/1.1" 200 None
2026-03-29 06:09:56 [bca.uk] INFO: Saving data for YG65%20YRR: {'auction_closing_time': 1774951200.0, 'created_time': 1774678096.840258, 'last_price_update_time': 1774764596.686761}
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG65%2520YRR') HTTP/1.1" 204 0
2026-03-29 06:09:56 [bca.uk] INFO: Found listing with ID: CK63%20WZU
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520WZU%27 HTTP/1.1" 200 None
2026-03-29 06:09:56 [bca.uk] INFO: Scrape type for CK63%20WZU: 2
2026-03-29 06:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62ec41d-1484-584f-b230-aa83ed06344b with identifier: CK63%20WZU
2026-03-29 06:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62ec41d-1484-584f-b230-aa83ed06344b with scrape type 2
2026-03-29 06:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62ec41d-1484-584f-b230-aa83ed06344b with scrape type 2
2026-03-29 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d62ec41d-1484-584f-b230-aa83ed06344b, identifier: CK63%20WZU
2026-03-29 06:09:56 [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 06:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS
2026-03-29 06:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS
2026-03-29 06:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS to the API
2026-03-29 06:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 40,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN68%20GZS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'f137920a-1bd6-53b9-9217-6b0ecee5176e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN68 GZS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN68%20GZS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MITSUBISHI',
'model': 'OUTLANDER',
'odometer': 93061,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MITSUBISHI OUTLANDER 2.4 PHEV 4H 4WD StationWagon',
'transmission': 'automatic',
'trim': 'PHEV 4H 4WD',
'vin': 'JMAXDGG3WKZ002053',
'year': 2018}
2026-03-29 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN68%2520GZS%27 HTTP/1.1" 200 None
2026-03-29 06:09:57 [bca.uk] INFO: Saving data for DN68%20GZS: {'auction_closing_time': 1774951200.0, 'created_time': 1774564704.445852, 'last_price_update_time': 1774764597.984593}
2026-03-29 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN68%2520GZS') HTTP/1.1" 204 0
2026-03-29 06:09:58 [bca.uk] INFO: Found listing with ID: EK67%20XXS
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK67%2520XXS%27 HTTP/1.1" 200 None
2026-03-29 06:09:58 [bca.uk] INFO: Scrape type for EK67%20XXS: 2
2026-03-29 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS
2026-03-29 06:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with scrape type 2
2026-03-29 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with scrape type 2
2026-03-29 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7adc328-01cc-5cf8-8d62-7434fe4a0a54, identifier: EK67%20XXS
2026-03-29 06:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d62ec41d-1484-584f-b230-aa83ed06344b with identifier: CK63%20WZU
2026-03-29 06:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d62ec41d-1484-584f-b230-aa83ed06344b with identifier: CK63%20WZU
2026-03-29 06:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d62ec41d-1484-584f-b230-aa83ed06344b with identifier: CK63%20WZU to the API
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK63%20WZU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd62ec41d-1484-584f-b230-aa83ed06344b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK63 WZU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK63%20WZU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 66084,
'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 FABIA 1.2 12V SE Hatchback',
'transmission': 'manual',
'trim': '12V SE',
'vin': 'TMBFH25J5E3060393',
'year': 2013}
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK63%2520WZU%27 HTTP/1.1" 200 None
2026-03-29 06:09:58 [bca.uk] INFO: Saving data for CK63%20WZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774535482.581645, 'last_price_update_time': 1774764598.380629}
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK63%2520WZU') HTTP/1.1" 204 0
2026-03-29 06:09:58 [bca.uk] INFO: Found listing with ID: DP68%20HHK
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP68%2520HHK%27 HTTP/1.1" 200 None
2026-03-29 06:09:58 [bca.uk] INFO: Scrape type for DP68%20HHK: 2
2026-03-29 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK
2026-03-29 06:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with scrape type 2
2026-03-29 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with scrape type 2
2026-03-29 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2214eb31-7f81-5e13-810f-ce14cccf0aa0, identifier: DP68%20HHK
2026-03-29 06:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS
2026-03-29 06:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS
2026-03-29 06:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS to the API
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK67%20XXS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a7adc328-01cc-5cf8-8d62-7434fe4a0a54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK67 XXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK67%20XXS&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 107051,
'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.2 DIG-T 113 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 113 N-CONNECTA',
'vin': 'SJNFEAF15U7413177',
'year': 2018}
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK67%2520XXS%27 HTTP/1.1" 200 None
2026-03-29 06:09:58 [bca.uk] INFO: Saving data for EK67%20XXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774678090.16856, 'last_price_update_time': 1774764598.766521}
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK67%2520XXS') HTTP/1.1" 204 0
2026-03-29 06:09:58 [bca.uk] INFO: Found listing with ID: CV60%20XGH
2026-03-29 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV60%2520XGH%27 HTTP/1.1" 200 None
2026-03-29 06:09:58 [bca.uk] INFO: Scrape type for CV60%20XGH: 2
2026-03-29 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eebfd02d-cf8c-5450-b1ce-83da711e013b with identifier: CV60%20XGH
2026-03-29 06:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eebfd02d-cf8c-5450-b1ce-83da711e013b with scrape type 2
2026-03-29 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eebfd02d-cf8c-5450-b1ce-83da711e013b with scrape type 2
2026-03-29 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eebfd02d-cf8c-5450-b1ce-83da711e013b, identifier: CV60%20XGH
2026-03-29 06:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK
2026-03-29 06:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK
2026-03-29 06:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK to the API
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP68%20HHK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2214eb31-7f81-5e13-810f-ce14cccf0aa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP68 HHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP68%20HHK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 46706,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 90 SRI VX-LINE BLACK Hatchback',
'transmission': 'manual',
'trim': '90 SRI VX-LINE BLACK',
'vin': 'W0V0XEP68K4124781',
'year': 2018}
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DP68%2520HHK%27 HTTP/1.1" 200 None
2026-03-29 06:09:59 [bca.uk] INFO: Saving data for DP68%20HHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774678095.30347, 'last_price_update_time': 1774764599.17818}
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP68%2520HHK') HTTP/1.1" 204 0
2026-03-29 06:09:59 [bca.uk] INFO: Found listing with ID: GJ68%20AFV
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ68%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 06:09:59 [bca.uk] INFO: Scrape type for GJ68%20AFV: 2
2026-03-29 06:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2607d1a-9e59-5a52-baea-005ddb3bb019 with identifier: GJ68%20AFV
2026-03-29 06:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2607d1a-9e59-5a52-baea-005ddb3bb019 with scrape type 2
2026-03-29 06:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2607d1a-9e59-5a52-baea-005ddb3bb019 with scrape type 2
2026-03-29 06:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2607d1a-9e59-5a52-baea-005ddb3bb019, identifier: GJ68%20AFV
2026-03-29 06:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eebfd02d-cf8c-5450-b1ce-83da711e013b with identifier: CV60%20XGH
2026-03-29 06:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eebfd02d-cf8c-5450-b1ce-83da711e013b with identifier: CV60%20XGH
2026-03-29 06:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eebfd02d-cf8c-5450-b1ce-83da711e013b with identifier: CV60%20XGH to the API
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV60%20XGH-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'eebfd02d-cf8c-5450-b1ce-83da711e013b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV60 XGH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV60%20XGH&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'C30',
'odometer': 53803,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLVO C30 1.6 D DRIVE SE Coupe',
'transmission': 'manual',
'trim': 'D DRIVE SE',
'vin': 'YV1MK76H2B2221913',
'year': 2010}
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV60%2520XGH%27 HTTP/1.1" 200 None
2026-03-29 06:09:59 [bca.uk] INFO: Saving data for CV60%20XGH: {'auction_closing_time': 1774778400.0, 'created_time': 1774534764.365017, 'last_price_update_time': 1774764599.588368}
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV60%2520XGH') HTTP/1.1" 204 0
2026-03-29 06:09:59 [bca.uk] INFO: Found listing with ID: GF14%20ONR
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF14%2520ONR%27 HTTP/1.1" 200 None
2026-03-29 06:09:59 [bca.uk] INFO: Scrape type for GF14%20ONR: 2
2026-03-29 06:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR
2026-03-29 06:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with scrape type 2
2026-03-29 06:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with scrape type 2
2026-03-29 06:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ec65d9d-46a1-5ba1-8551-10fc26a78646, identifier: GF14%20ONR
2026-03-29 06:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2607d1a-9e59-5a52-baea-005ddb3bb019 with identifier: GJ68%20AFV
2026-03-29 06:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2607d1a-9e59-5a52-baea-005ddb3bb019 with identifier: GJ68%20AFV
2026-03-29 06:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2607d1a-9e59-5a52-baea-005ddb3bb019 with identifier: GJ68%20AFV to the API
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:09: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 06:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2607d1a-9e59-5a52-baea-005ddb3bb019',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ68 AFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20AFV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 20804,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 TITANIUM',
'vin': 'WF0JXXGAHJJM46261',
'year': 2018}
2026-03-29 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 06:10:00 [bca.uk] INFO: Saving data for GJ68%20AFV: {'auction_closing_time': 1774951200.0, 'created_time': 1774678089.254776, 'last_price_update_time': 1774764600.005783}
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520AFV') HTTP/1.1" 204 0
2026-03-29 06:10:00 [bca.uk] INFO: Found listing with ID: CA08%20LDU
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA08%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 06:10:00 [bca.uk] INFO: Scrape type for CA08%20LDU: 0
2026-03-29 06:10:00 [bca.uk] INFO: Found listing with ID: WK58%20SYT
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK58%2520SYT%27 HTTP/1.1" 200 None
2026-03-29 06:10:00 [bca.uk] INFO: Scrape type for WK58%20SYT: 2
2026-03-29 06:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e44b591-28af-5d0e-8301-31608ffb5d89 with identifier: WK58%20SYT
2026-03-29 06:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e44b591-28af-5d0e-8301-31608ffb5d89 with scrape type 2
2026-03-29 06:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e44b591-28af-5d0e-8301-31608ffb5d89 with scrape type 2
2026-03-29 06:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e44b591-28af-5d0e-8301-31608ffb5d89, identifier: WK58%20SYT
2026-03-29 06:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR
2026-03-29 06:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR
2026-03-29 06:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR to the API
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8ec65d9d-46a1-5ba1-8551-10fc26a78646',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF14 ONR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF14%20ONR&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 146341,
'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 A1 SPORTBACK 1.4 TFSI 120 SPORT Hatchback',
'transmission': 'manual',
'trim': 'TFSI 120 SPORT',
'vin': 'WAUZZZ8X8EB089635',
'year': 2014}
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF14%2520ONR%27 HTTP/1.1" 200 None
2026-03-29 06:10:00 [bca.uk] INFO: Saving data for GF14%20ONR: {'auction_closing_time': 1774951200.0, 'created_time': 1774563995.065428, 'last_price_update_time': 1774764600.476825}
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF14%2520ONR') HTTP/1.1" 204 0
2026-03-29 06:10:00 [bca.uk] INFO: Found listing with ID: GM69%20BGK
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:10:00 [bca.uk] INFO: Scrape type for GM69%20BGK: 2
2026-03-29 06:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK
2026-03-29 06:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with scrape type 2
2026-03-29 06:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with scrape type 2
2026-03-29 06:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5, identifier: GM69%20BGK
2026-03-29 06:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e44b591-28af-5d0e-8301-31608ffb5d89 with identifier: WK58%20SYT
2026-03-29 06:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e44b591-28af-5d0e-8301-31608ffb5d89 with identifier: WK58%20SYT
2026-03-29 06:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e44b591-28af-5d0e-8301-31608ffb5d89 with identifier: WK58%20SYT to the API
2026-03-29 06:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK58%20SYT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e44b591-28af-5d0e-8301-31608ffb5d89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK58 SYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK58%20SYT&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MAZDA',
'model': '3',
'odometer': 69925,
'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': 'MAZDA 3 1.6 TAKARA Hatchback',
'transmission': 'manual',
'trim': 'TAKARA',
'vin': 'JMZBK14Z201774681',
'year': 2008}
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK58%2520SYT%27 HTTP/1.1" 200 None
2026-03-29 06:10:01 [bca.uk] INFO: Saving data for WK58%20SYT: {'auction_closing_time': 1774778400.0, 'created_time': 1774448080.693392, 'last_price_update_time': 1774764601.491261}
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK58%2520SYT') HTTP/1.1" 204 0
2026-03-29 06:10:01 [bca.uk] INFO: Total items found: 100
2026-03-29 06:10:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded
2026-03-29 06:10:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:10:01 [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 06:10:01 [bca.uk] INFO: Found listing with ID: LP14%20USW
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP14%2520USW%27 HTTP/1.1" 200 None
2026-03-29 06:10:01 [bca.uk] INFO: Scrape type for LP14%20USW: 2
2026-03-29 06:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW
2026-03-29 06:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4383a000-bd95-5b8b-af53-6e5afbe34916 with scrape type 2
2026-03-29 06:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4383a000-bd95-5b8b-af53-6e5afbe34916 with scrape type 2
2026-03-29 06:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4383a000-bd95-5b8b-af53-6e5afbe34916, identifier: LP14%20USW
2026-03-29 06:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK
2026-03-29 06:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK
2026-03-29 06:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK to the API
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM69%20BGK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f18c3abb-0c37-55c9-98b5-0f5786d1f1d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM69 BGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM69%20BGK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 26543,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'SKODA FABIA 1.0 TSI 95 SE L Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 SE L',
'vin': 'TMBFP6NJXLZ070759',
'year': 2020}
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:10:01 [bca.uk] INFO: Saving data for GM69%20BGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774678094.104895, 'last_price_update_time': 1774764601.995253}
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM69%2520BGK') HTTP/1.1" 204 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: DG61%20XWD
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG61%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for DG61%20XWD: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: MC19%20ZWJ
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520ZWJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for MC19%20ZWJ: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: DE05%20BXV
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE05%2520BXV%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for DE05%20BXV: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: EA62%20MXT
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA62%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for EA62%20MXT: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: FP10%20JCX
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520JCX%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for FP10%20JCX: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: GV11%20WJM
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for GV11%20WJM: 2
2026-03-29 06:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM
2026-03-29 06:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with scrape type 2
2026-03-29 06:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with scrape type 2
2026-03-29 06:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0305ee81-3fa5-5603-bd2b-236ec82af8a4, identifier: GV11%20WJM
2026-03-29 06:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW
2026-03-29 06:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW
2026-03-29 06:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW to the API
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP14%20USW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4383a000-bd95-5b8b-af53-6e5afbe34916',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LP14 USW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP14%20USW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 90116,
'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 PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 ACENTA PREMIUM',
'vin': 'SJNFAAJ11U1143905',
'year': 2014}
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP14%2520USW%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Saving data for LP14%20USW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564299.706549, 'last_price_update_time': 1774764602.479348}
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP14%2520USW') HTTP/1.1" 204 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: HY13%20XUR
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for HY13%20XUR: 2
2026-03-29 06:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR
2026-03-29 06:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b37ffca2-b597-50e3-94dd-9f74aee3d918 with scrape type 2
2026-03-29 06:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b37ffca2-b597-50e3-94dd-9f74aee3d918 with scrape type 2
2026-03-29 06:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b37ffca2-b597-50e3-94dd-9f74aee3d918, identifier: HY13%20XUR
2026-03-29 06:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM
2026-03-29 06:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM
2026-03-29 06:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM to the API
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV11%20WJM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0305ee81-3fa5-5603-bd2b-236ec82af8a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV11 WJM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV11%20WJM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 126258,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 SE DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 140 SE DSG',
'vin': 'WVWZZZ1KZBM664230',
'year': 2011}
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Saving data for GV11%20WJM: {'auction_closing_time': 1774778400.0, 'created_time': 1774418985.645962, 'last_price_update_time': 1774764602.903066}
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV11%2520WJM') HTTP/1.1" 204 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: SC63%20LRF
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for SC63%20LRF: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: SD17%20WCW
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD17%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for SD17%20WCW: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: SW65%20FTK
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW65%2520FTK%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for SW65%20FTK: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: VK14%20JXE
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520JXE%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for VK14%20JXE: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: VK63%20DTZ
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520DTZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:02 [bca.uk] INFO: Scrape type for VK63%20DTZ: 0
2026-03-29 06:10:02 [bca.uk] INFO: Found listing with ID: WF60%20ULP
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF60%2520ULP%27 HTTP/1.1" 200 None
2026-03-29 06:10:03 [bca.uk] INFO: Scrape type for WF60%20ULP: 2
2026-03-29 06:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e3f7140-dc06-52d1-908e-09e6fe971be2 with identifier: WF60%20ULP
2026-03-29 06:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e3f7140-dc06-52d1-908e-09e6fe971be2 with scrape type 2
2026-03-29 06:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e3f7140-dc06-52d1-908e-09e6fe971be2 with scrape type 2
2026-03-29 06:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e3f7140-dc06-52d1-908e-09e6fe971be2, identifier: WF60%20ULP
2026-03-29 06:10:03 [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 06:10:03 [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 06:10:03 [bca.uk] INFO: Found listing with ID: LR18%20BTV
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR18%2520BTV%27 HTTP/1.1" 200 None
2026-03-29 06:10:03 [bca.uk] INFO: Scrape type for LR18%20BTV: 2
2026-03-29 06:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV
2026-03-29 06:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfe95622-a4f9-533d-8c35-fa1ffd807471 with scrape type 2
2026-03-29 06:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfe95622-a4f9-533d-8c35-fa1ffd807471 with scrape type 2
2026-03-29 06:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfe95622-a4f9-533d-8c35-fa1ffd807471, identifier: LR18%20BTV
2026-03-29 06:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR
2026-03-29 06:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR
2026-03-29 06:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR to the API
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY13%20XUR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b37ffca2-b597-50e3-94dd-9f74aee3d918',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY13 XUR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY13%20XUR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 82612,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'VTI ACTIVE',
'vin': 'VF3CCHMZ0DW018666',
'year': 2013}
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY13%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 06:10:03 [bca.uk] INFO: Saving data for HY13%20XUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774651134.543281, 'last_price_update_time': 1774764603.505651}
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY13%2520XUR') HTTP/1.1" 204 0
2026-03-29 06:10:03 [bca.uk] INFO: Found listing with ID: BG67%20KOD
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG67%2520KOD%27 HTTP/1.1" 200 None
2026-03-29 06:10:03 [bca.uk] INFO: Scrape type for BG67%20KOD: 2
2026-03-29 06:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a79ed33c-ec31-5ad2-a259-47acf97c714d with identifier: BG67%20KOD
2026-03-29 06:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79ed33c-ec31-5ad2-a259-47acf97c714d with scrape type 2
2026-03-29 06:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a79ed33c-ec31-5ad2-a259-47acf97c714d with scrape type 2
2026-03-29 06:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a79ed33c-ec31-5ad2-a259-47acf97c714d, identifier: BG67%20KOD
2026-03-29 06:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e3f7140-dc06-52d1-908e-09e6fe971be2 with identifier: WF60%20ULP
2026-03-29 06:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e3f7140-dc06-52d1-908e-09e6fe971be2 with identifier: WF60%20ULP
2026-03-29 06:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e3f7140-dc06-52d1-908e-09e6fe971be2 with identifier: WF60%20ULP to the API
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF60%20ULP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0e3f7140-dc06-52d1-908e-09e6fe971be2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF60 ULP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF60%20ULP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 77505,
'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': 'SKODA FABIA 1.2 TSI 105 ELEGANCE Hatchback',
'transmission': 'manual',
'trim': 'TSI 105 ELEGANCE',
'vin': 'TMBFN65J5B3111810',
'year': 2010}
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF60%2520ULP%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Saving data for WF60%20ULP: {'auction_closing_time': 1774778400.0, 'created_time': 1774651108.589692, 'last_price_update_time': 1774764604.012489}
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF60%2520ULP') HTTP/1.1" 204 0
2026-03-29 06:10: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 06:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV
2026-03-29 06:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV
2026-03-29 06:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV to the API
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cfe95622-a4f9-533d-8c35-fa1ffd807471',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR18 BTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR18%20BTV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'GLC 220 D',
'odometer': 82400,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 220 D 2.1 AMG LINE 4M 9G StationWagon',
'transmission': 'manual',
'trim': 'AMG LINE 4M 9G',
'vin': 'WDC2539052V099151',
'year': 2018}
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR18%2520BTV%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Saving data for LR18%20BTV: {'auction_closing_time': 1774951200.0, 'created_time': 1774678091.216089, 'last_price_update_time': 1774764604.313785}
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR18%2520BTV') HTTP/1.1" 204 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: MJ17%20DZY
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ17%2520DZY%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for MJ17%20DZY: 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: OE66%20NBM
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE66%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for OE66%20NBM: 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: OE71%20BYH
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE71%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for OE71%20BYH: 2
2026-03-29 06:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH
2026-03-29 06:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with scrape type 2
2026-03-29 06:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with scrape type 2
2026-03-29 06:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3c6b3c2-e9d5-5adb-82d1-073da7249b91, identifier: OE71%20BYH
2026-03-29 06:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a79ed33c-ec31-5ad2-a259-47acf97c714d with identifier: BG67%20KOD
2026-03-29 06:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a79ed33c-ec31-5ad2-a259-47acf97c714d with identifier: BG67%20KOD
2026-03-29 06:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a79ed33c-ec31-5ad2-a259-47acf97c714d with identifier: BG67%20KOD to the API
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG67%20KOD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a79ed33c-ec31-5ad2-a259-47acf97c714d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG67 KOD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG67%20KOD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 75082,
'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 S-MAX 1.5 E/B 160 TITANIUM MPV',
'transmission': 'manual',
'trim': 'E/B 160 TITANIUM',
'vin': 'WF0JXXWPCJHC08593',
'year': 2017}
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG67%2520KOD%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Saving data for BG67%20KOD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564759.347379, 'last_price_update_time': 1774764604.866173}
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG67%2520KOD') HTTP/1.1" 204 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: WP62%20RZJ
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP62%2520RZJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for WP62%20RZJ: 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: ML15%20HRC
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML15%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for ML15%20HRC: 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: ML15%20NYT
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML15%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for ML15%20NYT: 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: MX13%20XNM
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX13%2520XNM%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for MX13%20XNM: 0
2026-03-29 06:10:04 [bca.uk] INFO: Found listing with ID: NA61%20LWL
2026-03-29 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA61%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 06:10:04 [bca.uk] INFO: Scrape type for NA61%20LWL: 2
2026-03-29 06:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9 with identifier: NA61%20LWL
2026-03-29 06:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9 with scrape type 2
2026-03-29 06:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9 with scrape type 2
2026-03-29 06:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9, identifier: NA61%20LWL
2026-03-29 06:10:05 [bca.uk] INFO: Found listing with ID: MK61%20URX
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK61%2520URX%27 HTTP/1.1" 200 None
2026-03-29 06:10:05 [bca.uk] INFO: Scrape type for MK61%20URX: 2
2026-03-29 06:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX
2026-03-29 06:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d154fb7-3726-5f67-ba7b-31dcd864f85e with scrape type 2
2026-03-29 06:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d154fb7-3726-5f67-ba7b-31dcd864f85e with scrape type 2
2026-03-29 06:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d154fb7-3726-5f67-ba7b-31dcd864f85e, identifier: MK61%20URX
2026-03-29 06:10:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH
2026-03-29 06:10:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH
2026-03-29 06:10:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH to the API
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE71%20BYH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3c6b3c2-e9d5-5adb-82d1-073da7249b91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE71 BYH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE71%20BYH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER',
'odometer': 43250,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 CLASSIC STEP Hatchback',
'transmission': 'automatic',
'trim': 'CLASSIC STEP',
'vin': 'WMW32DK0402R99137',
'year': 2021}
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE71%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 06:10:05 [bca.uk] INFO: Saving data for OE71%20BYH: {'auction_closing_time': 1774951200.0, 'created_time': 1774651121.889005, 'last_price_update_time': 1774764605.609331}
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE71%2520BYH') HTTP/1.1" 204 0
2026-03-29 06:10:05 [bca.uk] INFO: Found listing with ID: DV66%20WWE
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV66%2520WWE%27 HTTP/1.1" 200 None
2026-03-29 06:10:05 [bca.uk] INFO: Scrape type for DV66%20WWE: 2
2026-03-29 06:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 697fb348-212f-59e8-97b0-31825b722625 with identifier: DV66%20WWE
2026-03-29 06:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 697fb348-212f-59e8-97b0-31825b722625 with scrape type 2
2026-03-29 06:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 697fb348-212f-59e8-97b0-31825b722625 with scrape type 2
2026-03-29 06:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 697fb348-212f-59e8-97b0-31825b722625, identifier: DV66%20WWE
2026-03-29 06:10:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9 with identifier: NA61%20LWL
2026-03-29 06:10:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9 with identifier: NA61%20LWL
2026-03-29 06:10:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57d002ad-c2fc-52fb-a0a2-08f3cbb125f9 with identifier: NA61%20LWL to the API
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA61%20LWL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '57d002ad-c2fc-52fb-a0a2-08f3cbb125f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA61 LWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA61%20LWL&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 120340,
'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': 'JTMBB31V30D084709',
'year': 2011}
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA61%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Saving data for NA61%20LWL: {'auction_closing_time': 1774778400.0, 'created_time': 1774564498.144835, 'last_price_update_time': 1774764606.0893}
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA61%2520LWL') HTTP/1.1" 204 0
2026-03-29 06:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX
2026-03-29 06:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX
2026-03-29 06:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX to the API
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 619,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK61%20URX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6d154fb7-3726-5f67-ba7b-31dcd864f85e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK61 URX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK61%20URX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 92901,
'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 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WF0PXXWPDPBL75337',
'year': 2011}
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520URX%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Saving data for MK61%20URX: {'auction_closing_time': 1774951200.0, 'created_time': 1774678088.355548, 'last_price_update_time': 1774764606.477242}
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK61%2520URX') HTTP/1.1" 204 0
2026-03-29 06:10:06 [bca.uk] INFO: Found listing with ID: RO22%20GYW
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GYW%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Scrape type for RO22%20GYW: 2
2026-03-29 06:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW
2026-03-29 06:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e30d6bac-67c2-56ca-ba5d-0d34e33998bf with scrape type 2
2026-03-29 06:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e30d6bac-67c2-56ca-ba5d-0d34e33998bf with scrape type 2
2026-03-29 06:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e30d6bac-67c2-56ca-ba5d-0d34e33998bf, identifier: RO22%20GYW
2026-03-29 06:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 697fb348-212f-59e8-97b0-31825b722625 with identifier: DV66%20WWE
2026-03-29 06:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 697fb348-212f-59e8-97b0-31825b722625 with identifier: DV66%20WWE
2026-03-29 06:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 697fb348-212f-59e8-97b0-31825b722625 with identifier: DV66%20WWE to the API
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV66%20WWE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '697fb348-212f-59e8-97b0-31825b722625',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV66 WWE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV66%20WWE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 87928,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.6 TDI 110 MATCH EDITION Hatchback',
'transmission': 'manual',
'trim': 'TDI 110 MATCH EDITION',
'vin': 'WVWZZZAUZHP026411',
'year': 2016}
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV66%2520WWE%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Saving data for DV66%20WWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774476422.732216, 'last_price_update_time': 1774764606.91474}
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV66%2520WWE') HTTP/1.1" 204 0
2026-03-29 06:10:06 [bca.uk] INFO: Found listing with ID: NJ11%20YGO
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ11%2520YGO%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Scrape type for NJ11%20YGO: 0
2026-03-29 06:10:06 [bca.uk] INFO: Found listing with ID: NL16%20NBF
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520NBF%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Scrape type for NL16%20NBF: 0
2026-03-29 06:10:06 [bca.uk] INFO: Found listing with ID: OE12%20RWL
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE12%2520RWL%27 HTTP/1.1" 200 None
2026-03-29 06:10:06 [bca.uk] INFO: Scrape type for OE12%20RWL: 0
2026-03-29 06:10:06 [bca.uk] INFO: Found listing with ID: RJ58%20WUW
2026-03-29 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ58%2520WUW%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for RJ58%20WUW: 2
2026-03-29 06:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1133619-002f-513b-abff-d5ae64cdd28d with identifier: RJ58%20WUW
2026-03-29 06:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1133619-002f-513b-abff-d5ae64cdd28d with scrape type 2
2026-03-29 06:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1133619-002f-513b-abff-d5ae64cdd28d with scrape type 2
2026-03-29 06:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1133619-002f-513b-abff-d5ae64cdd28d, identifier: RJ58%20WUW
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: VN69%20NTA
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN69%2520NTA%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for VN69%20NTA: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: WN69%20UXG
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for WN69%20UXG: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: X367%20CLB
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X367%2520CLB%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for X367%20CLB: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: YS18%20UXW
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for YS18%20UXW: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: YT13%20XDJ
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT13%2520XDJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for YT13%20XDJ: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: CX59%20PFA
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for CX59%20PFA: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: LO17%20TMV
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for LO17%20TMV: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: KU12%20YOR
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for KU12%20YOR: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: WA68%20CZR
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520CZR%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for WA68%20CZR: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: SK13%20EOT
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520EOT%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for SK13%20EOT: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: LA18%20YHN
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for LA18%20YHN: 2
2026-03-29 06:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN
2026-03-29 06:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 320234a4-3a1d-5e4c-a251-744cccf01cde with scrape type 2
2026-03-29 06:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 320234a4-3a1d-5e4c-a251-744cccf01cde with scrape type 2
2026-03-29 06:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 320234a4-3a1d-5e4c-a251-744cccf01cde, identifier: LA18%20YHN
2026-03-29 06:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW
2026-03-29 06:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW
2026-03-29 06:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW to the API
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20GYW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e30d6bac-67c2-56ca-ba5d-0d34e33998bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO22 GYW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20GYW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 28266,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 160 MH TEKNA X-T Hatchback',
'transmission': 'automatic',
'trim': 'DIG-T 160 MH TEKNA X-T',
'vin': 'SJNTAAJ12U1096260',
'year': 2022}
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GYW%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Saving data for RO22%20GYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564032.310941, 'last_price_update_time': 1774764607.635027}
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520GYW') HTTP/1.1" 204 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: MA20%20XAR
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for MA20%20XAR: 0
2026-03-29 06:10:07 [bca.uk] INFO: Found listing with ID: FN64%20MFZ
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:07 [bca.uk] INFO: Scrape type for FN64%20MFZ: 2
2026-03-29 06:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59b079fe-5fe7-5599-8caf-d490407dd977 with identifier: FN64%20MFZ
2026-03-29 06:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59b079fe-5fe7-5599-8caf-d490407dd977 with scrape type 2
2026-03-29 06:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59b079fe-5fe7-5599-8caf-d490407dd977 with scrape type 2
2026-03-29 06:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59b079fe-5fe7-5599-8caf-d490407dd977, identifier: FN64%20MFZ
2026-03-29 06:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1133619-002f-513b-abff-d5ae64cdd28d with identifier: RJ58%20WUW
2026-03-29 06:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1133619-002f-513b-abff-d5ae64cdd28d with identifier: RJ58%20WUW
2026-03-29 06:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1133619-002f-513b-abff-d5ae64cdd28d with identifier: RJ58%20WUW to the API
2026-03-29 06:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ58%20WUW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e1133619-002f-513b-abff-d5ae64cdd28d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ58 WUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ58%20WUW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A4',
'odometer': 99880,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'AUDI A4 2.0 TFSI QUATTRO S LINE Saloon',
'transmission': 'manual',
'trim': 'TFSI QUATTRO S LINE',
'vin': 'WAUZZZ8K59A152495',
'year': 2008}
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ58%2520WUW%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Saving data for RJ58%20WUW: {'auction_closing_time': 1774778400.0, 'created_time': 1774564458.137586, 'last_price_update_time': 1774764608.154264}
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ58%2520WUW') HTTP/1.1" 204 0
2026-03-29 06:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN
2026-03-29 06:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN
2026-03-29 06:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN to the API
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '320234a4-3a1d-5e4c-a251-744cccf01cde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA18 YHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA18%20YHN&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'KIA',
'model': 'STONIC',
'odometer': 66670,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'KIA STONIC 1.0 T GDI 120 4 Hatchback',
'transmission': 'manual',
'trim': 'T GDI 120 4',
'vin': 'KNAD6811LK6194741',
'year': 2018}
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Saving data for LA18%20YHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476270.195857, 'last_price_update_time': 1774764608.456411}
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA18%2520YHN') HTTP/1.1" 204 0
2026-03-29 06:10:08 [bca.uk] INFO: Found listing with ID: WJ62%20LRX
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520LRX%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Scrape type for WJ62%20LRX: 0
2026-03-29 06:10:08 [bca.uk] INFO: Found listing with ID: WJ70%20VKB
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ70%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Scrape type for WJ70%20VKB: 2
2026-03-29 06:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB
2026-03-29 06:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with scrape type 2
2026-03-29 06:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with scrape type 2
2026-03-29 06:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a, identifier: WJ70%20VKB
2026-03-29 06:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59b079fe-5fe7-5599-8caf-d490407dd977 with identifier: FN64%20MFZ
2026-03-29 06:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59b079fe-5fe7-5599-8caf-d490407dd977 with identifier: FN64%20MFZ
2026-03-29 06:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59b079fe-5fe7-5599-8caf-d490407dd977 with identifier: FN64%20MFZ to the API
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN64%20MFZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '59b079fe-5fe7-5599-8caf-d490407dd977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN64 MFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN64%20MFZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A6',
'odometer': 175936,
'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 A6 2.0 TDI ULTRA 190 BLACK ED.S-T Saloon',
'transmission': 'automatic',
'trim': 'TDI ULTRA 190 BLACK ED.S-T',
'vin': 'WAUZZZ4G6FN056865',
'year': 2015}
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Saving data for FN64%20MFZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476413.559495, 'last_price_update_time': 1774764608.856865}
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN64%2520MFZ') HTTP/1.1" 204 0
2026-03-29 06:10:08 [bca.uk] INFO: Found listing with ID: RO64%20RXC
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520RXC%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Scrape type for RO64%20RXC: 0
2026-03-29 06:10:08 [bca.uk] INFO: Found listing with ID: EJ62%20NXZ
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ62%2520NXZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Scrape type for EJ62%20NXZ: 0
2026-03-29 06:10:08 [bca.uk] INFO: Found listing with ID: EN16%20TPV
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520TPV%27 HTTP/1.1" 200 None
2026-03-29 06:10:08 [bca.uk] INFO: Scrape type for EN16%20TPV: 2
2026-03-29 06:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e980634-2941-5be1-afad-cb3fad74a8d1 with identifier: EN16%20TPV
2026-03-29 06:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e980634-2941-5be1-afad-cb3fad74a8d1 with scrape type 2
2026-03-29 06:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e980634-2941-5be1-afad-cb3fad74a8d1 with scrape type 2
2026-03-29 06:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e980634-2941-5be1-afad-cb3fad74a8d1, identifier: EN16%20TPV
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: YY61%20AUF
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY61%2520AUF%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for YY61%20AUF: 0
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: NK11%20HXL
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK11%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for NK11%20HXL: 0
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: NA53%20FUP
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA53%2520FUP%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for NA53%20FUP: 0
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: WF18%20OXJ
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for WF18%20OXJ: 2
2026-03-29 06:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ
2026-03-29 06:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1307d55c-d75c-5783-9be5-99f958519d23 with scrape type 2
2026-03-29 06:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1307d55c-d75c-5783-9be5-99f958519d23 with scrape type 2
2026-03-29 06:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1307d55c-d75c-5783-9be5-99f958519d23, identifier: WF18%20OXJ
2026-03-29 06:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB
2026-03-29 06:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB
2026-03-29 06:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB to the API
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ70%20VKB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '68c7f8e3-383a-5c01-a7c1-d1c47b2a669a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ70 VKB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ70%20VKB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MAZDA',
'model': '3',
'odometer': 22220,
'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': 'MAZDA 3 2.0 SKY-G GT SPORT TECH Hatchback',
'transmission': 'manual',
'trim': 'SKY-G GT SPORT TECH',
'vin': 'JMZBP6HE601145401',
'year': 2020}
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ70%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Saving data for WJ70%20VKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774651134.885955, 'last_price_update_time': 1774764609.446095}
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ70%2520VKB') HTTP/1.1" 204 0
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: NU63%20GYX
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU63%2520GYX%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for NU63%20GYX: 0
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: HV70%20WHA
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV70%2520WHA%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for HV70%20WHA: 0
2026-03-29 06:10:09 [bca.uk] INFO: Found listing with ID: FH12%20UHL
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH12%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Scrape type for FH12%20UHL: 2
2026-03-29 06:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be556301-cf1c-5bd7-aaa6-0ff4a185d4f9 with identifier: FH12%20UHL
2026-03-29 06:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be556301-cf1c-5bd7-aaa6-0ff4a185d4f9 with scrape type 2
2026-03-29 06:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be556301-cf1c-5bd7-aaa6-0ff4a185d4f9 with scrape type 2
2026-03-29 06:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be556301-cf1c-5bd7-aaa6-0ff4a185d4f9, identifier: FH12%20UHL
2026-03-29 06:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e980634-2941-5be1-afad-cb3fad74a8d1 with identifier: EN16%20TPV
2026-03-29 06:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e980634-2941-5be1-afad-cb3fad74a8d1 with identifier: EN16%20TPV
2026-03-29 06:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e980634-2941-5be1-afad-cb3fad74a8d1 with identifier: EN16%20TPV to the API
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN16%20TPV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6e980634-2941-5be1-afad-cb3fad74a8d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN16 TPV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN16%20TPV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 140764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.4 16V 100 SRI Hatchback',
'transmission': 'manual',
'trim': '16V 100 SRI',
'vin': 'W0LBF6ED9GG134933',
'year': 2016}
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN16%2520TPV%27 HTTP/1.1" 200 None
2026-03-29 06:10:09 [bca.uk] INFO: Saving data for EN16%20TPV: {'auction_closing_time': 1774778400.0, 'created_time': 1774651063.252162, 'last_price_update_time': 1774764609.984918}
2026-03-29 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520TPV') HTTP/1.1" 204 0
2026-03-29 06:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ
2026-03-29 06:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ
2026-03-29 06:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ to the API
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF18%20OXJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1307d55c-d75c-5783-9be5-99f958519d23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF18 OXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF18%20OXJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'CLUBMAN',
'odometer': 44970,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MINI CLUBMAN 2.0 COOPER S ALL4 Estate',
'transmission': 'manual',
'trim': 'COOPER S ALL4',
'vin': 'WMWLU320102C44180',
'year': 2018}
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Saving data for WF18%20OXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476277.357612, 'last_price_update_time': 1774764610.275149}
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF18%2520OXJ') HTTP/1.1" 204 0
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: WN66%20UHK
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN66%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for WN66%20UHK: 0
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: DL70%20HFP
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL70%2520HFP%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for DL70%20HFP: 0
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: GJ64%20YHL
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ64%2520YHL%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for GJ64%20YHL: 2
2026-03-29 06:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL
2026-03-29 06:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e59c0aa3-382c-551a-8d28-7a9aec207bfe with scrape type 2
2026-03-29 06:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e59c0aa3-382c-551a-8d28-7a9aec207bfe with scrape type 2
2026-03-29 06:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e59c0aa3-382c-551a-8d28-7a9aec207bfe, identifier: GJ64%20YHL
2026-03-29 06:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be556301-cf1c-5bd7-aaa6-0ff4a185d4f9 with identifier: FH12%20UHL
2026-03-29 06:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be556301-cf1c-5bd7-aaa6-0ff4a185d4f9 with identifier: FH12%20UHL
2026-03-29 06:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be556301-cf1c-5bd7-aaa6-0ff4a185d4f9 with identifier: FH12%20UHL to the API
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH12%20UHL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'be556301-cf1c-5bd7-aaa6-0ff4a185d4f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FH12 UHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH12%20UHL&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'JAGUAR',
'model': 'XF',
'odometer': 160688,
'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': 'SAJAC0665CDS57354',
'year': 2012}
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH12%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Saving data for FH12%20UHL: {'auction_closing_time': 1774778400.0, 'created_time': 1774362792.801038, 'last_price_update_time': 1774764610.687869}
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH12%2520UHL') HTTP/1.1" 204 0
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: FH13%20ELV
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH13%2520ELV%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for FH13%20ELV: 2
2026-03-29 06:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95b19bb4-8b1e-50f8-a59d-98bca1e17b24 with identifier: FH13%20ELV
2026-03-29 06:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95b19bb4-8b1e-50f8-a59d-98bca1e17b24 with scrape type 2
2026-03-29 06:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95b19bb4-8b1e-50f8-a59d-98bca1e17b24 with scrape type 2
2026-03-29 06:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95b19bb4-8b1e-50f8-a59d-98bca1e17b24, identifier: FH13%20ELV
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: WJ22%20JVP
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ22%2520JVP%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for WJ22%20JVP: 0
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: WK12%20UZF
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK12%2520UZF%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for WK12%20UZF: 0
2026-03-29 06:10:10 [bca.uk] INFO: Found listing with ID: WK72%20LWL
2026-03-29 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 06:10:10 [bca.uk] INFO: Scrape type for WK72%20LWL: 2
2026-03-29 06:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL
2026-03-29 06:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with scrape type 2
2026-03-29 06:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with scrape type 2
2026-03-29 06:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68a2cfed-61f8-5fbf-bbd9-73f462844db4, identifier: WK72%20LWL
2026-03-29 06:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL
2026-03-29 06:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL
2026-03-29 06:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL to the API
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ64%20YHL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e59c0aa3-382c-551a-8d28-7a9aec207bfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ64 YHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ64%20YHL&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 66945,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 90 SE',
'vin': 'WVWZZZ6RZFY146797',
'year': 2014}
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ64%2520YHL%27 HTTP/1.1" 200 None
2026-03-29 06:10:11 [bca.uk] INFO: Saving data for GJ64%20YHL: {'auction_closing_time': 1774951200.0, 'created_time': 1773840850.833002, 'last_price_update_time': 1774764611.309371}
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ64%2520YHL') HTTP/1.1" 204 0
2026-03-29 06:10:11 [bca.uk] INFO: Found listing with ID: HY59%20WKU
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY59%2520WKU%27 HTTP/1.1" 200 None
2026-03-29 06:10:11 [bca.uk] INFO: Scrape type for HY59%20WKU: 2
2026-03-29 06:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f5ffa8-2f02-5983-86a8-40ce3555c349 with identifier: HY59%20WKU
2026-03-29 06:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f5ffa8-2f02-5983-86a8-40ce3555c349 with scrape type 2
2026-03-29 06:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f5ffa8-2f02-5983-86a8-40ce3555c349 with scrape type 2
2026-03-29 06:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41f5ffa8-2f02-5983-86a8-40ce3555c349, identifier: HY59%20WKU
2026-03-29 06:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95b19bb4-8b1e-50f8-a59d-98bca1e17b24 with identifier: FH13%20ELV
2026-03-29 06:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95b19bb4-8b1e-50f8-a59d-98bca1e17b24 with identifier: FH13%20ELV
2026-03-29 06:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95b19bb4-8b1e-50f8-a59d-98bca1e17b24 with identifier: FH13%20ELV to the API
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH13%20ELV-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '95b19bb4-8b1e-50f8-a59d-98bca1e17b24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FH13 ELV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH13%20ELV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SKODA',
'model': 'YETI',
'odometer': 128989,
'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 YETI 2.0 TDI CR 140 4X4 SE Estate',
'transmission': 'manual',
'trim': 'TDI CR 140 4X4 SE',
'vin': 'TMBMD75L4D6080892',
'year': 2013}
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH13%2520ELV%27 HTTP/1.1" 200 None
2026-03-29 06:10:11 [bca.uk] INFO: Saving data for FH13%20ELV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564493.799144, 'last_price_update_time': 1774764611.715942}
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH13%2520ELV') HTTP/1.1" 204 0
2026-03-29 06:10:11 [scrapy.extensions.logstats] INFO: Crawled 69 pages (at 2 pages/min), scraped 996 items (at 125 items/min)
2026-03-29 06:10:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 200MiB
2026-03-29 06:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL
2026-03-29 06:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL
2026-03-29 06:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL to the API
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK72%20LWL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '68a2cfed-61f8-5fbf-bbd9-73f462844db4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK72 LWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK72%20LWL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CUPRA',
'model': 'FORMENTOR',
'odometer': 19064,
'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': 'CUPRA FORMENTOR 1.5 TSI 150 V1 DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 150 V1 DSG',
'vin': 'VSSZZZKMZNR077345',
'year': 2022}
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Saving data for WK72%20LWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774476300.965818, 'last_price_update_time': 1774764612.084073}
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK72%2520LWL') HTTP/1.1" 204 0
2026-03-29 06:10:12 [bca.uk] INFO: Found listing with ID: KP65%20LLC
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520LLC%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Scrape type for KP65%20LLC: 0
2026-03-29 06:10:12 [bca.uk] INFO: Found listing with ID: DV21%20LWE
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV21%2520LWE%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Scrape type for DV21%20LWE: 0
2026-03-29 06:10:12 [bca.uk] INFO: Found listing with ID: EY08%20CFJ
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520CFJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Scrape type for EY08%20CFJ: 2
2026-03-29 06:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ
2026-03-29 06:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with scrape type 2
2026-03-29 06:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with scrape type 2
2026-03-29 06:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c, identifier: EY08%20CFJ
2026-03-29 06:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41f5ffa8-2f02-5983-86a8-40ce3555c349 with identifier: HY59%20WKU
2026-03-29 06:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41f5ffa8-2f02-5983-86a8-40ce3555c349 with identifier: HY59%20WKU
2026-03-29 06:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41f5ffa8-2f02-5983-86a8-40ce3555c349 with identifier: HY59%20WKU to the API
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY59%20WKU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '41f5ffa8-2f02-5983-86a8-40ce3555c349',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY59 WKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY59%20WKU&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 194602,
'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 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 122 SE',
'vin': 'WVWZZZ1KZAW100529',
'year': 2009}
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520WKU%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Saving data for HY59%20WKU: {'auction_closing_time': 1774778400.0, 'created_time': 1774437813.256697, 'last_price_update_time': 1774764612.504499}
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY59%2520WKU') HTTP/1.1" 204 0
2026-03-29 06:10:12 [bca.uk] INFO: Found listing with ID: FL60%20ZFJ
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Scrape type for FL60%20ZFJ: 2
2026-03-29 06:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f34e1cd9-6423-5018-8c5a-348ec1ae91d1 with identifier: FL60%20ZFJ
2026-03-29 06:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f34e1cd9-6423-5018-8c5a-348ec1ae91d1 with scrape type 2
2026-03-29 06:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f34e1cd9-6423-5018-8c5a-348ec1ae91d1 with scrape type 2
2026-03-29 06:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f34e1cd9-6423-5018-8c5a-348ec1ae91d1, identifier: FL60%20ZFJ
2026-03-29 06:10:12 [bca.uk] INFO: Found listing with ID: Y886%20UBK
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y886%2520UBK%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Scrape type for Y886%20UBK: 0
2026-03-29 06:10:12 [bca.uk] INFO: Found listing with ID: HY19%20NVK
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520NVK%27 HTTP/1.1" 200 None
2026-03-29 06:10:12 [bca.uk] INFO: Scrape type for HY19%20NVK: 2
2026-03-29 06:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK
2026-03-29 06:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with scrape type 2
2026-03-29 06:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with scrape type 2
2026-03-29 06:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce, identifier: HY19%20NVK
2026-03-29 06:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ
2026-03-29 06:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ
2026-03-29 06:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ to the API
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9fc8c0c5-0ec1-5902-a3d4-b4826dee026c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY08 CFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY08%20CFJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SUZUKI',
'model': 'SX4',
'odometer': 49006,
'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': 'SUZUKI SX4 1.6 GLX Hatchback',
'transmission': 'automatic',
'trim': 'GLX',
'vin': 'TSMEYA21S00260377',
'year': 2008}
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520CFJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Saving data for EY08%20CFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651116.499504, 'last_price_update_time': 1774764613.03977}
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY08%2520CFJ') HTTP/1.1" 204 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: KE13%20UGJ
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE13%2520UGJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for KE13%20UGJ: 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: VA66%20MGX
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA66%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for VA66%20MGX: 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: WUI%209939
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WUI%25209939%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for WUI%209939: 2
2026-03-29 06:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34e83069-ceb6-503a-afcc-4f67d005a25d with identifier: WUI%209939
2026-03-29 06:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34e83069-ceb6-503a-afcc-4f67d005a25d with scrape type 2
2026-03-29 06:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34e83069-ceb6-503a-afcc-4f67d005a25d with scrape type 2
2026-03-29 06:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34e83069-ceb6-503a-afcc-4f67d005a25d, identifier: WUI%209939
2026-03-29 06:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f34e1cd9-6423-5018-8c5a-348ec1ae91d1 with identifier: FL60%20ZFJ
2026-03-29 06:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f34e1cd9-6423-5018-8c5a-348ec1ae91d1 with identifier: FL60%20ZFJ
2026-03-29 06:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f34e1cd9-6423-5018-8c5a-348ec1ae91d1 with identifier: FL60%20ZFJ to the API
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL60%20ZFJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f34e1cd9-6423-5018-8c5a-348ec1ae91d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL60 ZFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL60%20ZFJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'ONE',
'odometer': 94602,
'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.6 Hatchback',
'transmission': 'manual',
'trim': '',
'vin': 'WMWSR32030T025404',
'year': 2010}
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Saving data for FL60%20ZFJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564495.707073, 'last_price_update_time': 1774764613.467007}
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL60%2520ZFJ') HTTP/1.1" 204 0
2026-03-29 06:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK
2026-03-29 06:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK
2026-03-29 06:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK to the API
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20NVK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '19b594dd-c9f3-5bba-986b-8a2eb5c3cbce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY19 NVK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20NVK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 51752,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 2.0 TSI 245 VRS BLACK DSG Estate',
'transmission': 'automatic',
'trim': 'TSI 245 VRS BLACK DSG',
'vin': 'TMBKU9NE2K0154220',
'year': 2019}
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520NVK%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Saving data for HY19%20NVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774678033.258733, 'last_price_update_time': 1774764613.764379}
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520NVK') HTTP/1.1" 204 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: FN17%20YVC
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520YVC%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for FN17%20YVC: 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: HJ64%20UZB
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ64%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for HJ64%20UZB: 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: MH16%20BXV
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520BXV%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for MH16%20BXV: 0
2026-03-29 06:10:13 [bca.uk] INFO: Found listing with ID: MJ17%20VKW
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520VKW%27 HTTP/1.1" 200 None
2026-03-29 06:10:13 [bca.uk] INFO: Scrape type for MJ17%20VKW: 2
2026-03-29 06:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW
2026-03-29 06:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d39420b-599d-5536-b166-e5e3bfe4810f with scrape type 2
2026-03-29 06:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d39420b-599d-5536-b166-e5e3bfe4810f with scrape type 2
2026-03-29 06:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d39420b-599d-5536-b166-e5e3bfe4810f, identifier: MJ17%20VKW
2026-03-29 06:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34e83069-ceb6-503a-afcc-4f67d005a25d with identifier: WUI%209939
2026-03-29 06:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34e83069-ceb6-503a-afcc-4f67d005a25d with identifier: WUI%209939
2026-03-29 06:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34e83069-ceb6-503a-afcc-4f67d005a25d with identifier: WUI%209939 to the API
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WUI%209939-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '34e83069-ceb6-503a-afcc-4f67d005a25d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WUI 9939',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WUI%209939&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 82620,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SEAT IBIZA 1.2 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'VSSZZZ6JZER067819',
'year': 2014}
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WUI%25209939%27 HTTP/1.1" 200 None
2026-03-29 06:10:14 [bca.uk] INFO: Saving data for WUI%209939: {'auction_closing_time': 1774778400.0, 'created_time': 1774362745.221632, 'last_price_update_time': 1774764614.231733}
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WUI%25209939') HTTP/1.1" 204 0
2026-03-29 06:10:14 [bca.uk] INFO: Found listing with ID: FP10%20JNX
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520JNX%27 HTTP/1.1" 200 None
2026-03-29 06:10:14 [bca.uk] INFO: Scrape type for FP10%20JNX: 2
2026-03-29 06:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e with identifier: FP10%20JNX
2026-03-29 06:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e with scrape type 2
2026-03-29 06:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e with scrape type 2
2026-03-29 06:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e, identifier: FP10%20JNX
2026-03-29 06:10:14 [bca.uk] INFO: Found listing with ID: KN71%20ZFC
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520ZFC%27 HTTP/1.1" 200 None
2026-03-29 06:10:14 [bca.uk] INFO: Scrape type for KN71%20ZFC: 2
2026-03-29 06:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC
2026-03-29 06:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with scrape type 2
2026-03-29 06:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with scrape type 2
2026-03-29 06:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c, identifier: KN71%20ZFC
2026-03-29 06:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW
2026-03-29 06:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW
2026-03-29 06:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW to the API
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ17%20VKW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6d39420b-599d-5536-b166-e5e3bfe4810f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ17 VKW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ17%20VKW&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'CLA 220 D S/B',
'odometer': 86034,
'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 CLA 220 D S/B 2.1 AMG LINE DCT Estate',
'transmission': 'automatic',
'trim': 'AMG LINE DCT',
'vin': 'WDD1179032N515712',
'year': 2017}
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520VKW%27 HTTP/1.1" 200 None
2026-03-29 06:10:14 [bca.uk] INFO: Saving data for MJ17%20VKW: {'auction_closing_time': 1774951200.0, 'created_time': 1774651116.905897, 'last_price_update_time': 1774764614.833221}
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520VKW') HTTP/1.1" 204 0
2026-03-29 06:10:14 [bca.uk] INFO: Found listing with ID: YH08%20ZBP
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH08%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 06:10:14 [bca.uk] INFO: Scrape type for YH08%20ZBP: 2
2026-03-29 06:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b87e8139-8f79-5ca4-aab5-455574847085 with identifier: YH08%20ZBP
2026-03-29 06:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b87e8139-8f79-5ca4-aab5-455574847085 with scrape type 2
2026-03-29 06:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b87e8139-8f79-5ca4-aab5-455574847085 with scrape type 2
2026-03-29 06:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b87e8139-8f79-5ca4-aab5-455574847085, identifier: YH08%20ZBP
2026-03-29 06:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e with identifier: FP10%20JNX
2026-03-29 06:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e with identifier: FP10%20JNX
2026-03-29 06:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e with identifier: FP10%20JNX to the API
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20JNX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a8e5ecd0-6d97-5b46-a783-dbd41f3fcd0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP10 JNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20JNX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 87524,
'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.4 T 16V 140 ELITE Hatchback',
'transmission': 'manual',
'trim': 'T 16V 140 ELITE',
'vin': 'W0LPE6EC9A8065338',
'year': 2010}
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520JNX%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Saving data for FP10%20JNX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564494.630369, 'last_price_update_time': 1774764615.238922}
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520JNX') HTTP/1.1" 204 0
2026-03-29 06:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC
2026-03-29 06:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC
2026-03-29 06:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC to the API
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN71 ZFC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20ZFC&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CITROEN',
'model': 'E-BERLINGO M',
'odometer': 30798,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'CITROEN E-BERLINGO M 100KW 50KWH FEEL MPV',
'transmission': 'automatic',
'trim': '100KW 50KWH FEEL',
'vin': 'VR7EZZKXZMJ781364',
'year': 2021}
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520ZFC%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Saving data for KN71%20ZFC: {'auction_closing_time': 1774951200.0, 'created_time': 1774678033.66752, 'last_price_update_time': 1774764615.519311}
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520ZFC') HTTP/1.1" 204 0
2026-03-29 06:10:15 [bca.uk] INFO: Found listing with ID: SC16%20NGN
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Scrape type for SC16%20NGN: 2
2026-03-29 06:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN
2026-03-29 06:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c083be9-7c15-5c30-8488-ad941e3c411c with scrape type 2
2026-03-29 06:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c083be9-7c15-5c30-8488-ad941e3c411c with scrape type 2
2026-03-29 06:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c083be9-7c15-5c30-8488-ad941e3c411c, identifier: SC16%20NGN
2026-03-29 06:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b87e8139-8f79-5ca4-aab5-455574847085 with identifier: YH08%20ZBP
2026-03-29 06:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b87e8139-8f79-5ca4-aab5-455574847085 with identifier: YH08%20ZBP
2026-03-29 06:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b87e8139-8f79-5ca4-aab5-455574847085 with identifier: YH08%20ZBP to the API
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH08%20ZBP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b87e8139-8f79-5ca4-aab5-455574847085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH08 ZBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH08%20ZBP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '320I',
'odometer': 123456,
'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 320I 2.0 M SPORT Coupe',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAWA72060PK39991',
'year': 2008}
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH08%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Saving data for YH08%20ZBP: {'auction_closing_time': 1774778400.0, 'created_time': 1774362746.371034, 'last_price_update_time': 1774764615.907729}
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH08%2520ZBP') HTTP/1.1" 204 0
2026-03-29 06:10:15 [bca.uk] INFO: Found listing with ID: GF12%20XKT
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Scrape type for GF12%20XKT: 0
2026-03-29 06:10:15 [bca.uk] INFO: Found listing with ID: KU68%20OJO
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520OJO%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Scrape type for KU68%20OJO: 0
2026-03-29 06:10:15 [bca.uk] INFO: Found listing with ID: KY65%20SXP
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520SXP%27 HTTP/1.1" 200 None
2026-03-29 06:10:15 [bca.uk] INFO: Scrape type for KY65%20SXP: 2
2026-03-29 06:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1abc8202-7c6f-5205-a107-01b2f5abdf0a with identifier: KY65%20SXP
2026-03-29 06:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1abc8202-7c6f-5205-a107-01b2f5abdf0a with scrape type 2
2026-03-29 06:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1abc8202-7c6f-5205-a107-01b2f5abdf0a with scrape type 2
2026-03-29 06:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1abc8202-7c6f-5205-a107-01b2f5abdf0a, identifier: KY65%20SXP
2026-03-29 06:10:16 [bca.uk] INFO: Found listing with ID: KR20%20WEC
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520WEC%27 HTTP/1.1" 200 None
2026-03-29 06:10:16 [bca.uk] INFO: Scrape type for KR20%20WEC: 2
2026-03-29 06:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC
2026-03-29 06:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e482c0b3-cf65-555e-a7b0-5c068a4e03fc with scrape type 2
2026-03-29 06:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e482c0b3-cf65-555e-a7b0-5c068a4e03fc with scrape type 2
2026-03-29 06:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e482c0b3-cf65-555e-a7b0-5c068a4e03fc, identifier: KR20%20WEC
2026-03-29 06:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN
2026-03-29 06:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN
2026-03-29 06:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN to the API
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC16%20NGN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c083be9-7c15-5c30-8488-ad941e3c411c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC16 NGN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC16%20NGN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'CC',
'odometer': 68909,
'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 CC 2.0 TDI 150 BMT GT BLACK ED. Saloon',
'transmission': 'manual',
'trim': 'TDI 150 BMT GT BLACK ED.',
'vin': 'WVWZZZ3CZGE516866',
'year': 2016}
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 06:10:16 [bca.uk] INFO: Saving data for SC16%20NGN: {'auction_closing_time': 1774951200.0, 'created_time': 1774004706.428227, 'last_price_update_time': 1774764616.519495}
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC16%2520NGN') HTTP/1.1" 204 0
2026-03-29 06:10:16 [bca.uk] INFO: Found listing with ID: YJ60%20OUE
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ60%2520OUE%27 HTTP/1.1" 200 None
2026-03-29 06:10:16 [bca.uk] INFO: Scrape type for YJ60%20OUE: 2
2026-03-29 06:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371b373d-ecd3-5bde-9e11-45c4b64b6c76 with identifier: YJ60%20OUE
2026-03-29 06:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371b373d-ecd3-5bde-9e11-45c4b64b6c76 with scrape type 2
2026-03-29 06:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371b373d-ecd3-5bde-9e11-45c4b64b6c76 with scrape type 2
2026-03-29 06:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371b373d-ecd3-5bde-9e11-45c4b64b6c76, identifier: YJ60%20OUE
2026-03-29 06:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1abc8202-7c6f-5205-a107-01b2f5abdf0a with identifier: KY65%20SXP
2026-03-29 06:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1abc8202-7c6f-5205-a107-01b2f5abdf0a with identifier: KY65%20SXP
2026-03-29 06:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1abc8202-7c6f-5205-a107-01b2f5abdf0a with identifier: KY65%20SXP to the API
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 90,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY65%20SXP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1abc8202-7c6f-5205-a107-01b2f5abdf0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY65 SXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY65%20SXP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 139382,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.6 BLUEHDI 75 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 75 ACTIVE',
'vin': 'VF3CCBHW6FT123295',
'year': 2015}
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520SXP%27 HTTP/1.1" 200 None
2026-03-29 06:10:16 [bca.uk] INFO: Saving data for KY65%20SXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774649958.667614, 'last_price_update_time': 1774764616.923129}
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY65%2520SXP') HTTP/1.1" 204 0
2026-03-29 06:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC
2026-03-29 06:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC
2026-03-29 06:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC to the API
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR20%20WEC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e482c0b3-cf65-555e-a7b0-5c068a4e03fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR20 WEC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR20%20WEC&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 70405,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'VXKUPHMHDL4220004',
'year': 2020}
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR20%2520WEC%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Saving data for KR20%20WEC: {'auction_closing_time': 1774951200.0, 'created_time': 1774564298.530681, 'last_price_update_time': 1774764617.199719}
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR20%2520WEC') HTTP/1.1" 204 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: WN13%20MHL
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN13%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for WN13%20MHL: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: SC61%20BYP
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC61%2520BYP%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for SC61%20BYP: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: RO09%20UJK
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO09%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for RO09%20UJK: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: KV66%20XDL
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV66%2520XDL%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for KV66%20XDL: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: HV58%20LRN
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV58%2520LRN%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for HV58%20LRN: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: GN63%20FFY
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN63%2520FFY%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for GN63%20FFY: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: SD68%20NLT
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD68%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for SD68%20NLT: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: RX65%20VOJ
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX65%2520VOJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for RX65%20VOJ: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: AF66%20BUH
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF66%2520BUH%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for AF66%20BUH: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: BL64%20YTM
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL64%2520YTM%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for BL64%20YTM: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: EN16%20KRD
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN16%2520KRD%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for EN16%20KRD: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: OU73%20MMX
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU73%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for OU73%20MMX: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: GF12%20OAY
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GF12%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for GF12%20OAY: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: DV15%20HHN
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV15%2520HHN%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for DV15%20HHN: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: VE13%20GBF
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE13%2520GBF%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for VE13%20GBF: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: RF56%20WZG
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF56%2520WZG%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for RF56%20WZG: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: HV65%20GSU
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV65%2520GSU%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for HV65%20GSU: 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: LD66%20BVN
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Scrape type for LD66%20BVN: 2
2026-03-29 06:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN
2026-03-29 06:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58927e86-02b3-5fad-b14a-28d8cc60228f with scrape type 2
2026-03-29 06:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58927e86-02b3-5fad-b14a-28d8cc60228f with scrape type 2
2026-03-29 06:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58927e86-02b3-5fad-b14a-28d8cc60228f, identifier: LD66%20BVN
2026-03-29 06:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371b373d-ecd3-5bde-9e11-45c4b64b6c76 with identifier: YJ60%20OUE
2026-03-29 06:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371b373d-ecd3-5bde-9e11-45c4b64b6c76 with identifier: YJ60%20OUE
2026-03-29 06:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371b373d-ecd3-5bde-9e11-45c4b64b6c76 with identifier: YJ60%20OUE to the API
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ60%20OUE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '371b373d-ecd3-5bde-9e11-45c4b64b6c76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ60 OUE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ60%20OUE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A3',
'odometer': 124120,
'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 A3 1.6 TDI 105 S LINE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 S LINE',
'vin': 'WAUZZZ8P1BA047907',
'year': 2010}
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ60%2520OUE%27 HTTP/1.1" 200 None
2026-03-29 06:10:17 [bca.uk] INFO: Saving data for YJ60%20OUE: {'auction_closing_time': 1774778400.0, 'created_time': 1774535535.152381, 'last_price_update_time': 1774764617.877159}
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ60%2520OUE') HTTP/1.1" 204 0
2026-03-29 06:10:17 [bca.uk] INFO: Found listing with ID: LP63%20WTL
2026-03-29 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP63%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 06:10:18 [bca.uk] INFO: Scrape type for LP63%20WTL: 0
2026-03-29 06:10:18 [bca.uk] INFO: Found listing with ID: MF13%20KTU
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF13%2520KTU%27 HTTP/1.1" 200 None
2026-03-29 06:10:18 [bca.uk] INFO: Scrape type for MF13%20KTU: 0
2026-03-29 06:10:18 [bca.uk] INFO: Found listing with ID: BJ56%20JLO
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ56%2520JLO%27 HTTP/1.1" 200 None
2026-03-29 06:10:18 [bca.uk] INFO: Scrape type for BJ56%20JLO: 2
2026-03-29 06:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea276ecf-0f97-5924-a36b-e000c8689459 with identifier: BJ56%20JLO
2026-03-29 06:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea276ecf-0f97-5924-a36b-e000c8689459 with scrape type 2
2026-03-29 06:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea276ecf-0f97-5924-a36b-e000c8689459 with scrape type 2
2026-03-29 06:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea276ecf-0f97-5924-a36b-e000c8689459, identifier: BJ56%20JLO
2026-03-29 06:10:18 [bca.uk] INFO: Found listing with ID: MK69%20KRX
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK69%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 06:10:18 [bca.uk] INFO: Scrape type for MK69%20KRX: 2
2026-03-29 06:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX
2026-03-29 06:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cbd74cc-1d6e-5281-992d-815afa207269 with scrape type 2
2026-03-29 06:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cbd74cc-1d6e-5281-992d-815afa207269 with scrape type 2
2026-03-29 06:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cbd74cc-1d6e-5281-992d-815afa207269, identifier: MK69%20KRX
2026-03-29 06:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mediterranean+blue HTTP/1.1" 200 None
2026-03-29 06:10:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN
2026-03-29 06:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN to the API
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD66%20BVN-GB',
'category': 'Car',
'color': 'mediterranean blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '58927e86-02b3-5fad-b14a-28d8cc60228f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD66 BVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD66%20BVN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '2 GRAN TOURER',
'odometer': 98639,
'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 2 GRAN TOURER 1.5 216D SE STEP MPV',
'transmission': 'automatic',
'trim': '216D SE STEP',
'vin': 'WBA2E320605B45605',
'year': 2016}
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-29 06:10:18 [bca.uk] INFO: Saving data for LD66%20BVN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476615.865789, 'last_price_update_time': 1774764618.704525}
2026-03-29 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD66%2520BVN') HTTP/1.1" 204 0
2026-03-29 06:10:19 [bca.uk] INFO: Found listing with ID: YK09%20KYA
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK09%2520KYA%27 HTTP/1.1" 200 None
2026-03-29 06:10:19 [bca.uk] INFO: Scrape type for YK09%20KYA: 2
2026-03-29 06:10:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00fff4b5-db92-5573-869c-cc20f230ecf4 with identifier: YK09%20KYA
2026-03-29 06:10:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00fff4b5-db92-5573-869c-cc20f230ecf4 with scrape type 2
2026-03-29 06:10:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00fff4b5-db92-5573-869c-cc20f230ecf4 with scrape type 2
2026-03-29 06:10:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00fff4b5-db92-5573-869c-cc20f230ecf4, identifier: YK09%20KYA
2026-03-29 06:10:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea276ecf-0f97-5924-a36b-e000c8689459 with identifier: BJ56%20JLO
2026-03-29 06:10:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea276ecf-0f97-5924-a36b-e000c8689459 with identifier: BJ56%20JLO
2026-03-29 06:10:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea276ecf-0f97-5924-a36b-e000c8689459 with identifier: BJ56%20JLO to the API
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ56%20JLO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ea276ecf-0f97-5924-a36b-e000c8689459',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ56 JLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ56%20JLO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 79192,
'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': 'NISSAN NOTE 1.6 SVE Hatchback',
'transmission': 'manual',
'trim': 'SVE',
'vin': 'SJNFCAE11U1061020',
'year': 2006}
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ56%2520JLO%27 HTTP/1.1" 200 None
2026-03-29 06:10:19 [bca.uk] INFO: Saving data for BJ56%20JLO: {'auction_closing_time': 1774778400.0, 'created_time': 1774478518.925046, 'last_price_update_time': 1774764619.613149}
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ56%2520JLO') HTTP/1.1" 204 0
2026-03-29 06:10:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX
2026-03-29 06:10:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX
2026-03-29 06:10:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX to the API
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK69%20KRX-GB',
'category': 'Car',
'color': 'bronze',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2cbd74cc-1d6e-5281-992d-815afa207269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK69 KRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK69%20KRX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 34484,
'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.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VF3MRHNSUKS313274',
'year': 2019}
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK69%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 06:10:19 [bca.uk] INFO: Saving data for MK69%20KRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774564401.007875, 'last_price_update_time': 1774764619.910154}
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK69%2520KRX') HTTP/1.1" 204 0
2026-03-29 06:10:19 [bca.uk] INFO: Found listing with ID: BJ62%20USG
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ62%2520USG%27 HTTP/1.1" 200 None
2026-03-29 06:10:19 [bca.uk] INFO: Scrape type for BJ62%20USG: 0
2026-03-29 06:10:19 [bca.uk] INFO: Found listing with ID: AU69%20VFL
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU69%2520VFL%27 HTTP/1.1" 200 None
2026-03-29 06:10:19 [bca.uk] INFO: Scrape type for AU69%20VFL: 0
2026-03-29 06:10:19 [bca.uk] INFO: Found listing with ID: PY10%20FWJ
2026-03-29 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:19 [bca.uk] INFO: Scrape type for PY10%20FWJ: 2
2026-03-29 06:10:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ
2026-03-29 06:10:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6affa68-e499-504a-806f-033911d52246 with scrape type 2
2026-03-29 06:10:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6affa68-e499-504a-806f-033911d52246 with scrape type 2
2026-03-29 06:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6affa68-e499-504a-806f-033911d52246, identifier: PY10%20FWJ
2026-03-29 06:10:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00fff4b5-db92-5573-869c-cc20f230ecf4 with identifier: YK09%20KYA
2026-03-29 06:10:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00fff4b5-db92-5573-869c-cc20f230ecf4 with identifier: YK09%20KYA
2026-03-29 06:10:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00fff4b5-db92-5573-869c-cc20f230ecf4 with identifier: YK09%20KYA to the API
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK09%20KYA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '00fff4b5-db92-5573-869c-cc20f230ecf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK09 KYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK09%20KYA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 91875,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.6 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXGAJJ9J14891',
'year': 2009}
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Saving data for YK09%20KYA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564499.736094, 'last_price_update_time': 1774764620.343806}
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK09%2520KYA') HTTP/1.1" 204 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: BK62%20OTZ
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for BK62%20OTZ: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: BT12%20TZY
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for BT12%20TZY: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: CU63%20EXM
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for CU63%20EXM: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: DB14%20MCW
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for DB14%20MCW: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: DK09%20ZBD
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for DK09%20ZBD: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: DN61%20FWA
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for DN61%20FWA: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: DV14%20UMS
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for DV14%20UMS: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: EJ61%20HFK
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ61%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 06:10:20 [bca.uk] INFO: Scrape type for EJ61%20HFK: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: GC17%20NDE
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for GC17%20NDE: 0
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: HX14%20DJO
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for HX14%20DJO: 2
2026-03-29 06:10:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO
2026-03-29 06:10:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with scrape type 2
2026-03-29 06:10:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with scrape type 2
2026-03-29 06:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8, identifier: HX14%20DJO
2026-03-29 06:10:20 [bca.uk] INFO: Found listing with ID: RO10%20RBV
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:20 [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 06:10:20 [bca.uk] INFO: Scrape type for RO10%20RBV: 2
2026-03-29 06:10:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV
2026-03-29 06:10:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d4dcbb-445c-56aa-9a52-dde28e80b74a with scrape type 2
2026-03-29 06:10:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d4dcbb-445c-56aa-9a52-dde28e80b74a with scrape type 2
2026-03-29 06:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0d4dcbb-445c-56aa-9a52-dde28e80b74a, identifier: RO10%20RBV
2026-03-29 06:10:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ
2026-03-29 06:10:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ
2026-03-29 06:10:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ to the API
2026-03-29 06:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c6affa68-e499-504a-806f-033911d52246',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PY10 FWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY10%20FWJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 103073,
'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': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC ES',
'vin': 'SHHGG6760AU012556',
'year': 2010}
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Saving data for PY10%20FWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476603.096912, 'last_price_update_time': 1774764621.047002}
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY10%2520FWJ') HTTP/1.1" 204 0
2026-03-29 06:10:21 [bca.uk] INFO: Found listing with ID: YP59%20CKC
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP59%2520CKC%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Scrape type for YP59%20CKC: 2
2026-03-29 06:10:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1975a7d9-1527-54e3-b40d-5f6ec3a7172d with identifier: YP59%20CKC
2026-03-29 06:10:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1975a7d9-1527-54e3-b40d-5f6ec3a7172d with scrape type 2
2026-03-29 06:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1975a7d9-1527-54e3-b40d-5f6ec3a7172d with scrape type 2
2026-03-29 06:10:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1975a7d9-1527-54e3-b40d-5f6ec3a7172d, identifier: YP59%20CKC
2026-03-29 06:10:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO
2026-03-29 06:10:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO
2026-03-29 06:10:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO to the API
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX14%20DJO-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX14 DJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX14%20DJO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'ELDDIS',
'model': 'MAJESTIC',
'odometer': 40392,
'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': 'ELDDIS MAJESTIC 2.2 175 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '175 MOTORHOME',
'vin': 'VF3YCUMAU12598019',
'year': 2014}
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX14%2520DJO%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Saving data for HX14%20DJO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649956.505326, 'last_price_update_time': 1774764621.530506}
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520DJO') HTTP/1.1" 204 0
2026-03-29 06:10:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV
2026-03-29 06:10:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV
2026-03-29 06:10:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV to the API
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO10%20RBV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f0d4dcbb-445c-56aa-9a52-dde28e80b74a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO10 RBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO10%20RBV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'COOPER',
'odometer': 70863,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.6 GRAPHITE Hatchback',
'transmission': 'manual',
'trim': 'GRAPHITE',
'vin': 'WMWMF32060TV60292',
'year': 2010}
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO10%2520RBV%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Saving data for RO10%20RBV: {'auction_closing_time': 1774951200.0, 'created_time': 1774564268.287696, 'last_price_update_time': 1774764621.815764}
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO10%2520RBV') HTTP/1.1" 204 0
2026-03-29 06:10:21 [bca.uk] INFO: Found listing with ID: SB66%20OSX
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB66%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Scrape type for SB66%20OSX: 0
2026-03-29 06:10:21 [bca.uk] INFO: Found listing with ID: WF17%20ZXA
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF17%2520ZXA%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Scrape type for WF17%20ZXA: 0
2026-03-29 06:10:21 [bca.uk] INFO: Found listing with ID: SE15%20SOU
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE15%2520SOU%27 HTTP/1.1" 200 None
2026-03-29 06:10:21 [bca.uk] INFO: Scrape type for SE15%20SOU: 0
2026-03-29 06:10:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1975a7d9-1527-54e3-b40d-5f6ec3a7172d with identifier: YP59%20CKC
2026-03-29 06:10:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1975a7d9-1527-54e3-b40d-5f6ec3a7172d with identifier: YP59%20CKC
2026-03-29 06:10:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1975a7d9-1527-54e3-b40d-5f6ec3a7172d with identifier: YP59%20CKC to the API
2026-03-29 06:10:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP59%20CKC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1975a7d9-1527-54e3-b40d-5f6ec3a7172d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP59 CKC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP59%20CKC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 124783,
'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 FREELANDER 2 2.2 TD4 E GS StationWagon',
'transmission': 'manual',
'trim': 'TD4 E GS',
'vin': 'SALFA2CB9AH168361',
'year': 2009}
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP59%2520CKC%27 HTTP/1.1" 200 None
2026-03-29 06:10:22 [bca.uk] INFO: Saving data for YP59%20CKC: {'auction_closing_time': 1774778400.0, 'created_time': 1774534707.75811, 'last_price_update_time': 1774764622.153453}
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP59%2520CKC') HTTP/1.1" 204 0
2026-03-29 06:10:22 [bca.uk] INFO: Found listing with ID: LB69%20YVW
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB69%2520YVW%27 HTTP/1.1" 200 None
2026-03-29 06:10:22 [bca.uk] INFO: Scrape type for LB69%20YVW: 2
2026-03-29 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW
2026-03-29 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with scrape type 2
2026-03-29 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with scrape type 2
2026-03-29 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5, identifier: LB69%20YVW
2026-03-29 06:10:22 [bca.uk] INFO: Found listing with ID: RX66%20ZCZ
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX66%2520ZCZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:22 [bca.uk] INFO: Scrape type for RX66%20ZCZ: 2
2026-03-29 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ
2026-03-29 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with scrape type 2
2026-03-29 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with scrape type 2
2026-03-29 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a18f66a3-51d1-5b58-a6ff-8d147a2a3734, identifier: RX66%20ZCZ
2026-03-29 06:10:22 [bca.uk] INFO: Found listing with ID: YR61%20TZK
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR61%2520TZK%27 HTTP/1.1" 200 None
2026-03-29 06:10:22 [bca.uk] INFO: Scrape type for YR61%20TZK: 0
2026-03-29 06:10:22 [bca.uk] INFO: Found listing with ID: RV62%20EHC
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV62%2520EHC%27 HTTP/1.1" 200 None
2026-03-29 06:10:22 [bca.uk] INFO: Scrape type for RV62%20EHC: 2
2026-03-29 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9377d23-a48c-52b1-adf2-c5fba444d5a1 with identifier: RV62%20EHC
2026-03-29 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9377d23-a48c-52b1-adf2-c5fba444d5a1 with scrape type 2
2026-03-29 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9377d23-a48c-52b1-adf2-c5fba444d5a1 with scrape type 2
2026-03-29 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9377d23-a48c-52b1-adf2-c5fba444d5a1, identifier: RV62%20EHC
2026-03-29 06:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW
2026-03-29 06:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW
2026-03-29 06:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW to the API
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB69%20YVW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e2dc3be-6b67-53e8-a693-1a74c95d6af5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB69 YVW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB69%20YVW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'KIA',
'model': 'XCEED',
'odometer': 25215,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'KIA XCEED 1.0 T GDI 120 2 ISG Hatchback',
'transmission': 'manual',
'trim': 'T GDI 120 2 ISG',
'vin': 'U5YH4F11LLL007751',
'year': 2020}
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB69%2520YVW%27 HTTP/1.1" 200 None
2026-03-29 06:10:22 [bca.uk] INFO: Saving data for LB69%20YVW: {'auction_closing_time': 1774951200.0, 'created_time': 1774651090.687212, 'last_price_update_time': 1774764622.809477}
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB69%2520YVW') HTTP/1.1" 204 0
2026-03-29 06:10:22 [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 06:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ
2026-03-29 06:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ
2026-03-29 06:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ to the API
2026-03-29 06:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX66%20ZCZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a18f66a3-51d1-5b58-a6ff-8d147a2a3734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX66 ZCZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX66%20ZCZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'V60 SPORTWAGON',
'odometer': 89118,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLVO V60 SPORTWAGON 2.0 D4 190 R DESIGN LUX G/T Estate',
'transmission': 'manual',
'trim': 'D4 190 R DESIGN LUX G/T',
'vin': 'YV1FWA8CDH1339605',
'year': 2016}
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX66%2520ZCZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Saving data for RX66%20ZCZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678036.132534, 'last_price_update_time': 1774764623.091792}
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX66%2520ZCZ') HTTP/1.1" 204 0
2026-03-29 06:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9377d23-a48c-52b1-adf2-c5fba444d5a1 with identifier: RV62%20EHC
2026-03-29 06:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9377d23-a48c-52b1-adf2-c5fba444d5a1 with identifier: RV62%20EHC
2026-03-29 06:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9377d23-a48c-52b1-adf2-c5fba444d5a1 with identifier: RV62%20EHC to the API
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV62%20EHC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b9377d23-a48c-52b1-adf2-c5fba444d5a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV62 EHC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV62%20EHC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '520D',
'odometer': 133906,
'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 520D 2.0 SE STEP S/S Saloon',
'transmission': 'manual',
'trim': 'SE STEP S/S',
'vin': 'WBAFW12010C849383',
'year': 2012}
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV62%2520EHC%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Saving data for RV62%20EHC: {'auction_closing_time': 1774778400.0, 'created_time': 1774265291.964623, 'last_price_update_time': 1774764623.382797}
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV62%2520EHC') HTTP/1.1" 204 0
2026-03-29 06:10:23 [bca.uk] INFO: Found listing with ID: EX18%20BYP
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX18%2520BYP%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Scrape type for EX18%20BYP: 2
2026-03-29 06:10:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP
2026-03-29 06:10:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with scrape type 2
2026-03-29 06:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with scrape type 2
2026-03-29 06:10:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5, identifier: EX18%20BYP
2026-03-29 06:10:23 [bca.uk] INFO: Found listing with ID: SA68%20YKR
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA68%2520YKR%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Scrape type for SA68%20YKR: 2
2026-03-29 06:10:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR
2026-03-29 06:10:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with scrape type 2
2026-03-29 06:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with scrape type 2
2026-03-29 06:10:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbf5cff8-4701-5370-9d9b-9d75c38d25e4, identifier: SA68%20YKR
2026-03-29 06:10:23 [bca.uk] INFO: Found listing with ID: S400%20SSK
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27S400%2520SSK%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Scrape type for S400%20SSK: 0
2026-03-29 06:10:23 [bca.uk] INFO: Found listing with ID: SC15%20BRF
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SC15%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Scrape type for SC15%20BRF: 0
2026-03-29 06:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP
2026-03-29 06:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP
2026-03-29 06:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP to the API
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX18%20BYP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '45a2442b-3f02-5c65-92a1-0f97b1dad5f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX18 BYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX18%20BYP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SEAT',
'model': 'ARONA',
'odometer': 59591,
'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 ARONA 1.0 TSI 115 XCELLENCE LUX DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 115 XCELLENCE LUX DSG',
'vin': 'VSSZZZKJZJR196568',
'year': 2018}
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX18%2520BYP%27 HTTP/1.1" 200 None
2026-03-29 06:10:23 [bca.uk] INFO: Saving data for EX18%20BYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649952.701347, 'last_price_update_time': 1774764623.941664}
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX18%2520BYP') HTTP/1.1" 204 0
2026-03-29 06:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR
2026-03-29 06:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR
2026-03-29 06:10:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR to the API
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA68%20YKR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cbf5cff8-4701-5370-9d9b-9d75c38d25e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA68 YKR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA68%20YKR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'GLA 200',
'odometer': 41409,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLA 200 1.6 SE DCT StationWagon',
'transmission': 'automatic',
'trim': 'SE DCT',
'vin': 'WDC1569432J575144',
'year': 2018}
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:24 [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 06:10:24 [bca.uk] INFO: Saving data for SA68%20YKR: {'auction_closing_time': 1774951200.0, 'created_time': 1774678155.430104, 'last_price_update_time': 1774764624.362426}
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA68%2520YKR') HTTP/1.1" 204 0
2026-03-29 06:10:24 [bca.uk] INFO: Found listing with ID: PJ18%20EXE
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ18%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:10:24 [bca.uk] INFO: Scrape type for PJ18%20EXE: 2
2026-03-29 06:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0086f0-775e-51cb-a378-e0a5698d5a92 with identifier: PJ18%20EXE
2026-03-29 06:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0086f0-775e-51cb-a378-e0a5698d5a92 with scrape type 2
2026-03-29 06:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0086f0-775e-51cb-a378-e0a5698d5a92 with scrape type 2
2026-03-29 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0086f0-775e-51cb-a378-e0a5698d5a92, identifier: PJ18%20EXE
2026-03-29 06:10:24 [bca.uk] INFO: Found listing with ID: SK67%20KUB
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:24 [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 06:10:24 [bca.uk] INFO: Scrape type for SK67%20KUB: 2
2026-03-29 06:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB
2026-03-29 06:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4fc63bc-be90-5573-9daf-80ebb5516366 with scrape type 2
2026-03-29 06:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4fc63bc-be90-5573-9daf-80ebb5516366 with scrape type 2
2026-03-29 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4fc63bc-be90-5573-9daf-80ebb5516366, identifier: SK67%20KUB
2026-03-29 06:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0086f0-775e-51cb-a378-e0a5698d5a92 with identifier: PJ18%20EXE
2026-03-29 06:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0086f0-775e-51cb-a378-e0a5698d5a92 with identifier: PJ18%20EXE
2026-03-29 06:10:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c0086f0-775e-51cb-a378-e0a5698d5a92 with identifier: PJ18%20EXE to the API
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ18%20EXE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9c0086f0-775e-51cb-a378-e0a5698d5a92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ18 EXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ18%20EXE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'GLA 200 D',
'odometer': 80146,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLA 200 D 2.1 SPORT StationWagon',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WDC1569082J517215',
'year': 2018}
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ18%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:10:24 [bca.uk] INFO: Saving data for PJ18%20EXE: {'auction_closing_time': 1774778400.0, 'created_time': 1774275710.658368, 'last_price_update_time': 1774764624.904859}
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ18%2520EXE') HTTP/1.1" 204 0
2026-03-29 06:10:24 [bca.uk] INFO: Total items found: 100
2026-03-29 06:10:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded
2026-03-29 06:10:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:10:24 [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 06:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB
2026-03-29 06:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB
2026-03-29 06:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB to the API
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK67%20KUB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f4fc63bc-be90-5573-9daf-80ebb5516366',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK67 KUB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK67%20KUB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 61932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 4M R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TDI 150 BMT 4M R LINE DSG',
'vin': 'WVGZZZ5NZJW317976',
'year': 2017}
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [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 06:10:25 [bca.uk] INFO: Saving data for SK67%20KUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774476278.398434, 'last_price_update_time': 1774764625.249455}
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK67%2520KUB') HTTP/1.1" 204 0
2026-03-29 06:10:25 [bca.uk] INFO: Found listing with ID: EX17%20VXH
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [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 06:10:25 [bca.uk] INFO: Scrape type for EX17%20VXH: 2
2026-03-29 06:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH
2026-03-29 06:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with scrape type 2
2026-03-29 06:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with scrape type 2
2026-03-29 06:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8, identifier: EX17%20VXH
2026-03-29 06:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH
2026-03-29 06:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH
2026-03-29 06:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH to the API
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX17%20VXH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '22c208de-78b0-5f7a-a9d0-6281b2e51bf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX17 VXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX17%20VXH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 81635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 TFSI 190 S LINE Estate',
'transmission': 'manual',
'trim': 'TFSI 190 S LINE',
'vin': 'WAUZZZF40HA124901',
'year': 2017}
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [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 06:10:25 [bca.uk] INFO: Saving data for EX17%20VXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649939.504767, 'last_price_update_time': 1774764625.653284}
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX17%2520VXH') HTTP/1.1" 204 0
2026-03-29 06:10:25 [bca.uk] INFO: Found listing with ID: VX72%20KPY
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [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 06:10:25 [bca.uk] INFO: Scrape type for VX72%20KPY: 0
2026-03-29 06:10:25 [bca.uk] INFO: Found listing with ID: BT68%20UJL
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [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 06:10:25 [bca.uk] INFO: Scrape type for BT68%20UJL: 2
2026-03-29 06:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL
2026-03-29 06:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c85d97a0-df6a-591f-b096-2f8eb031b01d with scrape type 2
2026-03-29 06:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c85d97a0-df6a-591f-b096-2f8eb031b01d with scrape type 2
2026-03-29 06:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c85d97a0-df6a-591f-b096-2f8eb031b01d, identifier: BT68%20UJL
2026-03-29 06:10:25 [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 06:10:25 [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 06:10:25 [bca.uk] INFO: Found listing with ID: SY68%20GYA
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520GYA%27 HTTP/1.1" 200 None
2026-03-29 06:10:25 [bca.uk] INFO: Scrape type for SY68%20GYA: 2
2026-03-29 06:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA
2026-03-29 06:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with scrape type 2
2026-03-29 06:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with scrape type 2
2026-03-29 06:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d, identifier: SY68%20GYA
2026-03-29 06:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL
2026-03-29 06:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL
2026-03-29 06:10:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL to the API
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT68%20UJL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c85d97a0-df6a-591f-b096-2f8eb031b01d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT68 UJL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT68%20UJL&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 55987,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.6 TDI 115 SE Estate',
'transmission': 'manual',
'trim': 'TDI 115 SE',
'vin': 'WVWZZZAUZKP515815',
'year': 2018}
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:26 [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 06:10:26 [bca.uk] INFO: Saving data for BT68%20UJL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651125.250278, 'last_price_update_time': 1774764626.202572}
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT68%2520UJL') HTTP/1.1" 204 0
2026-03-29 06:10: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 06:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA
2026-03-29 06:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA
2026-03-29 06:10:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA to the API
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY68%20GYA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '80832f4b-56b1-50b0-8b7e-6fb5da43d39d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY68 GYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY68%20GYA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'BMW',
'model': 'X1',
'odometer': 43594,
'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 X1 2.0 XDRIVE 20D SPORT STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 20D SPORT STEP',
'vin': 'WBAJJ120303H64511',
'year': 2018}
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:26 [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 06:10:26 [bca.uk] INFO: Saving data for SY68%20GYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774651090.258079, 'last_price_update_time': 1774764626.498129}
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY68%2520GYA') HTTP/1.1" 204 0
2026-03-29 06:10:26 [bca.uk] INFO: Found listing with ID: MK17%20KXH
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:26 [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 06:10:26 [bca.uk] INFO: Scrape type for MK17%20KXH: 2
2026-03-29 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH
2026-03-29 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 577001d0-0643-5ec0-ab64-e9a1009b8b7c with scrape type 2
2026-03-29 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 577001d0-0643-5ec0-ab64-e9a1009b8b7c with scrape type 2
2026-03-29 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 577001d0-0643-5ec0-ab64-e9a1009b8b7c, identifier: MK17%20KXH
2026-03-29 06:10:26 [bca.uk] INFO: Found listing with ID: BT14%20MFY
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT14%2520MFY%27 HTTP/1.1" 200 None
2026-03-29 06:10:26 [bca.uk] INFO: Scrape type for BT14%20MFY: 2
2026-03-29 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96ef08c5-fe04-5eee-bd02-52d64385f4c4 with identifier: BT14%20MFY
2026-03-29 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96ef08c5-fe04-5eee-bd02-52d64385f4c4 with scrape type 2
2026-03-29 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96ef08c5-fe04-5eee-bd02-52d64385f4c4 with scrape type 2
2026-03-29 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96ef08c5-fe04-5eee-bd02-52d64385f4c4, identifier: BT14%20MFY
2026-03-29 06:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH
2026-03-29 06:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH
2026-03-29 06:10:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH to the API
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK17%20KXH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '577001d0-0643-5ec0-ab64-e9a1009b8b7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK17 KXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK17%20KXH&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': '118I',
'odometer': 60490,
'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 Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBA1R520405D47113',
'year': 2017}
2026-03-29 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [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 06:10:27 [bca.uk] INFO: Saving data for MK17%20KXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649940.246793, 'last_price_update_time': 1774764627.015009}
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK17%2520KXH') HTTP/1.1" 204 0
2026-03-29 06:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96ef08c5-fe04-5eee-bd02-52d64385f4c4 with identifier: BT14%20MFY
2026-03-29 06:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96ef08c5-fe04-5eee-bd02-52d64385f4c4 with identifier: BT14%20MFY
2026-03-29 06:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96ef08c5-fe04-5eee-bd02-52d64385f4c4 with identifier: BT14%20MFY to the API
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT14%20MFY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '96ef08c5-fe04-5eee-bd02-52d64385f4c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT14 MFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT14%20MFY&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 60280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.0 VTI ACCESS+ Hatchback',
'transmission': 'manual',
'trim': 'VTI ACCESS+',
'vin': 'VF3CCZMZ0ET073279',
'year': 2014}
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT14%2520MFY%27 HTTP/1.1" 200 None
2026-03-29 06:10:27 [bca.uk] INFO: Saving data for BT14%20MFY: {'auction_closing_time': 1774778400.0, 'created_time': 1774651100.655188, 'last_price_update_time': 1774764627.30557}
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT14%2520MFY') HTTP/1.1" 204 0
2026-03-29 06:10:27 [bca.uk] INFO: Found listing with ID: RV20%20VFR
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [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 06:10:27 [bca.uk] INFO: Scrape type for RV20%20VFR: 0
2026-03-29 06:10:27 [bca.uk] INFO: Found listing with ID: YD63%20CXX
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [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 06:10:27 [bca.uk] INFO: Scrape type for YD63%20CXX: 2
2026-03-29 06:10:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX
2026-03-29 06:10:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e340717-f8af-54a0-8d7d-c9f8b4249238 with scrape type 2
2026-03-29 06:10:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e340717-f8af-54a0-8d7d-c9f8b4249238 with scrape type 2
2026-03-29 06:10:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e340717-f8af-54a0-8d7d-c9f8b4249238, identifier: YD63%20CXX
2026-03-29 06:10:27 [bca.uk] INFO: Found listing with ID: EN66%20RWZ
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:27 [bca.uk] INFO: Scrape type for EN66%20RWZ: 2
2026-03-29 06:10:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb415d20-9b15-515b-95cf-071be9175242 with identifier: EN66%20RWZ
2026-03-29 06:10:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb415d20-9b15-515b-95cf-071be9175242 with scrape type 2
2026-03-29 06:10:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb415d20-9b15-515b-95cf-071be9175242 with scrape type 2
2026-03-29 06:10:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb415d20-9b15-515b-95cf-071be9175242, identifier: EN66%20RWZ
2026-03-29 06:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX
2026-03-29 06:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX
2026-03-29 06:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX to the API
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD63%20CXX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e340717-f8af-54a0-8d7d-c9f8b4249238',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD63 CXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD63%20CXX&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': '520D',
'odometer': 124335,
'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 520D 2.0 M SPORT TOURING STEP Estate',
'transmission': 'automatic',
'trim': 'M SPORT TOURING STEP',
'vin': 'WBA5J32090D200088',
'year': 2013}
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [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 06:10:27 [bca.uk] INFO: Saving data for YD63%20CXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649939.859562, 'last_price_update_time': 1774764627.825273}
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD63%2520CXX') HTTP/1.1" 204 0
2026-03-29 06:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb415d20-9b15-515b-95cf-071be9175242 with identifier: EN66%20RWZ
2026-03-29 06:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb415d20-9b15-515b-95cf-071be9175242 with identifier: EN66%20RWZ
2026-03-29 06:10:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb415d20-9b15-515b-95cf-071be9175242 with identifier: EN66%20RWZ to the API
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN66%20RWZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb415d20-9b15-515b-95cf-071be9175242',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN66 RWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN66%20RWZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '116D',
'odometer': 125992,
'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 116D 1.5 EFD PLUS Hatchback',
'transmission': 'manual',
'trim': 'EFD PLUS',
'vin': 'WBA1V92030V771303',
'year': 2017}
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EN66%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:28 [bca.uk] INFO: Saving data for EN66%20RWZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651101.929485, 'last_price_update_time': 1774764628.219917}
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN66%2520RWZ') HTTP/1.1" 204 0
2026-03-29 06:10:28 [bca.uk] INFO: Found listing with ID: AF23%20UMX
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF23%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 06:10:28 [bca.uk] INFO: Scrape type for AF23%20UMX: 2
2026-03-29 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX
2026-03-29 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f35e848-fbc0-5757-8e58-d704f98f40cd with scrape type 2
2026-03-29 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f35e848-fbc0-5757-8e58-d704f98f40cd with scrape type 2
2026-03-29 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f35e848-fbc0-5757-8e58-d704f98f40cd, identifier: AF23%20UMX
2026-03-29 06:10:28 [bca.uk] INFO: Found listing with ID: MRZ%206311
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MRZ%25206311%27 HTTP/1.1" 200 None
2026-03-29 06:10:28 [bca.uk] INFO: Scrape type for MRZ%206311: 2
2026-03-29 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fe90a41-f214-50a5-8785-fe883c156aa5 with identifier: MRZ%206311
2026-03-29 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fe90a41-f214-50a5-8785-fe883c156aa5 with scrape type 2
2026-03-29 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fe90a41-f214-50a5-8785-fe883c156aa5 with scrape type 2
2026-03-29 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fe90a41-f214-50a5-8785-fe883c156aa5, identifier: MRZ%206311
2026-03-29 06:10:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX
2026-03-29 06:10:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX
2026-03-29 06:10:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX to the API
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20UMX-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '7f35e848-fbc0-5757-8e58-d704f98f40cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF23 UMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20UMX&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'IX1',
'odometer': 28719,
'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 IX1 XD30 XLINE StationWagon',
'transmission': 'automatic',
'trim': 'XD30 XLINE',
'vin': 'WBY62EF0605W29918',
'year': 2023}
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF23%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 06:10:28 [bca.uk] INFO: Saving data for AF23%20UMX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649938.520469, 'last_price_update_time': 1774764628.73172}
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520UMX') HTTP/1.1" 204 0
2026-03-29 06:10:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fe90a41-f214-50a5-8785-fe883c156aa5 with identifier: MRZ%206311
2026-03-29 06:10:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fe90a41-f214-50a5-8785-fe883c156aa5 with identifier: MRZ%206311
2026-03-29 06:10:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fe90a41-f214-50a5-8785-fe883c156aa5 with identifier: MRZ%206311 to the API
2026-03-29 06:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MRZ%206311-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2fe90a41-f214-50a5-8785-fe883c156aa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MRZ 6311',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MRZ%206311&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 59427,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 BLACK ED. Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 BLACK ED.',
'vin': 'VF3CAHMZ6HW098725',
'year': 2017}
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MRZ%25206311%27 HTTP/1.1" 200 None
2026-03-29 06:10:29 [bca.uk] INFO: Saving data for MRZ%206311: {'auction_closing_time': 1774778400.0, 'created_time': 1774651106.229471, 'last_price_update_time': 1774764629.026155}
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MRZ%25206311') HTTP/1.1" 204 0
2026-03-29 06:10:29 [bca.uk] INFO: Found listing with ID: MW23%20SZN
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW23%2520SZN%27 HTTP/1.1" 200 None
2026-03-29 06:10:29 [bca.uk] INFO: Scrape type for MW23%20SZN: 2
2026-03-29 06:10:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN
2026-03-29 06:10:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with scrape type 2
2026-03-29 06:10:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with scrape type 2
2026-03-29 06:10:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958, identifier: MW23%20SZN
2026-03-29 06:10:29 [bca.uk] INFO: Found listing with ID: SN24%20KPW
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN24%2520KPW%27 HTTP/1.1" 200 None
2026-03-29 06:10:29 [bca.uk] INFO: Scrape type for SN24%20KPW: 2
2026-03-29 06:10:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW
2026-03-29 06:10:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83053970-c01f-55fb-9e8f-4be1a9194c81 with scrape type 2
2026-03-29 06:10:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83053970-c01f-55fb-9e8f-4be1a9194c81 with scrape type 2
2026-03-29 06:10:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83053970-c01f-55fb-9e8f-4be1a9194c81, identifier: SN24%20KPW
2026-03-29 06:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN
2026-03-29 06:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN
2026-03-29 06:10:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN to the API
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW23%20SZN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '07d88f32-69d1-5347-9e7a-9f1ed2ed7958',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW23 SZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW23%20SZN&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 48678,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS6PC863512',
'year': 2023}
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW23%2520SZN%27 HTTP/1.1" 200 None
2026-03-29 06:10:29 [bca.uk] INFO: Saving data for MW23%20SZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774651102.864106, 'last_price_update_time': 1774764629.577338}
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW23%2520SZN') HTTP/1.1" 204 0
2026-03-29 06:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW
2026-03-29 06:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW
2026-03-29 06:10:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW to the API
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN24%20KPW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '83053970-c01f-55fb-9e8f-4be1a9194c81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN24 KPW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN24%20KPW&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 12395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI S LINE Hatchback',
'transmission': 'manual',
'trim': '30 TFSI S LINE',
'vin': 'WAUZZZGB0RR051870',
'year': 2024}
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN24%2520KPW%27 HTTP/1.1" 200 None
2026-03-29 06:10:29 [bca.uk] INFO: Saving data for SN24%20KPW: {'auction_closing_time': 1774951200.0, 'created_time': 1774651024.117459, 'last_price_update_time': 1774764629.93575}
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN24%2520KPW') HTTP/1.1" 204 0
2026-03-29 06:10:29 [bca.uk] INFO: Found listing with ID: BM18%20LLA
2026-03-29 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BM18%2520LLA%27 HTTP/1.1" 200 None
2026-03-29 06:10:29 [bca.uk] INFO: Scrape type for BM18%20LLA: 2
2026-03-29 06:10:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA
2026-03-29 06:10:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9c6e66d-a8a6-5598-bca0-9d34cefb336f with scrape type 2
2026-03-29 06:10:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9c6e66d-a8a6-5598-bca0-9d34cefb336f with scrape type 2
2026-03-29 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9c6e66d-a8a6-5598-bca0-9d34cefb336f, identifier: BM18%20LLA
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: YT63%20KUS
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT63%2520KUS%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Scrape type for YT63%20KUS: 0
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: DF68%20CNK
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF68%2520CNK%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Scrape type for DF68%20CNK: 0
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: MK61%20AVT
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK61%2520AVT%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Scrape type for MK61%20AVT: 0
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: MW14%20LAE
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW14%2520LAE%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Scrape type for MW14%20LAE: 2
2026-03-29 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1bacac2-ba4e-525f-a259-d79fd973b3eb with identifier: MW14%20LAE
2026-03-29 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1bacac2-ba4e-525f-a259-d79fd973b3eb with scrape type 2
2026-03-29 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1bacac2-ba4e-525f-a259-d79fd973b3eb with scrape type 2
2026-03-29 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1bacac2-ba4e-525f-a259-d79fd973b3eb, identifier: MW14%20LAE
2026-03-29 06:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA
2026-03-29 06:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA
2026-03-29 06:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA to the API
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BM18%20LLA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd9c6e66d-a8a6-5598-bca0-9d34cefb336f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BM18 LLA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BM18%20LLA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 83217,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 HSE DYNAMIC',
'vin': 'SALWA2AK3JA183675',
'year': 2019}
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BM18%2520LLA%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Saving data for BM18%20LLA: {'auction_closing_time': 1775124000.0, 'created_time': 1774651104.128887, 'last_price_update_time': 1774764630.557428}
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BM18%2520LLA') HTTP/1.1" 204 0
2026-03-29 06:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1bacac2-ba4e-525f-a259-d79fd973b3eb with identifier: MW14%20LAE
2026-03-29 06:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1bacac2-ba4e-525f-a259-d79fd973b3eb with identifier: MW14%20LAE
2026-03-29 06:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1bacac2-ba4e-525f-a259-d79fd973b3eb with identifier: MW14%20LAE to the API
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW14%20LAE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a1bacac2-ba4e-525f-a259-d79fd973b3eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW14 LAE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW14%20LAE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FIAT',
'model': '500',
'odometer': 58149,
'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 POP S/S Hatchback',
'transmission': 'manual',
'trim': 'POP S/S',
'vin': 'ZFA3120000J154908',
'year': 2014}
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW14%2520LAE%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Saving data for MW14%20LAE: {'auction_closing_time': 1774778400.0, 'created_time': 1774649892.20696, 'last_price_update_time': 1774764630.844712}
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW14%2520LAE') HTTP/1.1" 204 0
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: BT68%20WMD
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT68%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Scrape type for BT68%20WMD: 2
2026-03-29 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD
2026-03-29 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30dddea5-536c-5deb-8558-163d437a0c62 with scrape type 2
2026-03-29 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30dddea5-536c-5deb-8558-163d437a0c62 with scrape type 2
2026-03-29 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30dddea5-536c-5deb-8558-163d437a0c62, identifier: BT68%20WMD
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: MW60%20WDA
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW60%2520WDA%27 HTTP/1.1" 200 None
2026-03-29 06:10:30 [bca.uk] INFO: Scrape type for MW60%20WDA: 0
2026-03-29 06:10:30 [bca.uk] INFO: Found listing with ID: N29%20TWJ
2026-03-29 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N29%2520TWJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:31 [bca.uk] INFO: Scrape type for N29%20TWJ: 2
2026-03-29 06:10:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e103127-8cc7-584e-8ae4-ea620ec4f8a8 with identifier: N29%20TWJ
2026-03-29 06:10:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e103127-8cc7-584e-8ae4-ea620ec4f8a8 with scrape type 2
2026-03-29 06:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e103127-8cc7-584e-8ae4-ea620ec4f8a8 with scrape type 2
2026-03-29 06:10:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e103127-8cc7-584e-8ae4-ea620ec4f8a8, identifier: N29%20TWJ
2026-03-29 06:10:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD
2026-03-29 06:10:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD
2026-03-29 06:10:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD to the API
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT68%20WMD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '30dddea5-536c-5deb-8558-163d437a0c62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT68 WMD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT68%20WMD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 92837,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.6 TDI 115 SE Estate',
'transmission': 'manual',
'trim': 'TDI 115 SE',
'vin': 'WVWZZZAUZKP524048',
'year': 2018}
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 06:10:31 [bca.uk] INFO: Saving data for BT68%20WMD: {'auction_closing_time': 1774951200.0, 'created_time': 1774651023.726078, 'last_price_update_time': 1774764631.652835}
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT68%2520WMD') HTTP/1.1" 204 0
2026-03-29 06:10:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e103127-8cc7-584e-8ae4-ea620ec4f8a8 with identifier: N29%20TWJ
2026-03-29 06:10:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e103127-8cc7-584e-8ae4-ea620ec4f8a8 with identifier: N29%20TWJ
2026-03-29 06:10:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e103127-8cc7-584e-8ae4-ea620ec4f8a8 with identifier: N29%20TWJ to the API
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N29%20TWJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6e103127-8cc7-584e-8ae4-ea620ec4f8a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'N29 TWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=N29%20TWJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '320D',
'odometer': 136653,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'BMW 320D 2.0 M SPORT STEP Saloon',
'transmission': 'automatic',
'trim': 'M SPORT STEP',
'vin': 'WBA8C52070K436012',
'year': 2015}
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27N29%2520TWJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:32 [bca.uk] INFO: Saving data for N29%20TWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564662.689993, 'last_price_update_time': 1774764632.039144}
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N29%2520TWJ') HTTP/1.1" 204 0
2026-03-29 06:10:32 [bca.uk] INFO: Found listing with ID: MW15%20YYO
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW15%2520YYO%27 HTTP/1.1" 200 None
2026-03-29 06:10:32 [bca.uk] INFO: Scrape type for MW15%20YYO: 2
2026-03-29 06:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO
2026-03-29 06:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eeb9f70-0566-5760-b466-9b94357469e9 with scrape type 2
2026-03-29 06:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eeb9f70-0566-5760-b466-9b94357469e9 with scrape type 2
2026-03-29 06:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eeb9f70-0566-5760-b466-9b94357469e9, identifier: MW15%20YYO
2026-03-29 06:10:32 [bca.uk] INFO: Found listing with ID: PL57%20OVV
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL57%2520OVV%27 HTTP/1.1" 200 None
2026-03-29 06:10:32 [bca.uk] INFO: Scrape type for PL57%20OVV: 2
2026-03-29 06:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee4e2262-90ad-54cb-b44b-ab0d7775e781 with identifier: PL57%20OVV
2026-03-29 06:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee4e2262-90ad-54cb-b44b-ab0d7775e781 with scrape type 2
2026-03-29 06:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee4e2262-90ad-54cb-b44b-ab0d7775e781 with scrape type 2
2026-03-29 06:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee4e2262-90ad-54cb-b44b-ab0d7775e781, identifier: PL57%20OVV
2026-03-29 06:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO
2026-03-29 06:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO
2026-03-29 06:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO to the API
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW15%20YYO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9eeb9f70-0566-5760-b466-9b94357469e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW15 YYO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW15%20YYO&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 56483,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 TFSI 150 S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 150 S LINE S-T',
'vin': 'WAUZZZ8V6FA181946',
'year': 2015}
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW15%2520YYO%27 HTTP/1.1" 200 None
2026-03-29 06:10:32 [bca.uk] INFO: Saving data for MW15%20YYO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649921.700924, 'last_price_update_time': 1774764632.581649}
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW15%2520YYO') HTTP/1.1" 204 0
2026-03-29 06:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee4e2262-90ad-54cb-b44b-ab0d7775e781 with identifier: PL57%20OVV
2026-03-29 06:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee4e2262-90ad-54cb-b44b-ab0d7775e781 with identifier: PL57%20OVV
2026-03-29 06:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee4e2262-90ad-54cb-b44b-ab0d7775e781 with identifier: PL57%20OVV to the API
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL57%20OVV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee4e2262-90ad-54cb-b44b-ab0d7775e781',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL57 OVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL57%20OVV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 49020,
'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 YARIS 1.3 VVT-I TR Hatchback',
'transmission': 'manual',
'trim': 'VVT-I TR',
'vin': 'VNKKL96330A260870',
'year': 2008}
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL57%2520OVV%27 HTTP/1.1" 200 None
2026-03-29 06:10:32 [bca.uk] INFO: Saving data for PL57%20OVV: {'auction_closing_time': 1774778400.0, 'created_time': 1774651048.919896, 'last_price_update_time': 1774764632.883574}
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL57%2520OVV') HTTP/1.1" 204 0
2026-03-29 06:10:32 [bca.uk] INFO: Found listing with ID: RJ71%20ZXS
2026-03-29 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ71%2520ZXS%27 HTTP/1.1" 200 None
2026-03-29 06:10:32 [bca.uk] INFO: Scrape type for RJ71%20ZXS: 2
2026-03-29 06:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS
2026-03-29 06:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ce83425-f636-504b-9c35-3a5c00d28a3e with scrape type 2
2026-03-29 06:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ce83425-f636-504b-9c35-3a5c00d28a3e with scrape type 2
2026-03-29 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ce83425-f636-504b-9c35-3a5c00d28a3e, identifier: RJ71%20ZXS
2026-03-29 06:10:33 [bca.uk] INFO: Found listing with ID: PNZ%205710
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PNZ%25205710%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Scrape type for PNZ%205710: 0
2026-03-29 06:10:33 [bca.uk] INFO: Found listing with ID: SA67%20UJY
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA67%2520UJY%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Scrape type for SA67%20UJY: 0
2026-03-29 06:10:33 [bca.uk] INFO: Found listing with ID: BJ71%20HLM
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ71%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Scrape type for BJ71%20HLM: 2
2026-03-29 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM
2026-03-29 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eab269de-c709-5c4f-94fb-5535cbc4bfa0 with scrape type 2
2026-03-29 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eab269de-c709-5c4f-94fb-5535cbc4bfa0 with scrape type 2
2026-03-29 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eab269de-c709-5c4f-94fb-5535cbc4bfa0, identifier: BJ71%20HLM
2026-03-29 06:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS
2026-03-29 06:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS
2026-03-29 06:10:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS to the API
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ71%20ZXS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '3ce83425-f636-504b-9c35-3a5c00d28a3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ71 ZXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ71%20ZXS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'ID.4',
'odometer': 47193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 150KW 77KWH LIFE PRO PERF. Hatchback',
'transmission': 'automatic',
'trim': '150KW 77KWH LIFE PRO PERF.',
'vin': 'WVGZZZE2ZNP020588',
'year': 2022}
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ71%2520ZXS%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Saving data for RJ71%20ZXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774651053.132651, 'last_price_update_time': 1774764633.465242}
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520ZXS') HTTP/1.1" 204 0
2026-03-29 06:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM
2026-03-29 06:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM
2026-03-29 06:10:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM to the API
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ71%20HLM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'eab269de-c709-5c4f-94fb-5535cbc4bfa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ71 HLM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ71%20HLM&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 22257,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
'transmission': 'automatic',
'trim': '40KWH TEKNA (6.6KC)',
'vin': 'SJNFAAZE1U0141706',
'year': 2021}
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BJ71%2520HLM%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Saving data for BJ71%20HLM: {'auction_closing_time': 1774951200.0, 'created_time': 1774651053.539219, 'last_price_update_time': 1774764633.756159}
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ71%2520HLM') HTTP/1.1" 204 0
2026-03-29 06:10:33 [bca.uk] INFO: Found listing with ID: WN22%20TNJ
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN22%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Scrape type for WN22%20TNJ: 2
2026-03-29 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ
2026-03-29 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84354a7-e06f-528c-b2ee-242871cd4968 with scrape type 2
2026-03-29 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f84354a7-e06f-528c-b2ee-242871cd4968 with scrape type 2
2026-03-29 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f84354a7-e06f-528c-b2ee-242871cd4968, identifier: WN22%20TNJ
2026-03-29 06:10:33 [bca.uk] INFO: Found listing with ID: SB20%20AMO
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB20%2520AMO%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Scrape type for SB20%20AMO: 0
2026-03-29 06:10:33 [bca.uk] INFO: Found listing with ID: FX11%20JKN
2026-03-29 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX11%2520JKN%27 HTTP/1.1" 200 None
2026-03-29 06:10:33 [bca.uk] INFO: Scrape type for FX11%20JKN: 2
2026-03-29 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN
2026-03-29 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5793871-8a7f-5b58-a23b-b10a81e70703 with scrape type 2
2026-03-29 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5793871-8a7f-5b58-a23b-b10a81e70703 with scrape type 2
2026-03-29 06:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5793871-8a7f-5b58-a23b-b10a81e70703, identifier: FX11%20JKN
2026-03-29 06:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ
2026-03-29 06:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ
2026-03-29 06:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ to the API
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20TNJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f84354a7-e06f-528c-b2ee-242871cd4968',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN22 TNJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20TNJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 42751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.0 30 TFSI SPORT Hatchback',
'transmission': 'manual',
'trim': '30 TFSI SPORT',
'vin': 'WAUZZZGYXNA055437',
'year': 2022}
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:34 [bca.uk] INFO: Saving data for WN22%20TNJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649908.382086, 'last_price_update_time': 1774764634.329497}
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520TNJ') HTTP/1.1" 204 0
2026-03-29 06:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN
2026-03-29 06:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN
2026-03-29 06:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN to the API
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX11%20JKN-GB',
'category': 'Motorhome',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e5793871-8a7f-5b58-a23b-b10a81e70703',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX11 JKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX11%20JKN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUTO-TRAIL',
'model': 'FRONTIER',
'odometer': 31548,
'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': 'AUTO-TRAIL FRONTIER 3.0 DELAWARE MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': 'DELAWARE MOTORHOME',
'vin': 'ZFA25000001962071',
'year': 2011}
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX11%2520JKN%27 HTTP/1.1" 200 None
2026-03-29 06:10:34 [bca.uk] INFO: Saving data for FX11%20JKN: {'auction_closing_time': 1775124000.0, 'created_time': 1774651054.952614, 'last_price_update_time': 1774764634.624795}
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX11%2520JKN') HTTP/1.1" 204 0
2026-03-29 06:10:34 [bca.uk] INFO: Found listing with ID: YT67%20ZKA
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-29 06:10:34 [bca.uk] INFO: Scrape type for YT67%20ZKA: 2
2026-03-29 06:10:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA
2026-03-29 06:10:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c64f7e2-d15a-540d-af0e-a4f85875c55f with scrape type 2
2026-03-29 06:10:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c64f7e2-d15a-540d-af0e-a4f85875c55f with scrape type 2
2026-03-29 06:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c64f7e2-d15a-540d-af0e-a4f85875c55f, identifier: YT67%20ZKA
2026-03-29 06:10:34 [bca.uk] INFO: Found listing with ID: KW21%20AOB
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520AOB%27 HTTP/1.1" 200 None
2026-03-29 06:10:34 [bca.uk] INFO: Scrape type for KW21%20AOB: 0
2026-03-29 06:10:34 [bca.uk] INFO: Found listing with ID: EY18%20ZXV
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY18%2520ZXV%27 HTTP/1.1" 200 None
2026-03-29 06:10:34 [bca.uk] INFO: Scrape type for EY18%20ZXV: 0
2026-03-29 06:10:34 [bca.uk] INFO: Found listing with ID: YX71%20DDY
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX71%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 06:10:34 [bca.uk] INFO: Scrape type for YX71%20DDY: 2
2026-03-29 06:10:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY
2026-03-29 06:10:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2add22-df95-51c3-9636-35d566d5c8ef with scrape type 2
2026-03-29 06:10:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e2add22-df95-51c3-9636-35d566d5c8ef with scrape type 2
2026-03-29 06:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e2add22-df95-51c3-9636-35d566d5c8ef, identifier: YX71%20DDY
2026-03-29 06:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA
2026-03-29 06:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA
2026-03-29 06:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA to the API
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20ZKA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c64f7e2-d15a-540d-af0e-a4f85875c55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YT67 ZKA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20ZKA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 72355,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.5 TDCI 120 ZETEC EDITION Estate',
'transmission': 'manual',
'trim': 'TDCI 120 ZETEC EDITION',
'vin': 'WF06XXGCC6HA06813',
'year': 2017}
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-29 06:10:35 [bca.uk] INFO: Saving data for YT67%20ZKA: {'auction_closing_time': 1774951200.0, 'created_time': 1774651049.369575, 'last_price_update_time': 1774764635.210023}
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520ZKA') HTTP/1.1" 204 0
2026-03-29 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY
2026-03-29 06:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY
2026-03-29 06:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY to the API
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX71%20DDY-GB',
'category': 'Motorhome',
'color': 'beige',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4e2add22-df95-51c3-9636-35d566d5c8ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX71 DDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX71%20DDY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FLORIUM',
'model': 'MAGISTER',
'odometer': 8821,
'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': 'FLORIUM MAGISTER 2.3 70 LMF MOTORHOME CoachbuiltBespoke',
'transmission': 'automatic',
'trim': '70 LMF MOTORHOME',
'vin': 'ZFA25000002S00399',
'year': 2021}
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX71%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 06:10:35 [bca.uk] INFO: Saving data for YX71%20DDY: {'auction_closing_time': 1775124000.0, 'created_time': 1774649950.849613, 'last_price_update_time': 1774764635.571276}
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX71%2520DDY') HTTP/1.1" 204 0
2026-03-29 06:10:35 [bca.uk] INFO: Found listing with ID: EK75%20AKZ
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK75%2520AKZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:35 [bca.uk] INFO: Scrape type for EK75%20AKZ: 2
2026-03-29 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ
2026-03-29 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with scrape type 2
2026-03-29 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with scrape type 2
2026-03-29 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599, identifier: EK75%20AKZ
2026-03-29 06:10:35 [bca.uk] INFO: Found listing with ID: NA72%20YVV
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA72%2520YVV%27 HTTP/1.1" 200 None
2026-03-29 06:10:35 [bca.uk] INFO: Scrape type for NA72%20YVV: 2
2026-03-29 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV
2026-03-29 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with scrape type 2
2026-03-29 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with scrape type 2
2026-03-29 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8846d80-3e28-5abc-b9f3-eaf98bd9e424, identifier: NA72%20YVV
2026-03-29 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cosmos+black HTTP/1.1" 200 None
2026-03-29 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ
2026-03-29 06:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ to the API
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK75%20AKZ-GB',
'category': 'Car',
'color': 'cosmos black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e3a6bb1a-4ec1-59a8-8293-06c3eb04f599',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EK75 AKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK75%20AKZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'EQA 300',
'odometer': 3637,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQA 300 168KW 66KWH 4M AMG LINE EXEC. Hatchback',
'transmission': 'automatic',
'trim': '168KW 66KWH 4M AMG LINE EXEC.',
'vin': 'W1N9N0KB8TJ187650',
'year': 2025}
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK75%2520AKZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:36 [bca.uk] INFO: Saving data for EK75%20AKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649907.99806, 'last_price_update_time': 1774764636.310769}
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK75%2520AKZ') HTTP/1.1" 204 0
2026-03-29 06:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV
2026-03-29 06:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV
2026-03-29 06:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV to the API
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA72%20YVV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd8846d80-3e28-5abc-b9f3-eaf98bd9e424',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NA72 YVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA72%20YVV&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'BMW',
'model': 'IX3',
'odometer': 17329,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH M SPORT',
'vin': 'WBY42DU080S457882',
'year': 2022}
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA72%2520YVV%27 HTTP/1.1" 200 None
2026-03-29 06:10:36 [bca.uk] INFO: Saving data for NA72%20YVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649933.639551, 'last_price_update_time': 1774764636.607997}
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA72%2520YVV') HTTP/1.1" 204 0
2026-03-29 06:10:36 [bca.uk] INFO: Found listing with ID: FX23%20RSU
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX23%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:10:36 [bca.uk] INFO: Scrape type for FX23%20RSU: 2
2026-03-29 06:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU
2026-03-29 06:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13de94ba-ddc8-5fb6-9abe-84225da24c1b with scrape type 2
2026-03-29 06:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13de94ba-ddc8-5fb6-9abe-84225da24c1b with scrape type 2
2026-03-29 06:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13de94ba-ddc8-5fb6-9abe-84225da24c1b, identifier: FX23%20RSU
2026-03-29 06:10:36 [bca.uk] INFO: Found listing with ID: GV72%20DWG
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV72%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 06:10:36 [bca.uk] INFO: Scrape type for GV72%20DWG: 2
2026-03-29 06:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG
2026-03-29 06:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d085d92-5e33-5f3c-8123-d54e127d4514 with scrape type 2
2026-03-29 06:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d085d92-5e33-5f3c-8123-d54e127d4514 with scrape type 2
2026-03-29 06:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d085d92-5e33-5f3c-8123-d54e127d4514, identifier: GV72%20DWG
2026-03-29 06:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU
2026-03-29 06:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU
2026-03-29 06:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU to the API
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX23%20RSU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '13de94ba-ddc8-5fb6-9abe-84225da24c1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX23 RSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX23%20RSU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'EQA 250+',
'odometer': 35284,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE Hatchback',
'transmission': 'automatic',
'trim': '140KW 70.5KWH AMG LINE',
'vin': 'W1N9N0CB1PJ069878',
'year': 2023}
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX23%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:10:37 [bca.uk] INFO: Saving data for FX23%20RSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774651055.32412, 'last_price_update_time': 1774764637.133796}
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX23%2520RSU') HTTP/1.1" 204 0
2026-03-29 06:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG
2026-03-29 06:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG
2026-03-29 06:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG to the API
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20DWG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '1d085d92-5e33-5f3c-8123-d54e127d4514',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GV72 DWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20DWG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'EQC 400',
'odometer': 32556,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQC 400 AMG LINE PREMIUM StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM',
'vin': 'W1K2938902F043667',
'year': 2022}
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV72%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 06:10:37 [bca.uk] INFO: Saving data for GV72%20DWG: {'auction_closing_time': 1775037600.0, 'created_time': 1774649935.164466, 'last_price_update_time': 1774764637.435762}
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520DWG') HTTP/1.1" 204 0
2026-03-29 06:10:37 [bca.uk] INFO: Found listing with ID: LG23%20KGF
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG23%2520KGF%27 HTTP/1.1" 200 None
2026-03-29 06:10:37 [bca.uk] INFO: Scrape type for LG23%20KGF: 2
2026-03-29 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF
2026-03-29 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc2865e-d63d-5c50-b77f-3c538962d1e9 with scrape type 2
2026-03-29 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc2865e-d63d-5c50-b77f-3c538962d1e9 with scrape type 2
2026-03-29 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdc2865e-d63d-5c50-b77f-3c538962d1e9, identifier: LG23%20KGF
2026-03-29 06:10:37 [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 06:10:37 [bca.uk] INFO: Found listing with ID: YR72%20WEP
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR72%2520WEP%27 HTTP/1.1" 200 None
2026-03-29 06:10:37 [bca.uk] INFO: Scrape type for YR72%20WEP: 2
2026-03-29 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP
2026-03-29 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f49045d-1a66-504b-8276-e7f39648f788 with scrape type 2
2026-03-29 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f49045d-1a66-504b-8276-e7f39648f788 with scrape type 2
2026-03-29 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f49045d-1a66-504b-8276-e7f39648f788, identifier: YR72%20WEP
2026-03-29 06:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF
2026-03-29 06:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF
2026-03-29 06:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF to the API
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20KGF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'bdc2865e-d63d-5c50-b77f-3c538962d1e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LG23 KGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20KGF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MG MOTOR UK',
'model': 'MG4 EV',
'odometer': 11135,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG4 EV 150KW 64KWH SE LR Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH SE LR',
'vin': 'LSJWH4092PN074248',
'year': 2023}
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG23%2520KGF%27 HTTP/1.1" 200 None
2026-03-29 06:10:37 [bca.uk] INFO: Saving data for LG23%20KGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774651056.656572, 'last_price_update_time': 1774764637.961381}
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520KGF') HTTP/1.1" 204 0
2026-03-29 06:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP
2026-03-29 06:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP
2026-03-29 06:10:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP to the API
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20WEP-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '1f49045d-1a66-504b-8276-e7f39648f788',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR72 WEP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20WEP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC',
'odometer': 11500,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLVO XC40 ELECTRIC 300KW 78KWH R/C TM PLUS StationWagon',
'transmission': 'automatic',
'trim': '300KW 78KWH R/C TM PLUS',
'vin': 'YV1XZEDV3P2956752',
'year': 2022}
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR72%2520WEP%27 HTTP/1.1" 200 None
2026-03-29 06:10:38 [bca.uk] INFO: Saving data for YR72%20WEP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649936.310392, 'last_price_update_time': 1774764638.281643}
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520WEP') HTTP/1.1" 204 0
2026-03-29 06:10:38 [bca.uk] INFO: Found listing with ID: LL71%20XOC
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL71%2520XOC%27 HTTP/1.1" 200 None
2026-03-29 06:10:38 [bca.uk] INFO: Scrape type for LL71%20XOC: 2
2026-03-29 06:10:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC
2026-03-29 06:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d25f59b1-ac4d-5ef3-89fe-45f35c08304d with scrape type 2
2026-03-29 06:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d25f59b1-ac4d-5ef3-89fe-45f35c08304d with scrape type 2
2026-03-29 06:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d25f59b1-ac4d-5ef3-89fe-45f35c08304d, identifier: LL71%20XOC
2026-03-29 06:10:38 [bca.uk] INFO: Found listing with ID: DS72%20VYJ
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DS72%2520VYJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:38 [bca.uk] INFO: Scrape type for DS72%20VYJ: 2
2026-03-29 06:10:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ
2026-03-29 06:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83e7632-ca35-56d6-bf76-e722b563ebb7 with scrape type 2
2026-03-29 06:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83e7632-ca35-56d6-bf76-e722b563ebb7 with scrape type 2
2026-03-29 06:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c83e7632-ca35-56d6-bf76-e722b563ebb7, identifier: DS72%20VYJ
2026-03-29 06:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC
2026-03-29 06:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC
2026-03-29 06:10:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC to the API
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL71%20XOC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd25f59b1-ac4d-5ef3-89fe-45f35c08304d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL71 XOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL71%20XOC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'EQC 400',
'odometer': 44992,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQC 400 AMG LINE StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE',
'vin': 'W1K2938902F039168',
'year': 2022}
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL71%2520XOC%27 HTTP/1.1" 200 None
2026-03-29 06:10:38 [bca.uk] INFO: Saving data for LL71%20XOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649944.66511, 'last_price_update_time': 1774764638.794897}
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520XOC') HTTP/1.1" 204 0
2026-03-29 06:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ
2026-03-29 06:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ
2026-03-29 06:10:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ to the API
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20VYJ-GB',
'category': 'Car',
'color': 'gold',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c83e7632-ca35-56d6-bf76-e722b563ebb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS72 VYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20VYJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HYUNDAI',
'model': 'IONIQ 5',
'odometer': 5774,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 168KW 77KWH PREMIUM Hatchback',
'transmission': 'automatic',
'trim': '168KW 77KWH PREMIUM',
'vin': 'KMHKN81EUPU140207',
'year': 2023}
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VYJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:39 [bca.uk] INFO: Saving data for DS72%20VYJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649925.570879, 'last_price_update_time': 1774764639.07861}
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520VYJ') HTTP/1.1" 204 0
2026-03-29 06:10:39 [bca.uk] INFO: Found listing with ID: RO22%20FWA
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 06:10:39 [bca.uk] INFO: Scrape type for RO22%20FWA: 2
2026-03-29 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA
2026-03-29 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ee9160-0f54-57a8-9f9a-881836932def with scrape type 2
2026-03-29 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ee9160-0f54-57a8-9f9a-881836932def with scrape type 2
2026-03-29 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22ee9160-0f54-57a8-9f9a-881836932def, identifier: RO22%20FWA
2026-03-29 06:10:39 [bca.uk] INFO: Total items found: 100
2026-03-29 06:10:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded
2026-03-29 06:10:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:10:39 [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 06:10:39 [bca.uk] INFO: Found listing with ID: YE73%20OLO
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 06:10:39 [bca.uk] INFO: Scrape type for YE73%20OLO: 2
2026-03-29 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO
2026-03-29 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4ddf38-4088-52be-8ea8-c619f10c31bd with scrape type 2
2026-03-29 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4ddf38-4088-52be-8ea8-c619f10c31bd with scrape type 2
2026-03-29 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa4ddf38-4088-52be-8ea8-c619f10c31bd, identifier: YE73%20OLO
2026-03-29 06:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA
2026-03-29 06:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA
2026-03-29 06:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA to the API
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20FWA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '22ee9160-0f54-57a8-9f9a-881836932def',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO22 FWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20FWA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'ID.4',
'odometer': 40409,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE Hatchback',
'transmission': 'automatic',
'trim': '109KW 52KWH LIFE PURE',
'vin': 'WVGZZZE2ZNP031615',
'year': 2022}
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 06:10:39 [bca.uk] INFO: Saving data for RO22%20FWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649947.177033, 'last_price_update_time': 1774764639.639373}
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520FWA') HTTP/1.1" 204 0
2026-03-29 06:10:39 [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 06:10:39 [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 06:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO
2026-03-29 06:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO
2026-03-29 06:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO to the API
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 215,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20OLO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fa4ddf38-4088-52be-8ea8-c619f10c31bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YE73 OLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20OLO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 69169,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 D300 DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'D300 DYNAMIC HSE',
'vin': 'SALRA2AW5R2490240',
'year': 2023}
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 06:10:39 [bca.uk] INFO: Saving data for YE73%20OLO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649926.908998, 'last_price_update_time': 1774764639.977372}
2026-03-29 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520OLO') HTTP/1.1" 204 0
2026-03-29 06:10:40 [bca.uk] INFO: Found listing with ID: AV75%20CWG
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWG%27 HTTP/1.1" 200 None
2026-03-29 06:10:40 [bca.uk] INFO: Scrape type for AV75%20CWG: 2
2026-03-29 06:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG
2026-03-29 06:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce9394a5-68dd-5653-9046-2efa090062b3 with scrape type 2
2026-03-29 06:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce9394a5-68dd-5653-9046-2efa090062b3 with scrape type 2
2026-03-29 06:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce9394a5-68dd-5653-9046-2efa090062b3, identifier: AV75%20CWG
2026-03-29 06:10:40 [bca.uk] INFO: Found listing with ID: CE56%20GZH
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 06:10:40 [bca.uk] INFO: Scrape type for CE56%20GZH: 2
2026-03-29 06:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH
2026-03-29 06:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc2cb356-a39d-5194-b348-92447a0a4097 with scrape type 2
2026-03-29 06:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc2cb356-a39d-5194-b348-92447a0a4097 with scrape type 2
2026-03-29 06:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc2cb356-a39d-5194-b348-92447a0a4097, identifier: CE56%20GZH
2026-03-29 06:10: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 06:10:40 [bca.uk] INFO: Found listing with ID: HX18%20DMU
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX18%2520DMU%27 HTTP/1.1" 200 None
2026-03-29 06:10:40 [bca.uk] INFO: Scrape type for HX18%20DMU: 2
2026-03-29 06:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU
2026-03-29 06:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1608588a-025d-566d-8615-556d19c60549 with scrape type 2
2026-03-29 06:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1608588a-025d-566d-8615-556d19c60549 with scrape type 2
2026-03-29 06:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1608588a-025d-566d-8615-556d19c60549, identifier: HX18%20DMU
2026-03-29 06:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG
2026-03-29 06:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG
2026-03-29 06:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG to the API
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV75%20CWG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ce9394a5-68dd-5653-9046-2efa090062b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AV75 CWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV75%20CWG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'OMODA',
'model': '5 E',
'odometer': 4420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'OMODA 5 E 155KW 61KWH NOBLE Hatchback',
'transmission': 'automatic',
'trim': '155KW 61KWH NOBLE',
'vin': 'LNNABDCX2SD306116',
'year': 2025}
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWG%27 HTTP/1.1" 200 None
2026-03-29 06:10:40 [bca.uk] INFO: Saving data for AV75%20CWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774649949.541268, 'last_price_update_time': 1774764640.605549}
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV75%2520CWG') HTTP/1.1" 204 0
2026-03-29 06:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH
2026-03-29 06:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH
2026-03-29 06:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH to the API
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 265,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE56%20GZH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cc2cb356-a39d-5194-b348-92447a0a4097',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE56 GZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE56%20GZH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SUBARU',
'model': 'IMPREZA',
'odometer': 93180,
'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': 'SUBARU IMPREZA 2.0 WRX STI Saloon',
'transmission': 'manual',
'trim': 'WRX STI',
'vin': 'JF1GDBKH35G050929',
'year': 2006}
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 06:10:40 [bca.uk] INFO: Saving data for CE56%20GZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650078.949213, 'last_price_update_time': 1774764640.992382}
2026-03-29 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE56%2520GZH') HTTP/1.1" 204 0
2026-03-29 06:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU
2026-03-29 06:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU
2026-03-29 06:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU to the API
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX18%20DMU-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1608588a-025d-566d-8615-556d19c60549',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX18 DMU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX18%20DMU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BURSTNER',
'model': 'LYSEO',
'odometer': 28242,
'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': 'BURSTNER LYSEO 2.3 TD734 HARMONY LINE MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': 'TD734 HARMONY LINE MOTORHOME',
'vin': 'ZFA25000002E62862',
'year': 2018}
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX18%2520DMU%27 HTTP/1.1" 200 None
2026-03-29 06:10:41 [bca.uk] INFO: Saving data for HX18%20DMU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649915.515221, 'last_price_update_time': 1774764641.306884}
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX18%2520DMU') HTTP/1.1" 204 0
2026-03-29 06:10:41 [bca.uk] INFO: Found listing with ID: CA72%20WDT
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA72%2520WDT%27 HTTP/1.1" 200 None
2026-03-29 06:10:41 [bca.uk] INFO: Scrape type for CA72%20WDT: 2
2026-03-29 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT
2026-03-29 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with scrape type 2
2026-03-29 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with scrape type 2
2026-03-29 06:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87, identifier: CA72%20WDT
2026-03-29 06:10:41 [bca.uk] INFO: Found listing with ID: FV12%20YSP
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV12%2520YSP%27 HTTP/1.1" 200 None
2026-03-29 06:10:41 [bca.uk] INFO: Scrape type for FV12%20YSP: 2
2026-03-29 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 835a810b-76db-5e8f-9ecc-695179afc192 with identifier: FV12%20YSP
2026-03-29 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 835a810b-76db-5e8f-9ecc-695179afc192 with scrape type 2
2026-03-29 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 835a810b-76db-5e8f-9ecc-695179afc192 with scrape type 2
2026-03-29 06:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 835a810b-76db-5e8f-9ecc-695179afc192, identifier: FV12%20YSP
2026-03-29 06:10:41 [bca.uk] INFO: Found listing with ID: AJ72%20HYM
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ72%2520HYM%27 HTTP/1.1" 200 None
2026-03-29 06:10:41 [bca.uk] INFO: Scrape type for AJ72%20HYM: 2
2026-03-29 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM
2026-03-29 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7786f900-cba8-5495-bf63-6a327c41d211 with scrape type 2
2026-03-29 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7786f900-cba8-5495-bf63-6a327c41d211 with scrape type 2
2026-03-29 06:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7786f900-cba8-5495-bf63-6a327c41d211, identifier: AJ72%20HYM
2026-03-29 06:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT
2026-03-29 06:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT
2026-03-29 06:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT to the API
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20WDT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '679f0da5-c8b8-5c5b-9954-e4a0786f7b87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CA72 WDT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20WDT&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'DS AUTOMOBILES',
'model': 'DS 3 CROSSBACK',
'odometer': 12913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 3 CROSSBACK 1.2 P/T 130 PERFORMANCE LINE EAT8 '
'Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 PERFORMANCE LINE EAT8',
'vin': 'VR1URHNSSNW097601',
'year': 2022}
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA72%2520WDT%27 HTTP/1.1" 200 None
2026-03-29 06:10:41 [bca.uk] INFO: Saving data for CA72%20WDT: {'auction_closing_time': 1774951200.0, 'created_time': 1774649934.412298, 'last_price_update_time': 1774764641.91703}
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520WDT') HTTP/1.1" 204 0
2026-03-29 06:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 835a810b-76db-5e8f-9ecc-695179afc192 with identifier: FV12%20YSP
2026-03-29 06:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 835a810b-76db-5e8f-9ecc-695179afc192 with identifier: FV12%20YSP
2026-03-29 06:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 835a810b-76db-5e8f-9ecc-695179afc192 with identifier: FV12%20YSP to the API
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV12%20YSP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '835a810b-76db-5e8f-9ecc-695179afc192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV12 YSP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV12%20YSP&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 107730,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.6 DCI 130 N-TEC+ S/S Hatchback',
'transmission': 'manual',
'trim': 'DCI 130 N-TEC+ S/S',
'vin': 'SJNFEAJ10U2518811',
'year': 2012}
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV12%2520YSP%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Saving data for FV12%20YSP: {'auction_closing_time': 1774778400.0, 'created_time': 1774650018.236964, 'last_price_update_time': 1774764642.22738}
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV12%2520YSP') HTTP/1.1" 204 0
2026-03-29 06:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM
2026-03-29 06:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM
2026-03-29 06:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM to the API
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ72%20HYM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '7786f900-cba8-5495-bf63-6a327c41d211',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ72 HYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ72%20HYM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 25635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
'transmission': 'automatic',
'trim': 'LONG RANGE AWD',
'vin': 'LRW3F7EK5PC683611',
'year': 2022}
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ72%2520HYM%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Saving data for AJ72%20HYM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649917.037602, 'last_price_update_time': 1774764642.534899}
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520HYM') HTTP/1.1" 204 0
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: DE22%20WFB
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE22%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for DE22%20WFB: 2
2026-03-29 06:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB
2026-03-29 06:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce491e9-79cc-5205-ba7b-418e81aa24cc with scrape type 2
2026-03-29 06:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce491e9-79cc-5205-ba7b-418e81aa24cc with scrape type 2
2026-03-29 06:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dce491e9-79cc-5205-ba7b-418e81aa24cc, identifier: DE22%20WFB
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: YK65%20TWX
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK65%2520TWX%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for YK65%20TWX: 2
2026-03-29 06:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d42b1dd-1d04-502d-92a4-f63c97f3c93b with identifier: YK65%20TWX
2026-03-29 06:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d42b1dd-1d04-502d-92a4-f63c97f3c93b with scrape type 2
2026-03-29 06:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d42b1dd-1d04-502d-92a4-f63c97f3c93b with scrape type 2
2026-03-29 06:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d42b1dd-1d04-502d-92a4-f63c97f3c93b, identifier: YK65%20TWX
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: VE70%20JDZ
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE70%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for VE70%20JDZ: 0
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: YJ63%20FDY
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ63%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for YJ63%20FDY: 0
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: LF69%20YUJ
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for LF69%20YUJ: 0
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: LY23%20BKE
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LY23%2520BKE%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for LY23%20BKE: 0
2026-03-29 06:10:42 [bca.uk] INFO: Found listing with ID: KK19%20ZFA
2026-03-29 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK19%2520ZFA%27 HTTP/1.1" 200 None
2026-03-29 06:10:42 [bca.uk] INFO: Scrape type for KK19%20ZFA: 2
2026-03-29 06:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA
2026-03-29 06:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb7a3703-1174-5d00-a1f3-6a3ec6850393 with scrape type 2
2026-03-29 06:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb7a3703-1174-5d00-a1f3-6a3ec6850393 with scrape type 2
2026-03-29 06:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb7a3703-1174-5d00-a1f3-6a3ec6850393, identifier: KK19%20ZFA
2026-03-29 06:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB
2026-03-29 06:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB
2026-03-29 06:10:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB to the API
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE22%20WFB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dce491e9-79cc-5205-ba7b-418e81aa24cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DE22 WFB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE22%20WFB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 20798,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TSI 245 GTI DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 245 GTI DSG',
'vin': 'WVWZZZCDZNW182809',
'year': 2022}
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:10:43 [bca.uk] INFO: Saving data for DE22%20WFB: {'auction_closing_time': 1774951200.0, 'created_time': 1774649935.942687, 'last_price_update_time': 1774764643.23711}
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE22%2520WFB') HTTP/1.1" 204 0
2026-03-29 06:10:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d42b1dd-1d04-502d-92a4-f63c97f3c93b with identifier: YK65%20TWX
2026-03-29 06:10:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d42b1dd-1d04-502d-92a4-f63c97f3c93b with identifier: YK65%20TWX
2026-03-29 06:10:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d42b1dd-1d04-502d-92a4-f63c97f3c93b with identifier: YK65%20TWX to the API
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 85,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK65%20TWX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4d42b1dd-1d04-502d-92a4-f63c97f3c93b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK65 TWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK65%20TWX&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 132613,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.6 BLUEHDI 120 ACTIVE Estate',
'transmission': 'manual',
'trim': 'BLUEHDI 120 ACTIVE',
'vin': 'VF3LCBHZHFS204879',
'year': 2015}
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK65%2520TWX%27 HTTP/1.1" 200 None
2026-03-29 06:10:43 [bca.uk] INFO: Saving data for YK65%20TWX: {'auction_closing_time': 1774778400.0, 'created_time': 1774650062.066563, 'last_price_update_time': 1774764643.523977}
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK65%2520TWX') HTTP/1.1" 204 0
2026-03-29 06:10:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA
2026-03-29 06:10:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA
2026-03-29 06:10:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA to the API
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK19%20ZFA-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fb7a3703-1174-5d00-a1f3-6a3ec6850393',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KK19 ZFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK19%20ZFA&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 61960,
'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 SE DCT Hatchback',
'transmission': 'automatic',
'trim': 'SE DCT',
'vin': 'WDD1770032N074103',
'year': 2019}
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK19%2520ZFA%27 HTTP/1.1" 200 None
2026-03-29 06:10:43 [bca.uk] INFO: Saving data for KK19%20ZFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649919.724654, 'last_price_update_time': 1774764643.815373}
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK19%2520ZFA') HTTP/1.1" 204 0
2026-03-29 06:10:43 [bca.uk] INFO: Found listing with ID: DG69%20YDO
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG69%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 06:10:43 [bca.uk] INFO: Scrape type for DG69%20YDO: 2
2026-03-29 06:10:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO
2026-03-29 06:10:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 806ed4e5-1e88-5832-bfae-68ab8e0915bd with scrape type 2
2026-03-29 06:10:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 806ed4e5-1e88-5832-bfae-68ab8e0915bd with scrape type 2
2026-03-29 06:10:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 806ed4e5-1e88-5832-bfae-68ab8e0915bd, identifier: DG69%20YDO
2026-03-29 06:10:43 [bca.uk] INFO: Found listing with ID: DE60%20UAZ
2026-03-29 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE60%2520UAZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:43 [bca.uk] INFO: Scrape type for DE60%20UAZ: 2
2026-03-29 06:10:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d6ccc3c-7e47-507f-80fb-9cc9562741f5 with identifier: DE60%20UAZ
2026-03-29 06:10:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d6ccc3c-7e47-507f-80fb-9cc9562741f5 with scrape type 2
2026-03-29 06:10:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d6ccc3c-7e47-507f-80fb-9cc9562741f5 with scrape type 2
2026-03-29 06:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d6ccc3c-7e47-507f-80fb-9cc9562741f5, identifier: DE60%20UAZ
2026-03-29 06:10:44 [bca.uk] INFO: Found listing with ID: WD19%20YCX
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [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 06:10:44 [bca.uk] INFO: Scrape type for WD19%20YCX: 0
2026-03-29 06:10:44 [bca.uk] INFO: Found listing with ID: ML70%20KCG
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [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 06:10:44 [bca.uk] INFO: Scrape type for ML70%20KCG: 0
2026-03-29 06:10:44 [bca.uk] INFO: Found listing with ID: RX15%20OZO
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [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 06:10:44 [bca.uk] INFO: Scrape type for RX15%20OZO: 2
2026-03-29 06:10:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO
2026-03-29 06:10:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with scrape type 2
2026-03-29 06:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with scrape type 2
2026-03-29 06:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc, identifier: RX15%20OZO
2026-03-29 06:10:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO
2026-03-29 06:10:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO
2026-03-29 06:10:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO to the API
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG69%20YDO-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': '806ed4e5-1e88-5832-bfae-68ab8e0915bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DG69 YDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG69%20YDO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LEXUS',
'model': 'UX 250H',
'odometer': 79555,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LEXUS UX 250H 2.0 Hatchback',
'transmission': 'automatic',
'trim': '',
'vin': 'JTHY65BH602029264',
'year': 2019}
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [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 06:10:44 [bca.uk] INFO: Saving data for DG69%20YDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649936.995876, 'last_price_update_time': 1774764644.517457}
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG69%2520YDO') HTTP/1.1" 204 0
2026-03-29 06:10:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d6ccc3c-7e47-507f-80fb-9cc9562741f5 with identifier: DE60%20UAZ
2026-03-29 06:10:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d6ccc3c-7e47-507f-80fb-9cc9562741f5 with identifier: DE60%20UAZ
2026-03-29 06:10:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d6ccc3c-7e47-507f-80fb-9cc9562741f5 with identifier: DE60%20UAZ to the API
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE60%20UAZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9d6ccc3c-7e47-507f-80fb-9cc9562741f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE60 UAZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE60%20UAZ&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 85470,
'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 I20 1.2 CLASSIC Hatchback',
'transmission': 'manual',
'trim': 'CLASSIC',
'vin': 'MALBA51BLAM164118',
'year': 2010}
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [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 06:10:44 [bca.uk] INFO: Saving data for DE60%20UAZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650068.427344, 'last_price_update_time': 1774764644.88488}
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE60%2520UAZ') HTTP/1.1" 204 0
2026-03-29 06:10:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO
2026-03-29 06:10:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO
2026-03-29 06:10:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO to the API
2026-03-29 06:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 249,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX15%20OZO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '892ade75-3b1b-5122-b2d3-6ccd4827b4dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX15 OZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX15%20OZO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'RS4 AVANT',
'odometer': 69946,
'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 RS4 AVANT 4.2 FSI QUATTRO S-T Estate',
'transmission': 'automatic',
'trim': 'FSI QUATTRO S-T',
'vin': 'WUAZZZ8K9FA901400',
'year': 2015}
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Saving data for RX15%20OZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649899.531704, 'last_price_update_time': 1774764645.17116}
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX15%2520OZO') HTTP/1.1" 204 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: RO22%20JUJ
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for RO22%20JUJ: 2
2026-03-29 06:10:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ
2026-03-29 06:10:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125076ee-570f-5228-9cec-385b64f1eac7 with scrape type 2
2026-03-29 06:10:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125076ee-570f-5228-9cec-385b64f1eac7 with scrape type 2
2026-03-29 06:10:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 125076ee-570f-5228-9cec-385b64f1eac7, identifier: RO22%20JUJ
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: X754%20XJO
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X754%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 06:10:45 [bca.uk] INFO: Scrape type for X754%20XJO: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: VN70%20DWM
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for VN70%20DWM: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: DA11%20XHP
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520XHP%27 HTTP/1.1" 200 None
2026-03-29 06:10:45 [bca.uk] INFO: Scrape type for DA11%20XHP: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: KN62%20PZW
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520PZW%27 HTTP/1.1" 200 None
2026-03-29 06:10:45 [bca.uk] INFO: Scrape type for KN62%20PZW: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: LB60%20DWY
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for LB60%20DWY: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: YB63%20WBG
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520WBG%27 HTTP/1.1" 200 None
2026-03-29 06:10:45 [bca.uk] INFO: Scrape type for YB63%20WBG: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: FX60%20GKA
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for FX60%20GKA: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: YV19%20VOO
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for YV19%20VOO: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: NX12%20JBU
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for NX12%20JBU: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: YS13%20XFM
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for YS13%20XFM: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: GJ69%20KUH
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for GJ69%20KUH: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: BU22%20HBA
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for BU22%20HBA: 0
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: PJ11%20AKP
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Scrape type for PJ11%20AKP: 2
2026-03-29 06:10:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 108289ef-bd36-5dab-b01b-a8fb2dffc5dd with identifier: PJ11%20AKP
2026-03-29 06:10:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 108289ef-bd36-5dab-b01b-a8fb2dffc5dd with scrape type 2
2026-03-29 06:10:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 108289ef-bd36-5dab-b01b-a8fb2dffc5dd with scrape type 2
2026-03-29 06:10:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 108289ef-bd36-5dab-b01b-a8fb2dffc5dd, identifier: PJ11%20AKP
2026-03-29 06:10:45 [bca.uk] INFO: Found listing with ID: AF11%20YLP
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF11%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 06:10:45 [bca.uk] INFO: Scrape type for AF11%20YLP: 2
2026-03-29 06:10:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daf33a6d-d9f6-513d-b839-4eea43358ba4 with identifier: AF11%20YLP
2026-03-29 06:10:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf33a6d-d9f6-513d-b839-4eea43358ba4 with scrape type 2
2026-03-29 06:10:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daf33a6d-d9f6-513d-b839-4eea43358ba4 with scrape type 2
2026-03-29 06:10:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: daf33a6d-d9f6-513d-b839-4eea43358ba4, identifier: AF11%20YLP
2026-03-29 06:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ
2026-03-29 06:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ
2026-03-29 06:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ to the API
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20JUJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '125076ee-570f-5228-9cec-385b64f1eac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO22 JUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20JUJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'ID.4',
'odometer': 66587,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE Hatchback',
'transmission': 'automatic',
'trim': '109KW 52KWH LIFE PURE',
'vin': 'WVGZZZE2ZNP031938',
'year': 2022}
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:45 [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 06:10:45 [bca.uk] INFO: Saving data for RO22%20JUJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649927.281764, 'last_price_update_time': 1774764645.973818}
2026-03-29 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520JUJ') HTTP/1.1" 204 0
2026-03-29 06:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 108289ef-bd36-5dab-b01b-a8fb2dffc5dd with identifier: PJ11%20AKP
2026-03-29 06:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 108289ef-bd36-5dab-b01b-a8fb2dffc5dd with identifier: PJ11%20AKP
2026-03-29 06:10:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 108289ef-bd36-5dab-b01b-a8fb2dffc5dd with identifier: PJ11%20AKP to the API
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 207,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ11%20AKP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '108289ef-bd36-5dab-b01b-a8fb2dffc5dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ11 AKP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ11%20AKP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MITSUBISHI',
'model': 'SHOGUN',
'odometer': 143683,
'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 SHOGUN 3.2 DI-DC 197 EQUIPPE StationWagon',
'transmission': 'manual',
'trim': 'DI-DC 197 EQUIPPE',
'vin': 'JMAMNV88WBJ400290',
'year': 2011}
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ11%2520AKP%27 HTTP/1.1" 200 None
2026-03-29 06:10:46 [bca.uk] INFO: Saving data for PJ11%20AKP: {'auction_closing_time': 1774778400.0, 'created_time': 1774650176.075197, 'last_price_update_time': 1774764646.458251}
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ11%2520AKP') HTTP/1.1" 204 0
2026-03-29 06:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: daf33a6d-d9f6-513d-b839-4eea43358ba4 with identifier: AF11%20YLP
2026-03-29 06:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: daf33a6d-d9f6-513d-b839-4eea43358ba4 with identifier: AF11%20YLP
2026-03-29 06:10:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: daf33a6d-d9f6-513d-b839-4eea43358ba4 with identifier: AF11%20YLP to the API
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF11%20YLP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'daf33a6d-d9f6-513d-b839-4eea43358ba4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF11 YLP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF11%20YLP&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'GALAXY',
'odometer': 150559,
'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 GALAXY 1.6 E/B 160 TITANIUM S/S MPV',
'transmission': 'manual',
'trim': 'E/B 160 TITANIUM S/S',
'vin': 'WF0MXXGBWMBK68715',
'year': 2011}
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF11%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 06:10:46 [bca.uk] INFO: Saving data for AF11%20YLP: {'auction_closing_time': 1774778400.0, 'created_time': 1774649900.827379, 'last_price_update_time': 1774764646.752644}
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF11%2520YLP') HTTP/1.1" 204 0
2026-03-29 06:10:46 [bca.uk] INFO: Found listing with ID: WU23%20EOV
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 06:10:46 [bca.uk] INFO: Scrape type for WU23%20EOV: 2
2026-03-29 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV
2026-03-29 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d35105e-f91b-57b6-ba19-585d0b3496a7 with scrape type 2
2026-03-29 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d35105e-f91b-57b6-ba19-585d0b3496a7 with scrape type 2
2026-03-29 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d35105e-f91b-57b6-ba19-585d0b3496a7, identifier: WU23%20EOV
2026-03-29 06:10:46 [bca.uk] INFO: Found listing with ID: SC13%20AVX
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC13%2520AVX%27 HTTP/1.1" 200 None
2026-03-29 06:10:46 [bca.uk] INFO: Scrape type for SC13%20AVX: 2
2026-03-29 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d72487a-1369-5a07-93ab-e708a05ef26c with identifier: SC13%20AVX
2026-03-29 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d72487a-1369-5a07-93ab-e708a05ef26c with scrape type 2
2026-03-29 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d72487a-1369-5a07-93ab-e708a05ef26c with scrape type 2
2026-03-29 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d72487a-1369-5a07-93ab-e708a05ef26c, identifier: SC13%20AVX
2026-03-29 06:10:46 [bca.uk] INFO: Found listing with ID: AYZ%208960
2026-03-29 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AYZ%25208960%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for AYZ%208960: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: LD20%20LRK
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520LRK%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for LD20%20LRK: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: FY66%20EDL
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY66%2520EDL%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for FY66%20EDL: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: YY20%20JXA
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY20%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for YY20%20JXA: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: ND73%20CZS
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520CZS%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for ND73%20CZS: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: AK16%20OJR
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520OJR%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for AK16%20OJR: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: YA22%20JGU
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520JGU%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for YA22%20JGU: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: NA20%20GWP
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for NA20%20GWP: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: FT24%20UAS
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT24%2520UAS%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for FT24%20UAS: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: SD23%20DJF
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD23%2520DJF%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for SD23%20DJF: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: WA20%20UVV
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520UVV%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for WA20%20UVV: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: FL13%20MYV
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL13%2520MYV%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for FL13%20MYV: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: NA70%20XJL
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520XJL%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for NA70%20XJL: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: LC63%20NGO
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC63%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for LC63%20NGO: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: EY69%20ZUC
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520ZUC%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for EY69%20ZUC: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: DG64%20PYX
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for DG64%20PYX: 0
2026-03-29 06:10:47 [bca.uk] INFO: Found listing with ID: YR22%20SJV
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SJV%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Scrape type for YR22%20SJV: 2
2026-03-29 06:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV
2026-03-29 06:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with scrape type 2
2026-03-29 06:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with scrape type 2
2026-03-29 06:10:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f, identifier: YR22%20SJV
2026-03-29 06:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV
2026-03-29 06:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV
2026-03-29 06:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV to the API
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20EOV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '5d35105e-f91b-57b6-ba19-585d0b3496a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WU23 EOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20EOV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 37486,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS1PC727420',
'year': 2023}
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 06:10:47 [bca.uk] INFO: Saving data for WU23%20EOV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649928.379646, 'last_price_update_time': 1774764647.638025}
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520EOV') HTTP/1.1" 204 0
2026-03-29 06:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d72487a-1369-5a07-93ab-e708a05ef26c with identifier: SC13%20AVX
2026-03-29 06:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d72487a-1369-5a07-93ab-e708a05ef26c with identifier: SC13%20AVX
2026-03-29 06:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d72487a-1369-5a07-93ab-e708a05ef26c with identifier: SC13%20AVX to the API
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC13%20AVX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7d72487a-1369-5a07-93ab-e708a05ef26c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC13 AVX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC13%20AVX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 127743,
'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 FABIA 1.2 TSI 105 MONTE CARLO TECH Hatchback',
'transmission': 'manual',
'trim': 'TSI 105 MONTE CARLO TECH',
'vin': 'TMBFN25J7D3141791',
'year': 2013}
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC13%2520AVX%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Saving data for SC13%20AVX: {'auction_closing_time': 1774778400.0, 'created_time': 1774650095.271839, 'last_price_update_time': 1774764648.017243}
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC13%2520AVX') HTTP/1.1" 204 0
2026-03-29 06:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV
2026-03-29 06:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV
2026-03-29 06:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV to the API
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20SJV-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR22 SJV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20SJV&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'PUMA',
'odometer': 15355,
'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 PUMA 1.5 E/B 200 ST Hatchback',
'transmission': 'manual',
'trim': 'E/B 200 ST',
'vin': 'WF02XXERK2NY60378',
'year': 2022}
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SJV%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Saving data for YR22%20SJV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649901.604825, 'last_price_update_time': 1774764648.400448}
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520SJV') HTTP/1.1" 204 0
2026-03-29 06:10:48 [bca.uk] INFO: Found listing with ID: CA72%20UMR
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Scrape type for CA72%20UMR: 2
2026-03-29 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79e35118-7eb8-51ad-adda-e294125f5974 with identifier: CA72%20UMR
2026-03-29 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79e35118-7eb8-51ad-adda-e294125f5974 with scrape type 2
2026-03-29 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79e35118-7eb8-51ad-adda-e294125f5974 with scrape type 2
2026-03-29 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79e35118-7eb8-51ad-adda-e294125f5974, identifier: CA72%20UMR
2026-03-29 06:10:48 [bca.uk] INFO: Found listing with ID: ND59%20WMA
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND59%2520WMA%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Scrape type for ND59%20WMA: 2
2026-03-29 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0bd47ba-b6a1-5c99-a2bf-302587d66e57 with identifier: ND59%20WMA
2026-03-29 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0bd47ba-b6a1-5c99-a2bf-302587d66e57 with scrape type 2
2026-03-29 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0bd47ba-b6a1-5c99-a2bf-302587d66e57 with scrape type 2
2026-03-29 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0bd47ba-b6a1-5c99-a2bf-302587d66e57, identifier: ND59%20WMA
2026-03-29 06:10:48 [bca.uk] INFO: Found listing with ID: LD69%20LCN
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520LCN%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Scrape type for LD69%20LCN: 0
2026-03-29 06:10:48 [bca.uk] INFO: Found listing with ID: LB69%20VNE
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520VNE%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Scrape type for LB69%20VNE: 0
2026-03-29 06:10:48 [bca.uk] INFO: Found listing with ID: WN22%20TOU
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TOU%27 HTTP/1.1" 200 None
2026-03-29 06:10:48 [bca.uk] INFO: Scrape type for WN22%20TOU: 2
2026-03-29 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU
2026-03-29 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fc888a-e69c-58ec-a3c0-7e000baa040e with scrape type 2
2026-03-29 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fc888a-e69c-58ec-a3c0-7e000baa040e with scrape type 2
2026-03-29 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fc888a-e69c-58ec-a3c0-7e000baa040e, identifier: WN22%20TOU
2026-03-29 06:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79e35118-7eb8-51ad-adda-e294125f5974 with identifier: CA72%20UMR
2026-03-29 06:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79e35118-7eb8-51ad-adda-e294125f5974 with identifier: CA72%20UMR
2026-03-29 06:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79e35118-7eb8-51ad-adda-e294125f5974 with identifier: CA72%20UMR to the API
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 32,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20UMR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '79e35118-7eb8-51ad-adda-e294125f5974',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CA72 UMR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20UMR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'DS AUTOMOBILES',
'model': 'DS 7 CROSSBACK',
'odometer': 52532,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.6 E-TENSE RIVOLI EAT8 StationWagon',
'transmission': 'automatic',
'trim': 'E-TENSE RIVOLI EAT8',
'vin': 'VR1J4DGZUNY592027',
'year': 2022}
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 06:10:49 [bca.uk] INFO: Saving data for CA72%20UMR: {'auction_closing_time': 1774951200.0, 'created_time': 1774649914.754679, 'last_price_update_time': 1774764649.087449}
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520UMR') HTTP/1.1" 204 0
2026-03-29 06:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0bd47ba-b6a1-5c99-a2bf-302587d66e57 with identifier: ND59%20WMA
2026-03-29 06:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0bd47ba-b6a1-5c99-a2bf-302587d66e57 with identifier: ND59%20WMA
2026-03-29 06:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0bd47ba-b6a1-5c99-a2bf-302587d66e57 with identifier: ND59%20WMA to the API
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND59%20WMA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0bd47ba-b6a1-5c99-a2bf-302587d66e57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND59 WMA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND59%20WMA&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI LIFE',
'odometer': 112336,
'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 CADDY MAXI LIFE 1.9 TDI PD MPV',
'transmission': 'manual',
'trim': 'TDI PD',
'vin': 'WV2ZZZ2KZAX053225',
'year': 2010}
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND59%2520WMA%27 HTTP/1.1" 200 None
2026-03-29 06:10:49 [bca.uk] INFO: Saving data for ND59%20WMA: {'auction_closing_time': 1774778400.0, 'created_time': 1774650084.055258, 'last_price_update_time': 1774764649.408678}
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND59%2520WMA') HTTP/1.1" 204 0
2026-03-29 06:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU
2026-03-29 06:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU
2026-03-29 06:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU to the API
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20TOU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a1fc888a-e69c-58ec-a3c0-7e000baa040e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN22 TOU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20TOU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 20553,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.0 30 TFSI SPORT Hatchback',
'transmission': 'manual',
'trim': '30 TFSI SPORT',
'vin': 'WAUZZZGY7NA058828',
'year': 2022}
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TOU%27 HTTP/1.1" 200 None
2026-03-29 06:10:49 [bca.uk] INFO: Saving data for WN22%20TOU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649906.213678, 'last_price_update_time': 1774764649.697435}
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520TOU') HTTP/1.1" 204 0
2026-03-29 06:10:49 [bca.uk] INFO: Found listing with ID: FV73%20KHC
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV73%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 06:10:49 [bca.uk] INFO: Scrape type for FV73%20KHC: 2
2026-03-29 06:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC
2026-03-29 06:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with scrape type 2
2026-03-29 06:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with scrape type 2
2026-03-29 06:10:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f28d152-5d5d-5b5a-bfe5-11a66582e849, identifier: FV73%20KHC
2026-03-29 06:10:49 [bca.uk] INFO: Found listing with ID: HY72%20UGH
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-29 06:10:49 [bca.uk] INFO: Scrape type for HY72%20UGH: 2
2026-03-29 06:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH
2026-03-29 06:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d48085-ec9f-5927-ae1d-845a17a7aed7 with scrape type 2
2026-03-29 06:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d48085-ec9f-5927-ae1d-845a17a7aed7 with scrape type 2
2026-03-29 06:10:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48d48085-ec9f-5927-ae1d-845a17a7aed7, identifier: HY72%20UGH
2026-03-29 06:10:49 [bca.uk] INFO: Found listing with ID: LG23%20XKN
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520XKN%27 HTTP/1.1" 200 None
2026-03-29 06:10:49 [bca.uk] INFO: Scrape type for LG23%20XKN: 2
2026-03-29 06:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN
2026-03-29 06:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab9f542-667d-5722-9ff2-d6c60b930e70 with scrape type 2
2026-03-29 06:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab9f542-667d-5722-9ff2-d6c60b930e70 with scrape type 2
2026-03-29 06:10:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ab9f542-667d-5722-9ff2-d6c60b930e70, identifier: LG23%20XKN
2026-03-29 06:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC
2026-03-29 06:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC
2026-03-29 06:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC to the API
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV73%20KHC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7f28d152-5d5d-5b5a-bfe5-11a66582e849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV73 KHC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV73%20KHC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 12263,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 EVOLUTION',
'vin': 'VF1RJA00271567498',
'year': 2023}
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV73%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 06:10:50 [bca.uk] INFO: Saving data for FV73%20KHC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649916.225899, 'last_price_update_time': 1774764650.329704}
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV73%2520KHC') HTTP/1.1" 204 0
2026-03-29 06:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH
2026-03-29 06:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH
2026-03-29 06:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH to the API
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY72%20UGH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '48d48085-ec9f-5927-ae1d-845a17a7aed7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY72 UGH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY72%20UGH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 10964,
'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 T-ROC 1.0 TSI 110 LIFE Hatchback',
'transmission': 'manual',
'trim': 'TSI 110 LIFE',
'vin': 'WVGZZZA1ZNV166986',
'year': 2022}
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-29 06:10:50 [bca.uk] INFO: Saving data for HY72%20UGH: {'auction_closing_time': 1774951200.0, 'created_time': 1774447905.4383, 'last_price_update_time': 1774764650.614114}
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY72%2520UGH') HTTP/1.1" 204 0
2026-03-29 06:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN
2026-03-29 06:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN
2026-03-29 06:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN to the API
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20XKN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '5ab9f542-667d-5722-9ff2-d6c60b930e70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LG23 XKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20XKN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 35868,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 PERFORMANCE AWD (UPGRADE) Saloon',
'transmission': 'automatic',
'trim': 'PERFORMANCE AWD (UPGRADE)',
'vin': 'LRW3F7EL4PC775169',
'year': 2023}
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520XKN%27 HTTP/1.1" 200 None
2026-03-29 06:10:50 [bca.uk] INFO: Saving data for LG23%20XKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774649885.750525, 'last_price_update_time': 1774764650.898654}
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520XKN') HTTP/1.1" 204 0
2026-03-29 06:10:50 [bca.uk] INFO: Found listing with ID: OE71%20WWU
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520WWU%27 HTTP/1.1" 200 None
2026-03-29 06:10:50 [bca.uk] INFO: Scrape type for OE71%20WWU: 2
2026-03-29 06:10:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU
2026-03-29 06:10:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02c85950-c5c9-5dc4-8f93-328c7c23799f with scrape type 2
2026-03-29 06:10:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02c85950-c5c9-5dc4-8f93-328c7c23799f with scrape type 2
2026-03-29 06:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02c85950-c5c9-5dc4-8f93-328c7c23799f, identifier: OE71%20WWU
2026-03-29 06:10:51 [bca.uk] INFO: Found listing with ID: PF59%20HHJ
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF59%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:51 [bca.uk] INFO: Scrape type for PF59%20HHJ: 2
2026-03-29 06:10:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d45958a-9772-580f-aab2-c849a8943350 with identifier: PF59%20HHJ
2026-03-29 06:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d45958a-9772-580f-aab2-c849a8943350 with scrape type 2
2026-03-29 06:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d45958a-9772-580f-aab2-c849a8943350 with scrape type 2
2026-03-29 06:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d45958a-9772-580f-aab2-c849a8943350, identifier: PF59%20HHJ
2026-03-29 06:10:51 [bca.uk] INFO: Found listing with ID: MD72%20VNH
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VNH%27 HTTP/1.1" 200 None
2026-03-29 06:10:51 [bca.uk] INFO: Scrape type for MD72%20VNH: 2
2026-03-29 06:10:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH
2026-03-29 06:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0940f84b-b638-5a33-800b-b3cd1d28048d with scrape type 2
2026-03-29 06:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0940f84b-b638-5a33-800b-b3cd1d28048d with scrape type 2
2026-03-29 06:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0940f84b-b638-5a33-800b-b3cd1d28048d, identifier: MD72%20VNH
2026-03-29 06:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU
2026-03-29 06:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU
2026-03-29 06:10:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU to the API
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE71%20WWU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '02c85950-c5c9-5dc4-8f93-328c7c23799f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE71 WWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE71%20WWU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'POLESTAR',
'model': '2',
'odometer': 51973,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '300KW 78KWH DM4 LONG RANGE',
'vin': 'LPSVSEDEENL068802',
'year': 2022}
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520WWU%27 HTTP/1.1" 200 None
2026-03-29 06:10:51 [bca.uk] INFO: Saving data for OE71%20WWU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649919.346947, 'last_price_update_time': 1774764651.536596}
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE71%2520WWU') HTTP/1.1" 204 0
2026-03-29 06:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d45958a-9772-580f-aab2-c849a8943350 with identifier: PF59%20HHJ
2026-03-29 06:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d45958a-9772-580f-aab2-c849a8943350 with identifier: PF59%20HHJ
2026-03-29 06:10:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d45958a-9772-580f-aab2-c849a8943350 with identifier: PF59%20HHJ to the API
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF59%20HHJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0d45958a-9772-580f-aab2-c849a8943350',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF59 HHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF59%20HHJ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 126238,
'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': 'HONDA CR-V 2.2 I-CDTI ES Estate',
'transmission': 'manual',
'trim': 'I-CDTI ES',
'vin': 'SHSRE67509U006030',
'year': 2010}
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF59%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:51 [bca.uk] INFO: Saving data for PF59%20HHJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650082.144413, 'last_price_update_time': 1774764651.90314}
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF59%2520HHJ') HTTP/1.1" 204 0
2026-03-29 06:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH
2026-03-29 06:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH
2026-03-29 06:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH to the API
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VNH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '0940f84b-b638-5a33-800b-b3cd1d28048d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD72 VNH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VNH&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 13395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 RWD Saloon',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRW3F7FS6PC752031',
'year': 2023}
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10: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%2520VNH%27 HTTP/1.1" 200 None
2026-03-29 06:10:52 [bca.uk] INFO: Saving data for MD72%20VNH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649889.772203, 'last_price_update_time': 1774764652.189945}
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VNH') HTTP/1.1" 204 0
2026-03-29 06:10:52 [bca.uk] INFO: Found listing with ID: RF72%20OYM
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:52 [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 06:10:52 [bca.uk] INFO: Scrape type for RF72%20OYM: 2
2026-03-29 06:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM
2026-03-29 06:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8159a48-b0da-522a-b67a-0522c3fe7fb7 with scrape type 2
2026-03-29 06:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8159a48-b0da-522a-b67a-0522c3fe7fb7 with scrape type 2
2026-03-29 06:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8159a48-b0da-522a-b67a-0522c3fe7fb7, identifier: RF72%20OYM
2026-03-29 06:10:52 [bca.uk] INFO: Found listing with ID: LB71%20VMR
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 06:10:52 [bca.uk] INFO: Scrape type for LB71%20VMR: 2
2026-03-29 06:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR
2026-03-29 06:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with scrape type 2
2026-03-29 06:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with scrape type 2
2026-03-29 06:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13, identifier: LB71%20VMR
2026-03-29 06:10:52 [bca.uk] INFO: Found listing with ID: MW72%20BPV
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:52 [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 06:10:52 [bca.uk] INFO: Scrape type for MW72%20BPV: 2
2026-03-29 06:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV
2026-03-29 06:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with scrape type 2
2026-03-29 06:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with scrape type 2
2026-03-29 06:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd, identifier: MW72%20BPV
2026-03-29 06:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM
2026-03-29 06:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM
2026-03-29 06:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM to the API
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF72%20OYM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e8159a48-b0da-522a-b67a-0522c3fe7fb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72 OYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF72%20OYM&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 30545,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
'transmission': 'automatic',
'trim': '40 150KW 82KWH S LINE',
'vin': 'WAUZZZFZ8PP021779',
'year': 2023}
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:52 [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 06:10:52 [bca.uk] INFO: Saving data for RF72%20OYM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649890.178579, 'last_price_update_time': 1774764652.90383}
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF72%2520OYM') HTTP/1.1" 204 0
2026-03-29 06:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR
2026-03-29 06:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR
2026-03-29 06:10:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR to the API
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB71%20VMR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '3dfa9135-aa3a-55c4-a1e2-e81402e61d13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LB71 VMR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB71%20VMR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 38883,
'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': 'TESLA MODEL 3 STANDARD PLUS Saloon',
'transmission': 'automatic',
'trim': 'STANDARD PLUS',
'vin': 'LRW3F7FA9MC404565',
'year': 2021}
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB71%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 06:10:53 [bca.uk] INFO: Saving data for LB71%20VMR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650182.462586, 'last_price_update_time': 1774764653.230541}
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520VMR') HTTP/1.1" 204 0
2026-03-29 06:10:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV
2026-03-29 06:10:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV
2026-03-29 06:10:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV to the API
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW72%20BPV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4d7e824-6eb5-5af8-9a5a-9ea560873bfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW72 BPV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW72%20BPV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500',
'odometer': 47040,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
'transmission': 'manual',
'trim': 'M/H DOLCEVITA',
'vin': 'ZFACF1CJXNJG93029',
'year': 2022}
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW72%2520BPV%27 HTTP/1.1" 200 None
2026-03-29 06:10:53 [bca.uk] INFO: Saving data for MW72%20BPV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649888.509131, 'last_price_update_time': 1774764653.53081}
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW72%2520BPV') HTTP/1.1" 204 0
2026-03-29 06:10:53 [bca.uk] INFO: Found listing with ID: CX68%20MYP
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX68%2520MYP%27 HTTP/1.1" 200 None
2026-03-29 06:10:53 [bca.uk] INFO: Scrape type for CX68%20MYP: 2
2026-03-29 06:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP
2026-03-29 06:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with scrape type 2
2026-03-29 06:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with scrape type 2
2026-03-29 06:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f, identifier: CX68%20MYP
2026-03-29 06:10:53 [bca.uk] INFO: Found listing with ID: OV14%20WTT
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV14%2520WTT%27 HTTP/1.1" 200 None
2026-03-29 06:10:53 [bca.uk] INFO: Scrape type for OV14%20WTT: 2
2026-03-29 06:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f with identifier: OV14%20WTT
2026-03-29 06:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f with scrape type 2
2026-03-29 06:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f with scrape type 2
2026-03-29 06:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f, identifier: OV14%20WTT
2026-03-29 06:10:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP
2026-03-29 06:10:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP
2026-03-29 06:10:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP to the API
2026-03-29 06:10:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX68%20MYP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9dad3490-01a2-5db6-aa61-90e4b5e6de2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX68 MYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX68%20MYP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': '520D',
'odometer': 46436,
'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 520D 2.0 M SPORT Saloon',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAJC32020B342920',
'year': 2018}
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX68%2520MYP%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Saving data for CX68%20MYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649878.339019, 'last_price_update_time': 1774764654.093119}
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX68%2520MYP') HTTP/1.1" 204 0
2026-03-29 06:10:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f with identifier: OV14%20WTT
2026-03-29 06:10:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f with identifier: OV14%20WTT
2026-03-29 06:10:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f with identifier: OV14%20WTT to the API
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV14%20WTT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2de6f47f-f4c1-55a4-be4a-bfa2310dcd8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV14 WTT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV14%20WTT&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'PEUGEOT',
'model': '208',
'odometer': 115029,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.4 HDI ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'HDI ACTIVE',
'vin': 'VF3CC8HR0ET096207',
'year': 2014}
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV14%2520WTT%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Saving data for OV14%20WTT: {'auction_closing_time': 1774778400.0, 'created_time': 1774650184.839152, 'last_price_update_time': 1774764654.385298}
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV14%2520WTT') HTTP/1.1" 204 0
2026-03-29 06:10:54 [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 06:10:54 [bca.uk] INFO: Found listing with ID: EY20%20BYH
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Scrape type for EY20%20BYH: 0
2026-03-29 06:10:54 [bca.uk] INFO: Found listing with ID: VO70%20NUJ
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO70%2520NUJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Scrape type for VO70%20NUJ: 0
2026-03-29 06:10:54 [bca.uk] INFO: Found listing with ID: DY24%20HVL
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY24%2520HVL%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Scrape type for DY24%20HVL: 2
2026-03-29 06:10:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL
2026-03-29 06:10:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with scrape type 2
2026-03-29 06:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with scrape type 2
2026-03-29 06:10:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae, identifier: DY24%20HVL
2026-03-29 06:10:54 [bca.uk] INFO: Found listing with ID: GL15%20WPN
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL15%2520WPN%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Scrape type for GL15%20WPN: 2
2026-03-29 06:10:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b866419-aebf-5c66-8b1d-321ce43e6b22 with identifier: GL15%20WPN
2026-03-29 06:10:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b866419-aebf-5c66-8b1d-321ce43e6b22 with scrape type 2
2026-03-29 06:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b866419-aebf-5c66-8b1d-321ce43e6b22 with scrape type 2
2026-03-29 06:10:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b866419-aebf-5c66-8b1d-321ce43e6b22, identifier: GL15%20WPN
2026-03-29 06:10:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL
2026-03-29 06:10:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL
2026-03-29 06:10:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL to the API
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 188,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY24%20HVL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY24 HVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY24%20HVL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'PRIMASTAR 30',
'odometer': 40248,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'NISSAN PRIMASTAR 30 2.0 DCI 150 L2 H1 TEKNA+ PanelVan',
'transmission': 'manual',
'trim': 'DCI 150 L2 H1 TEKNA+',
'vin': 'VNVF4000971710897',
'year': 2024}
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY24%2520HVL%27 HTTP/1.1" 200 None
2026-03-29 06:10:54 [bca.uk] INFO: Saving data for DY24%20HVL: {'auction_closing_time': 1775124000.0, 'created_time': 1774649918.975382, 'last_price_update_time': 1774764654.953881}
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY24%2520HVL') HTTP/1.1" 204 0
2026-03-29 06:10:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b866419-aebf-5c66-8b1d-321ce43e6b22 with identifier: GL15%20WPN
2026-03-29 06:10:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b866419-aebf-5c66-8b1d-321ce43e6b22 with identifier: GL15%20WPN
2026-03-29 06:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b866419-aebf-5c66-8b1d-321ce43e6b22 with identifier: GL15%20WPN to the API
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL15%20WPN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7b866419-aebf-5c66-8b1d-321ce43e6b22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL15 WPN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL15%20WPN&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SKODA',
'model': 'ROOMSTER',
'odometer': 131850,
'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 ROOMSTER 1.6 TDI CR 90 SE MPV',
'transmission': 'manual',
'trim': 'TDI CR 90 SE',
'vin': 'TMBPJ65J5F5030283',
'year': 2015}
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL15%2520WPN%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Saving data for GL15%20WPN: {'auction_closing_time': 1774778400.0, 'created_time': 1774650041.974007, 'last_price_update_time': 1774764655.241815}
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL15%2520WPN') HTTP/1.1" 204 0
2026-03-29 06:10:55 [bca.uk] INFO: Found listing with ID: YX19%20YEU
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX19%2520YEU%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Scrape type for YX19%20YEU: 0
2026-03-29 06:10:55 [bca.uk] INFO: Found listing with ID: OE21%20GFO
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE21%2520GFO%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Scrape type for OE21%20GFO: 0
2026-03-29 06:10:55 [bca.uk] INFO: Found listing with ID: AO20%20OTU
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO20%2520OTU%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Scrape type for AO20%20OTU: 0
2026-03-29 06:10:55 [bca.uk] INFO: Found listing with ID: YX19%20LTO
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX19%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Scrape type for YX19%20LTO: 2
2026-03-29 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO
2026-03-29 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with scrape type 2
2026-03-29 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with scrape type 2
2026-03-29 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0caf43-d780-5f6e-a83c-ffbeecd1f110, identifier: YX19%20LTO
2026-03-29 06:10:55 [bca.uk] INFO: Found listing with ID: SE58%20SJE
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE58%2520SJE%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Scrape type for SE58%20SJE: 2
2026-03-29 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519bfb0a-46b9-5a9f-9a40-32c197eac6f7 with identifier: SE58%20SJE
2026-03-29 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519bfb0a-46b9-5a9f-9a40-32c197eac6f7 with scrape type 2
2026-03-29 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519bfb0a-46b9-5a9f-9a40-32c197eac6f7 with scrape type 2
2026-03-29 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 519bfb0a-46b9-5a9f-9a40-32c197eac6f7, identifier: SE58%20SJE
2026-03-29 06:10:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO
2026-03-29 06:10:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO
2026-03-29 06:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO to the API
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX19%20LTO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fb0caf43-d780-5f6e-a83c-ffbeecd1f110',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX19 LTO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX19%20LTO&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 83592,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 HSE',
'vin': 'SALWA2AK6KA853205',
'year': 2019}
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YX19%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 06:10:55 [bca.uk] INFO: Saving data for YX19%20LTO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649893.182021, 'last_price_update_time': 1774764655.791635}
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX19%2520LTO') HTTP/1.1" 204 0
2026-03-29 06:10:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 519bfb0a-46b9-5a9f-9a40-32c197eac6f7 with identifier: SE58%20SJE
2026-03-29 06:10:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 519bfb0a-46b9-5a9f-9a40-32c197eac6f7 with identifier: SE58%20SJE
2026-03-29 06:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 519bfb0a-46b9-5a9f-9a40-32c197eac6f7 with identifier: SE58%20SJE to the API
2026-03-29 06:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE58%20SJE-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '519bfb0a-46b9-5a9f-9a40-32c197eac6f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE58 SJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE58%20SJE&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 138166,
'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 ELEGANCE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI PD ELEGANCE DSG',
'vin': 'TMBBE21Z882221624',
'year': 2008}
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE58%2520SJE%27 HTTP/1.1" 200 None
2026-03-29 06:10:56 [bca.uk] INFO: Saving data for SE58%20SJE: {'auction_closing_time': 1774778400.0, 'created_time': 1774650043.896289, 'last_price_update_time': 1774764656.166211}
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE58%2520SJE') HTTP/1.1" 204 0
2026-03-29 06:10:56 [bca.uk] INFO: Total items found: 100
2026-03-29 06:10:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded
2026-03-29 06:10:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:10:56 [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 06:10:56 [bca.uk] INFO: Found listing with ID: LC70%20NRU
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520NRU%27 HTTP/1.1" 200 None
2026-03-29 06:10:56 [bca.uk] INFO: Scrape type for LC70%20NRU: 0
2026-03-29 06:10:56 [bca.uk] INFO: Found listing with ID: BJ64%20SLU
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ64%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 06:10:56 [bca.uk] INFO: Scrape type for BJ64%20SLU: 2
2026-03-29 06:10:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU
2026-03-29 06:10:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c950de11-dfa0-5f1a-adbc-428fdcc29bcc with scrape type 2
2026-03-29 06:10:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c950de11-dfa0-5f1a-adbc-428fdcc29bcc with scrape type 2
2026-03-29 06:10:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c950de11-dfa0-5f1a-adbc-428fdcc29bcc, identifier: BJ64%20SLU
2026-03-29 06:10:56 [bca.uk] INFO: Found listing with ID: YA10%20PKZ
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA10%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:56 [bca.uk] INFO: Scrape type for YA10%20PKZ: 2
2026-03-29 06:10:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 066f3683-cfc1-502f-a408-d9fe7957d307 with identifier: YA10%20PKZ
2026-03-29 06:10:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 066f3683-cfc1-502f-a408-d9fe7957d307 with scrape type 2
2026-03-29 06:10:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 066f3683-cfc1-502f-a408-d9fe7957d307 with scrape type 2
2026-03-29 06:10:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 066f3683-cfc1-502f-a408-d9fe7957d307, identifier: YA10%20PKZ
2026-03-29 06:10:56 [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 06:10:56 [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 06:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU
2026-03-29 06:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU
2026-03-29 06:10:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU to the API
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 212,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ64%20SLU-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c950de11-dfa0-5f1a-adbc-428fdcc29bcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ64 SLU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ64%20SLU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 36457,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.2 TDCI 125 EF LWB H/R PanelVan',
'transmission': 'manual',
'trim': 'TDCI 125 EF LWB H/R',
'vin': 'WF0XXXTTGXEB87280',
'year': 2014}
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ64%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 06:10:56 [bca.uk] INFO: Saving data for BJ64%20SLU: {'auction_closing_time': 1775037600.0, 'created_time': 1774649902.814312, 'last_price_update_time': 1774764656.716374}
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ64%2520SLU') HTTP/1.1" 204 0
2026-03-29 06:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 066f3683-cfc1-502f-a408-d9fe7957d307 with identifier: YA10%20PKZ
2026-03-29 06:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 066f3683-cfc1-502f-a408-d9fe7957d307 with identifier: YA10%20PKZ
2026-03-29 06:10:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 066f3683-cfc1-502f-a408-d9fe7957d307 with identifier: YA10%20PKZ to the API
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA10%20PKZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '066f3683-cfc1-502f-a408-d9fe7957d307',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA10 PKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA10%20PKZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 66760,
'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': 'HONDA JAZZ 1.2 I-VTEC S Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC S',
'vin': 'SHHGG5730BU001218',
'year': 2010}
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA10%2520PKZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Saving data for YA10%20PKZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650046.215405, 'last_price_update_time': 1774764657.017837}
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA10%2520PKZ') HTTP/1.1" 204 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: FL09%20BJJ
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL09%2520BJJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for FL09%20BJJ: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: GL12%20SGX
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL12%2520SGX%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for GL12%20SGX: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: HG12%20NLX
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG12%2520NLX%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for HG12%20NLX: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: GF17%20VBM
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF17%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for GF17%20VBM: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: HN63%20GBE
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN63%2520GBE%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for HN63%20GBE: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: SB62%20FUU
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520FUU%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for SB62%20FUU: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: SP11%20SXZ
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP11%2520SXZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for SP11%20SXZ: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: WM63%20VKD
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520VKD%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for WM63%20VKD: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: VN72%20EUZ
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for VN72%20EUZ: 2
2026-03-29 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ
2026-03-29 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ea79df-0204-55f1-a18e-8720a53c390f with scrape type 2
2026-03-29 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ea79df-0204-55f1-a18e-8720a53c390f with scrape type 2
2026-03-29 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92ea79df-0204-55f1-a18e-8720a53c390f, identifier: VN72%20EUZ
2026-03-29 06:10: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 06:10:57 [bca.uk] INFO: Found listing with ID: WK13%20PZN
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK13%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for WK13%20PZN: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: NU69%20XZC
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for NU69%20XZC: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: YB65%20DWE
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520DWE%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for YB65%20DWE: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: V800%20ERC
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V800%2520ERC%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for V800%20ERC: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: KO18%20OYF
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520OYF%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for KO18%20OYF: 0
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: SL16%20UER
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520UER%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for SL16%20UER: 2
2026-03-29 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER
2026-03-29 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04a3f93b-8780-5fbf-8269-05a4d6803886 with scrape type 2
2026-03-29 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04a3f93b-8780-5fbf-8269-05a4d6803886 with scrape type 2
2026-03-29 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04a3f93b-8780-5fbf-8269-05a4d6803886, identifier: SL16%20UER
2026-03-29 06:10:57 [bca.uk] INFO: Found listing with ID: BK12%20WRC
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520WRC%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Scrape type for BK12%20WRC: 2
2026-03-29 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c7a6518-fac7-55b6-af01-ca9080bd83ca with identifier: BK12%20WRC
2026-03-29 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c7a6518-fac7-55b6-af01-ca9080bd83ca with scrape type 2
2026-03-29 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c7a6518-fac7-55b6-af01-ca9080bd83ca with scrape type 2
2026-03-29 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c7a6518-fac7-55b6-af01-ca9080bd83ca, identifier: BK12%20WRC
2026-03-29 06:10:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ
2026-03-29 06:10:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ
2026-03-29 06:10:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ to the API
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20EUZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '92ea79df-0204-55f1-a18e-8720a53c390f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN72 EUZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20EUZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': '420I GRAN COUPE',
'odometer': 22844,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 420I GRAN COUPE 2.0 T M SPORT Coupe',
'transmission': 'automatic',
'trim': 'T M SPORT',
'vin': 'WBA12AV030FP05009',
'year': 2022}
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:57 [bca.uk] INFO: Saving data for VN72%20EUZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774524715.468202, 'last_price_update_time': 1774764657.858824}
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520EUZ') HTTP/1.1" 204 0
2026-03-29 06:10:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER
2026-03-29 06:10:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER
2026-03-29 06:10:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER to the API
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL16%20UER-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '04a3f93b-8780-5fbf-8269-05a4d6803886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL16 UER',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL16%20UER&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '218I',
'odometer': 95954,
'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 218I 1.5 T SE Coupe',
'transmission': 'manual',
'trim': 'T SE',
'vin': 'WBA2F12010V697706',
'year': 2016}
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520UER%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Saving data for SL16%20UER: {'auction_closing_time': 1774951200.0, 'created_time': 1774649903.177684, 'last_price_update_time': 1774764658.292401}
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL16%2520UER') HTTP/1.1" 204 0
2026-03-29 06:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c7a6518-fac7-55b6-af01-ca9080bd83ca with identifier: BK12%20WRC
2026-03-29 06:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c7a6518-fac7-55b6-af01-ca9080bd83ca with identifier: BK12%20WRC
2026-03-29 06:10:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c7a6518-fac7-55b6-af01-ca9080bd83ca with identifier: BK12%20WRC to the API
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:10:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK12%20WRC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c7a6518-fac7-55b6-af01-ca9080bd83ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK12 WRC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK12%20WRC&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 97889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC',
'vin': 'WF0KXXGCBKCB62587',
'year': 2012}
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520WRC%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Saving data for BK12%20WRC: {'auction_closing_time': 1774778400.0, 'created_time': 1774650044.726566, 'last_price_update_time': 1774764658.571334}
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK12%2520WRC') HTTP/1.1" 204 0
2026-03-29 06:10:58 [bca.uk] INFO: Found listing with ID: EK08%20LTZ
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520LTZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Scrape type for EK08%20LTZ: 2
2026-03-29 06:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390eb8f2-f471-5590-8f74-6e5d36da1512 with identifier: EK08%20LTZ
2026-03-29 06:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390eb8f2-f471-5590-8f74-6e5d36da1512 with scrape type 2
2026-03-29 06:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390eb8f2-f471-5590-8f74-6e5d36da1512 with scrape type 2
2026-03-29 06:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 390eb8f2-f471-5590-8f74-6e5d36da1512, identifier: EK08%20LTZ
2026-03-29 06:10:58 [bca.uk] INFO: Found listing with ID: AU07%20RSU
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU07%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Scrape type for AU07%20RSU: 0
2026-03-29 06:10:58 [bca.uk] INFO: Found listing with ID: BL24%20LTY
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Scrape type for BL24%20LTY: 0
2026-03-29 06:10:58 [bca.uk] INFO: Found listing with ID: BT03%20TWA
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT03%2520TWA%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Scrape type for BT03%20TWA: 2
2026-03-29 06:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA
2026-03-29 06:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9da1e92-42cb-566f-a7a2-ea983056db83 with scrape type 2
2026-03-29 06:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9da1e92-42cb-566f-a7a2-ea983056db83 with scrape type 2
2026-03-29 06:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9da1e92-42cb-566f-a7a2-ea983056db83, identifier: BT03%20TWA
2026-03-29 06:10:58 [bca.uk] INFO: Found listing with ID: MM71%20TYA
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520TYA%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Scrape type for MM71%20TYA: 0
2026-03-29 06:10:58 [bca.uk] INFO: Found listing with ID: HG19%20XES
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-29 06:10:58 [bca.uk] INFO: Scrape type for HG19%20XES: 2
2026-03-29 06:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES
2026-03-29 06:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c66d9d-bc60-5635-8a9f-2401c177dadd with scrape type 2
2026-03-29 06:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6c66d9d-bc60-5635-8a9f-2401c177dadd with scrape type 2
2026-03-29 06:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6c66d9d-bc60-5635-8a9f-2401c177dadd, identifier: HG19%20XES
2026-03-29 06:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 390eb8f2-f471-5590-8f74-6e5d36da1512 with identifier: EK08%20LTZ
2026-03-29 06:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 390eb8f2-f471-5590-8f74-6e5d36da1512 with identifier: EK08%20LTZ
2026-03-29 06:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 390eb8f2-f471-5590-8f74-6e5d36da1512 with identifier: EK08%20LTZ to the API
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK08%20LTZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '390eb8f2-f471-5590-8f74-6e5d36da1512',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK08 LTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK08%20LTZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 53462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'NISSAN MICRA 1.2 ACENTA+ 16V Hatchback',
'transmission': 'automatic',
'trim': 'ACENTA+ 16V',
'vin': 'SJNFBAK12U3059525',
'year': 2008}
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520LTZ%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Saving data for EK08%20LTZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650092.198764, 'last_price_update_time': 1774764659.219121}
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK08%2520LTZ') HTTP/1.1" 204 0
2026-03-29 06:10:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA
2026-03-29 06:10:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA
2026-03-29 06:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA to the API
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 254,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT03%20TWA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c9da1e92-42cb-566f-a7a2-ea983056db83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT03 TWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT03%20TWA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'JAGUAR',
'model': 'XJ SERIES',
'odometer': 131285,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-01-01',
'seller_name': None,
'title': 'JAGUAR XJ SERIES 3.5 V8 SE Saloon',
'transmission': 'automatic',
'trim': 'V8 SE',
'vin': 'SAJAC72NX3RG04687',
'year': 2003}
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT03%2520TWA%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Saving data for BT03%20TWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649904.467055, 'last_price_update_time': 1774764659.497045}
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT03%2520TWA') HTTP/1.1" 204 0
2026-03-29 06:10:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES
2026-03-29 06:10:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES
2026-03-29 06:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES to the API
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:10: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 06:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20XES-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a6c66d9d-bc60-5635-8a9f-2401c177dadd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG19 XES',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20XES&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'CLA 200',
'odometer': 56520,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 200 1.3 AMG LINE PREMIUM DCT Coupe',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'WDD1183872N007468',
'year': 2019}
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Saving data for HG19%20XES: {'auction_closing_time': 1774951200.0, 'created_time': 1774447898.501392, 'last_price_update_time': 1774764659.801197}
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520XES') HTTP/1.1" 204 0
2026-03-29 06:10:59 [bca.uk] INFO: Found listing with ID: HN61%20WEJ
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520WEJ%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Scrape type for HN61%20WEJ: 2
2026-03-29 06:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6165396e-2976-5f28-bee6-060cda5e8b7b with identifier: HN61%20WEJ
2026-03-29 06:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6165396e-2976-5f28-bee6-060cda5e8b7b with scrape type 2
2026-03-29 06:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6165396e-2976-5f28-bee6-060cda5e8b7b with scrape type 2
2026-03-29 06:10:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6165396e-2976-5f28-bee6-060cda5e8b7b, identifier: HN61%20WEJ
2026-03-29 06:10:59 [bca.uk] INFO: Found listing with ID: KW68%20ZLO
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZLO%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Scrape type for KW68%20ZLO: 0
2026-03-29 06:10:59 [bca.uk] INFO: Found listing with ID: LP18%20MZY
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Scrape type for LP18%20MZY: 0
2026-03-29 06:10:59 [bca.uk] INFO: Found listing with ID: NU17%20YHK
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520YHK%27 HTTP/1.1" 200 None
2026-03-29 06:10:59 [bca.uk] INFO: Scrape type for NU17%20YHK: 2
2026-03-29 06:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK
2026-03-29 06:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adc49a16-3aff-5eb3-97d1-e623cbd82e68 with scrape type 2
2026-03-29 06:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adc49a16-3aff-5eb3-97d1-e623cbd82e68 with scrape type 2
2026-03-29 06:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adc49a16-3aff-5eb3-97d1-e623cbd82e68, identifier: NU17%20YHK
2026-03-29 06:11:00 [bca.uk] INFO: Found listing with ID: BP72%20CGY
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGY%27 HTTP/1.1" 200 None
2026-03-29 06:11:00 [bca.uk] INFO: Scrape type for BP72%20CGY: 2
2026-03-29 06:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY
2026-03-29 06:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8984862-b304-58d8-9ff8-67e4b4a933bb with scrape type 2
2026-03-29 06:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8984862-b304-58d8-9ff8-67e4b4a933bb with scrape type 2
2026-03-29 06:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8984862-b304-58d8-9ff8-67e4b4a933bb, identifier: BP72%20CGY
2026-03-29 06:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6165396e-2976-5f28-bee6-060cda5e8b7b with identifier: HN61%20WEJ
2026-03-29 06:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6165396e-2976-5f28-bee6-060cda5e8b7b with identifier: HN61%20WEJ
2026-03-29 06:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6165396e-2976-5f28-bee6-060cda5e8b7b with identifier: HN61%20WEJ to the API
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN61%20WEJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6165396e-2976-5f28-bee6-060cda5e8b7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN61 WEJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN61%20WEJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 119301,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXGAJJBP83238',
'year': 2012}
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520WEJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:00 [bca.uk] INFO: Saving data for HN61%20WEJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650093.734346, 'last_price_update_time': 1774764660.493379}
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN61%2520WEJ') HTTP/1.1" 204 0
2026-03-29 06:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK
2026-03-29 06:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK
2026-03-29 06:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK to the API
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU17%20YHK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'adc49a16-3aff-5eb3-97d1-e623cbd82e68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU17 YHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU17%20YHK&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'HYUNDAI',
'model': 'I40',
'odometer': 121150,
'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 I40 1.7 CRDI B/D 140 SE BUSINESS DCT Saloon',
'transmission': 'automatic',
'trim': 'CRDI B/D 140 SE BUSINESS DCT',
'vin': 'KMHLC41UVHU100858',
'year': 2017}
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520YHK%27 HTTP/1.1" 200 None
2026-03-29 06:11:00 [bca.uk] INFO: Saving data for NU17%20YHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649885.343558, 'last_price_update_time': 1774764660.861078}
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU17%2520YHK') HTTP/1.1" 204 0
2026-03-29 06:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY
2026-03-29 06:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY
2026-03-29 06:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY to the API
2026-03-29 06:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20CGY-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f8984862-b304-58d8-9ff8-67e4b4a933bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP72 CGY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20CGY&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T32',
'odometer': 53866,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB S/L BUSINESS PanelVan',
'transmission': 'manual',
'trim': 'TDI 110 SWB S/L BUSINESS',
'vin': 'WV1ZZZ7H1PX015160',
'year': 2023}
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGY%27 HTTP/1.1" 200 None
2026-03-29 06:11:01 [bca.uk] INFO: Saving data for BP72%20CGY: {'auction_closing_time': 1775037600.0, 'created_time': 1773929944.906625, 'last_price_update_time': 1774764661.141962}
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520CGY') HTTP/1.1" 204 0
2026-03-29 06:11:01 [bca.uk] INFO: Found listing with ID: HY13%20JDK
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 06:11:01 [bca.uk] INFO: Scrape type for HY13%20JDK: 2
2026-03-29 06:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f96a99-80f9-598a-a722-c2fcbf52accd with identifier: HY13%20JDK
2026-03-29 06:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f96a99-80f9-598a-a722-c2fcbf52accd with scrape type 2
2026-03-29 06:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f96a99-80f9-598a-a722-c2fcbf52accd with scrape type 2
2026-03-29 06:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41f96a99-80f9-598a-a722-c2fcbf52accd, identifier: HY13%20JDK
2026-03-29 06:11:01 [bca.uk] INFO: Found listing with ID: MJ73%20VUN
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ73%2520VUN%27 HTTP/1.1" 200 None
2026-03-29 06:11:01 [bca.uk] INFO: Scrape type for MJ73%20VUN: 0
2026-03-29 06:11:01 [bca.uk] INFO: Found listing with ID: LR22%20YMO
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520YMO%27 HTTP/1.1" 200 None
2026-03-29 06:11:01 [bca.uk] INFO: Scrape type for LR22%20YMO: 2
2026-03-29 06:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO
2026-03-29 06:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e49e46d-f323-5a89-ab76-ba274b6300bd with scrape type 2
2026-03-29 06:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e49e46d-f323-5a89-ab76-ba274b6300bd with scrape type 2
2026-03-29 06:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e49e46d-f323-5a89-ab76-ba274b6300bd, identifier: LR22%20YMO
2026-03-29 06:11:01 [bca.uk] INFO: Found listing with ID: KN18%20UBZ
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520UBZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:01 [bca.uk] INFO: Scrape type for KN18%20UBZ: 2
2026-03-29 06:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af55b8cb-2bd5-580b-aa24-51c00d0a075d with identifier: KN18%20UBZ
2026-03-29 06:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af55b8cb-2bd5-580b-aa24-51c00d0a075d with scrape type 2
2026-03-29 06:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af55b8cb-2bd5-580b-aa24-51c00d0a075d with scrape type 2
2026-03-29 06:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af55b8cb-2bd5-580b-aa24-51c00d0a075d, identifier: KN18%20UBZ
2026-03-29 06:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41f96a99-80f9-598a-a722-c2fcbf52accd with identifier: HY13%20JDK
2026-03-29 06:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41f96a99-80f9-598a-a722-c2fcbf52accd with identifier: HY13%20JDK
2026-03-29 06:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41f96a99-80f9-598a-a722-c2fcbf52accd with identifier: HY13%20JDK to the API
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY13%20JDK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41f96a99-80f9-598a-a722-c2fcbf52accd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY13 JDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY13%20JDK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '520D',
'odometer': 134442,
'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 520D 2.0 SE STEP S/S Saloon',
'transmission': 'manual',
'trim': 'SE STEP S/S',
'vin': 'WBAFW120X0D274520',
'year': 2013}
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 06:11:01 [bca.uk] INFO: Saving data for HY13%20JDK: {'auction_closing_time': 1774778400.0, 'created_time': 1774650075.567535, 'last_price_update_time': 1774764661.790128}
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY13%2520JDK') HTTP/1.1" 204 0
2026-03-29 06:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO
2026-03-29 06:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO
2026-03-29 06:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO to the API
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20YMO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '9e49e46d-f323-5a89-ab76-ba274b6300bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR22 YMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20YMO&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'BMW',
'model': 'IX3',
'odometer': 27814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH M SPORT PRO StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH M SPORT PRO',
'vin': 'WBY42DU030S280674',
'year': 2022}
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520YMO%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Saving data for LR22%20YMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649889.426445, 'last_price_update_time': 1774764662.093367}
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520YMO') HTTP/1.1" 204 0
2026-03-29 06:11:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af55b8cb-2bd5-580b-aa24-51c00d0a075d with identifier: KN18%20UBZ
2026-03-29 06:11:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af55b8cb-2bd5-580b-aa24-51c00d0a075d with identifier: KN18%20UBZ
2026-03-29 06:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af55b8cb-2bd5-580b-aa24-51c00d0a075d with identifier: KN18%20UBZ to the API
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 90,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN18%20UBZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'af55b8cb-2bd5-580b-aa24-51c00d0a075d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN18 UBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN18%20UBZ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'PEUGEOT',
'model': '208',
'odometer': 110603,
'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 208 1.6 BLUEHDI 100 GT LINE S/S Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 100 GT LINE S/S',
'vin': 'VF3CCBHY6JW026156',
'year': 2018}
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520UBZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Saving data for KN18%20UBZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650193.515655, 'last_price_update_time': 1774764662.685845}
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN18%2520UBZ') HTTP/1.1" 204 0
2026-03-29 06:11:02 [bca.uk] INFO: Found listing with ID: LN69%20YHM
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Scrape type for LN69%20YHM: 2
2026-03-29 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM
2026-03-29 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e41272bf-642f-590c-a27c-143765f6e2aa with scrape type 2
2026-03-29 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e41272bf-642f-590c-a27c-143765f6e2aa with scrape type 2
2026-03-29 06:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e41272bf-642f-590c-a27c-143765f6e2aa, identifier: LN69%20YHM
2026-03-29 06:11:02 [bca.uk] INFO: Found listing with ID: ML73%20DJJ
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520DJJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Scrape type for ML73%20DJJ: 2
2026-03-29 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ
2026-03-29 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with scrape type 2
2026-03-29 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with scrape type 2
2026-03-29 06:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919, identifier: ML73%20DJJ
2026-03-29 06:11:02 [bca.uk] INFO: Found listing with ID: SJ21%20XTH
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Scrape type for SJ21%20XTH: 0
2026-03-29 06:11:02 [bca.uk] INFO: Found listing with ID: YS75%20TCO
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS75%2520TCO%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Scrape type for YS75%20TCO: 0
2026-03-29 06:11:02 [bca.uk] INFO: Found listing with ID: HJ58%20PFA
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ58%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:02 [bca.uk] INFO: Scrape type for HJ58%20PFA: 2
2026-03-29 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4da8af58-53fa-579b-b790-4bbbb4731cd9 with identifier: HJ58%20PFA
2026-03-29 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4da8af58-53fa-579b-b790-4bbbb4731cd9 with scrape type 2
2026-03-29 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4da8af58-53fa-579b-b790-4bbbb4731cd9 with scrape type 2
2026-03-29 06:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4da8af58-53fa-579b-b790-4bbbb4731cd9, identifier: HJ58%20PFA
2026-03-29 06:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM
2026-03-29 06:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM
2026-03-29 06:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM to the API
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN69%20YHM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e41272bf-642f-590c-a27c-143765f6e2aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN69 YHM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN69%20YHM&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 37928,
'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 150 ICONIC EDC Hatchback',
'transmission': 'automatic',
'trim': 'TCE 150 ICONIC EDC',
'vin': 'VF1R8700063936148',
'year': 2019}
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 06:11:03 [bca.uk] INFO: Saving data for LN69%20YHM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650080.838227, 'last_price_update_time': 1774764663.335632}
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN69%2520YHM') HTTP/1.1" 204 0
2026-03-29 06:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ
2026-03-29 06:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ
2026-03-29 06:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ to the API
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML73%20DJJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML73 DJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML73%20DJJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 49658,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
'transmission': 'automatic',
'trim': '130KW 51KWH TROPHY',
'vin': 'LSJW74098PZ189710',
'year': 2023}
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520DJJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:03 [bca.uk] INFO: Saving data for ML73%20DJJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649888.149671, 'last_price_update_time': 1774764663.668962}
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML73%2520DJJ') HTTP/1.1" 204 0
2026-03-29 06:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4da8af58-53fa-579b-b790-4bbbb4731cd9 with identifier: HJ58%20PFA
2026-03-29 06:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4da8af58-53fa-579b-b790-4bbbb4731cd9 with identifier: HJ58%20PFA
2026-03-29 06:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4da8af58-53fa-579b-b790-4bbbb4731cd9 with identifier: HJ58%20PFA to the API
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ58%20PFA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4da8af58-53fa-579b-b790-4bbbb4731cd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ58 PFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ58%20PFA&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 127779,
'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 PASSAT 2.0 TDI CR 140 HIGHLINE DSG Saloon',
'transmission': 'automatic',
'trim': 'TDI CR 140 HIGHLINE DSG',
'vin': 'WVWZZZ3CZ9E014310',
'year': 2008}
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ58%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:03 [bca.uk] INFO: Saving data for HJ58%20PFA: {'auction_closing_time': 1774778400.0, 'created_time': 1774650193.894151, 'last_price_update_time': 1774764663.942277}
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ58%2520PFA') HTTP/1.1" 204 0
2026-03-29 06:11:03 [bca.uk] INFO: Found listing with ID: LJ72%20YEF
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 06:11:03 [bca.uk] INFO: Scrape type for LJ72%20YEF: 2
2026-03-29 06:11:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF
2026-03-29 06:11:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with scrape type 2
2026-03-29 06:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with scrape type 2
2026-03-29 06:11:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a, identifier: LJ72%20YEF
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: KJ69%20KWP
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ69%2520KWP%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for KJ69%20KWP: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: EK68%20PYU
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK68%2520PYU%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for EK68%20PYU: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: NX16%20FFG
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX16%2520FFG%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for NX16%20FFG: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: EX18%20ZBL
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX18%2520ZBL%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for EX18%20ZBL: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: LM62%20XBE
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM62%2520XBE%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for LM62%20XBE: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: EU73%20UJR
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU73%2520UJR%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for EU73%20UJR: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: BD68%20CDO
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD68%2520CDO%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for BD68%20CDO: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: CN68%20UAD
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CN68%2520UAD%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for CN68%20UAD: 0
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: LD22%20UVE
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD22%2520UVE%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for LD22%20UVE: 2
2026-03-29 06:11:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE
2026-03-29 06:11:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d22229c-9977-590f-a742-f4008a30567b with scrape type 2
2026-03-29 06:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d22229c-9977-590f-a742-f4008a30567b with scrape type 2
2026-03-29 06:11:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d22229c-9977-590f-a742-f4008a30567b, identifier: LD22%20UVE
2026-03-29 06:11:04 [bca.uk] INFO: Found listing with ID: LK13%20VNA
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK13%2520VNA%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Scrape type for LK13%20VNA: 2
2026-03-29 06:11:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519684d1-18a4-596c-afe3-94c76457c425 with identifier: LK13%20VNA
2026-03-29 06:11:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519684d1-18a4-596c-afe3-94c76457c425 with scrape type 2
2026-03-29 06:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519684d1-18a4-596c-afe3-94c76457c425 with scrape type 2
2026-03-29 06:11:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 519684d1-18a4-596c-afe3-94c76457c425, identifier: LK13%20VNA
2026-03-29 06:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF
2026-03-29 06:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF
2026-03-29 06:11:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF to the API
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ72%20YEF-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': '0df7add1-a594-5b1d-9d6f-48d845f0dd5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LJ72 YEF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ72%20YEF&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HONDA',
'model': 'HR-V',
'odometer': 30613,
'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': 'HONDA HR-V 1.5 E-HEV ELEGANCE Hatchback',
'transmission': 'automatic',
'trim': 'E-HEV ELEGANCE',
'vin': 'JHMRV5820NS221384',
'year': 2022}
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ72%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 06:11:04 [bca.uk] INFO: Saving data for LJ72%20YEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650068.772666, 'last_price_update_time': 1774764664.80734}
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ72%2520YEF') HTTP/1.1" 204 0
2026-03-29 06:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE
2026-03-29 06:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE
2026-03-29 06:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE to the API
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 57,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20UVE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8d22229c-9977-590f-a742-f4008a30567b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LD22 UVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20UVE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 23720,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV R-DYNAMIC HSE',
'vin': 'SALYA2AY3NA339247',
'year': 2022}
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD22%2520UVE%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Saving data for LD22%20UVE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563727.374641, 'last_price_update_time': 1774764665.203407}
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520UVE') HTTP/1.1" 204 0
2026-03-29 06:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 519684d1-18a4-596c-afe3-94c76457c425 with identifier: LK13%20VNA
2026-03-29 06:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 519684d1-18a4-596c-afe3-94c76457c425 with identifier: LK13%20VNA
2026-03-29 06:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 519684d1-18a4-596c-afe3-94c76457c425 with identifier: LK13%20VNA to the API
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK13%20VNA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '519684d1-18a4-596c-afe3-94c76457c425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LK13 VNA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK13%20VNA&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 92233,
'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 IX35 1.7 CRDI PREMIUM 2WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI PREMIUM 2WD',
'vin': 'TMAJU81ULDJ381375',
'year': 2013}
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK13%2520VNA%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Saving data for LK13%20VNA: {'auction_closing_time': 1774778400.0, 'created_time': 1774650089.312069, 'last_price_update_time': 1774764665.501515}
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK13%2520VNA') HTTP/1.1" 204 0
2026-03-29 06:11:05 [bca.uk] INFO: Found listing with ID: LG69%20WXZ
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG69%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Scrape type for LG69%20WXZ: 2
2026-03-29 06:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ
2026-03-29 06:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd06e04-198f-558a-8887-2c4e253bb31a with scrape type 2
2026-03-29 06:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd06e04-198f-558a-8887-2c4e253bb31a with scrape type 2
2026-03-29 06:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dd06e04-198f-558a-8887-2c4e253bb31a, identifier: LG69%20WXZ
2026-03-29 06:11:05 [bca.uk] INFO: Found listing with ID: LD68%20VBM
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD68%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Scrape type for LD68%20VBM: 0
2026-03-29 06:11:05 [bca.uk] INFO: Found listing with ID: OE71%20KNX
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE71%2520KNX%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Scrape type for OE71%20KNX: 0
2026-03-29 06:11:05 [bca.uk] INFO: Found listing with ID: FH22%20ZCO
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH22%2520ZCO%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Scrape type for FH22%20ZCO: 2
2026-03-29 06:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO
2026-03-29 06:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5332881-0694-5bc3-8d10-f1f639a2f05b with scrape type 2
2026-03-29 06:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5332881-0694-5bc3-8d10-f1f639a2f05b with scrape type 2
2026-03-29 06:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5332881-0694-5bc3-8d10-f1f639a2f05b, identifier: FH22%20ZCO
2026-03-29 06:11:05 [bca.uk] INFO: Found listing with ID: LL58%20VHF
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL58%2520VHF%27 HTTP/1.1" 200 None
2026-03-29 06:11:05 [bca.uk] INFO: Scrape type for LL58%20VHF: 2
2026-03-29 06:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63ed4add-fa77-5ccc-883b-b14d9be87b7b with identifier: LL58%20VHF
2026-03-29 06:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63ed4add-fa77-5ccc-883b-b14d9be87b7b with scrape type 2
2026-03-29 06:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63ed4add-fa77-5ccc-883b-b14d9be87b7b with scrape type 2
2026-03-29 06:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63ed4add-fa77-5ccc-883b-b14d9be87b7b, identifier: LL58%20VHF
2026-03-29 06:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ
2026-03-29 06:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ
2026-03-29 06:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ to the API
2026-03-29 06:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG69%20WXZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2dd06e04-198f-558a-8887-2c4e253bb31a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG69 WXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG69%20WXZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 29807,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 160 N-CONNECTA DCT Hatchback',
'transmission': 'automatic',
'trim': 'DIG-T 160 N-CONNECTA DCT',
'vin': 'SJNFFAJ11U2702191',
'year': 2020}
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG69%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Saving data for LG69%20WXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650007.8182, 'last_price_update_time': 1774764666.145054}
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG69%2520WXZ') HTTP/1.1" 204 0
2026-03-29 06:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO
2026-03-29 06:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO
2026-03-29 06:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO to the API
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH22%20ZCO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a5332881-0694-5bc3-8d10-f1f639a2f05b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FH22 ZCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH22%20ZCO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 36662,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD EDITION Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD EDITION',
'vin': 'SALZA2AT4PH196134',
'year': 2022}
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FH22%2520ZCO%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Saving data for FH22%20ZCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774563712.941384, 'last_price_update_time': 1774764666.428653}
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH22%2520ZCO') HTTP/1.1" 204 0
2026-03-29 06:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63ed4add-fa77-5ccc-883b-b14d9be87b7b with identifier: LL58%20VHF
2026-03-29 06:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63ed4add-fa77-5ccc-883b-b14d9be87b7b with identifier: LL58%20VHF
2026-03-29 06:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63ed4add-fa77-5ccc-883b-b14d9be87b7b with identifier: LL58%20VHF to the API
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL58%20VHF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '63ed4add-fa77-5ccc-883b-b14d9be87b7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL58 VHF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL58%20VHF&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'KA',
'odometer': 60355,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD KA 1.2 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'ZETEC',
'vin': 'WF0UXXLTRU9J27062',
'year': 2009}
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL58%2520VHF%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Saving data for LL58%20VHF: {'auction_closing_time': 1774778400.0, 'created_time': 1774650090.607036, 'last_price_update_time': 1774764666.705114}
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL58%2520VHF') HTTP/1.1" 204 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: MW20%20BWD
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW20%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for MW20%20BWD: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: MK20%20EFP
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK20%2520EFP%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for MK20%20EFP: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: MJ19%20UHC
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ19%2520UHC%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for MJ19%20UHC: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: PIJ%202496
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PIJ%25202496%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for PIJ%202496: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: LM22%20WZA
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM22%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for LM22%20WZA: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: YR20%20YRJ
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR20%2520YRJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for YR20%20YRJ: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: HG22%20NFU
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG22%2520NFU%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for HG22%20NFU: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: PN22%20USV
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PN22%2520USV%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for PN22%20USV: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: YB69%20VLK
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB69%2520VLK%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for YB69%20VLK: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: YK19%20RGE
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK19%2520RGE%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for YK19%20RGE: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: AK65%20SXZ
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK65%2520SXZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for AK65%20SXZ: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: LC72%20RVE
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC72%2520RVE%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for LC72%20RVE: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: LT21%20WOA
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT21%2520WOA%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for LT21%20WOA: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: YP69%20KHW
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP69%2520KHW%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for YP69%20KHW: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: LT21%20WSW
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT21%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for LT21%20WSW: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: YA72%20FHB
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA72%2520FHB%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for YA72%20FHB: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: YK21%20ZXN
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK21%2520ZXN%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for YK21%20ZXN: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: DL70%20XFN
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL70%2520XFN%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for DL70%20XFN: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: DL71%20YBH
2026-03-29 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520YBH%27 HTTP/1.1" 200 None
2026-03-29 06:11:06 [bca.uk] INFO: Scrape type for DL71%20YBH: 0
2026-03-29 06:11:06 [bca.uk] INFO: Found listing with ID: LC72%20MKP
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520MKP%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for LC72%20MKP: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: BG73%20WGW
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520WGW%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for BG73%20WGW: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: DN20%20SXZ
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520SXZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for DN20%20SXZ: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: DW24%20HFP
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW24%2520HFP%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for DW24%20HFP: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: BC70%20VUN
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC70%2520VUN%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for BC70%20VUN: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: HJ73%20OWX
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for HJ73%20OWX: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: EK18%20GYV
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520GYV%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for EK18%20GYV: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KM68%20OAY
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM68%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KM68%20OAY: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: LV20%20GXY
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV20%2520GXY%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for LV20%20GXY: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: LL17%20AXH
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520AXH%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for LL17%20AXH: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: T11%20PBG
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T11%2520PBG%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for T11%20PBG: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: GN20%20WLF
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for GN20%20WLF: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KP70%20LKM
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520LKM%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KP70%20LKM: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KW73%20LYF
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520LYF%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KW73%20LYF: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: BV20%20EFS
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520EFS%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for BV20%20EFS: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: GL71%20EOG
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for GL71%20EOG: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KR71%20YJH
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520YJH%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KR71%20YJH: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: RK71%20MPU
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520MPU%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for RK71%20MPU: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: YS19%20JMO
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520JMO%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for YS19%20JMO: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: BK71%20VZJ
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520VZJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for BK71%20VZJ: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: LT23%20OLX
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520OLX%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for LT23%20OLX: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: SY72%20JRO
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for SY72%20JRO: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: SL68%20YWR
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520YWR%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for SL68%20YWR: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: YG69%20EFA
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for YG69%20EFA: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: AF70%20OVM
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520OVM%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for AF70%20OVM: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: GD69%20XPA
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520XPA%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for GD69%20XPA: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: GL71%20PFZ
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520PFZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for GL71%20PFZ: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: LN18%20EZT
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520EZT%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for LN18%20EZT: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: MJ69%20HJC
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520HJC%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for MJ69%20HJC: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: MJ70%20LHA
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520LHA%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for MJ70%20LHA: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: HV22%20OTN
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OTN%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for HV22%20OTN: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: DL21%20GXB
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520GXB%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for DL21%20GXB: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: OE16%20VDP
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520VDP%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for OE16%20VDP: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KO23%20ULA
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO23%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KO23%20ULA: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: AR19%20OTG
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AR19%2520OTG%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for AR19%20OTG: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: EO69%20MVA
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520MVA%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for EO69%20MVA: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: SM72%20HUO
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520HUO%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for SM72%20HUO: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KT18%20FFE
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520FFE%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KT18%20FFE: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: FH70%20TTZ
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520TTZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for FH70%20TTZ: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: FP69%20KWM
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520KWM%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for FP69%20KWM: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: KE65%20YRY
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE65%2520YRY%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for KE65%20YRY: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: NU20%20LZS
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for NU20%20LZS: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: BB05%20OJB
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BB05%2520OJB%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for BB05%20OJB: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: FP69%20OJT
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520OJT%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for FP69%20OJT: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: GX70%20VAE
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520VAE%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for GX70%20VAE: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: SW69%20EFM
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520EFM%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for SW69%20EFM: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: VO69%20JNJ
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520JNJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for VO69%20JNJ: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: AJ19%20JYG
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for AJ19%20JYG: 0
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: BP67%20TPF
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 06:11:07 [bca.uk] INFO: Scrape type for BP67%20TPF: 2
2026-03-29 06:11:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF
2026-03-29 06:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca88a101-1292-5aea-9b9a-78edafb1c27a with scrape type 2
2026-03-29 06:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca88a101-1292-5aea-9b9a-78edafb1c27a with scrape type 2
2026-03-29 06:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca88a101-1292-5aea-9b9a-78edafb1c27a, identifier: BP67%20TPF
2026-03-29 06:11:07 [bca.uk] INFO: Found listing with ID: FX23%20RZA
2026-03-29 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520RZA%27 HTTP/1.1" 200 None
2026-03-29 06:11:08 [bca.uk] INFO: Scrape type for FX23%20RZA: 0
2026-03-29 06:11:08 [bca.uk] INFO: Found listing with ID: YH22%20XOY
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XOY%27 HTTP/1.1" 200 None
2026-03-29 06:11:08 [bca.uk] INFO: Scrape type for YH22%20XOY: 2
2026-03-29 06:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY
2026-03-29 06:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9528af0c-7422-553b-91f9-b9996dea15b0 with scrape type 2
2026-03-29 06:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9528af0c-7422-553b-91f9-b9996dea15b0 with scrape type 2
2026-03-29 06:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9528af0c-7422-553b-91f9-b9996dea15b0, identifier: YH22%20XOY
2026-03-29 06:11:08 [bca.uk] INFO: Found listing with ID: YB11%20BVO
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BVO%27 HTTP/1.1" 200 None
2026-03-29 06:11:08 [bca.uk] INFO: Scrape type for YB11%20BVO: 2
2026-03-29 06:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 481c18eb-9ed2-500c-814e-e0030832e9e8 with identifier: YB11%20BVO
2026-03-29 06:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 481c18eb-9ed2-500c-814e-e0030832e9e8 with scrape type 2
2026-03-29 06:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 481c18eb-9ed2-500c-814e-e0030832e9e8 with scrape type 2
2026-03-29 06:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 481c18eb-9ed2-500c-814e-e0030832e9e8, identifier: YB11%20BVO
2026-03-29 06:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF
2026-03-29 06:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF
2026-03-29 06:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF to the API
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP67%20TPF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ca88a101-1292-5aea-9b9a-78edafb1c27a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP67 TPF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP67%20TPF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 57993,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT MEGANE 1.2 TCE 130 SIGNATURE EDC Hatchback',
'transmission': 'automatic',
'trim': 'TCE 130 SIGNATURE EDC',
'vin': 'VF1RFB00359686389',
'year': 2018}
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 06:11:08 [bca.uk] INFO: Saving data for BP67%20TPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650191.286391, 'last_price_update_time': 1774764668.498897}
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP67%2520TPF') HTTP/1.1" 204 0
2026-03-29 06:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY
2026-03-29 06:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY
2026-03-29 06:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY to the API
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20XOY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '9528af0c-7422-553b-91f9-b9996dea15b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH22 XOY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20XOY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 30314,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A11N1623328',
'year': 2022}
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XOY%27 HTTP/1.1" 200 None
2026-03-29 06:11:08 [bca.uk] INFO: Saving data for YH22%20XOY: {'auction_closing_time': 1775037600.0, 'created_time': 1774563704.623138, 'last_price_update_time': 1774764668.864042}
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520XOY') HTTP/1.1" 204 0
2026-03-29 06:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 481c18eb-9ed2-500c-814e-e0030832e9e8 with identifier: YB11%20BVO
2026-03-29 06:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 481c18eb-9ed2-500c-814e-e0030832e9e8 with identifier: YB11%20BVO
2026-03-29 06:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 481c18eb-9ed2-500c-814e-e0030832e9e8 with identifier: YB11%20BVO to the API
2026-03-29 06:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB11%20BVO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '481c18eb-9ed2-500c-814e-e0030832e9e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB11 BVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB11%20BVO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 123398,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 TI-VCT 125 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TI-VCT 125 ZETEC',
'vin': 'WF0KXXGCBKBC50720',
'year': 2011}
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BVO%27 HTTP/1.1" 200 None
2026-03-29 06:11:09 [bca.uk] INFO: Saving data for YB11%20BVO: {'auction_closing_time': 1774778400.0, 'created_time': 1774650094.307435, 'last_price_update_time': 1774764669.159853}
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB11%2520BVO') HTTP/1.1" 204 0
2026-03-29 06:11:09 [bca.uk] INFO: Found listing with ID: HG19%20RSU
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:11:09 [bca.uk] INFO: Scrape type for HG19%20RSU: 2
2026-03-29 06:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU
2026-03-29 06:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da6ee6fb-aa41-5351-a95a-f71c9346edb5 with scrape type 2
2026-03-29 06:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da6ee6fb-aa41-5351-a95a-f71c9346edb5 with scrape type 2
2026-03-29 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da6ee6fb-aa41-5351-a95a-f71c9346edb5, identifier: HG19%20RSU
2026-03-29 06:11:09 [bca.uk] INFO: Found listing with ID: YN22%20WFX
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520WFX%27 HTTP/1.1" 200 None
2026-03-29 06:11:09 [bca.uk] INFO: Scrape type for YN22%20WFX: 2
2026-03-29 06:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX
2026-03-29 06:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abc009f0-8a5f-5d35-8f33-c7c724045693 with scrape type 2
2026-03-29 06:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abc009f0-8a5f-5d35-8f33-c7c724045693 with scrape type 2
2026-03-29 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abc009f0-8a5f-5d35-8f33-c7c724045693, identifier: YN22%20WFX
2026-03-29 06:11:09 [bca.uk] INFO: Found listing with ID: YR13%20AOE
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520AOE%27 HTTP/1.1" 200 None
2026-03-29 06:11:09 [bca.uk] INFO: Scrape type for YR13%20AOE: 2
2026-03-29 06:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a24d34e-6258-5aec-aff0-c49a2b53c856 with identifier: YR13%20AOE
2026-03-29 06:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a24d34e-6258-5aec-aff0-c49a2b53c856 with scrape type 2
2026-03-29 06:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a24d34e-6258-5aec-aff0-c49a2b53c856 with scrape type 2
2026-03-29 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a24d34e-6258-5aec-aff0-c49a2b53c856, identifier: YR13%20AOE
2026-03-29 06:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU
2026-03-29 06:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU
2026-03-29 06:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU to the API
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20RSU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'da6ee6fb-aa41-5351-a95a-f71c9346edb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG19 RSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20RSU&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 56853,
'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 AYGO 1.0 VVT-I X-TREND X-SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I X-TREND X-SHIFT',
'vin': 'JTDKGNEC40N438947',
'year': 2019}
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:11:09 [bca.uk] INFO: Saving data for HG19%20RSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650190.740263, 'last_price_update_time': 1774764669.775927}
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520RSU') HTTP/1.1" 204 0
2026-03-29 06:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX
2026-03-29 06:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX
2026-03-29 06:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX to the API
2026-03-29 06:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 331,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20WFX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'abc009f0-8a5f-5d35-8f33-c7c724045693',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YN22 WFX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20WFX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 51741,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 P575 S/C SVR StationWagon',
'transmission': 'automatic',
'trim': 'P575 S/C SVR',
'vin': 'SALWA2AE6NA228608',
'year': 2022}
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520WFX%27 HTTP/1.1" 200 None
2026-03-29 06:11:10 [bca.uk] INFO: Saving data for YN22%20WFX: {'auction_closing_time': 1775037600.0, 'created_time': 1774563699.871135, 'last_price_update_time': 1774764670.073266}
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520WFX') HTTP/1.1" 204 0
2026-03-29 06:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a24d34e-6258-5aec-aff0-c49a2b53c856 with identifier: YR13%20AOE
2026-03-29 06:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a24d34e-6258-5aec-aff0-c49a2b53c856 with identifier: YR13%20AOE
2026-03-29 06:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a24d34e-6258-5aec-aff0-c49a2b53c856 with identifier: YR13%20AOE to the API
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR13%20AOE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0a24d34e-6258-5aec-aff0-c49a2b53c856',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR13 AOE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR13%20AOE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 79772,
'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.4 TFSI 122 SPORT Hatchback',
'transmission': 'manual',
'trim': 'TFSI 122 SPORT',
'vin': 'WAUZZZ8VXDA045753',
'year': 2013}
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520AOE%27 HTTP/1.1" 200 None
2026-03-29 06:11:10 [bca.uk] INFO: Saving data for YR13%20AOE: {'auction_closing_time': 1774778400.0, 'created_time': 1774650078.301957, 'last_price_update_time': 1774764670.36403}
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR13%2520AOE') HTTP/1.1" 204 0
2026-03-29 06:11:10 [bca.uk] INFO: Found listing with ID: KX20%20HXR
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX20%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 06:11:10 [bca.uk] INFO: Scrape type for KX20%20HXR: 2
2026-03-29 06:11:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR
2026-03-29 06:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36ce459-3c2c-5aa7-b957-fe7000f8fcea with scrape type 2
2026-03-29 06:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36ce459-3c2c-5aa7-b957-fe7000f8fcea with scrape type 2
2026-03-29 06:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36ce459-3c2c-5aa7-b957-fe7000f8fcea, identifier: KX20%20HXR
2026-03-29 06:11:10 [bca.uk] INFO: Found listing with ID: DP22%20TKK
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKK%27 HTTP/1.1" 200 None
2026-03-29 06:11:10 [bca.uk] INFO: Scrape type for DP22%20TKK: 0
2026-03-29 06:11:10 [bca.uk] INFO: Found listing with ID: DX22%20RJJ
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:10 [bca.uk] INFO: Scrape type for DX22%20RJJ: 2
2026-03-29 06:11:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ
2026-03-29 06:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e54f5353-5f23-52f9-a63e-49f93bb972bf with scrape type 2
2026-03-29 06:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e54f5353-5f23-52f9-a63e-49f93bb972bf with scrape type 2
2026-03-29 06:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e54f5353-5f23-52f9-a63e-49f93bb972bf, identifier: DX22%20RJJ
2026-03-29 06:11:10 [bca.uk] INFO: Found listing with ID: EX63%20HVV
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520HVV%27 HTTP/1.1" 200 None
2026-03-29 06:11:10 [bca.uk] INFO: Scrape type for EX63%20HVV: 2
2026-03-29 06:11:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9bf1eff-2904-50b8-834e-9dec6cdf1016 with identifier: EX63%20HVV
2026-03-29 06:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9bf1eff-2904-50b8-834e-9dec6cdf1016 with scrape type 2
2026-03-29 06:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9bf1eff-2904-50b8-834e-9dec6cdf1016 with scrape type 2
2026-03-29 06:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9bf1eff-2904-50b8-834e-9dec6cdf1016, identifier: EX63%20HVV
2026-03-29 06:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR
2026-03-29 06:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR
2026-03-29 06:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR to the API
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX20%20HXR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c36ce459-3c2c-5aa7-b957-fe7000f8fcea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KX20 HXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX20%20HXR&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 70157,
'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 2.0 B5D AWD R DESIGN PRO StationWagon',
'transmission': 'automatic',
'trim': 'B5D AWD R DESIGN PRO',
'vin': 'YV1UZK2TCL1559006',
'year': 2020}
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KX20%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Saving data for KX20%20HXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650192.115002, 'last_price_update_time': 1774764671.050866}
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX20%2520HXR') HTTP/1.1" 204 0
2026-03-29 06:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:11:11 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 4 pages/min), scraped 1124 items (at 128 items/min)
2026-03-29 06:11:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 200MiB
2026-03-29 06:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ
2026-03-29 06:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ
2026-03-29 06:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ to the API
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 57,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX22%20RJJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e54f5353-5f23-52f9-a63e-49f93bb972bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DX22 RJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX22%20RJJ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 40476,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV R-DYNAMIC HSE',
'vin': 'SALYA2AY9NA336059',
'year': 2022}
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX22%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Saving data for DX22%20RJJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774591684.113916, 'last_price_update_time': 1774764671.407722}
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX22%2520RJJ') HTTP/1.1" 204 0
2026-03-29 06:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9bf1eff-2904-50b8-834e-9dec6cdf1016 with identifier: EX63%20HVV
2026-03-29 06:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9bf1eff-2904-50b8-834e-9dec6cdf1016 with identifier: EX63%20HVV
2026-03-29 06:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9bf1eff-2904-50b8-834e-9dec6cdf1016 with identifier: EX63%20HVV to the API
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX63%20HVV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.8L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd9bf1eff-2904-50b8-834e-9dec6cdf1016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX63 HVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX63%20HVV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'A3',
'odometer': 132081,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'AUDI A3 1.8 TFSI 180 QUATTRO S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 180 QUATTRO S LINE S-T',
'vin': 'WAUZZZ8V7EA048000',
'year': 2013}
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX63%2520HVV%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Saving data for EX63%20HVV: {'auction_closing_time': 1774778400.0, 'created_time': 1774650080.47508, 'last_price_update_time': 1774764671.694418}
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX63%2520HVV') HTTP/1.1" 204 0
2026-03-29 06:11:11 [bca.uk] INFO: Found listing with ID: NG21%20WPZ
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG21%2520WPZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Scrape type for NG21%20WPZ: 2
2026-03-29 06:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ
2026-03-29 06:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9145dea2-e009-5e94-ad39-57e44b9020bc with scrape type 2
2026-03-29 06:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9145dea2-e009-5e94-ad39-57e44b9020bc with scrape type 2
2026-03-29 06:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9145dea2-e009-5e94-ad39-57e44b9020bc, identifier: NG21%20WPZ
2026-03-29 06:11:11 [bca.uk] INFO: Found listing with ID: LA21%20FVD
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA21%2520FVD%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Scrape type for LA21%20FVD: 0
2026-03-29 06:11:11 [bca.uk] INFO: Found listing with ID: YB19%20VDE
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB19%2520VDE%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Scrape type for YB19%20VDE: 0
2026-03-29 06:11:11 [bca.uk] INFO: Found listing with ID: MV19%20VMW
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV19%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Scrape type for MV19%20VMW: 2
2026-03-29 06:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW
2026-03-29 06:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with scrape type 2
2026-03-29 06:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with scrape type 2
2026-03-29 06:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6, identifier: MV19%20VMW
2026-03-29 06:11:11 [bca.uk] INFO: Found listing with ID: GJ10%20XXD
2026-03-29 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ10%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 06:11:11 [bca.uk] INFO: Scrape type for GJ10%20XXD: 2
2026-03-29 06:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 093957a1-e8b0-594a-8988-aec2ea1532a1 with identifier: GJ10%20XXD
2026-03-29 06:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 093957a1-e8b0-594a-8988-aec2ea1532a1 with scrape type 2
2026-03-29 06:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 093957a1-e8b0-594a-8988-aec2ea1532a1 with scrape type 2
2026-03-29 06:11:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 093957a1-e8b0-594a-8988-aec2ea1532a1, identifier: GJ10%20XXD
2026-03-29 06:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ
2026-03-29 06:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ
2026-03-29 06:11:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ to the API
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG21%20WPZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9145dea2-e009-5e94-ad39-57e44b9020bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG21 WPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG21%20WPZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 54256,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 2.0 TSI 245 GTI DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 245 GTI DSG',
'vin': 'WVWZZZCDZMW048174',
'year': 2021}
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG21%2520WPZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:12 [bca.uk] INFO: Saving data for NG21%20WPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650179.97977, 'last_price_update_time': 1774764672.359844}
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG21%2520WPZ') HTTP/1.1" 204 0
2026-03-29 06:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW
2026-03-29 06:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW
2026-03-29 06:11:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW to the API
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV19%20VMW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9a2b5448-cc36-5e46-b92b-b9895bd7e6c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV19 VMW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV19%20VMW&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 66551,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'D 180 AWD R SPORT',
'vin': 'SADCA2AN1KA365871',
'year': 2019}
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV19%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 06:11:12 [bca.uk] INFO: Saving data for MV19%20VMW: {'auction_closing_time': 1775037600.0, 'created_time': 1774564737.831069, 'last_price_update_time': 1774764672.742009}
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV19%2520VMW') HTTP/1.1" 204 0
2026-03-29 06:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 093957a1-e8b0-594a-8988-aec2ea1532a1 with identifier: GJ10%20XXD
2026-03-29 06:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 093957a1-e8b0-594a-8988-aec2ea1532a1 with identifier: GJ10%20XXD
2026-03-29 06:11:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 093957a1-e8b0-594a-8988-aec2ea1532a1 with identifier: GJ10%20XXD to the API
2026-03-29 06:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ10%20XXD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '093957a1-e8b0-594a-8988-aec2ea1532a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ10 XXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ10%20XXD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'SCIROCCO',
'odometer': 102816,
'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 2.0 TSI 261 R Coupe',
'transmission': 'manual',
'trim': 'TSI 261 R',
'vin': 'WVWZZZ13ZAV443398',
'year': 2010}
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ10%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Saving data for GJ10%20XXD: {'auction_closing_time': 1774778400.0, 'created_time': 1774650080.090045, 'last_price_update_time': 1774764673.031699}
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ10%2520XXD') HTTP/1.1" 204 0
2026-03-29 06:11:13 [bca.uk] INFO: Found listing with ID: SE19%20GMF
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE19%2520GMF%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Scrape type for SE19%20GMF: 2
2026-03-29 06:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF
2026-03-29 06:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2758818d-d40a-52fd-bfc0-4772ea850f75 with scrape type 2
2026-03-29 06:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2758818d-d40a-52fd-bfc0-4772ea850f75 with scrape type 2
2026-03-29 06:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2758818d-d40a-52fd-bfc0-4772ea850f75, identifier: SE19%20GMF
2026-03-29 06:11:13 [bca.uk] INFO: Found listing with ID: SB72%20EXV
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB72%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Scrape type for SB72%20EXV: 0
2026-03-29 06:11:13 [bca.uk] INFO: Found listing with ID: SN22%20VMA
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SN22%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Scrape type for SN22%20VMA: 0
2026-03-29 06:11:13 [bca.uk] INFO: Found listing with ID: SO72%20UWU
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO72%2520UWU%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Scrape type for SO72%20UWU: 2
2026-03-29 06:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU
2026-03-29 06:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f023becc-9a8d-54c8-984d-73a27dee6300 with scrape type 2
2026-03-29 06:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f023becc-9a8d-54c8-984d-73a27dee6300 with scrape type 2
2026-03-29 06:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f023becc-9a8d-54c8-984d-73a27dee6300, identifier: SO72%20UWU
2026-03-29 06:11:13 [bca.uk] INFO: Found listing with ID: AD68%20EFA
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD68%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Scrape type for AD68%20EFA: 2
2026-03-29 06:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA
2026-03-29 06:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752cf902-0a6e-5a56-86bc-871f283043a0 with scrape type 2
2026-03-29 06:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752cf902-0a6e-5a56-86bc-871f283043a0 with scrape type 2
2026-03-29 06:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 752cf902-0a6e-5a56-86bc-871f283043a0, identifier: AD68%20EFA
2026-03-29 06:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF
2026-03-29 06:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF
2026-03-29 06:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF to the API
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE19%20GMF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2758818d-d40a-52fd-bfc0-4772ea850f75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE19 GMF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE19%20GMF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'X3',
'odometer': 71196,
'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 X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 20D M SPORT STEP',
'vin': 'WBATX36050ND75371',
'year': 2019}
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE19%2520GMF%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Saving data for SE19%20GMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650181.488745, 'last_price_update_time': 1774764673.675262}
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE19%2520GMF') HTTP/1.1" 204 0
2026-03-29 06:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU
2026-03-29 06:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU
2026-03-29 06:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU to the API
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 239,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO72%20UWU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f023becc-9a8d-54c8-984d-73a27dee6300',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SO72 UWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO72%20UWU&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 31820,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 P400 HSE StationWagon',
'transmission': 'automatic',
'trim': 'P400 HSE',
'vin': 'SALWA2AU8NA239021',
'year': 2022}
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SO72%2520UWU%27 HTTP/1.1" 200 None
2026-03-29 06:11:13 [bca.uk] INFO: Saving data for SO72%20UWU: {'auction_closing_time': 1775037600.0, 'created_time': 1774563953.390165, 'last_price_update_time': 1774764673.968899}
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO72%2520UWU') HTTP/1.1" 204 0
2026-03-29 06:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA
2026-03-29 06:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA
2026-03-29 06:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA to the API
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD68%20EFA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '752cf902-0a6e-5a56-86bc-871f283043a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AD68 EFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD68%20EFA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 89772,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
'transmission': 'automatic',
'trim': 'TD4 180 4WD HSE DYNAMIC',
'vin': 'SALVA2AN0KH346796',
'year': 2019}
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD68%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:14 [bca.uk] INFO: Saving data for AD68%20EFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650071.859215, 'last_price_update_time': 1774764674.258812}
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD68%2520EFA') HTTP/1.1" 204 0
2026-03-29 06:11:14 [bca.uk] INFO: Found listing with ID: DT19%20CYZ
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT19%2520CYZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:14 [bca.uk] INFO: Scrape type for DT19%20CYZ: 2
2026-03-29 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ
2026-03-29 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with scrape type 2
2026-03-29 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with scrape type 2
2026-03-29 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d, identifier: DT19%20CYZ
2026-03-29 06:11:14 [bca.uk] INFO: Total items found: 100
2026-03-29 06:11:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded
2026-03-29 06:11:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:11:14 [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 06:11:14 [bca.uk] INFO: Found listing with ID: SR22%20HBL
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR22%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 06:11:14 [bca.uk] INFO: Scrape type for SR22%20HBL: 0
2026-03-29 06:11:14 [bca.uk] INFO: Found listing with ID: YL68%20PNO
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520PNO%27 HTTP/1.1" 200 None
2026-03-29 06:11:14 [bca.uk] INFO: Scrape type for YL68%20PNO: 2
2026-03-29 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO
2026-03-29 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe7c0e33-3ba3-554b-92c6-48958d802b1a with scrape type 2
2026-03-29 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe7c0e33-3ba3-554b-92c6-48958d802b1a with scrape type 2
2026-03-29 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe7c0e33-3ba3-554b-92c6-48958d802b1a, identifier: YL68%20PNO
2026-03-29 06:11:14 [bca.uk] INFO: Found listing with ID: YO73%20JVR
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO73%2520JVR%27 HTTP/1.1" 200 None
2026-03-29 06:11:14 [bca.uk] INFO: Scrape type for YO73%20JVR: 2
2026-03-29 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR
2026-03-29 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a1792f4-ac38-5552-8954-926d20348472 with scrape type 2
2026-03-29 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a1792f4-ac38-5552-8954-926d20348472 with scrape type 2
2026-03-29 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a1792f4-ac38-5552-8954-926d20348472, identifier: YO73%20JVR
2026-03-29 06:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ
2026-03-29 06:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ
2026-03-29 06:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ to the API
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT19%20CYZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7bad5534-c0b9-50e6-b2a3-0caa1253dd6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT19 CYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT19%20CYZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'X1',
'odometer': 85917,
'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 X1 2.0 XDRIVE 20D SPORT STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 20D SPORT STEP',
'vin': 'WBAJJ120205N46237',
'year': 2019}
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT19%2520CYZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:14 [bca.uk] INFO: Saving data for DT19%20CYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650180.708832, 'last_price_update_time': 1774764674.899324}
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT19%2520CYZ') HTTP/1.1" 204 0
2026-03-29 06:11:14 [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 06:11:14 [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 06:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO
2026-03-29 06:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO
2026-03-29 06:11:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO to the API
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL68%20PNO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fe7c0e33-3ba3-554b-92c6-48958d802b1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL68 PNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL68%20PNO&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 78397,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 P200 AWD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P200 AWD R-DYNAMIC S',
'vin': 'SADFA2AX8K1Z38859',
'year': 2018}
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520PNO%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Saving data for YL68%20PNO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564731.556235, 'last_price_update_time': 1774764675.211137}
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL68%2520PNO') HTTP/1.1" 204 0
2026-03-29 06:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR
2026-03-29 06:11:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR
2026-03-29 06:11:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR to the API
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO73%20JVR-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4a1792f4-ac38-5552-8954-926d20348472',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YO73 JVR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO73%20JVR&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'RANGER',
'odometer': 16038,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 205 4WD WILDTRAK',
'vin': '6FPPXXMJ2PPU15634',
'year': 2024}
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO73%2520JVR%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Saving data for YO73%20JVR: {'auction_closing_time': 1775037600.0, 'created_time': 1774045943.806298, 'last_price_update_time': 1774764675.523308}
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO73%2520JVR') HTTP/1.1" 204 0
2026-03-29 06:11:15 [bca.uk] INFO: Found listing with ID: WR70%20CUU
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CUU%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Scrape type for WR70%20CUU: 2
2026-03-29 06:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU
2026-03-29 06:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6, identifier: WR70%20CUU
2026-03-29 06:11:15 [bca.uk] INFO: Found listing with ID: EG68%20NZZ
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520NZZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Scrape type for EG68%20NZZ: 2
2026-03-29 06:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ
2026-03-29 06:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84054928-12aa-5109-8d6d-520246991fab with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84054928-12aa-5109-8d6d-520246991fab with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84054928-12aa-5109-8d6d-520246991fab, identifier: EG68%20NZZ
2026-03-29 06:11:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:11:15 [bca.uk] INFO: Found listing with ID: KR73%20LWW
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR73%2520LWW%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Scrape type for KR73%20LWW: 0
2026-03-29 06:11:15 [bca.uk] INFO: Found listing with ID: URZ%205028
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25205028%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Scrape type for URZ%205028: 0
2026-03-29 06:11:15 [bca.uk] INFO: Found listing with ID: YG22%20KDJ
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520KDJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Scrape type for YG22%20KDJ: 2
2026-03-29 06:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ
2026-03-29 06:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48434c07-c34a-542f-9872-c1f48df92665 with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48434c07-c34a-542f-9872-c1f48df92665 with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48434c07-c34a-542f-9872-c1f48df92665, identifier: YG22%20KDJ
2026-03-29 06:11:15 [bca.uk] INFO: Found listing with ID: ET15%20LUB
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET15%2520LUB%27 HTTP/1.1" 200 None
2026-03-29 06:11:15 [bca.uk] INFO: Scrape type for ET15%20LUB: 2
2026-03-29 06:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cba4cd3c-214d-5a57-af05-a9f436f389a7 with identifier: ET15%20LUB
2026-03-29 06:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cba4cd3c-214d-5a57-af05-a9f436f389a7 with scrape type 2
2026-03-29 06:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cba4cd3c-214d-5a57-af05-a9f436f389a7 with scrape type 2
2026-03-29 06:11:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cba4cd3c-214d-5a57-af05-a9f436f389a7, identifier: ET15%20LUB
2026-03-29 06:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU
2026-03-29 06:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU
2026-03-29 06:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU to the API
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR70%20CUU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c2d9f491-b04b-520a-b7c6-f2d1f94c37e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR70 CUU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR70%20CUU&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SKODA',
'model': 'KAROQ',
'odometer': 64854,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'SKODA KAROQ 1.5 TSI 150 SPORTLINE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 150 SPORTLINE DSG',
'vin': 'TMBKR7NU2M2016052',
'year': 2020}
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CUU%27 HTTP/1.1" 200 None
2026-03-29 06:11:16 [bca.uk] INFO: Saving data for WR70%20CUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650183.636864, 'last_price_update_time': 1774764676.279853}
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR70%2520CUU') HTTP/1.1" 204 0
2026-03-29 06:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ
2026-03-29 06:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ
2026-03-29 06:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ to the API
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:16 [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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG68%20NZZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '84054928-12aa-5109-8d6d-520246991fab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EG68 NZZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG68%20NZZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 78462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.5 EBL 120 ST-LINE X P/S Hatchback',
'transmission': 'automatic',
'trim': 'EBL 120 ST-LINE X P/S',
'vin': 'WF0NXXGCHNJA84610',
'year': 2019}
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520NZZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:16 [bca.uk] INFO: Saving data for EG68%20NZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650160.401476, 'last_price_update_time': 1774764676.638062}
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG68%2520NZZ') HTTP/1.1" 204 0
2026-03-29 06:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ
2026-03-29 06:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ
2026-03-29 06:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ to the API
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20KDJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '48434c07-c34a-542f-9872-c1f48df92665',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG22 KDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20KDJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 32082,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A12N1623421',
'year': 2022}
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520KDJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:16 [bca.uk] INFO: Saving data for YG22%20KDJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774563953.748789, 'last_price_update_time': 1774764676.903279}
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520KDJ') HTTP/1.1" 204 0
2026-03-29 06:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cba4cd3c-214d-5a57-af05-a9f436f389a7 with identifier: ET15%20LUB
2026-03-29 06:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cba4cd3c-214d-5a57-af05-a9f436f389a7 with identifier: ET15%20LUB
2026-03-29 06:11:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cba4cd3c-214d-5a57-af05-a9f436f389a7 with identifier: ET15%20LUB to the API
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET15%20LUB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'cba4cd3c-214d-5a57-af05-a9f436f389a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET15 LUB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET15%20LUB&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'LEXUS',
'model': 'IS 300H',
'odometer': 168616,
'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': 'LEXUS IS 300H 2.5 ADVANCE Saloon',
'transmission': 'manual',
'trim': 'ADVANCE',
'vin': 'JTHBH5D2805045425',
'year': 2015}
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET15%2520LUB%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Saving data for ET15%20LUB: {'auction_closing_time': 1774778400.0, 'created_time': 1774650063.232389, 'last_price_update_time': 1774764677.188707}
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET15%2520LUB') HTTP/1.1" 204 0
2026-03-29 06:11:17 [bca.uk] INFO: Found listing with ID: JK03%20RWK
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JK03%2520RWK%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Scrape type for JK03%20RWK: 2
2026-03-29 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK
2026-03-29 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a, identifier: JK03%20RWK
2026-03-29 06:11:17 [bca.uk] INFO: Found listing with ID: MA20%20EVV
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520EVV%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Scrape type for MA20%20EVV: 0
2026-03-29 06:11:17 [bca.uk] INFO: Found listing with ID: PL69%20EVM
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL69%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Scrape type for PL69%20EVM: 2
2026-03-29 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM
2026-03-29 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bb285e1-cd25-5b58-980d-f382ff78041c with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bb285e1-cd25-5b58-980d-f382ff78041c with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bb285e1-cd25-5b58-980d-f382ff78041c, identifier: PL69%20EVM
2026-03-29 06:11:17 [bca.uk] INFO: Found listing with ID: PJ22%20EAX
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ22%2520EAX%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Scrape type for PJ22%20EAX: 2
2026-03-29 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX
2026-03-29 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00b07b39-dddf-5e46-9751-35d95ed0f4aa with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00b07b39-dddf-5e46-9751-35d95ed0f4aa with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00b07b39-dddf-5e46-9751-35d95ed0f4aa, identifier: PJ22%20EAX
2026-03-29 06:11:17 [bca.uk] INFO: Found listing with ID: GU08%20JYS
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU08%2520JYS%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Scrape type for GU08%20JYS: 2
2026-03-29 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5f206b-36ce-5d23-ac48-62e685d586c4 with identifier: GU08%20JYS
2026-03-29 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5f206b-36ce-5d23-ac48-62e685d586c4 with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5f206b-36ce-5d23-ac48-62e685d586c4 with scrape type 2
2026-03-29 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb5f206b-36ce-5d23-ac48-62e685d586c4, identifier: GU08%20JYS
2026-03-29 06:11:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK
2026-03-29 06:11:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK
2026-03-29 06:11:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK to the API
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 244,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JK03%20RWK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.9L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '957823a3-9b1c-5eae-b9f5-3bf12c879f9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'JK03 RWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=JK03%20RWK&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'PORSCHE',
'model': 'PANAMERA',
'odometer': 27659,
'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': 'PORSCHE PANAMERA 2.9 V6 4 PDK Hatchback',
'transmission': 'automatic',
'trim': 'V6 4 PDK',
'vin': 'WP0ZZZ976PL100498',
'year': 2023}
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JK03%2520RWK%27 HTTP/1.1" 200 None
2026-03-29 06:11:17 [bca.uk] INFO: Saving data for JK03%20RWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650160.034744, 'last_price_update_time': 1774764677.946121}
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JK03%2520RWK') HTTP/1.1" 204 0
2026-03-29 06:11:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM
2026-03-29 06:11:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM
2026-03-29 06:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM to the API
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:18 [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': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL69%20EVM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4bb285e1-cd25-5b58-980d-f382ff78041c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL69 EVM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL69%20EVM&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 35384,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 95 TREND Hatchback',
'transmission': 'manual',
'trim': 'E/B 95 TREND',
'vin': 'WF0FXXGAHFKP25795',
'year': 2020}
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11: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 06:11:18 [bca.uk] INFO: Saving data for PL69%20EVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650160.76299, 'last_price_update_time': 1774764678.243654}
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL69%2520EVM') HTTP/1.1" 204 0
2026-03-29 06:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX
2026-03-29 06:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX
2026-03-29 06:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX to the API
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 50,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ22%20EAX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '00b07b39-dddf-5e46-9751-35d95ed0f4aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PJ22 EAX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ22%20EAX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 38976,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV SE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV SE',
'vin': 'SALYA2AY4NA339192',
'year': 2022}
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:18 [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 06:11:18 [bca.uk] INFO: Saving data for PJ22%20EAX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650185.52289, 'last_price_update_time': 1774764678.624046}
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ22%2520EAX') HTTP/1.1" 204 0
2026-03-29 06:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb5f206b-36ce-5d23-ac48-62e685d586c4 with identifier: GU08%20JYS
2026-03-29 06:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb5f206b-36ce-5d23-ac48-62e685d586c4 with identifier: GU08%20JYS
2026-03-29 06:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb5f206b-36ce-5d23-ac48-62e685d586c4 with identifier: GU08%20JYS to the API
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU08%20JYS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb5f206b-36ce-5d23-ac48-62e685d586c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU08 JYS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU08%20JYS&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 58299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'NISSAN NOTE 1.4 VISIA Hatchback',
'transmission': 'manual',
'trim': 'VISIA',
'vin': 'SJNFAAE11U1255417',
'year': 2008}
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU08%2520JYS%27 HTTP/1.1" 200 None
2026-03-29 06:11:18 [bca.uk] INFO: Saving data for GU08%20JYS: {'auction_closing_time': 1774778400.0, 'created_time': 1774650067.220166, 'last_price_update_time': 1774764678.893993}
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU08%2520JYS') HTTP/1.1" 204 0
2026-03-29 06:11:18 [bca.uk] INFO: Found listing with ID: SW25%20DKD
2026-03-29 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11: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 06:11:18 [bca.uk] INFO: Scrape type for SW25%20DKD: 2
2026-03-29 06:11:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD
2026-03-29 06:11:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cbb2c54-5d08-5538-a189-6b21a9130fdc with scrape type 2
2026-03-29 06:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cbb2c54-5d08-5538-a189-6b21a9130fdc with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cbb2c54-5d08-5538-a189-6b21a9130fdc, identifier: SW25%20DKD
2026-03-29 06:11:19 [bca.uk] INFO: Found listing with ID: YH68%20MJZ
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [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 06:11:19 [bca.uk] INFO: Scrape type for YH68%20MJZ: 2
2026-03-29 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ
2026-03-29 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db41c689-0fae-54d6-8347-bffc46c9a131 with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db41c689-0fae-54d6-8347-bffc46c9a131 with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db41c689-0fae-54d6-8347-bffc46c9a131, identifier: YH68%20MJZ
2026-03-29 06:11:19 [bca.uk] INFO: Found listing with ID: PL22%20ZXS
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [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 06:11:19 [bca.uk] INFO: Scrape type for PL22%20ZXS: 2
2026-03-29 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS
2026-03-29 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d2500e5-9232-5d6b-ae66-047e88327600 with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d2500e5-9232-5d6b-ae66-047e88327600 with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d2500e5-9232-5d6b-ae66-047e88327600, identifier: PL22%20ZXS
2026-03-29 06:11:19 [bca.uk] INFO: Found listing with ID: HK75%20CPY
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [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 06:11:19 [bca.uk] INFO: Scrape type for HK75%20CPY: 0
2026-03-29 06:11:19 [bca.uk] INFO: Found listing with ID: NJ16%20VNL
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 06:11:19 [bca.uk] INFO: Scrape type for NJ16%20VNL: 2
2026-03-29 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d4d723-08d8-542b-835d-7a866c7ff1f3 with identifier: NJ16%20VNL
2026-03-29 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0d4d723-08d8-542b-835d-7a866c7ff1f3 with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0d4d723-08d8-542b-835d-7a866c7ff1f3 with scrape type 2
2026-03-29 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0d4d723-08d8-542b-835d-7a866c7ff1f3, identifier: NJ16%20VNL
2026-03-29 06:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD
2026-03-29 06:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD
2026-03-29 06:11:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD to the API
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 193,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW25%20DKD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2cbb2c54-5d08-5538-a189-6b21a9130fdc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW25 DKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW25%20DKD&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 14913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 D250 EDITION StationWagon',
'transmission': 'automatic',
'trim': 'D250 EDITION',
'vin': 'SAL1A2AW1SA468602',
'year': 2025}
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [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 06:11:19 [bca.uk] INFO: Saving data for SW25%20DKD: {'auction_closing_time': 1775124000.0, 'created_time': 1774650165.212288, 'last_price_update_time': 1774764679.621797}
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW25%2520DKD') HTTP/1.1" 204 0
2026-03-29 06:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ
2026-03-29 06:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ
2026-03-29 06:11:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ to the API
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:19 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH68%20MJZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'db41c689-0fae-54d6-8347-bffc46c9a131',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH68 MJZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH68%20MJZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'AUDI',
'model': 'A4',
'odometer': 61550,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'AUDI A4 2.0 40 TDI S LINE S-T Saloon',
'transmission': 'automatic',
'trim': '40 TDI S LINE S-T',
'vin': 'WAUZZZF40KN003771',
'year': 2019}
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [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 06:11:19 [bca.uk] INFO: Saving data for YH68%20MJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535665.728592, 'last_price_update_time': 1774764679.90648}
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH68%2520MJZ') HTTP/1.1" 204 0
2026-03-29 06:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS
2026-03-29 06:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS
2026-03-29 06:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS to the API
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 75,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL22%20ZXS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '6d2500e5-9232-5d6b-ae66-047e88327600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PL22 ZXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL22%20ZXS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 73100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE SILVER StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE SILVER',
'vin': 'SALWA2AY4NA236281',
'year': 2022}
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL22%2520ZXS%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Saving data for PL22%20ZXS: {'auction_closing_time': 1775037600.0, 'created_time': 1774650186.408135, 'last_price_update_time': 1774764680.211183}
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL22%2520ZXS') HTTP/1.1" 204 0
2026-03-29 06:11:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0d4d723-08d8-542b-835d-7a866c7ff1f3 with identifier: NJ16%20VNL
2026-03-29 06:11:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0d4d723-08d8-542b-835d-7a866c7ff1f3 with identifier: NJ16%20VNL
2026-03-29 06:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0d4d723-08d8-542b-835d-7a866c7ff1f3 with identifier: NJ16%20VNL to the API
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ16%20VNL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c0d4d723-08d8-542b-835d-7a866c7ff1f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ16 VNL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ16%20VNL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 121099,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLVO XC90 2.0 D5 225 AWD R DESIGN G/T StationWagon',
'transmission': 'manual',
'trim': 'D5 225 AWD R DESIGN G/T',
'vin': 'YV1LFA4BCG1091791',
'year': 2016}
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Saving data for NJ16%20VNL: {'auction_closing_time': 1774778400.0, 'created_time': 1774650067.598376, 'last_price_update_time': 1774764680.50033}
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ16%2520VNL') HTTP/1.1" 204 0
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: SY21%20TTU
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520TTU%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for SY21%20TTU: 2
2026-03-29 06:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU
2026-03-29 06:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21, identifier: SY21%20TTU
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: FP67%20CCY
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for FP67%20CCY: 2
2026-03-29 06:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY
2026-03-29 06:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 429e4d20-b1dd-5d11-b6f8-3b4bde340622, identifier: FP67%20CCY
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: EY22%20OLV
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520OLV%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for EY22%20OLV: 0
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: GC21%20BWV
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC21%2520BWV%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for GC21%20BWV: 0
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: KS70%20HZE
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520HZE%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for KS70%20HZE: 0
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: KS71%20XJX
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520XJX%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for KS71%20XJX: 2
2026-03-29 06:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX
2026-03-29 06:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8, identifier: KS71%20XJX
2026-03-29 06:11:20 [bca.uk] INFO: Found listing with ID: PO59%20TUH
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO59%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 06:11:20 [bca.uk] INFO: Scrape type for PO59%20TUH: 2
2026-03-29 06:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e245587d-1260-5ab8-981e-096186fb1ab3 with identifier: PO59%20TUH
2026-03-29 06:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e245587d-1260-5ab8-981e-096186fb1ab3 with scrape type 2
2026-03-29 06:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e245587d-1260-5ab8-981e-096186fb1ab3 with scrape type 2
2026-03-29 06:11:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e245587d-1260-5ab8-981e-096186fb1ab3, identifier: PO59%20TUH
2026-03-29 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU
2026-03-29 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU
2026-03-29 06:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU to the API
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY21%20TTU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b1c6040f-2200-51d8-8fbb-22ca1f1ccc21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY21 TTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY21%20TTU&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 56984,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 CRDI 115 48V MHD 2WD SE StationWagon',
'transmission': 'manual',
'trim': 'CRDI 115 48V MHD 2WD SE',
'vin': 'TMAJ3817LLJ146212',
'year': 2021}
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520TTU%27 HTTP/1.1" 200 None
2026-03-29 06:11:21 [bca.uk] INFO: Saving data for SY21%20TTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650168.912843, 'last_price_update_time': 1774764681.305057}
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY21%2520TTU') HTTP/1.1" 204 0
2026-03-29 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY
2026-03-29 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY
2026-03-29 06:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY to the API
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:21 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20CCY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '429e4d20-b1dd-5d11-b6f8-3b4bde340622',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP67 CCY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20CCY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 50822,
'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 SE TECH Hatchback',
'transmission': 'automatic',
'trim': 'TD4 180 4WD SE TECH',
'vin': 'SALVA2AN0HH266648',
'year': 2017}
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 06:11:21 [bca.uk] INFO: Saving data for FP67%20CCY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650169.894821, 'last_price_update_time': 1774764681.675028}
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520CCY') HTTP/1.1" 204 0
2026-03-29 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX
2026-03-29 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX
2026-03-29 06:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX to the API
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 238,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS71%20XJX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '24c4f21b-54b8-52a0-ad52-6d3b1884b3f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KS71 XJX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS71%20XJX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 34488,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'D300 HSE DYNAMIC BLACK',
'vin': 'SALWA2AW9NA224335',
'year': 2022}
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520XJX%27 HTTP/1.1" 200 None
2026-03-29 06:11:21 [bca.uk] INFO: Saving data for KS71%20XJX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650187.153322, 'last_price_update_time': 1774764681.954917}
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520XJX') HTTP/1.1" 204 0
2026-03-29 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e245587d-1260-5ab8-981e-096186fb1ab3 with identifier: PO59%20TUH
2026-03-29 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e245587d-1260-5ab8-981e-096186fb1ab3 with identifier: PO59%20TUH
2026-03-29 06:11:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e245587d-1260-5ab8-981e-096186fb1ab3 with identifier: PO59%20TUH to the API
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO59%20TUH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e245587d-1260-5ab8-981e-096186fb1ab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PO59 TUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO59%20TUH&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 125196,
'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 QASHQAI 1.6 N-TEC Hatchback',
'transmission': 'manual',
'trim': 'N-TEC',
'vin': 'SJNFAAJ10U1473461',
'year': 2009}
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO59%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 06:11:22 [bca.uk] INFO: Saving data for PO59%20TUH: {'auction_closing_time': 1774778400.0, 'created_time': 1774650006.778041, 'last_price_update_time': 1774764682.294871}
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO59%2520TUH') HTTP/1.1" 204 0
2026-03-29 06:11:22 [bca.uk] INFO: Found listing with ID: PK70%20LYY
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK70%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 06:11:22 [bca.uk] INFO: Scrape type for PK70%20LYY: 2
2026-03-29 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY
2026-03-29 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b10122-6de3-53ee-9155-e37af0e7df44 with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b10122-6de3-53ee-9155-e37af0e7df44 with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8b10122-6de3-53ee-9155-e37af0e7df44, identifier: PK70%20LYY
2026-03-29 06:11:22 [bca.uk] INFO: Found listing with ID: DN21%20WVE
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520WVE%27 HTTP/1.1" 200 None
2026-03-29 06:11:22 [bca.uk] INFO: Scrape type for DN21%20WVE: 2
2026-03-29 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE
2026-03-29 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3160be-d9b4-5590-8554-3534aad91e1f with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a3160be-d9b4-5590-8554-3534aad91e1f with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a3160be-d9b4-5590-8554-3534aad91e1f, identifier: DN21%20WVE
2026-03-29 06:11:22 [bca.uk] INFO: Found listing with ID: LO72%20NXR
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520NXR%27 HTTP/1.1" 200 None
2026-03-29 06:11:22 [bca.uk] INFO: Scrape type for LO72%20NXR: 0
2026-03-29 06:11:22 [bca.uk] INFO: Found listing with ID: LT22%20AOR
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520AOR%27 HTTP/1.1" 200 None
2026-03-29 06:11:22 [bca.uk] INFO: Scrape type for LT22%20AOR: 2
2026-03-29 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR
2026-03-29 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e, identifier: LT22%20AOR
2026-03-29 06:11:22 [bca.uk] INFO: Found listing with ID: YT66%20UER
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT66%2520UER%27 HTTP/1.1" 200 None
2026-03-29 06:11:22 [bca.uk] INFO: Scrape type for YT66%20UER: 2
2026-03-29 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4751b72-aded-5b91-8930-3eeb9797dded with identifier: YT66%20UER
2026-03-29 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4751b72-aded-5b91-8930-3eeb9797dded with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4751b72-aded-5b91-8930-3eeb9797dded with scrape type 2
2026-03-29 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4751b72-aded-5b91-8930-3eeb9797dded, identifier: YT66%20UER
2026-03-29 06:11:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY
2026-03-29 06:11:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY
2026-03-29 06:11:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY to the API
2026-03-29 06:11:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK70%20LYY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c8b10122-6de3-53ee-9155-e37af0e7df44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK70 LYY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK70%20LYY&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 30857,
'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': 'DACIA DUSTER 1.5 BLUE DCI 115 PRESTIGE StationWagon',
'transmission': 'manual',
'trim': 'BLUE DCI 115 PRESTIGE',
'vin': 'VF1HJD20564751583',
'year': 2021}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [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 06:11:23 [bca.uk] INFO: Saving data for PK70%20LYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774391406.939232, 'last_price_update_time': 1774764683.053269}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK70%2520LYY') HTTP/1.1" 204 0
2026-03-29 06:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE
2026-03-29 06:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE
2026-03-29 06:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE to the API
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:23 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN21%20WVE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5a3160be-d9b4-5590-8554-3534aad91e1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN21 WVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN21%20WVE&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 31426,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 TURBO 100 SRI Hatchback',
'transmission': 'manual',
'trim': 'TURBO 100 SRI',
'vin': 'VXKUPHNEKM4169020',
'year': 2021}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [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 06:11:23 [bca.uk] INFO: Saving data for DN21%20WVE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650172.833096, 'last_price_update_time': 1774764683.351991}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN21%2520WVE') HTTP/1.1" 204 0
2026-03-29 06:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR
2026-03-29 06:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR
2026-03-29 06:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR to the API
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20AOR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LT22 AOR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20AOR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 36705,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D200 URBAN ED.(7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D200 URBAN ED.(7ST)',
'vin': 'SALCA2AN0PH916438',
'year': 2022}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [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 06:11:23 [bca.uk] INFO: Saving data for LT22%20AOR: {'auction_closing_time': 1775037600.0, 'created_time': 1774650195.607798, 'last_price_update_time': 1774764683.630558}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520AOR') HTTP/1.1" 204 0
2026-03-29 06:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4751b72-aded-5b91-8930-3eeb9797dded with identifier: YT66%20UER
2026-03-29 06:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4751b72-aded-5b91-8930-3eeb9797dded with identifier: YT66%20UER
2026-03-29 06:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4751b72-aded-5b91-8930-3eeb9797dded with identifier: YT66%20UER to the API
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT66%20UER-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'd4751b72-aded-5b91-8930-3eeb9797dded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT66 UER',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT66%20UER&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 164455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLVO XC90 2.0 T8 T/E MOMENTUM G/T StationWagon',
'transmission': 'manual',
'trim': 'T8 T/E MOMENTUM G/T',
'vin': 'YV1LFBABDH1126376',
'year': 2016}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT66%2520UER%27 HTTP/1.1" 200 None
2026-03-29 06:11:23 [bca.uk] INFO: Saving data for YT66%20UER: {'auction_closing_time': 1774778400.0, 'created_time': 1774650036.411046, 'last_price_update_time': 1774764683.926143}
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT66%2520UER') HTTP/1.1" 204 0
2026-03-29 06:11:23 [bca.uk] INFO: Found listing with ID: SF19%20LPH
2026-03-29 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:23 [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 06:11:23 [bca.uk] INFO: Scrape type for SF19%20LPH: 2
2026-03-29 06:11:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH
2026-03-29 06:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f525a5-6477-5e36-9cd7-82af48c57163 with scrape type 2
2026-03-29 06:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44f525a5-6477-5e36-9cd7-82af48c57163 with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44f525a5-6477-5e36-9cd7-82af48c57163, identifier: SF19%20LPH
2026-03-29 06:11:24 [bca.uk] INFO: Found listing with ID: FL69%20SVT
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520SVT%27 HTTP/1.1" 200 None
2026-03-29 06:11:24 [bca.uk] INFO: Scrape type for FL69%20SVT: 0
2026-03-29 06:11:24 [bca.uk] INFO: Found listing with ID: KN70%20XSP
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 06:11:24 [bca.uk] INFO: Scrape type for KN70%20XSP: 2
2026-03-29 06:11:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP
2026-03-29 06:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02c73c5b-cba7-5711-aab0-d5c969edf22f with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02c73c5b-cba7-5711-aab0-d5c969edf22f with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02c73c5b-cba7-5711-aab0-d5c969edf22f, identifier: KN70%20XSP
2026-03-29 06:11:24 [bca.uk] INFO: Found listing with ID: YK20%20OEJ
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK20%2520OEJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:24 [bca.uk] INFO: Scrape type for YK20%20OEJ: 2
2026-03-29 06:11:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ
2026-03-29 06:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1, identifier: YK20%20OEJ
2026-03-29 06:11:24 [bca.uk] INFO: Found listing with ID: BN20%20ZMU
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520ZMU%27 HTTP/1.1" 200 None
2026-03-29 06:11:24 [bca.uk] INFO: Scrape type for BN20%20ZMU: 0
2026-03-29 06:11:24 [bca.uk] INFO: Found listing with ID: VN11%20JKK
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN11%2520JKK%27 HTTP/1.1" 200 None
2026-03-29 06:11:24 [bca.uk] INFO: Scrape type for VN11%20JKK: 2
2026-03-29 06:11:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9ef4631-1810-54a8-a171-a68ed7fe3606 with identifier: VN11%20JKK
2026-03-29 06:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9ef4631-1810-54a8-a171-a68ed7fe3606 with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9ef4631-1810-54a8-a171-a68ed7fe3606 with scrape type 2
2026-03-29 06:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9ef4631-1810-54a8-a171-a68ed7fe3606, identifier: VN11%20JKK
2026-03-29 06:11:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH
2026-03-29 06:11:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH
2026-03-29 06:11:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH to the API
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF19%20LPH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '44f525a5-6477-5e36-9cd7-82af48c57163',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SF19 LPH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF19%20LPH&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'FIESTA ACTIVE',
'odometer': 17563,
'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 ACTIVE 1.0 E/B 125 1 Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 1',
'vin': 'WF0JXXGAHJKE50524',
'year': 2019}
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520LPH%27 HTTP/1.1" 200 None
2026-03-29 06:11:24 [bca.uk] INFO: Saving data for SF19%20LPH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650168.558917, 'last_price_update_time': 1774764684.727138}
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF19%2520LPH') HTTP/1.1" 204 0
2026-03-29 06:11:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP
2026-03-29 06:11:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP
2026-03-29 06:11:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP to the API
2026-03-29 06:11:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:25 [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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN70%20XSP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '02c73c5b-cba7-5711-aab0-d5c969edf22f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN70 XSP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN70%20XSP&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SEAT',
'model': 'ATECA',
'odometer': 54698,
'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': 'SEAT ATECA 1.5 TSI EVO 150 XCELLENCE EZ DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI EVO 150 XCELLENCE EZ DSG',
'vin': 'VSSZZZ5FZL6557559',
'year': 2020}
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Saving data for KN70%20XSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650173.449092, 'last_price_update_time': 1774764685.099595}
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520XSP') HTTP/1.1" 204 0
2026-03-29 06:11:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ
2026-03-29 06:11:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ
2026-03-29 06:11:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ to the API
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK20%20OEJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c9ed5f0-e300-5000-95ae-ecbcd9f91be1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK20 OEJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK20%20OEJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 61034,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC S (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D180 R-DYNAMIC S (7ST)',
'vin': 'SALCA2AN3LH854673',
'year': 2020}
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK20%2520OEJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Saving data for YK20%20OEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650088.432882, 'last_price_update_time': 1774764685.387459}
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK20%2520OEJ') HTTP/1.1" 204 0
2026-03-29 06:11:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9ef4631-1810-54a8-a171-a68ed7fe3606 with identifier: VN11%20JKK
2026-03-29 06:11:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9ef4631-1810-54a8-a171-a68ed7fe3606 with identifier: VN11%20JKK
2026-03-29 06:11:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9ef4631-1810-54a8-a171-a68ed7fe3606 with identifier: VN11%20JKK to the API
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN11%20JKK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a9ef4631-1810-54a8-a171-a68ed7fe3606',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN11 JKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN11%20JKK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'TT',
'odometer': 183508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'AUDI TT 2.0 TDI QUATTRO SPORT Coupe',
'transmission': 'manual',
'trim': 'TDI QUATTRO SPORT',
'vin': 'TRUZZZ8J7B1016052',
'year': 2011}
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN11%2520JKK%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Saving data for VN11%20JKK: {'auction_closing_time': 1774778400.0, 'created_time': 1774477873.884202, 'last_price_update_time': 1774764685.672622}
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN11%2520JKK') HTTP/1.1" 204 0
2026-03-29 06:11:25 [bca.uk] INFO: Found listing with ID: SK22%20ZRT
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520ZRT%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Scrape type for SK22%20ZRT: 2
2026-03-29 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT
2026-03-29 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5213e0-d705-5f78-9668-438cad7b4ee5 with scrape type 2
2026-03-29 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5213e0-d705-5f78-9668-438cad7b4ee5 with scrape type 2
2026-03-29 06:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb5213e0-d705-5f78-9668-438cad7b4ee5, identifier: SK22%20ZRT
2026-03-29 06:11:25 [bca.uk] INFO: Found listing with ID: PA19%20HPZ
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PA19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Scrape type for PA19%20HPZ: 2
2026-03-29 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ
2026-03-29 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 668f461e-fa29-51dc-9ae0-442772d45aec with scrape type 2
2026-03-29 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 668f461e-fa29-51dc-9ae0-442772d45aec with scrape type 2
2026-03-29 06:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 668f461e-fa29-51dc-9ae0-442772d45aec, identifier: PA19%20HPZ
2026-03-29 06:11:25 [bca.uk] INFO: Found listing with ID: LR71%20MKG
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520MKG%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Scrape type for LR71%20MKG: 0
2026-03-29 06:11:25 [bca.uk] INFO: Found listing with ID: OV22%20CWZ
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520CWZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:25 [bca.uk] INFO: Scrape type for OV22%20CWZ: 2
2026-03-29 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ
2026-03-29 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fcc09b4-43ff-5c55-8f00-7a8192846460 with scrape type 2
2026-03-29 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fcc09b4-43ff-5c55-8f00-7a8192846460 with scrape type 2
2026-03-29 06:11:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fcc09b4-43ff-5c55-8f00-7a8192846460, identifier: OV22%20CWZ
2026-03-29 06:11:26 [bca.uk] INFO: Found listing with ID: VO06%20JCX
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO06%2520JCX%27 HTTP/1.1" 200 None
2026-03-29 06:11:26 [bca.uk] INFO: Scrape type for VO06%20JCX: 2
2026-03-29 06:11:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8902dbb-b3ee-5f15-98ae-766736abf70c with identifier: VO06%20JCX
2026-03-29 06:11:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8902dbb-b3ee-5f15-98ae-766736abf70c with scrape type 2
2026-03-29 06:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8902dbb-b3ee-5f15-98ae-766736abf70c with scrape type 2
2026-03-29 06:11:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8902dbb-b3ee-5f15-98ae-766736abf70c, identifier: VO06%20JCX
2026-03-29 06:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT
2026-03-29 06:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT
2026-03-29 06:11:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT to the API
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK22%20ZRT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb5213e0-d705-5f78-9668-438cad7b4ee5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK22 ZRT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK22%20ZRT&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MG MOTOR UK',
'model': 'MG3',
'odometer': 20474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCLUSIVE',
'vin': 'LSJZ14U94MS127749',
'year': 2022}
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520ZRT%27 HTTP/1.1" 200 None
2026-03-29 06:11:26 [bca.uk] INFO: Saving data for SK22%20ZRT: {'auction_closing_time': 1774864800.0, 'created_time': 1774535664.608704, 'last_price_update_time': 1774764686.435725}
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520ZRT') HTTP/1.1" 204 0
2026-03-29 06:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ
2026-03-29 06:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ
2026-03-29 06:11:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ to the API
2026-03-29 06:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:28 [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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PA19%20HPZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '668f461e-fa29-51dc-9ae0-442772d45aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PA19 HPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PA19%20HPZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 89505,
'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.5 TDCI 120 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TDCI 120 TITANIUM',
'vin': 'WF0JXXGAHJJB69492',
'year': 2019}
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PA19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:28 [bca.uk] INFO: Saving data for PA19%20HPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390308.890516, 'last_price_update_time': 1774764688.563824}
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PA19%2520HPZ') HTTP/1.1" 204 0
2026-03-29 06:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ
2026-03-29 06:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ
2026-03-29 06:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ to the API
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV22%20CWZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '1fcc09b4-43ff-5c55-8f00-7a8192846460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV22 CWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV22%20CWZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 23912,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE (11KW)',
'vin': 'SADHA2A18N1623133',
'year': 2022}
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV22%2520CWZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:28 [bca.uk] INFO: Saving data for OV22%20CWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564752.873073, 'last_price_update_time': 1774764688.841326}
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV22%2520CWZ') HTTP/1.1" 204 0
2026-03-29 06:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8902dbb-b3ee-5f15-98ae-766736abf70c with identifier: VO06%20JCX
2026-03-29 06:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8902dbb-b3ee-5f15-98ae-766736abf70c with identifier: VO06%20JCX
2026-03-29 06:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8902dbb-b3ee-5f15-98ae-766736abf70c with identifier: VO06%20JCX to the API
2026-03-29 06:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 239,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO06%20JCX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f8902dbb-b3ee-5f15-98ae-766736abf70c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO06 JCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO06%20JCX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 170269,
'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': 'VOLVO XC90 2.4 D5 185 SE G/T Estate',
'transmission': 'manual',
'trim': 'D5 185 SE G/T',
'vin': 'YV1CZ714661299914',
'year': 2006}
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO06%2520JCX%27 HTTP/1.1" 200 None
2026-03-29 06:11:29 [bca.uk] INFO: Saving data for VO06%20JCX: {'auction_closing_time': 1774778400.0, 'created_time': 1774650038.828648, 'last_price_update_time': 1774764689.143528}
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO06%2520JCX') HTTP/1.1" 204 0
2026-03-29 06:11:29 [bca.uk] INFO: Found listing with ID: SY18%20ONF
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY18%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 06:11:29 [bca.uk] INFO: Scrape type for SY18%20ONF: 2
2026-03-29 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF
2026-03-29 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe8aa27-9781-56dd-8a7b-6648f3808bad with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe8aa27-9781-56dd-8a7b-6648f3808bad with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efe8aa27-9781-56dd-8a7b-6648f3808bad, identifier: SY18%20ONF
2026-03-29 06:11:29 [bca.uk] INFO: Found listing with ID: SB70%20MYH
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB70%2520MYH%27 HTTP/1.1" 200 None
2026-03-29 06:11:29 [bca.uk] INFO: Scrape type for SB70%20MYH: 2
2026-03-29 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH
2026-03-29 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f, identifier: SB70%20MYH
2026-03-29 06:11:29 [bca.uk] INFO: Found listing with ID: VK22%20BUJ
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK22%2520BUJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:29 [bca.uk] INFO: Scrape type for VK22%20BUJ: 2
2026-03-29 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ
2026-03-29 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e01bb53-1b28-59e0-93fb-0c02fcbee483, identifier: VK22%20BUJ
2026-03-29 06:11:29 [bca.uk] INFO: Found listing with ID: WG62%20ORZ
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG62%2520ORZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:29 [bca.uk] INFO: Scrape type for WG62%20ORZ: 2
2026-03-29 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8 with identifier: WG62%20ORZ
2026-03-29 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8 with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8 with scrape type 2
2026-03-29 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8, identifier: WG62%20ORZ
2026-03-29 06:11:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF
2026-03-29 06:11:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF
2026-03-29 06:11:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF to the API
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY18%20ONF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'efe8aa27-9781-56dd-8a7b-6648f3808bad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY18 ONF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY18%20ONF&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 90789,
'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': 'SHHFK9740JU001487',
'year': 2018}
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY18%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 06:11:29 [bca.uk] INFO: Saving data for SY18%20ONF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650167.769486, 'last_price_update_time': 1774764689.898432}
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY18%2520ONF') HTTP/1.1" 204 0
2026-03-29 06:11:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH
2026-03-29 06:11:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH
2026-03-29 06:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH to the API
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:30 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB70%20MYH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8fcd48bb-25c3-5d95-9367-7c96f4d9911f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB70 MYH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB70%20MYH&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 54911,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN 1.5 TSI EVO 150 R LINE DSG MPV',
'transmission': 'automatic',
'trim': 'TSI EVO 150 R LINE DSG',
'vin': 'WVGZZZ1TZMW017830',
'year': 2021}
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB70%2520MYH%27 HTTP/1.1" 200 None
2026-03-29 06:11:30 [bca.uk] INFO: Saving data for SB70%20MYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650174.268564, 'last_price_update_time': 1774764690.176203}
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB70%2520MYH') HTTP/1.1" 204 0
2026-03-29 06:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ
2026-03-29 06:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ
2026-03-29 06:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ to the API
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK22%20BUJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '4e01bb53-1b28-59e0-93fb-0c02fcbee483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VK22 BUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK22%20BUJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 50137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT4PH198126',
'year': 2022}
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK22%2520BUJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:30 [bca.uk] INFO: Saving data for VK22%20BUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564739.941566, 'last_price_update_time': 1774764690.44139}
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK22%2520BUJ') HTTP/1.1" 204 0
2026-03-29 06:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8 with identifier: WG62%20ORZ
2026-03-29 06:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8 with identifier: WG62%20ORZ
2026-03-29 06:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8 with identifier: WG62%20ORZ to the API
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG62%20ORZ-GB',
'category': 'Car',
'color': 'purple',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0fbf4495-fb4e-5fb1-b488-cf0d5934d6b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG62 ORZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG62%20ORZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '107',
'odometer': 96799,
'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 107 1.0 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE',
'vin': 'VF3PMCFB4CR029842',
'year': 2013}
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG62%2520ORZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:30 [bca.uk] INFO: Saving data for WG62%20ORZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774650040.593072, 'last_price_update_time': 1774764690.725184}
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG62%2520ORZ') HTTP/1.1" 204 0
2026-03-29 06:11:30 [bca.uk] INFO: Found listing with ID: RK66%20BWN
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK66%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 06:11:30 [bca.uk] INFO: Scrape type for RK66%20BWN: 2
2026-03-29 06:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN
2026-03-29 06:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17090567-cbad-5853-ad2f-6f6fdd074cb1 with scrape type 2
2026-03-29 06:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17090567-cbad-5853-ad2f-6f6fdd074cb1 with scrape type 2
2026-03-29 06:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17090567-cbad-5853-ad2f-6f6fdd074cb1, identifier: RK66%20BWN
2026-03-29 06:11:30 [bca.uk] INFO: Found listing with ID: YY68%20LXG
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY68%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 06:11:30 [bca.uk] INFO: Scrape type for YY68%20LXG: 2
2026-03-29 06:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG
2026-03-29 06:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with scrape type 2
2026-03-29 06:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with scrape type 2
2026-03-29 06:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b, identifier: YY68%20LXG
2026-03-29 06:11:30 [bca.uk] INFO: Found listing with ID: VO22%20ESN
2026-03-29 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO22%2520ESN%27 HTTP/1.1" 200 None
2026-03-29 06:11:30 [bca.uk] INFO: Scrape type for VO22%20ESN: 2
2026-03-29 06:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN
2026-03-29 06:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with scrape type 2
2026-03-29 06:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with scrape type 2
2026-03-29 06:11:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05f1cad5-69c4-5499-8df2-ad3fc59660e7, identifier: VO22%20ESN
2026-03-29 06:11:31 [bca.uk] INFO: Found listing with ID: WJ14%20AVU
2026-03-29 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ14%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 06:11:31 [bca.uk] INFO: Scrape type for WJ14%20AVU: 2
2026-03-29 06:11:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f8f1d17-22d5-59c9-a372-9b8d5a249f45 with identifier: WJ14%20AVU
2026-03-29 06:11:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f8f1d17-22d5-59c9-a372-9b8d5a249f45 with scrape type 2
2026-03-29 06:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f8f1d17-22d5-59c9-a372-9b8d5a249f45 with scrape type 2
2026-03-29 06:11:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f8f1d17-22d5-59c9-a372-9b8d5a249f45, identifier: WJ14%20AVU
2026-03-29 06:11:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN
2026-03-29 06:11:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN
2026-03-29 06:11:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN to the API
2026-03-29 06:11:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK66%20BWN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17090567-cbad-5853-ad2f-6f6fdd074cb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK66 BWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK66%20BWN&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'PORSCHE',
'model': '911',
'odometer': 30055,
'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': 'PORSCHE 911 3.0 CARRERA (991) PDK Coupe',
'transmission': 'automatic',
'trim': 'CARRERA (991) PDK',
'vin': 'WP0ZZZ99ZHS101980',
'year': 2016}
2026-03-29 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK66%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 06:11:31 [bca.uk] INFO: Saving data for RK66%20BWN: {'auction_closing_time': 1775124000.0, 'created_time': 1774650167.389611, 'last_price_update_time': 1774764691.871792}
2026-03-29 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK66%2520BWN') HTTP/1.1" 204 0
2026-03-29 06:11:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG
2026-03-29 06:11:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG
2026-03-29 06:11:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG to the API
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:32 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY68%20LXG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '54c7eee5-b434-55fc-9aa6-7bba5ac9370b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY68 LXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY68%20LXG&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 68250,
'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 A3 SPORTBACK 1.5 35 TFSI SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': '35 TFSI SPORT S-T',
'vin': 'WAUZZZ8V3KA025079',
'year': 2018}
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY68%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 06:11:32 [bca.uk] INFO: Saving data for YY68%20LXG: {'auction_closing_time': 1774864800.0, 'created_time': 1773931081.439113, 'last_price_update_time': 1774764692.275508}
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY68%2520LXG') HTTP/1.1" 204 0
2026-03-29 06:11:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN
2026-03-29 06:11:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN
2026-03-29 06:11:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN to the API
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20ESN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '05f1cad5-69c4-5499-8df2-ad3fc59660e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VO22 ESN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20ESN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 14086,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A16N1623535',
'year': 2022}
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO22%2520ESN%27 HTTP/1.1" 200 None
2026-03-29 06:11:32 [bca.uk] INFO: Saving data for VO22%20ESN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564720.952652, 'last_price_update_time': 1774764692.5548}
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520ESN') HTTP/1.1" 204 0
2026-03-29 06:11:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f8f1d17-22d5-59c9-a372-9b8d5a249f45 with identifier: WJ14%20AVU
2026-03-29 06:11:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f8f1d17-22d5-59c9-a372-9b8d5a249f45 with identifier: WJ14%20AVU
2026-03-29 06:11:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f8f1d17-22d5-59c9-a372-9b8d5a249f45 with identifier: WJ14%20AVU to the API
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ14%20AVU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1f8f1d17-22d5-59c9-a372-9b8d5a249f45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ14 AVU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ14%20AVU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SKODA',
'model': 'CITIGO',
'odometer': 72880,
'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 CITIGO 1.0 MPI 60 SPORT Hatchback',
'transmission': 'manual',
'trim': 'MPI 60 SPORT',
'vin': 'TMBZZZAAZED621924',
'year': 2014}
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ14%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 06:11:32 [bca.uk] INFO: Saving data for WJ14%20AVU: {'auction_closing_time': 1774778400.0, 'created_time': 1774650041.604237, 'last_price_update_time': 1774764692.84511}
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520AVU') HTTP/1.1" 204 0
2026-03-29 06:11:32 [bca.uk] INFO: Found listing with ID: AE69%20PCU
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-29 06:11:32 [bca.uk] INFO: Scrape type for AE69%20PCU: 2
2026-03-29 06:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU
2026-03-29 06:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3dc9214-8671-5942-bcff-585ecd99f4e8 with scrape type 2
2026-03-29 06:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3dc9214-8671-5942-bcff-585ecd99f4e8 with scrape type 2
2026-03-29 06:11:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3dc9214-8671-5942-bcff-585ecd99f4e8, identifier: AE69%20PCU
2026-03-29 06:11:32 [bca.uk] INFO: Found listing with ID: NX71%20OYL
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NX71%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 06:11:32 [bca.uk] INFO: Scrape type for NX71%20OYL: 0
2026-03-29 06:11:32 [bca.uk] INFO: Found listing with ID: SA68%20WTE
2026-03-29 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA68%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 06:11:32 [bca.uk] INFO: Scrape type for SA68%20WTE: 2
2026-03-29 06:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE
2026-03-29 06:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe2534aa-3524-54d0-906c-2ae02ccca6e0 with scrape type 2
2026-03-29 06:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe2534aa-3524-54d0-906c-2ae02ccca6e0 with scrape type 2
2026-03-29 06:11:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe2534aa-3524-54d0-906c-2ae02ccca6e0, identifier: SA68%20WTE
2026-03-29 06:11:33 [bca.uk] INFO: Found listing with ID: WN22%20DWX
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN22%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 06:11:33 [bca.uk] INFO: Scrape type for WN22%20DWX: 2
2026-03-29 06:11:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX
2026-03-29 06:11:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024e8aed-54ab-576a-8fdb-cba231fdab61 with scrape type 2
2026-03-29 06:11:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 024e8aed-54ab-576a-8fdb-cba231fdab61 with scrape type 2
2026-03-29 06:11:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 024e8aed-54ab-576a-8fdb-cba231fdab61, identifier: WN22%20DWX
2026-03-29 06:11:33 [bca.uk] INFO: Found listing with ID: WM07%20FAO
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM07%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:11:33 [bca.uk] INFO: Scrape type for WM07%20FAO: 2
2026-03-29 06:11:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fed130cf-1a06-559e-b7a9-5416f1bba46b with identifier: WM07%20FAO
2026-03-29 06:11:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fed130cf-1a06-559e-b7a9-5416f1bba46b with scrape type 2
2026-03-29 06:11:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fed130cf-1a06-559e-b7a9-5416f1bba46b with scrape type 2
2026-03-29 06:11:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fed130cf-1a06-559e-b7a9-5416f1bba46b, identifier: WM07%20FAO
2026-03-29 06:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU
2026-03-29 06:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU
2026-03-29 06:11:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU to the API
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 259,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE69%20PCU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3dc9214-8671-5942-bcff-585ecd99f4e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AE69 PCU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE69%20PCU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MASERATI',
'model': 'LEVANTE',
'odometer': 52344,
'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': 'MASERATI LEVANTE 3.0 V6 350 GRANLUSSO StationWagon',
'transmission': 'automatic',
'trim': 'V6 350 GRANLUSSO',
'vin': 'ZN6XU61C00X347456',
'year': 2020}
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-29 06:11:33 [bca.uk] INFO: Saving data for AE69%20PCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774044204.150624, 'last_price_update_time': 1774764693.576711}
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE69%2520PCU') HTTP/1.1" 204 0
2026-03-29 06:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE
2026-03-29 06:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE
2026-03-29 06:11:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE to the API
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:33 [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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA68%20WTE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fe2534aa-3524-54d0-906c-2ae02ccca6e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA68 WTE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA68%20WTE&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 61185,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 TITANIUM',
'vin': 'WF0JXXGAHJJM46235',
'year': 2018}
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA68%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 06:11:33 [bca.uk] INFO: Saving data for SA68%20WTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650175.3166, 'last_price_update_time': 1774764693.879548}
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA68%2520WTE') HTTP/1.1" 204 0
2026-03-29 06:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX
2026-03-29 06:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX
2026-03-29 06:11:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX to the API
2026-03-29 06:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20DWX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '024e8aed-54ab-576a-8fdb-cba231fdab61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN22 DWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20DWX&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 31581,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 SE (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 SE (11KW)',
'vin': 'SADHA2A18N1622628',
'year': 2022}
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Saving data for WN22%20DWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650091.429178, 'last_price_update_time': 1774764694.16848}
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520DWX') HTTP/1.1" 204 0
2026-03-29 06:11:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fed130cf-1a06-559e-b7a9-5416f1bba46b with identifier: WM07%20FAO
2026-03-29 06:11:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fed130cf-1a06-559e-b7a9-5416f1bba46b with identifier: WM07%20FAO
2026-03-29 06:11:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fed130cf-1a06-559e-b7a9-5416f1bba46b with identifier: WM07%20FAO to the API
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM07%20FAO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fed130cf-1a06-559e-b7a9-5416f1bba46b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WM07 FAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM07%20FAO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 168462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN 1.9 TDI 105 S MPV',
'transmission': 'manual',
'trim': 'TDI 105 S',
'vin': 'WVGZZZ1TZ8W004348',
'year': 2007}
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM07%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Saving data for WM07%20FAO: {'auction_closing_time': 1774778400.0, 'created_time': 1774650023.700833, 'last_price_update_time': 1774764694.476193}
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM07%2520FAO') HTTP/1.1" 204 0
2026-03-29 06:11:34 [bca.uk] INFO: Found listing with ID: DA72%20FKE
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520FKE%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Scrape type for DA72%20FKE: 0
2026-03-29 06:11:34 [bca.uk] INFO: Found listing with ID: DF18%20LXT
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520LXT%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Scrape type for DF18%20LXT: 2
2026-03-29 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT
2026-03-29 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984, identifier: DF18%20LXT
2026-03-29 06:11:34 [bca.uk] INFO: Found listing with ID: SE68%20NBZ
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE68%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Scrape type for SE68%20NBZ: 2
2026-03-29 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ
2026-03-29 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00, identifier: SE68%20NBZ
2026-03-29 06:11:34 [bca.uk] INFO: Found listing with ID: SM19%20ZKN
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520ZKN%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Scrape type for SM19%20ZKN: 2
2026-03-29 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN
2026-03-29 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5776946c-ae36-5fb5-bd50-485d30c1113b with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5776946c-ae36-5fb5-bd50-485d30c1113b with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5776946c-ae36-5fb5-bd50-485d30c1113b, identifier: SM19%20ZKN
2026-03-29 06:11:34 [bca.uk] INFO: Found listing with ID: WV64%20BPX
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV64%2520BPX%27 HTTP/1.1" 200 None
2026-03-29 06:11:34 [bca.uk] INFO: Scrape type for WV64%20BPX: 2
2026-03-29 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a197929-8982-5f51-b37c-bb7fa697b192 with identifier: WV64%20BPX
2026-03-29 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a197929-8982-5f51-b37c-bb7fa697b192 with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a197929-8982-5f51-b37c-bb7fa697b192 with scrape type 2
2026-03-29 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a197929-8982-5f51-b37c-bb7fa697b192, identifier: WV64%20BPX
2026-03-29 06:11:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT
2026-03-29 06:11:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT
2026-03-29 06:11:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT to the API
2026-03-29 06:11:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF18%20LXT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF18 LXT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF18%20LXT&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SEAT',
'model': 'LEON',
'odometer': 83985,
'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 2.0 TDI 184 FR TECHNOLOGY DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI 184 FR TECHNOLOGY DSG',
'vin': 'VSSZZZ5FZJR132483',
'year': 2018}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF18%2520LXT%27 HTTP/1.1" 200 None
2026-03-29 06:11:36 [bca.uk] INFO: Saving data for DF18%20LXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774438013.228796, 'last_price_update_time': 1774764696.09161}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF18%2520LXT') HTTP/1.1" 204 0
2026-03-29 06:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ
2026-03-29 06:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ
2026-03-29 06:11:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ to the API
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11: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': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE68%20NBZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE68 NBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE68%20NBZ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 48346,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 95 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 SE',
'vin': 'WVWZZZAWZKU037445',
'year': 2019}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE68%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:36 [bca.uk] INFO: Saving data for SE68%20NBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650174.630783, 'last_price_update_time': 1774764696.36452}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE68%2520NBZ') HTTP/1.1" 204 0
2026-03-29 06:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN
2026-03-29 06:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN
2026-03-29 06:11:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN to the API
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 207,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM19%20ZKN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5776946c-ae36-5fb5-bd50-485d30c1113b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM19 ZKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM19%20ZKN&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'PORSCHE',
'model': 'CAYENNE',
'odometer': 71218,
'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': 'PORSCHE CAYENNE 3.0 TIPTRONIC S Estate',
'transmission': 'manual',
'trim': 'TIPTRONIC S',
'vin': 'WP1ZZZ9YZKDA36723',
'year': 2019}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM19%2520ZKN%27 HTTP/1.1" 200 None
2026-03-29 06:11:36 [bca.uk] INFO: Saving data for SM19%20ZKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774505090.573912, 'last_price_update_time': 1774764696.657222}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM19%2520ZKN') HTTP/1.1" 204 0
2026-03-29 06:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a197929-8982-5f51-b37c-bb7fa697b192 with identifier: WV64%20BPX
2026-03-29 06:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a197929-8982-5f51-b37c-bb7fa697b192 with identifier: WV64%20BPX
2026-03-29 06:11:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a197929-8982-5f51-b37c-bb7fa697b192 with identifier: WV64%20BPX to the API
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV64%20BPX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6a197929-8982-5f51-b37c-bb7fa697b192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV64 BPX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV64%20BPX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 170405,
'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 PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 ACENTA PREMIUM',
'vin': 'SJNFAAJ11U1179870',
'year': 2014}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV64%2520BPX%27 HTTP/1.1" 200 None
2026-03-29 06:11:36 [bca.uk] INFO: Saving data for WV64%20BPX: {'auction_closing_time': 1774778400.0, 'created_time': 1774650025.199483, 'last_price_update_time': 1774764696.935924}
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV64%2520BPX') HTTP/1.1" 204 0
2026-03-29 06:11:36 [bca.uk] INFO: Found listing with ID: SH70%20EHW
2026-03-29 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH70%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 06:11:36 [bca.uk] INFO: Scrape type for SH70%20EHW: 2
2026-03-29 06:11:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW
2026-03-29 06:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with scrape type 2
2026-03-29 06:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with scrape type 2
2026-03-29 06:11:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65, identifier: SH70%20EHW
2026-03-29 06:11:37 [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 06:11:37 [bca.uk] INFO: Found listing with ID: SF62%20EFA
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF62%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:37 [bca.uk] INFO: Scrape type for SF62%20EFA: 2
2026-03-29 06:11:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71774f53-c4ca-5fa7-9732-a523963f8d4b with identifier: SF62%20EFA
2026-03-29 06:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71774f53-c4ca-5fa7-9732-a523963f8d4b with scrape type 2
2026-03-29 06:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71774f53-c4ca-5fa7-9732-a523963f8d4b with scrape type 2
2026-03-29 06:11:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71774f53-c4ca-5fa7-9732-a523963f8d4b, identifier: SF62%20EFA
2026-03-29 06:11:37 [bca.uk] INFO: Found listing with ID: X191%20EDB
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27X191%2520EDB%27 HTTP/1.1" 200 None
2026-03-29 06:11:37 [bca.uk] INFO: Scrape type for X191%20EDB: 0
2026-03-29 06:11:37 [bca.uk] INFO: Found listing with ID: YF07%20WXT
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF07%2520WXT%27 HTTP/1.1" 200 None
2026-03-29 06:11:37 [bca.uk] INFO: Scrape type for YF07%20WXT: 2
2026-03-29 06:11:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 625d1a30-c829-595a-9b00-afed4cd376e3 with identifier: YF07%20WXT
2026-03-29 06:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 625d1a30-c829-595a-9b00-afed4cd376e3 with scrape type 2
2026-03-29 06:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 625d1a30-c829-595a-9b00-afed4cd376e3 with scrape type 2
2026-03-29 06:11:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 625d1a30-c829-595a-9b00-afed4cd376e3, identifier: YF07%20WXT
2026-03-29 06:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW
2026-03-29 06:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW
2026-03-29 06:11:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW to the API
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:37 [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': 193,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH70%20EHW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e5beeb06-347c-55e8-8efe-ebc0fb4d1c65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH70 EHW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH70%20EHW&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 41475,
'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 XC90 2.0 B5P 250 AWD MOMENTUM G/T StationWagon',
'transmission': 'automatic',
'trim': 'B5P 250 AWD MOMENTUM G/T',
'vin': 'YV1LFL1VCM1692107',
'year': 2020}
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH70%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 06:11:37 [bca.uk] INFO: Saving data for SH70%20EHW: {'auction_closing_time': 1774864800.0, 'created_time': 1773822657.088198, 'last_price_update_time': 1774764697.562029}
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH70%2520EHW') HTTP/1.1" 204 0
2026-03-29 06:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71774f53-c4ca-5fa7-9732-a523963f8d4b with identifier: SF62%20EFA
2026-03-29 06:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71774f53-c4ca-5fa7-9732-a523963f8d4b with identifier: SF62%20EFA
2026-03-29 06:11:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71774f53-c4ca-5fa7-9732-a523963f8d4b with identifier: SF62%20EFA to the API
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF62%20EFA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '71774f53-c4ca-5fa7-9732-a523963f8d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SF62 EFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF62%20EFA&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'GRAND SCENIC',
'odometer': 136350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'RENAULT GRAND SCENIC 1.5 DCI 110 DYNAMIQUE TOM TOM MPV',
'transmission': 'manual',
'trim': 'DCI 110 DYNAMIQUE TOM TOM',
'vin': 'VF1JZ1GB247667725',
'year': 2012}
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF62%2520EFA%27 HTTP/1.1" 200 None
2026-03-29 06:11:37 [bca.uk] INFO: Saving data for SF62%20EFA: {'auction_closing_time': 1774778400.0, 'created_time': 1774650092.583575, 'last_price_update_time': 1774764697.953394}
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF62%2520EFA') HTTP/1.1" 204 0
2026-03-29 06:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 625d1a30-c829-595a-9b00-afed4cd376e3 with identifier: YF07%20WXT
2026-03-29 06:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 625d1a30-c829-595a-9b00-afed4cd376e3 with identifier: YF07%20WXT
2026-03-29 06:11:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 625d1a30-c829-595a-9b00-afed4cd376e3 with identifier: YF07%20WXT to the API
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF07%20WXT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '625d1a30-c829-595a-9b00-afed4cd376e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF07 WXT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF07%20WXT&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 170280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'LAND ROVER FREELANDER 2 2.2 TD4 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TD4 HSE',
'vin': 'SALFA23BX7H039151',
'year': 2007}
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF07%2520WXT%27 HTTP/1.1" 200 None
2026-03-29 06:11:38 [bca.uk] INFO: Saving data for YF07%20WXT: {'auction_closing_time': 1774778400.0, 'created_time': 1774535492.802214, 'last_price_update_time': 1774764698.253967}
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF07%2520WXT') HTTP/1.1" 204 0
2026-03-29 06:11:38 [bca.uk] INFO: Found listing with ID: SR21%20XPP
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR21%2520XPP%27 HTTP/1.1" 200 None
2026-03-29 06:11:38 [bca.uk] INFO: Scrape type for SR21%20XPP: 2
2026-03-29 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP
2026-03-29 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3eebf6b-0105-5399-afa6-ec355c5d49c6 with scrape type 2
2026-03-29 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3eebf6b-0105-5399-afa6-ec355c5d49c6 with scrape type 2
2026-03-29 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3eebf6b-0105-5399-afa6-ec355c5d49c6, identifier: SR21%20XPP
2026-03-29 06:11:38 [bca.uk] INFO: Found listing with ID: BV61%20UFD
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV61%2520UFD%27 HTTP/1.1" 200 None
2026-03-29 06:11:38 [bca.uk] INFO: Scrape type for BV61%20UFD: 2
2026-03-29 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5a94051-5d4e-5f6a-990d-470b1454afab with identifier: BV61%20UFD
2026-03-29 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5a94051-5d4e-5f6a-990d-470b1454afab with scrape type 2
2026-03-29 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5a94051-5d4e-5f6a-990d-470b1454afab with scrape type 2
2026-03-29 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5a94051-5d4e-5f6a-990d-470b1454afab, identifier: BV61%20UFD
2026-03-29 06:11:38 [bca.uk] INFO: Found listing with ID: YY64%20XMD
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY64%2520XMD%27 HTTP/1.1" 200 None
2026-03-29 06:11:38 [bca.uk] INFO: Scrape type for YY64%20XMD: 0
2026-03-29 06:11:38 [bca.uk] INFO: Found listing with ID: DV12%20NKN
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV12%2520NKN%27 HTTP/1.1" 200 None
2026-03-29 06:11:38 [bca.uk] INFO: Scrape type for DV12%20NKN: 2
2026-03-29 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1063ad6-0eb9-5e91-be2e-40908f75569e with identifier: DV12%20NKN
2026-03-29 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1063ad6-0eb9-5e91-be2e-40908f75569e with scrape type 2
2026-03-29 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1063ad6-0eb9-5e91-be2e-40908f75569e with scrape type 2
2026-03-29 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1063ad6-0eb9-5e91-be2e-40908f75569e, identifier: DV12%20NKN
2026-03-29 06:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP
2026-03-29 06:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP
2026-03-29 06:11:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP to the API
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:38 [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': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR21%20XPP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3eebf6b-0105-5399-afa6-ec355c5d49c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SR21 XPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR21%20XPP&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'BMW',
'model': '218I',
'odometer': 7339,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW 218I 2.0 T M SPORT STEP Convertible',
'transmission': 'automatic',
'trim': 'T M SPORT STEP',
'vin': 'WBA32CL0107J02514',
'year': 2021}
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SR21%2520XPP%27 HTTP/1.1" 200 None
2026-03-29 06:11:38 [bca.uk] INFO: Saving data for SR21%20XPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650166.033985, 'last_price_update_time': 1774764698.921264}
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR21%2520XPP') HTTP/1.1" 204 0
2026-03-29 06:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5a94051-5d4e-5f6a-990d-470b1454afab with identifier: BV61%20UFD
2026-03-29 06:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5a94051-5d4e-5f6a-990d-470b1454afab with identifier: BV61%20UFD
2026-03-29 06:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5a94051-5d4e-5f6a-990d-470b1454afab with identifier: BV61%20UFD to the API
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV61%20UFD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f5a94051-5d4e-5f6a-990d-470b1454afab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV61 UFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV61%20UFD&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 100229,
'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 134 METAL Hatchback',
'transmission': 'manual',
'trim': '134 METAL',
'vin': 'WF0GXXGAJGBS52903',
'year': 2011}
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV61%2520UFD%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Saving data for BV61%20UFD: {'auction_closing_time': 1774778400.0, 'created_time': 1774650076.20595, 'last_price_update_time': 1774764699.211106}
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV61%2520UFD') HTTP/1.1" 204 0
2026-03-29 06:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1063ad6-0eb9-5e91-be2e-40908f75569e with identifier: DV12%20NKN
2026-03-29 06:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1063ad6-0eb9-5e91-be2e-40908f75569e with identifier: DV12%20NKN
2026-03-29 06:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1063ad6-0eb9-5e91-be2e-40908f75569e with identifier: DV12%20NKN to the API
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV12%20NKN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a1063ad6-0eb9-5e91-be2e-40908f75569e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV12 NKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV12%20NKN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 97831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 1.8 I-VTEC EX Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC EX',
'vin': 'SHHFK2760CU007374',
'year': 2012}
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV12%2520NKN%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Saving data for DV12%20NKN: {'auction_closing_time': 1774778400.0, 'created_time': 1774535928.500841, 'last_price_update_time': 1774764699.492458}
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV12%2520NKN') HTTP/1.1" 204 0
2026-03-29 06:11:39 [bca.uk] INFO: Found listing with ID: YF74%20LVB
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF74%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Scrape type for YF74%20LVB: 2
2026-03-29 06:11:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB
2026-03-29 06:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0400b04-1a9a-590b-8f89-5669b611e3f6 with scrape type 2
2026-03-29 06:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0400b04-1a9a-590b-8f89-5669b611e3f6 with scrape type 2
2026-03-29 06:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0400b04-1a9a-590b-8f89-5669b611e3f6, identifier: YF74%20LVB
2026-03-29 06:11:39 [bca.uk] INFO: Found listing with ID: JRV%20508X
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27JRV%2520508X%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Scrape type for JRV%20508X: 0
2026-03-29 06:11:39 [bca.uk] INFO: Found listing with ID: BF13%20DZX
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF13%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Scrape type for BF13%20DZX: 2
2026-03-29 06:11:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb12fbbc-b6dc-50f6-99f3-faf520fae32f with identifier: BF13%20DZX
2026-03-29 06:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb12fbbc-b6dc-50f6-99f3-faf520fae32f with scrape type 2
2026-03-29 06:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb12fbbc-b6dc-50f6-99f3-faf520fae32f with scrape type 2
2026-03-29 06:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb12fbbc-b6dc-50f6-99f3-faf520fae32f, identifier: BF13%20DZX
2026-03-29 06:11:39 [bca.uk] INFO: Found listing with ID: GN14%20TKX
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN14%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Scrape type for GN14%20TKX: 0
2026-03-29 06:11:39 [bca.uk] INFO: Found listing with ID: HJ63%20YZR
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ63%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:11:39 [bca.uk] INFO: Scrape type for HJ63%20YZR: 2
2026-03-29 06:11:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21e4ac6d-f001-505b-a8d1-b687c81f32a8 with identifier: HJ63%20YZR
2026-03-29 06:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21e4ac6d-f001-505b-a8d1-b687c81f32a8 with scrape type 2
2026-03-29 06:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21e4ac6d-f001-505b-a8d1-b687c81f32a8 with scrape type 2
2026-03-29 06:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21e4ac6d-f001-505b-a8d1-b687c81f32a8, identifier: HJ63%20YZR
2026-03-29 06:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB
2026-03-29 06:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB
2026-03-29 06:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB to the API
2026-03-29 06:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:40 [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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF74%20LVB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0400b04-1a9a-590b-8f89-5669b611e3f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF74 LVB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF74%20LVB&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FIAT',
'model': '500',
'odometer': 5250,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H Hatchback',
'transmission': 'manual',
'trim': 'M/H',
'vin': 'ZFACF1BJ5RJK04721',
'year': 2024}
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF74%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 06:11:40 [bca.uk] INFO: Saving data for YF74%20LVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650164.819165, 'last_price_update_time': 1774764700.148246}
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF74%2520LVB') HTTP/1.1" 204 0
2026-03-29 06:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb12fbbc-b6dc-50f6-99f3-faf520fae32f with identifier: BF13%20DZX
2026-03-29 06:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb12fbbc-b6dc-50f6-99f3-faf520fae32f with identifier: BF13%20DZX
2026-03-29 06:11:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb12fbbc-b6dc-50f6-99f3-faf520fae32f with identifier: BF13%20DZX to the API
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF13%20DZX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eb12fbbc-b6dc-50f6-99f3-faf520fae32f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF13 DZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF13%20DZX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 137697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 16V 115 ENERGY Hatchback',
'transmission': 'manual',
'trim': '16V 115 ENERGY',
'vin': 'W0LPC6ED4D1094323',
'year': 2013}
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 06:11:40 [bca.uk] INFO: Saving data for BF13%20DZX: {'auction_closing_time': 1774778400.0, 'created_time': 1774650083.194314, 'last_price_update_time': 1774764700.428296}
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF13%2520DZX') HTTP/1.1" 204 0
2026-03-29 06:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21e4ac6d-f001-505b-a8d1-b687c81f32a8 with identifier: HJ63%20YZR
2026-03-29 06:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21e4ac6d-f001-505b-a8d1-b687c81f32a8 with identifier: HJ63%20YZR
2026-03-29 06:11:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21e4ac6d-f001-505b-a8d1-b687c81f32a8 with identifier: HJ63%20YZR to the API
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ63%20YZR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '21e4ac6d-f001-505b-a8d1-b687c81f32a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ63 YZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ63%20YZR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'Q5',
'odometer': 122824,
'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 Q5 2.0 TDI 177 QUATTRO SE StationWagon',
'transmission': 'manual',
'trim': 'TDI 177 QUATTRO SE',
'vin': 'WAUZZZ8R0EA064414',
'year': 2013}
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:11:40 [bca.uk] INFO: Saving data for HJ63%20YZR: {'auction_closing_time': 1774778400.0, 'created_time': 1774477870.05784, 'last_price_update_time': 1774764700.71246}
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ63%2520YZR') HTTP/1.1" 204 0
2026-03-29 06:11:40 [bca.uk] INFO: Found listing with ID: BU69%20USL
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520USL%27 HTTP/1.1" 200 None
2026-03-29 06:11:40 [bca.uk] INFO: Scrape type for BU69%20USL: 2
2026-03-29 06:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL
2026-03-29 06:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with scrape type 2
2026-03-29 06:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with scrape type 2
2026-03-29 06:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4ba2edc-4bef-5d02-8ff6-ae6dab970258, identifier: BU69%20USL
2026-03-29 06:11:40 [bca.uk] INFO: Total items found: 100
2026-03-29 06:11:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded
2026-03-29 06:11:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:11:40 [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 06:11:40 [bca.uk] INFO: Found listing with ID: LD58%20FPT
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD58%2520FPT%27 HTTP/1.1" 200 None
2026-03-29 06:11:40 [bca.uk] INFO: Scrape type for LD58%20FPT: 2
2026-03-29 06:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680c1794-4a3c-5de7-8488-2ee48c99dbf1 with identifier: LD58%20FPT
2026-03-29 06:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680c1794-4a3c-5de7-8488-2ee48c99dbf1 with scrape type 2
2026-03-29 06:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680c1794-4a3c-5de7-8488-2ee48c99dbf1 with scrape type 2
2026-03-29 06:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680c1794-4a3c-5de7-8488-2ee48c99dbf1, identifier: LD58%20FPT
2026-03-29 06:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL
2026-03-29 06:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL
2026-03-29 06:11:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL to the API
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:41 [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': 150,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c4ba2edc-4bef-5d02-8ff6-ae6dab970258',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BU69 USL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU69%20USL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 67745,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD R-DYNAMIC SE',
'vin': 'SALZA2AN7LH013112',
'year': 2019}
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520USL%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Saving data for BU69%20USL: {'auction_closing_time': 1775124000.0, 'created_time': 1774650158.968135, 'last_price_update_time': 1774764701.243077}
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU69%2520USL') HTTP/1.1" 204 0
2026-03-29 06:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680c1794-4a3c-5de7-8488-2ee48c99dbf1 with identifier: LD58%20FPT
2026-03-29 06:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680c1794-4a3c-5de7-8488-2ee48c99dbf1 with identifier: LD58%20FPT
2026-03-29 06:11:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680c1794-4a3c-5de7-8488-2ee48c99dbf1 with identifier: LD58%20FPT to the API
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 265,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD58%20FPT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.7L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '680c1794-4a3c-5de7-8488-2ee48c99dbf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD58 FPT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD58%20FPT&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 131884,
'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 R/R SPORT 2.7 TDV6 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TDV6 HSE',
'vin': 'SALLSAA138A187820',
'year': 2008}
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD58%2520FPT%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Saving data for LD58%20FPT: {'auction_closing_time': 1774778400.0, 'created_time': 1774564536.027833, 'last_price_update_time': 1774764701.614078}
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD58%2520FPT') HTTP/1.1" 204 0
2026-03-29 06:11:41 [bca.uk] INFO: Found listing with ID: WN18%20CZG
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520CZG%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Scrape type for WN18%20CZG: 2
2026-03-29 06:11:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG
2026-03-29 06:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54b4a6c8-3eda-5585-84be-54057ab400fe with scrape type 2
2026-03-29 06:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54b4a6c8-3eda-5585-84be-54057ab400fe with scrape type 2
2026-03-29 06:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54b4a6c8-3eda-5585-84be-54057ab400fe, identifier: WN18%20CZG
2026-03-29 06:11:41 [bca.uk] INFO: Found listing with ID: LP71%20OMJ
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520OMJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Scrape type for LP71%20OMJ: 0
2026-03-29 06:11:41 [bca.uk] INFO: Found listing with ID: MT24%20TZY
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT24%2520TZY%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Scrape type for MT24%20TZY: 2
2026-03-29 06:11:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY
2026-03-29 06:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22e97742-b38c-58a0-9a4d-2b34adf27f18 with scrape type 2
2026-03-29 06:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22e97742-b38c-58a0-9a4d-2b34adf27f18 with scrape type 2
2026-03-29 06:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22e97742-b38c-58a0-9a4d-2b34adf27f18, identifier: MT24%20TZY
2026-03-29 06:11: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 06:11: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 06:11:41 [bca.uk] INFO: Found listing with ID: LT62%20YGL
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT62%2520YGL%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Scrape type for LT62%20YGL: 0
2026-03-29 06:11:41 [bca.uk] INFO: Found listing with ID: NJ62%20OEG
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Scrape type for NJ62%20OEG: 0
2026-03-29 06:11:41 [bca.uk] INFO: Found listing with ID: RK64%20AWR
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 06:11:41 [bca.uk] INFO: Scrape type for RK64%20AWR: 2
2026-03-29 06:11:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f3461a-dadc-59dc-b250-c636c5529d1e with identifier: RK64%20AWR
2026-03-29 06:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f3461a-dadc-59dc-b250-c636c5529d1e with scrape type 2
2026-03-29 06:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4f3461a-dadc-59dc-b250-c636c5529d1e with scrape type 2
2026-03-29 06:11:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4f3461a-dadc-59dc-b250-c636c5529d1e, identifier: RK64%20AWR
2026-03-29 06:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG
2026-03-29 06:11:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG
2026-03-29 06:11:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG to the API
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:42 [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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN18%20CZG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '54b4a6c8-3eda-5585-84be-54057ab400fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN18 CZG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN18%20CZG&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'BMW',
'model': '118I',
'odometer': 46633,
'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 M SPORT Hatchback',
'transmission': 'manual',
'trim': 'M SPORT',
'vin': 'WBA1R520605K95447',
'year': 2018}
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN18%2520CZG%27 HTTP/1.1" 200 None
2026-03-29 06:11:42 [bca.uk] INFO: Saving data for WN18%20CZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650149.781084, 'last_price_update_time': 1774764702.297739}
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN18%2520CZG') HTTP/1.1" 204 0
2026-03-29 06:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY
2026-03-29 06:11:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY
2026-03-29 06:11:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY to the API
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT24%20TZY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '22e97742-b38c-58a0-9a4d-2b34adf27f18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT24 TZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT24%20TZY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'C4',
'odometer': 17431,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'CITROEN C4 1.2 P/T 130 PLUS Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 PLUS',
'vin': 'VR7BAHNSARE018982',
'year': 2024}
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT24%2520TZY%27 HTTP/1.1" 200 None
2026-03-29 06:11:42 [bca.uk] INFO: Saving data for MT24%20TZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535605.409511, 'last_price_update_time': 1774764702.664618}
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT24%2520TZY') HTTP/1.1" 204 0
2026-03-29 06:11: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 06:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4f3461a-dadc-59dc-b250-c636c5529d1e with identifier: RK64%20AWR
2026-03-29 06:11:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4f3461a-dadc-59dc-b250-c636c5529d1e with identifier: RK64%20AWR
2026-03-29 06:11:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4f3461a-dadc-59dc-b250-c636c5529d1e with identifier: RK64%20AWR to the API
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK64%20AWR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f4f3461a-dadc-59dc-b250-c636c5529d1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK64 AWR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK64%20AWR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 146644,
'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': 'VOLVO XC60 2.0 D4 181 2WD SE LUX G/T Estate',
'transmission': 'manual',
'trim': 'D4 181 2WD SE LUX G/T',
'vin': 'YV1DZ73CDF2675791',
'year': 2014}
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK64%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 06:11:42 [bca.uk] INFO: Saving data for RK64%20AWR: {'auction_closing_time': 1774778400.0, 'created_time': 1774535904.204307, 'last_price_update_time': 1774764702.952217}
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK64%2520AWR') HTTP/1.1" 204 0
2026-03-29 06:11:42 [bca.uk] INFO: Found listing with ID: YC19%20PKO
2026-03-29 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC19%2520PKO%27 HTTP/1.1" 200 None
2026-03-29 06:11:42 [bca.uk] INFO: Scrape type for YC19%20PKO: 2
2026-03-29 06:11:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO
2026-03-29 06:11:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with scrape type 2
2026-03-29 06:11:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with scrape type 2
2026-03-29 06:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b446e3f2-8f0c-5990-bb1b-928b6c6e5528, identifier: YC19%20PKO
2026-03-29 06:11:43 [bca.uk] INFO: Found listing with ID: ND21%20BVM
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND21%2520BVM%27 HTTP/1.1" 200 None
2026-03-29 06:11:43 [bca.uk] INFO: Scrape type for ND21%20BVM: 2
2026-03-29 06:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM
2026-03-29 06:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f101444-7309-5059-a954-4a8783b5927c with scrape type 2
2026-03-29 06:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f101444-7309-5059-a954-4a8783b5927c with scrape type 2
2026-03-29 06:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f101444-7309-5059-a954-4a8783b5927c, identifier: ND21%20BVM
2026-03-29 06:11:43 [bca.uk] INFO: Found listing with ID: RO62%20MVR
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO62%2520MVR%27 HTTP/1.1" 200 None
2026-03-29 06:11:43 [bca.uk] INFO: Scrape type for RO62%20MVR: 0
2026-03-29 06:11:43 [bca.uk] INFO: Found listing with ID: SD62%20JTV
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD62%2520JTV%27 HTTP/1.1" 200 None
2026-03-29 06:11:43 [bca.uk] INFO: Scrape type for SD62%20JTV: 0
2026-03-29 06:11:43 [bca.uk] INFO: Found listing with ID: T500%20MUL
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27T500%2520MUL%27 HTTP/1.1" 200 None
2026-03-29 06:11:43 [bca.uk] INFO: Scrape type for T500%20MUL: 0
2026-03-29 06:11:43 [bca.uk] INFO: Found listing with ID: VU22%20OPO
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU22%2520OPO%27 HTTP/1.1" 200 None
2026-03-29 06:11:43 [bca.uk] INFO: Scrape type for VU22%20OPO: 2
2026-03-29 06:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO
2026-03-29 06:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e13ff18a-84f2-53fe-b0bc-d5d09c576126 with scrape type 2
2026-03-29 06:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e13ff18a-84f2-53fe-b0bc-d5d09c576126 with scrape type 2
2026-03-29 06:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e13ff18a-84f2-53fe-b0bc-d5d09c576126, identifier: VU22%20OPO
2026-03-29 06:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO
2026-03-29 06:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO
2026-03-29 06:11:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO to the API
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:43 [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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC19%20PKO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b446e3f2-8f0c-5990-bb1b-928b6c6e5528',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC19 PKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC19%20PKO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'BMW',
'model': '320I',
'odometer': 58031,
'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 320I 2.0 T M SPORT SHADOW ED.STEP Estate',
'transmission': 'automatic',
'trim': 'T M SPORT SHADOW ED.STEP',
'vin': 'WBA8G32030FA22911',
'year': 2019}
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC19%2520PKO%27 HTTP/1.1" 200 None
2026-03-29 06:11:43 [bca.uk] INFO: Saving data for YC19%20PKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650157.682668, 'last_price_update_time': 1774764703.625472}
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC19%2520PKO') HTTP/1.1" 204 0
2026-03-29 06:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM
2026-03-29 06:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM
2026-03-29 06:11:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM to the API
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 259,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND21%20BVM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2f101444-7309-5059-a954-4a8783b5927c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND21 BVM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND21%20BVM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JEEP',
'model': 'WRANGLER',
'odometer': 36162,
'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': 'JEEP WRANGLER 2.0 GME NIGHT EAGLE HARD TOP StationWagon',
'transmission': 'automatic',
'trim': 'GME NIGHT EAGLE HARD TOP',
'vin': '1C4HJXLN8LW321964',
'year': 2021}
2026-03-29 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND21%2520BVM%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Saving data for ND21%20BVM: {'auction_closing_time': 1774864800.0, 'created_time': 1773832116.263127, 'last_price_update_time': 1774764704.001387}
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND21%2520BVM') HTTP/1.1" 204 0
2026-03-29 06:11:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO
2026-03-29 06:11:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO
2026-03-29 06:11:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO to the API
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU22%20OPO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e13ff18a-84f2-53fe-b0bc-d5d09c576126',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VU22 OPO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU22%20OPO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 45522,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.PREM.STD Van',
'transmission': 'manual',
'trim': 'B/HDI 100 1000 PROF.PREM.STD',
'vin': 'VR3EFYHT2NJ576032',
'year': 2022}
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU22%2520OPO%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Saving data for VU22%20OPO: {'auction_closing_time': 1775037600.0, 'created_time': 1774265362.180722, 'last_price_update_time': 1774764704.36287}
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU22%2520OPO') HTTP/1.1" 204 0
2026-03-29 06:11:44 [bca.uk] INFO: Found listing with ID: SJ71%20RXG
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SJ71%2520RXG%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Scrape type for SJ71%20RXG: 2
2026-03-29 06:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG
2026-03-29 06:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb69b6e-54ce-5825-abd8-f9a66b434269 with scrape type 2
2026-03-29 06:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb69b6e-54ce-5825-abd8-f9a66b434269 with scrape type 2
2026-03-29 06:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feb69b6e-54ce-5825-abd8-f9a66b434269, identifier: SJ71%20RXG
2026-03-29 06:11:44 [bca.uk] INFO: Found listing with ID: SK71%20ODG
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK71%2520ODG%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Scrape type for SK71%20ODG: 0
2026-03-29 06:11:44 [bca.uk] INFO: Found listing with ID: WV69%20NBG
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV69%2520NBG%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Scrape type for WV69%20NBG: 2
2026-03-29 06:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG
2026-03-29 06:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5391c6e9-5de3-5f31-93c0-902941487c30 with scrape type 2
2026-03-29 06:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5391c6e9-5de3-5f31-93c0-902941487c30 with scrape type 2
2026-03-29 06:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5391c6e9-5de3-5f31-93c0-902941487c30, identifier: WV69%20NBG
2026-03-29 06:11:44 [bca.uk] INFO: Found listing with ID: AV13%20RKK
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AV13%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Scrape type for AV13%20RKK: 0
2026-03-29 06:11:44 [bca.uk] INFO: Found listing with ID: BN61%20JXB
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN61%2520JXB%27 HTTP/1.1" 200 None
2026-03-29 06:11:44 [bca.uk] INFO: Scrape type for BN61%20JXB: 2
2026-03-29 06:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7301040-7be9-5326-b985-4d7f1149bd17 with identifier: BN61%20JXB
2026-03-29 06:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7301040-7be9-5326-b985-4d7f1149bd17 with scrape type 2
2026-03-29 06:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7301040-7be9-5326-b985-4d7f1149bd17 with scrape type 2
2026-03-29 06:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7301040-7be9-5326-b985-4d7f1149bd17, identifier: BN61%20JXB
2026-03-29 06:11:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG
2026-03-29 06:11:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG
2026-03-29 06:11:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG to the API
2026-03-29 06:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:45 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ71%20RXG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'feb69b6e-54ce-5825-abd8-f9a66b434269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ71 RXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ71%20RXG&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'SKODA',
'model': 'KAROQ',
'odometer': 29216,
'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': 'SKODA KAROQ 1.0 TSI 110 SE L Hatchback',
'transmission': 'manual',
'trim': 'TSI 110 SE L',
'vin': 'TMBKP7NU2N5011374',
'year': 2021}
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ71%2520RXG%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Saving data for SJ71%20RXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650151.618316, 'last_price_update_time': 1774764705.138331}
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ71%2520RXG') HTTP/1.1" 204 0
2026-03-29 06:11:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG
2026-03-29 06:11:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG
2026-03-29 06:11:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG to the API
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV69%20NBG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5391c6e9-5de3-5f31-93c0-902941487c30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV69 NBG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV69%20NBG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'A180',
'odometer': 64951,
'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 1.3 AMG LINE Hatchback',
'transmission': 'manual',
'trim': 'AMG LINE',
'vin': 'WDD1770842V033804',
'year': 2019}
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520NBG%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Saving data for WV69%20NBG: {'auction_closing_time': 1774864800.0, 'created_time': 1774304656.133696, 'last_price_update_time': 1774764705.435458}
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV69%2520NBG') HTTP/1.1" 204 0
2026-03-29 06:11:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7301040-7be9-5326-b985-4d7f1149bd17 with identifier: BN61%20JXB
2026-03-29 06:11:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7301040-7be9-5326-b985-4d7f1149bd17 with identifier: BN61%20JXB
2026-03-29 06:11:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7301040-7be9-5326-b985-4d7f1149bd17 with identifier: BN61%20JXB to the API
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN61%20JXB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a7301040-7be9-5326-b985-4d7f1149bd17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN61 JXB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN61%20JXB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': 'X1',
'odometer': 131825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'BMW X1 2.0 XDRIVE 20D SE STEP StationWagon',
'transmission': 'automatic',
'trim': 'XDRIVE 20D SE STEP',
'vin': 'WBAVP32020VR10409',
'year': 2011}
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520JXB%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Saving data for BN61%20JXB: {'auction_closing_time': 1774778400.0, 'created_time': 1774535479.491478, 'last_price_update_time': 1774764705.72062}
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN61%2520JXB') HTTP/1.1" 204 0
2026-03-29 06:11:45 [bca.uk] INFO: Found listing with ID: SD71%20NFK
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520NFK%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Scrape type for SD71%20NFK: 2
2026-03-29 06:11:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK
2026-03-29 06:11:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad09098f-3f82-555c-86d1-9f97f027a8b3 with scrape type 2
2026-03-29 06:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad09098f-3f82-555c-86d1-9f97f027a8b3 with scrape type 2
2026-03-29 06:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad09098f-3f82-555c-86d1-9f97f027a8b3, identifier: SD71%20NFK
2026-03-29 06:11:45 [bca.uk] INFO: Found listing with ID: AU68%20KFP
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520KFP%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Scrape type for AU68%20KFP: 2
2026-03-29 06:11:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP
2026-03-29 06:11:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0f1d33-9137-5d88-ba82-45d5e1deff3a with scrape type 2
2026-03-29 06:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa0f1d33-9137-5d88-ba82-45d5e1deff3a with scrape type 2
2026-03-29 06:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa0f1d33-9137-5d88-ba82-45d5e1deff3a, identifier: AU68%20KFP
2026-03-29 06:11:45 [bca.uk] INFO: Found listing with ID: CA10%20GVT
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA10%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Scrape type for CA10%20GVT: 0
2026-03-29 06:11:45 [bca.uk] INFO: Found listing with ID: CA14%20VPE
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA14%2520VPE%27 HTTP/1.1" 200 None
2026-03-29 06:11:45 [bca.uk] INFO: Scrape type for CA14%20VPE: 0
2026-03-29 06:11:45 [bca.uk] INFO: Found listing with ID: CP09%20AKU
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP09%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 06:11:46 [bca.uk] INFO: Scrape type for CP09%20AKU: 2
2026-03-29 06:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5308ae7-0ed6-5e89-a8ba-b0c36212da04 with identifier: CP09%20AKU
2026-03-29 06:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5308ae7-0ed6-5e89-a8ba-b0c36212da04 with scrape type 2
2026-03-29 06:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5308ae7-0ed6-5e89-a8ba-b0c36212da04 with scrape type 2
2026-03-29 06:11:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5308ae7-0ed6-5e89-a8ba-b0c36212da04, identifier: CP09%20AKU
2026-03-29 06:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK
2026-03-29 06:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK
2026-03-29 06:11:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK to the API
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:46 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD71%20NFK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad09098f-3f82-555c-86d1-9f97f027a8b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD71 NFK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD71%20NFK&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 59893,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 75 ELITE ED. Hatchback',
'transmission': 'manual',
'trim': '75 ELITE ED.',
'vin': 'VXKUPHMHDM4311467',
'year': 2021}
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD71%2520NFK%27 HTTP/1.1" 200 None
2026-03-29 06:11:46 [bca.uk] INFO: Saving data for SD71%20NFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650152.00485, 'last_price_update_time': 1774764706.402242}
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD71%2520NFK') HTTP/1.1" 204 0
2026-03-29 06:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP
2026-03-29 06:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP
2026-03-29 06:11:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP to the API
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU68%20KFP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fa0f1d33-9137-5d88-ba82-45d5e1deff3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU68 KFP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU68%20KFP&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'BMW',
'model': '116D',
'odometer': 117694,
'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 116D 1.5 M SPORT Hatchback',
'transmission': 'manual',
'trim': 'M SPORT',
'vin': 'WBA1V72060V921327',
'year': 2018}
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AU68%2520KFP%27 HTTP/1.1" 200 None
2026-03-29 06:11:46 [bca.uk] INFO: Saving data for AU68%20KFP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650899.040959, 'last_price_update_time': 1774764706.691496}
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU68%2520KFP') HTTP/1.1" 204 0
2026-03-29 06:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5308ae7-0ed6-5e89-a8ba-b0c36212da04 with identifier: CP09%20AKU
2026-03-29 06:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5308ae7-0ed6-5e89-a8ba-b0c36212da04 with identifier: CP09%20AKU
2026-03-29 06:11:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5308ae7-0ed6-5e89-a8ba-b0c36212da04 with identifier: CP09%20AKU to the API
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP09%20AKU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd5308ae7-0ed6-5e89-a8ba-b0c36212da04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP09 AKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP09%20AKU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 60792,
'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 I10 1.2 STYLE Hatchback',
'transmission': 'manual',
'trim': 'STYLE',
'vin': 'MALAN51CR9M237590',
'year': 2009}
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP09%2520AKU%27 HTTP/1.1" 200 None
2026-03-29 06:11:46 [bca.uk] INFO: Saving data for CP09%20AKU: {'auction_closing_time': 1774778400.0, 'created_time': 1774535486.88944, 'last_price_update_time': 1774764706.973641}
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP09%2520AKU') HTTP/1.1" 204 0
2026-03-29 06:11:46 [bca.uk] INFO: Found listing with ID: DV68%20ZSK
2026-03-29 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV68%2520ZSK%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Scrape type for DV68%20ZSK: 2
2026-03-29 06:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK
2026-03-29 06:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with scrape type 2
2026-03-29 06:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with scrape type 2
2026-03-29 06:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bfb2011-dab2-51fe-93e2-ca187dff02e1, identifier: DV68%20ZSK
2026-03-29 06:11:47 [bca.uk] INFO: Found listing with ID: LD72%20SFU
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD72%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Scrape type for LD72%20SFU: 2
2026-03-29 06:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU
2026-03-29 06:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with scrape type 2
2026-03-29 06:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with scrape type 2
2026-03-29 06:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c, identifier: LD72%20SFU
2026-03-29 06:11:47 [bca.uk] INFO: Found listing with ID: CV12%20NYD
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV12%2520NYD%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Scrape type for CV12%20NYD: 0
2026-03-29 06:11:47 [bca.uk] INFO: Found listing with ID: CV62%20WTN
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV62%2520WTN%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Scrape type for CV62%20WTN: 0
2026-03-29 06:11:47 [bca.uk] INFO: Found listing with ID: CX59%20VUM
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX59%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Scrape type for CX59%20VUM: 2
2026-03-29 06:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e with identifier: CX59%20VUM
2026-03-29 06:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e with scrape type 2
2026-03-29 06:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e with scrape type 2
2026-03-29 06:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e, identifier: CX59%20VUM
2026-03-29 06:11:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK
2026-03-29 06:11:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK
2026-03-29 06:11:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK to the API
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:47 [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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV68%20ZSK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8bfb2011-dab2-51fe-93e2-ca187dff02e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV68 ZSK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV68%20ZSK&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MITSUBISHI',
'model': 'ECLIPSE CROSS',
'odometer': 36590,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MITSUBISHI ECLIPSE CROSS 1.5 3 Hatchback',
'transmission': 'manual',
'trim': '3',
'vin': 'JMAXJGK1WJZ003046',
'year': 2018}
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV68%2520ZSK%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Saving data for DV68%20ZSK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650148.840056, 'last_price_update_time': 1774764707.593584}
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV68%2520ZSK') HTTP/1.1" 204 0
2026-03-29 06:11:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU
2026-03-29 06:11:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU
2026-03-29 06:11:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU to the API
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20SFU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD72 SFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20SFU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'CLA 200',
'odometer': 37250,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 200 1.3 AMG LINE EXECUTIVE DCT Coupe',
'transmission': 'automatic',
'trim': 'AMG LINE EXECUTIVE DCT',
'vin': 'W1K5J8HB4PN348815',
'year': 2022}
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD72%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 06:11:47 [bca.uk] INFO: Saving data for LD72%20SFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650664.308857, 'last_price_update_time': 1774764707.988543}
2026-03-29 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520SFU') HTTP/1.1" 204 0
2026-03-29 06:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e with identifier: CX59%20VUM
2026-03-29 06:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e with identifier: CX59%20VUM
2026-03-29 06:11:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cb50a33-9ff2-59b1-bedc-9a6fc802d31e with identifier: CX59%20VUM to the API
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 243,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX59%20VUM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0cb50a33-9ff2-59b1-bedc-9a6fc802d31e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX59 VUM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX59%20VUM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 125478,
'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 3.0 TDV6 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TDV6 HSE',
'vin': 'SALLSAAG3AA216342',
'year': 2009}
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX59%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Saving data for CX59%20VUM: {'auction_closing_time': 1774778400.0, 'created_time': 1774535927.584022, 'last_price_update_time': 1774764708.281652}
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX59%2520VUM') HTTP/1.1" 204 0
2026-03-29 06:11:48 [bca.uk] INFO: Found listing with ID: CK67%20NNA
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK67%2520NNA%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Scrape type for CK67%20NNA: 2
2026-03-29 06:11:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA
2026-03-29 06:11:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92de666d-e7c2-5ddd-83e1-f64586882c06 with scrape type 2
2026-03-29 06:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92de666d-e7c2-5ddd-83e1-f64586882c06 with scrape type 2
2026-03-29 06:11:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92de666d-e7c2-5ddd-83e1-f64586882c06, identifier: CK67%20NNA
2026-03-29 06:11:48 [bca.uk] INFO: Found listing with ID: LF21%20WNO
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LF21%2520WNO%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Scrape type for LF21%20WNO: 2
2026-03-29 06:11:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO
2026-03-29 06:11:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b07d8f8a-8452-53d5-b021-bc6b514d55fd with scrape type 2
2026-03-29 06:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b07d8f8a-8452-53d5-b021-bc6b514d55fd with scrape type 2
2026-03-29 06:11:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b07d8f8a-8452-53d5-b021-bc6b514d55fd, identifier: LF21%20WNO
2026-03-29 06:11:48 [bca.uk] INFO: Found listing with ID: DA09%20LRF
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA09%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Scrape type for DA09%20LRF: 0
2026-03-29 06:11:48 [bca.uk] INFO: Found listing with ID: DG15%20LSY
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG15%2520LSY%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Scrape type for DG15%20LSY: 0
2026-03-29 06:11:48 [bca.uk] INFO: Found listing with ID: AF11%20XHT
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF11%2520XHT%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Scrape type for AF11%20XHT: 2
2026-03-29 06:11:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f9b316-486e-53aa-93c7-bcd50730a4a5 with identifier: AF11%20XHT
2026-03-29 06:11:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f9b316-486e-53aa-93c7-bcd50730a4a5 with scrape type 2
2026-03-29 06:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f9b316-486e-53aa-93c7-bcd50730a4a5 with scrape type 2
2026-03-29 06:11:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f9b316-486e-53aa-93c7-bcd50730a4a5, identifier: AF11%20XHT
2026-03-29 06:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA
2026-03-29 06:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA
2026-03-29 06:11:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA to the API
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:48 [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': 237,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK67%20NNA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '5.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '92de666d-e7c2-5ddd-83e1-f64586882c06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK67 NNA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK67%20NNA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MERCEDES-BENZ',
'model': 'S63 AMG',
'odometer': 55500,
'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 S63 AMG 5.5 (585) Coupe',
'transmission': 'manual',
'trim': '(585)',
'vin': 'WDD2173772A032028',
'year': 2017}
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK67%2520NNA%27 HTTP/1.1" 200 None
2026-03-29 06:11:48 [bca.uk] INFO: Saving data for CK67%20NNA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650150.578855, 'last_price_update_time': 1774764708.932219}
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK67%2520NNA') HTTP/1.1" 204 0
2026-03-29 06:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO
2026-03-29 06:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO
2026-03-29 06:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO to the API
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF21%20WNO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b07d8f8a-8452-53d5-b021-bc6b514d55fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF21 WNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF21%20WNO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 25937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 95 MATCH DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 95 MATCH DSG',
'vin': 'WVWZZZAWZMU000641',
'year': 2021}
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520WNO%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Saving data for LF21%20WNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650831.477182, 'last_price_update_time': 1774764709.222154}
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF21%2520WNO') HTTP/1.1" 204 0
2026-03-29 06:11:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f9b316-486e-53aa-93c7-bcd50730a4a5 with identifier: AF11%20XHT
2026-03-29 06:11:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f9b316-486e-53aa-93c7-bcd50730a4a5 with identifier: AF11%20XHT
2026-03-29 06:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58f9b316-486e-53aa-93c7-bcd50730a4a5 with identifier: AF11%20XHT to the API
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF11%20XHT-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '58f9b316-486e-53aa-93c7-bcd50730a4a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF11 XHT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF11%20XHT&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 109746,
'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 70 SE Hatchback',
'transmission': 'manual',
'trim': '70 SE',
'vin': 'WVWZZZ6RZBU034833',
'year': 2011}
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF11%2520XHT%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Saving data for AF11%20XHT: {'auction_closing_time': 1774778400.0, 'created_time': 1774535499.864262, 'last_price_update_time': 1774764709.498586}
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF11%2520XHT') HTTP/1.1" 204 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: SN70%20ZTY
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN70%2520ZTY%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for SN70%20ZTY: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: DE69%20ZGU
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520ZGU%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for DE69%20ZGU: 2
2026-03-29 06:11:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU
2026-03-29 06:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0accfce-1cd7-5b89-a0cc-bda21ba886bd with scrape type 2
2026-03-29 06:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0accfce-1cd7-5b89-a0cc-bda21ba886bd with scrape type 2
2026-03-29 06:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0accfce-1cd7-5b89-a0cc-bda21ba886bd, identifier: DE69%20ZGU
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: LG20%20OVA
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520OVA%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for LG20%20OVA: 2
2026-03-29 06:11:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA
2026-03-29 06:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with scrape type 2
2026-03-29 06:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with scrape type 2
2026-03-29 06:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af, identifier: LG20%20OVA
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: HY10%20WPR
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY10%2520WPR%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for HY10%20WPR: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: LC12%20JYP
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520JYP%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for LC12%20JYP: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: PF10%20JFE
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF10%2520JFE%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for PF10%20JFE: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: RF05%20KJN
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF05%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for RF05%20KJN: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: YD12%20XUW
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD12%2520XUW%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for YD12%20XUW: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: FE09%20EOA
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE09%2520EOA%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for FE09%20EOA: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: FY09%20FYH
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY09%2520FYH%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for FY09%20FYH: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: HG13%20LZF
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG13%2520LZF%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for HG13%20LZF: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: DV13%20VLM
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520VLM%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for DV13%20VLM: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: YT60%20ORY
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT60%2520ORY%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for YT60%20ORY: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: BP72%20RHA
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for BP72%20RHA: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: BK21%20LFV
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520LFV%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for BK21%20LFV: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: OY63%20EWL
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY63%2520EWL%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for OY63%20EWL: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: RY06%20CZC
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY06%2520CZC%27 HTTP/1.1" 200 None
2026-03-29 06:11:49 [bca.uk] INFO: Scrape type for RY06%20CZC: 0
2026-03-29 06:11:49 [bca.uk] INFO: Found listing with ID: YA10%20UUZ
2026-03-29 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA10%2520UUZ%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for YA10%20UUZ: 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: BD13%20LWC
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD13%2520LWC%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for BD13%20LWC: 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: CA15%20NKH
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CA15%2520NKH%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for CA15%20NKH: 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: CE57%20UEB
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE57%2520UEB%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for CE57%20UEB: 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: DK65%20MLU
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DK65%2520MLU%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for DK65%20MLU: 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: EO14%20MLL
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO14%2520MLL%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for EO14%20MLL: 0
2026-03-29 06:11:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU
2026-03-29 06:11:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU
2026-03-29 06:11:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU to the API
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:50 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE69%20ZGU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0accfce-1cd7-5b89-a0cc-bda21ba886bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE69 ZGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE69%20ZGU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.2 2 Hatchback',
'transmission': 'automatic',
'trim': '2',
'vin': 'KNAB3512MKT553451',
'year': 2019}
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE69%2520ZGU%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Saving data for DE69%20ZGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774304547.291298, 'last_price_update_time': 1774764710.382288}
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE69%2520ZGU') HTTP/1.1" 204 0
2026-03-29 06:11:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA
2026-03-29 06:11:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA
2026-03-29 06:11:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA to the API
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG20%20OVA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd9ef86ab-446c-5f49-a088-ad4d9ebaa4af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG20 OVA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG20%20OVA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'STONIC',
'odometer': 25208,
'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 STONIC 1.0 T GDI 120 4 Hatchback',
'transmission': 'automatic',
'trim': 'T GDI 120 4',
'vin': 'KNAD6811VL6418003',
'year': 2020}
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG20%2520OVA%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Saving data for LG20%20OVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774217079.229919, 'last_price_update_time': 1774764710.775185}
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520OVA') HTTP/1.1" 204 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: GU18%20EUV
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU18%2520EUV%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for GU18%20EUV: 2
2026-03-29 06:11:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed85067e-1c32-50fe-b367-b1a963bad32c with identifier: GU18%20EUV
2026-03-29 06:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed85067e-1c32-50fe-b367-b1a963bad32c with scrape type 2
2026-03-29 06:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed85067e-1c32-50fe-b367-b1a963bad32c with scrape type 2
2026-03-29 06:11:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed85067e-1c32-50fe-b367-b1a963bad32c, identifier: GU18%20EUV
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: NV69%20MYB
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV69%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for NV69%20MYB: 0
2026-03-29 06:11:50 [bca.uk] INFO: Found listing with ID: PG19%20LXN
2026-03-29 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-29 06:11:50 [bca.uk] INFO: Scrape type for PG19%20LXN: 2
2026-03-29 06:11:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN
2026-03-29 06:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350192a3-a556-5b27-b9e0-3181f4087bb4 with scrape type 2
2026-03-29 06:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 350192a3-a556-5b27-b9e0-3181f4087bb4 with scrape type 2
2026-03-29 06:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 350192a3-a556-5b27-b9e0-3181f4087bb4, identifier: PG19%20LXN
2026-03-29 06:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed85067e-1c32-50fe-b367-b1a963bad32c with identifier: GU18%20EUV
2026-03-29 06:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed85067e-1c32-50fe-b367-b1a963bad32c with identifier: GU18%20EUV
2026-03-29 06:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed85067e-1c32-50fe-b367-b1a963bad32c with identifier: GU18%20EUV to the API
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:51 [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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU18%20EUV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed85067e-1c32-50fe-b367-b1a963bad32c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU18 EUV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU18%20EUV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'ZAFIRA TOURER',
'odometer': 78045,
'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 ZAFIRA TOURER 1.4 T 140 SRI MPV',
'transmission': 'manual',
'trim': 'T 140 SRI',
'vin': 'W0VPD9EC1J1112589',
'year': 2018}
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU18%2520EUV%27 HTTP/1.1" 200 None
2026-03-29 06:11:51 [bca.uk] INFO: Saving data for GU18%20EUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650148.111737, 'last_price_update_time': 1774764711.335846}
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU18%2520EUV') HTTP/1.1" 204 0
2026-03-29 06:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN
2026-03-29 06:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN
2026-03-29 06:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN to the API
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PG19%20LXN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '350192a3-a556-5b27-b9e0-3181f4087bb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PG19 LXN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PG19%20LXN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER',
'odometer': 27598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MINI COOPER 2.0 S EXCLUSIVE Hatchback',
'transmission': 'automatic',
'trim': 'S EXCLUSIVE',
'vin': 'WMWXR520902L29148',
'year': 2019}
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-29 06:11:51 [bca.uk] INFO: Saving data for PG19%20LXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774476194.714105, 'last_price_update_time': 1774764711.663694}
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PG19%2520LXN') HTTP/1.1" 204 0
2026-03-29 06:11:51 [bca.uk] INFO: Found listing with ID: LS73%20EAO
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-29 06:11:51 [bca.uk] INFO: Scrape type for LS73%20EAO: 2
2026-03-29 06:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO
2026-03-29 06:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b307bba2-7d7e-546b-a41a-f0b642e6074d with scrape type 2
2026-03-29 06:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b307bba2-7d7e-546b-a41a-f0b642e6074d with scrape type 2
2026-03-29 06:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b307bba2-7d7e-546b-a41a-f0b642e6074d, identifier: LS73%20EAO
2026-03-29 06:11:51 [bca.uk] INFO: Found listing with ID: RK69%20AJU
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-29 06:11:51 [bca.uk] INFO: Scrape type for RK69%20AJU: 2
2026-03-29 06:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU
2026-03-29 06:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d06621-9f72-5937-89b6-9c477bdddf52 with scrape type 2
2026-03-29 06:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d06621-9f72-5937-89b6-9c477bdddf52 with scrape type 2
2026-03-29 06:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d06621-9f72-5937-89b6-9c477bdddf52, identifier: RK69%20AJU
2026-03-29 06:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO
2026-03-29 06:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO
2026-03-29 06:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO to the API
2026-03-29 06:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:52 [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=LS73%20EAO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b307bba2-7d7e-546b-a41a-f0b642e6074d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS73 EAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20EAO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'SMART',
'model': '#1',
'odometer': 7496,
'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': 'SMART #1 200KW 66KWH PREMIUM Hatchback',
'transmission': 'automatic',
'trim': '200KW 66KWH PREMIUM',
'vin': 'HESXR1C42PS101554',
'year': 2023}
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-29 06:11:52 [bca.uk] INFO: Saving data for LS73%20EAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774476193.993152, 'last_price_update_time': 1774764712.183645}
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520EAO') HTTP/1.1" 204 0
2026-03-29 06:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU
2026-03-29 06:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU
2026-03-29 06:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU to the API
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK69%20AJU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '19d06621-9f72-5937-89b6-9c477bdddf52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK69 AJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK69%20AJU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SSANGYONG',
'model': 'KORANDO',
'odometer': 84924,
'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': 'SSANGYONG KORANDO 1.6 D 134 4X4 ULTIMATE StationWagon',
'transmission': 'automatic',
'trim': 'D 134 4X4 ULTIMATE',
'vin': 'KPT70A1USKP008172',
'year': 2019}
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-29 06:11:52 [bca.uk] INFO: Saving data for RK69%20AJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774217078.170541, 'last_price_update_time': 1774764712.475999}
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK69%2520AJU') HTTP/1.1" 204 0
2026-03-29 06:11:52 [bca.uk] INFO: Found listing with ID: AE71%20SMU
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE71%2520SMU%27 HTTP/1.1" 200 None
2026-03-29 06:11:52 [bca.uk] INFO: Scrape type for AE71%20SMU: 2
2026-03-29 06:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU
2026-03-29 06:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c0917fa-f06f-503d-bda8-0182f6d2a7be with scrape type 2
2026-03-29 06:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c0917fa-f06f-503d-bda8-0182f6d2a7be with scrape type 2
2026-03-29 06:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c0917fa-f06f-503d-bda8-0182f6d2a7be, identifier: AE71%20SMU
2026-03-29 06:11:52 [bca.uk] INFO: Found listing with ID: RK70%20OPA
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK70%2520OPA%27 HTTP/1.1" 200 None
2026-03-29 06:11:52 [bca.uk] INFO: Scrape type for RK70%20OPA: 0
2026-03-29 06:11:52 [bca.uk] INFO: Found listing with ID: RO70%20GLK
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-29 06:11:52 [bca.uk] INFO: Scrape type for RO70%20GLK: 2
2026-03-29 06:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK
2026-03-29 06:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with scrape type 2
2026-03-29 06:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with scrape type 2
2026-03-29 06:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc, identifier: RO70%20GLK
2026-03-29 06:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU
2026-03-29 06:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU
2026-03-29 06:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU to the API
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:52 [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': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE71%20SMU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6c0917fa-f06f-503d-bda8-0182f6d2a7be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AE71 SMU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE71%20SMU&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 43454,
'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 DISCOVERY SPORT 2.0 D165 2WD S (5ST) StationWagon',
'transmission': 'manual',
'trim': 'D165 2WD S (5ST)',
'vin': 'SALCB2CN8MH902437',
'year': 2021}
2026-03-29 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AE71%2520SMU%27 HTTP/1.1" 200 None
2026-03-29 06:11:52 [bca.uk] INFO: Saving data for AE71%20SMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534225.110771, 'last_price_update_time': 1774764712.998145}
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE71%2520SMU') HTTP/1.1" 204 0
2026-03-29 06:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK
2026-03-29 06:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK
2026-03-29 06:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK to the API
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 218,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO70%20GLK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO70 GLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO70%20GLK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': 'X5',
'odometer': 73578,
'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 X5 3.0 XDRIVE M50D StationWagon',
'transmission': 'automatic',
'trim': 'XDRIVE M50D',
'vin': 'WBACV020109C51987',
'year': 2020}
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-29 06:11:53 [bca.uk] INFO: Saving data for RO70%20GLK: {'auction_closing_time': 1774864800.0, 'created_time': 1773957798.049925, 'last_price_update_time': 1774764713.291228}
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO70%2520GLK') HTTP/1.1" 204 0
2026-03-29 06:11:53 [bca.uk] INFO: Found listing with ID: EO70%20HZL
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520HZL%27 HTTP/1.1" 200 None
2026-03-29 06:11:53 [bca.uk] INFO: Scrape type for EO70%20HZL: 0
2026-03-29 06:11:53 [bca.uk] INFO: Found listing with ID: WD66%20XTT
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520XTT%27 HTTP/1.1" 200 None
2026-03-29 06:11:53 [bca.uk] INFO: Scrape type for WD66%20XTT: 0
2026-03-29 06:11:53 [bca.uk] INFO: Found listing with ID: LK71%20VUA
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 06:11:53 [bca.uk] INFO: Scrape type for LK71%20VUA: 2
2026-03-29 06:11:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA
2026-03-29 06:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6dc4b09-4144-5240-8e94-33ae68033e38 with scrape type 2
2026-03-29 06:11:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6dc4b09-4144-5240-8e94-33ae68033e38 with scrape type 2
2026-03-29 06:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6dc4b09-4144-5240-8e94-33ae68033e38, identifier: LK71%20VUA
2026-03-29 06:11:53 [bca.uk] INFO: Found listing with ID: AP19%20NRL
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 06:11:53 [bca.uk] INFO: Scrape type for AP19%20NRL: 2
2026-03-29 06:11:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL
2026-03-29 06:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f606c76e-c2c0-5c86-9c34-71bbc39f3695 with scrape type 2
2026-03-29 06:11:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f606c76e-c2c0-5c86-9c34-71bbc39f3695 with scrape type 2
2026-03-29 06:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f606c76e-c2c0-5c86-9c34-71bbc39f3695, identifier: AP19%20NRL
2026-03-29 06:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA
2026-03-29 06:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA
2026-03-29 06:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA to the API
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:53 [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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK71%20VUA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd6dc4b09-4144-5240-8e94-33ae68033e38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LK71 VUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK71%20VUA&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FIAT',
'model': '500',
'odometer': 52812,
'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': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
'transmission': 'manual',
'trim': 'M/H DOLCEVITA',
'vin': 'ZFACF1CJ8NJF57787',
'year': 2021}
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 06:11:53 [bca.uk] INFO: Saving data for LK71%20VUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650145.412446, 'last_price_update_time': 1774764713.807494}
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK71%2520VUA') HTTP/1.1" 204 0
2026-03-29 06:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL
2026-03-29 06:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL
2026-03-29 06:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL to the API
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP19%20NRL-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f606c76e-c2c0-5c86-9c34-71bbc39f3695',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AP19 NRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP19%20NRL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'DACIA',
'model': 'SANDERO STEPWAY',
'odometer': 88777,
'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': 'DACIA SANDERO STEPWAY 1.5 BLUE DCI 95 COMFORT Hatchback',
'transmission': 'manual',
'trim': 'BLUE DCI 95 COMFORT',
'vin': 'UU1B5220562896195',
'year': 2019}
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 06:11:54 [bca.uk] INFO: Saving data for AP19%20NRL: {'auction_closing_time': 1774864800.0, 'created_time': 1774004849.359244, 'last_price_update_time': 1774764714.196405}
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP19%2520NRL') HTTP/1.1" 204 0
2026-03-29 06:11:54 [bca.uk] INFO: Found listing with ID: LN19%20NLG
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN19%2520NLG%27 HTTP/1.1" 200 None
2026-03-29 06:11:54 [bca.uk] INFO: Scrape type for LN19%20NLG: 2
2026-03-29 06:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG
2026-03-29 06:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with scrape type 2
2026-03-29 06:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with scrape type 2
2026-03-29 06:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93836af4-c487-5f8e-a40c-acf5ca3f62e1, identifier: LN19%20NLG
2026-03-29 06:11:54 [bca.uk] INFO: Found listing with ID: BF21%20VMW
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF21%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 06:11:54 [bca.uk] INFO: Scrape type for BF21%20VMW: 2
2026-03-29 06:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW
2026-03-29 06:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 300473a6-c8e2-577c-8436-a287dc7bcd24 with scrape type 2
2026-03-29 06:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 300473a6-c8e2-577c-8436-a287dc7bcd24 with scrape type 2
2026-03-29 06:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 300473a6-c8e2-577c-8436-a287dc7bcd24, identifier: BF21%20VMW
2026-03-29 06:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG
2026-03-29 06:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG
2026-03-29 06:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG to the API
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:54 [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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN19%20NLG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '93836af4-c487-5f8e-a40c-acf5ca3f62e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN19 NLG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN19%20NLG&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 29607,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 140 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 140 TEKNA',
'vin': 'SJNFFAJ11U2552858',
'year': 2019}
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN19%2520NLG%27 HTTP/1.1" 200 None
2026-03-29 06:11:54 [bca.uk] INFO: Saving data for LN19%20NLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650141.936732, 'last_price_update_time': 1774764714.731797}
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN19%2520NLG') HTTP/1.1" 204 0
2026-03-29 06:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW
2026-03-29 06:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW
2026-03-29 06:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW to the API
2026-03-29 06:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF21%20VMW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '300473a6-c8e2-577c-8436-a287dc7bcd24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF21 VMW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF21%20VMW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 49321,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I JBL ED. Hatchback',
'transmission': 'manual',
'trim': 'VVT-I JBL ED.',
'vin': 'JTDKGNEC40N612905',
'year': 2021}
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF21%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Saving data for BF21%20VMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774364725.1146, 'last_price_update_time': 1774764715.028735}
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF21%2520VMW') HTTP/1.1" 204 0
2026-03-29 06:11:55 [bca.uk] INFO: Found listing with ID: HJ20%20XKC
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ20%2520XKC%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Scrape type for HJ20%20XKC: 2
2026-03-29 06:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC
2026-03-29 06:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc, identifier: HJ20%20XKC
2026-03-29 06:11:55 [bca.uk] INFO: Found listing with ID: DN20%20OCL
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN20%2520OCL%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Scrape type for DN20%20OCL: 2
2026-03-29 06:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: becbf967-41d9-5cee-9686-29b8936848ea with identifier: DN20%20OCL
2026-03-29 06:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item becbf967-41d9-5cee-9686-29b8936848ea with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item becbf967-41d9-5cee-9686-29b8936848ea with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: becbf967-41d9-5cee-9686-29b8936848ea, identifier: DN20%20OCL
2026-03-29 06:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC
2026-03-29 06:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC
2026-03-29 06:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC to the API
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:55 [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': 240,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ20%20XKC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0248c910-16fb-554b-ae48-b2dcf0c4f6bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ20 XKC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ20%20XKC&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 67124,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 P400 HST StationWagon',
'transmission': 'automatic',
'trim': 'P400 HST',
'vin': 'SALWA2AU0LA736187',
'year': 2020}
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ20%2520XKC%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Saving data for HJ20%20XKC: {'auction_closing_time': 1774864800.0, 'created_time': 1773957818.467584, 'last_price_update_time': 1774764715.515464}
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ20%2520XKC') HTTP/1.1" 204 0
2026-03-29 06:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: becbf967-41d9-5cee-9686-29b8936848ea with identifier: DN20%20OCL
2026-03-29 06:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: becbf967-41d9-5cee-9686-29b8936848ea with identifier: DN20%20OCL
2026-03-29 06:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: becbf967-41d9-5cee-9686-29b8936848ea with identifier: DN20%20OCL to the API
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN20%20OCL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'becbf967-41d9-5cee-9686-29b8936848ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN20 OCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN20%20OCL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 33304,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T 100 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'IG-T 100 TEKNA',
'vin': 'VNVK1400665312522',
'year': 2020}
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DN20%2520OCL%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Saving data for DN20%20OCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774650832.974112, 'last_price_update_time': 1774764715.799122}
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN20%2520OCL') HTTP/1.1" 204 0
2026-03-29 06:11:55 [bca.uk] INFO: Found listing with ID: F8%20MMG
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27F8%2520MMG%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Scrape type for F8%20MMG: 2
2026-03-29 06:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG
2026-03-29 06:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67692b97-6ac5-5a4c-8f74-5049bed37723 with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67692b97-6ac5-5a4c-8f74-5049bed37723 with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67692b97-6ac5-5a4c-8f74-5049bed37723, identifier: F8%20MMG
2026-03-29 06:11:55 [bca.uk] INFO: Found listing with ID: HY21%20CVT
2026-03-29 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-29 06:11:55 [bca.uk] INFO: Scrape type for HY21%20CVT: 2
2026-03-29 06:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT
2026-03-29 06:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7866d65-178a-5d9d-b2b2-19c9e106b775 with scrape type 2
2026-03-29 06:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7866d65-178a-5d9d-b2b2-19c9e106b775 with scrape type 2
2026-03-29 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7866d65-178a-5d9d-b2b2-19c9e106b775, identifier: HY21%20CVT
2026-03-29 06:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG
2026-03-29 06:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG
2026-03-29 06:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG to the API
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:56 [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': 307,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=F8%20MMG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '4.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67692b97-6ac5-5a4c-8f74-5049bed37723',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'F8 MMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=F8%20MMG&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FERRARI',
'model': '458 SPIDER',
'odometer': 41846,
'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': 'FERRARI 458 SPIDER 4.5 (F1) Roadster',
'transmission': 'automatic',
'trim': '(F1)',
'vin': 'ZFF68NHC000199612',
'year': 2014}
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27F8%2520MMG%27 HTTP/1.1" 200 None
2026-03-29 06:11:56 [bca.uk] INFO: Saving data for F8%20MMG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650141.17316, 'last_price_update_time': 1774764716.3279}
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='F8%2520MMG') HTTP/1.1" 204 0
2026-03-29 06:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT
2026-03-29 06:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT
2026-03-29 06:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT to the API
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY21%20CVT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a7866d65-178a-5d9d-b2b2-19c9e106b775',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY21 CVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY21%20CVT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 19741,
'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': 'JAGUAR E-PACE 2.0 D200 AWD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC HSE',
'vin': 'SADFA2AN9M1016635',
'year': 2021}
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-29 06:11:56 [bca.uk] INFO: Saving data for HY21%20CVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774044534.746839, 'last_price_update_time': 1774764716.605253}
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY21%2520CVT') HTTP/1.1" 204 0
2026-03-29 06:11:56 [bca.uk] INFO: Found listing with ID: HT69%20PXU
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HT69%2520PXU%27 HTTP/1.1" 200 None
2026-03-29 06:11:56 [bca.uk] INFO: Scrape type for HT69%20PXU: 2
2026-03-29 06:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU
2026-03-29 06:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with scrape type 2
2026-03-29 06:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with scrape type 2
2026-03-29 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3, identifier: HT69%20PXU
2026-03-29 06:11:56 [bca.uk] INFO: Found listing with ID: KF68%20KPJ
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF68%2520KPJ%27 HTTP/1.1" 200 None
2026-03-29 06:11:56 [bca.uk] INFO: Scrape type for KF68%20KPJ: 0
2026-03-29 06:11:56 [bca.uk] INFO: Found listing with ID: LB69%20WFT
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-29 06:11:56 [bca.uk] INFO: Scrape type for LB69%20WFT: 2
2026-03-29 06:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT
2026-03-29 06:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b5be9b2-9376-55d5-98bd-c02dbd12183b with scrape type 2
2026-03-29 06:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b5be9b2-9376-55d5-98bd-c02dbd12183b with scrape type 2
2026-03-29 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b5be9b2-9376-55d5-98bd-c02dbd12183b, identifier: LB69%20WFT
2026-03-29 06:11:56 [bca.uk] INFO: Total items found: 100
2026-03-29 06:11:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded
2026-03-29 06:11:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:11:56 [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 06:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU
2026-03-29 06:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU
2026-03-29 06:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU to the API
2026-03-29 06:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:57 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT69%20PXU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HT69 PXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT69%20PXU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'RENAULT',
'model': 'KOLEOS',
'odometer': 37360,
'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 KOLEOS 1.7 BLUE DCI 2WD GT LINE X-T StationWagon',
'transmission': 'automatic',
'trim': 'BLUE DCI 2WD GT LINE X-T',
'vin': 'VF1RZG00063330233',
'year': 2019}
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT69%2520PXU%27 HTTP/1.1" 200 None
2026-03-29 06:11:57 [bca.uk] INFO: Saving data for HT69%20PXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650139.947658, 'last_price_update_time': 1774764717.123763}
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT69%2520PXU') HTTP/1.1" 204 0
2026-03-29 06:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT
2026-03-29 06:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT
2026-03-29 06:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT to the API
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB69%20WFT-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8b5be9b2-9376-55d5-98bd-c02dbd12183b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB69 WFT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB69%20WFT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 42695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.0 T GDI GT-LINE Hatchback',
'transmission': 'manual',
'trim': 'T GDI GT-LINE',
'vin': 'KNAB3516LLT583092',
'year': 2019}
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-29 06:11:57 [bca.uk] INFO: Saving data for LB69%20WFT: {'auction_closing_time': 1774864800.0, 'created_time': 1773832110.076658, 'last_price_update_time': 1774764717.41308}
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB69%2520WFT') HTTP/1.1" 204 0
2026-03-29 06:11:57 [bca.uk] INFO: Found listing with ID: SY68%20WZB
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-29 06:11:57 [bca.uk] INFO: Scrape type for SY68%20WZB: 2
2026-03-29 06:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB
2026-03-29 06:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dfdecc4-b22b-554b-b555-f5b6e57d065d with scrape type 2
2026-03-29 06:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dfdecc4-b22b-554b-b555-f5b6e57d065d with scrape type 2
2026-03-29 06:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dfdecc4-b22b-554b-b555-f5b6e57d065d, identifier: SY68%20WZB
2026-03-29 06:11:57 [bca.uk] INFO: Found listing with ID: GU67%20HJK
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520HJK%27 HTTP/1.1" 200 None
2026-03-29 06:11:57 [bca.uk] INFO: Scrape type for GU67%20HJK: 2
2026-03-29 06:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK
2026-03-29 06:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 636b047d-901e-5760-b43f-91f90ac53ba4 with scrape type 2
2026-03-29 06:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 636b047d-901e-5760-b43f-91f90ac53ba4 with scrape type 2
2026-03-29 06:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 636b047d-901e-5760-b43f-91f90ac53ba4, identifier: GU67%20HJK
2026-03-29 06:11:57 [bca.uk] INFO: Found listing with ID: AX66%20NKD
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 06:11:57 [bca.uk] INFO: Scrape type for AX66%20NKD: 2
2026-03-29 06:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD
2026-03-29 06:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with scrape type 2
2026-03-29 06:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with scrape type 2
2026-03-29 06:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7bb6c25-54b2-5e5b-b390-7b5ebb157349, identifier: AX66%20NKD
2026-03-29 06:11:57 [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 06:11:57 [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 06:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB
2026-03-29 06:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB
2026-03-29 06:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB to the API
2026-03-29 06:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:58 [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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY68%20WZB-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3dfdecc4-b22b-554b-b555-f5b6e57d065d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY68 WZB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY68%20WZB&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 41224,
'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 POLO 1.6 TDI 95 SEL Hatchback',
'transmission': 'manual',
'trim': 'TDI 95 SEL',
'vin': 'WVWZZZAWZKU004954',
'year': 2018}
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-29 06:11:58 [bca.uk] INFO: Saving data for SY68%20WZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774478836.41063, 'last_price_update_time': 1774764718.083011}
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY68%2520WZB') HTTP/1.1" 204 0
2026-03-29 06:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK
2026-03-29 06:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK
2026-03-29 06:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK to the API
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '636b047d-901e-5760-b43f-91f90ac53ba4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU67 HJK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU67%20HJK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'BMW',
'model': '730D',
'odometer': 42059,
'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 730D 3.0 Saloon',
'transmission': 'automatic',
'trim': '',
'vin': 'WBA7C22060G938037',
'year': 2017}
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520HJK%27 HTTP/1.1" 200 None
2026-03-29 06:11:58 [bca.uk] INFO: Saving data for GU67%20HJK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650207.327757, 'last_price_update_time': 1774764718.454254}
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU67%2520HJK') HTTP/1.1" 204 0
2026-03-29 06:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD
2026-03-29 06:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD
2026-03-29 06:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD to the API
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:11:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX66%20NKD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f7bb6c25-54b2-5e5b-b390-7b5ebb157349',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AX66 NKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX66%20NKD&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 60043,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0CXXGAKCGS24621',
'year': 2017}
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 06:11:58 [bca.uk] INFO: Saving data for AX66%20NKD: {'auction_closing_time': 1775037600.0, 'created_time': 1774650368.237436, 'last_price_update_time': 1774764718.739709}
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX66%2520NKD') HTTP/1.1" 204 0
2026-03-29 06:11:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:11:58 [bca.uk] INFO: Found listing with ID: YY16%20WBW
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520WBW%27 HTTP/1.1" 200 None
2026-03-29 06:11:58 [bca.uk] INFO: Scrape type for YY16%20WBW: 0
2026-03-29 06:11:58 [bca.uk] INFO: Found listing with ID: EK20%20ODX
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 06:11:58 [bca.uk] INFO: Scrape type for EK20%20ODX: 2
2026-03-29 06:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX
2026-03-29 06:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 329e82f7-78b4-58d5-a44d-050e0d8454c0 with scrape type 2
2026-03-29 06:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 329e82f7-78b4-58d5-a44d-050e0d8454c0 with scrape type 2
2026-03-29 06:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 329e82f7-78b4-58d5-a44d-050e0d8454c0, identifier: EK20%20ODX
2026-03-29 06:11:58 [bca.uk] INFO: Found listing with ID: GU18%20OPC
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 06:11:58 [bca.uk] INFO: Scrape type for GU18%20OPC: 2
2026-03-29 06:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC
2026-03-29 06:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with scrape type 2
2026-03-29 06:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with scrape type 2
2026-03-29 06:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50, identifier: GU18%20OPC
2026-03-29 06:11:58 [bca.uk] INFO: Found listing with ID: FX71%20XAR
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 06:11:59 [bca.uk] INFO: Scrape type for FX71%20XAR: 2
2026-03-29 06:11:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-29 06:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df66833-f416-5c7d-8354-7c6858a63074 with scrape type 2
2026-03-29 06:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df66833-f416-5c7d-8354-7c6858a63074 with scrape type 2
2026-03-29 06:11:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df66833-f416-5c7d-8354-7c6858a63074, identifier: FX71%20XAR
2026-03-29 06:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX
2026-03-29 06:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX
2026-03-29 06:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX to the API
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:59 [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': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK20%20ODX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '329e82f7-78b4-58d5-a44d-050e0d8454c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK20 ODX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20ODX&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 67832,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD FOCUS 2.0 EBL 150 ST-LINE X P/S Estate',
'transmission': 'automatic',
'trim': 'EBL 150 ST-LINE X P/S',
'vin': 'WF0PXXGCHPLA59503',
'year': 2020}
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK20%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 06:11:59 [bca.uk] INFO: Saving data for EK20%20ODX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650139.286941, 'last_price_update_time': 1774764719.377846}
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520ODX') HTTP/1.1" 204 0
2026-03-29 06:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC
2026-03-29 06:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC
2026-03-29 06:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC to the API
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU18%20OPC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '79ef975c-f138-5e6c-b67c-f05d5dc7bc50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU18 OPC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU18%20OPC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TESLA',
'model': 'MODEL S',
'odometer': 28951,
'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': 'TESLA MODEL S 75KWH D/M Hatchback',
'transmission': 'automatic',
'trim': '75KWH D/M',
'vin': '5YJSB7E26JF238511',
'year': 2018}
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU18%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 06:11:59 [bca.uk] INFO: Saving data for GU18%20OPC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650661.911242, 'last_price_update_time': 1774764719.668485}
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU18%2520OPC') HTTP/1.1" 204 0
2026-03-29 06:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-29 06:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-29 06:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR to the API
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:11: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 06:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX71%20XAR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '9df66833-f416-5c7d-8354-7c6858a63074',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX71 XAR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX71%20XAR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 42966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
'transmission': 'automatic',
'trim': '40 150KW 82KWH S LINE',
'vin': 'WAUZZZFZ3NP009505',
'year': 2021}
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 06:11:59 [bca.uk] INFO: Saving data for FX71%20XAR: {'auction_closing_time': 1774951200.0, 'created_time': 1773829735.019966, 'last_price_update_time': 1774764719.977468}
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX71%2520XAR') HTTP/1.1" 204 0
2026-03-29 06:11:59 [bca.uk] INFO: Found listing with ID: SK70%20KHD
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK70%2520KHD%27 HTTP/1.1" 200 None
2026-03-29 06:12:00 [bca.uk] INFO: Scrape type for SK70%20KHD: 2
2026-03-29 06:12:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD
2026-03-29 06:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aee8164-dff5-56a7-a269-5336a974665a with scrape type 2
2026-03-29 06:12:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aee8164-dff5-56a7-a269-5336a974665a with scrape type 2
2026-03-29 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aee8164-dff5-56a7-a269-5336a974665a, identifier: SK70%20KHD
2026-03-29 06:12:00 [bca.uk] INFO: Found listing with ID: KE71%20MGV
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE71%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 06:12:00 [bca.uk] INFO: Scrape type for KE71%20MGV: 2
2026-03-29 06:12:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV
2026-03-29 06:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78068d38-5201-558c-b058-ca75f5d0d463 with scrape type 2
2026-03-29 06:12:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78068d38-5201-558c-b058-ca75f5d0d463 with scrape type 2
2026-03-29 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78068d38-5201-558c-b058-ca75f5d0d463, identifier: KE71%20MGV
2026-03-29 06:12:00 [bca.uk] INFO: Found listing with ID: LX71%20OYA
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LX71%2520OYA%27 HTTP/1.1" 200 None
2026-03-29 06:12:00 [bca.uk] INFO: Scrape type for LX71%20OYA: 0
2026-03-29 06:12:00 [bca.uk] INFO: Found listing with ID: AF15%20VVP
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF15%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 06:12:00 [bca.uk] INFO: Scrape type for AF15%20VVP: 2
2026-03-29 06:12:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP
2026-03-29 06:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b64c682-3609-5ffc-82e3-e77792abe8ca with scrape type 2
2026-03-29 06:12:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b64c682-3609-5ffc-82e3-e77792abe8ca with scrape type 2
2026-03-29 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b64c682-3609-5ffc-82e3-e77792abe8ca, identifier: AF15%20VVP
2026-03-29 06:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD
2026-03-29 06:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD
2026-03-29 06:12:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD to the API
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:00 [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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK70%20KHD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2aee8164-dff5-56a7-a269-5336a974665a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK70 KHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK70%20KHD&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'CITROEN',
'model': 'BERLINGO M/S',
'odometer': 40363,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'CITROEN BERLINGO M/S 1.5 BLUEHDI 100 FLAIR XL (7ST) MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 100 FLAIR XL (7ST)',
'vin': 'VR7ECYHYCLJ800710',
'year': 2020}
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK70%2520KHD%27 HTTP/1.1" 200 None
2026-03-29 06:12:00 [bca.uk] INFO: Saving data for SK70%20KHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774650163.243758, 'last_price_update_time': 1774764720.627036}
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK70%2520KHD') HTTP/1.1" 204 0
2026-03-29 06:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV
2026-03-29 06:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV
2026-03-29 06:12:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV to the API
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE71%20MGV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '78068d38-5201-558c-b058-ca75f5d0d463',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KE71 MGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE71%20MGV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '118I',
'odometer': 37697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 118I 1.5 136 M SPORT Hatchback',
'transmission': 'manual',
'trim': '136 M SPORT',
'vin': 'WBA7K320507K35344',
'year': 2022}
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE71%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 06:12:00 [bca.uk] INFO: Saving data for KE71%20MGV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650831.076676, 'last_price_update_time': 1774764720.991838}
2026-03-29 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE71%2520MGV') HTTP/1.1" 204 0
2026-03-29 06:12:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP
2026-03-29 06:12:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP
2026-03-29 06:12:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP to the API
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF15%20VVP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8b64c682-3609-5ffc-82e3-e77792abe8ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF15 VVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF15%20VVP&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'MINI',
'model': 'COOPER',
'odometer': 132713,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MINI COOPER 2.0 S D Hatchback',
'transmission': 'manual',
'trim': 'S D',
'vin': 'WMWXN920X02A99366',
'year': 2015}
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF15%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 06:12:01 [bca.uk] INFO: Saving data for AF15%20VVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774650364.248598, 'last_price_update_time': 1774764721.300523}
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF15%2520VVP') HTTP/1.1" 204 0
2026-03-29 06:12:01 [bca.uk] INFO: Found listing with ID: YE21%20SDX
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE21%2520SDX%27 HTTP/1.1" 200 None
2026-03-29 06:12:01 [bca.uk] INFO: Scrape type for YE21%20SDX: 2
2026-03-29 06:12:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX
2026-03-29 06:12:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c9d13f-150f-5364-bbdc-1694fa914a02 with scrape type 2
2026-03-29 06:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4c9d13f-150f-5364-bbdc-1694fa914a02 with scrape type 2
2026-03-29 06:12:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4c9d13f-150f-5364-bbdc-1694fa914a02, identifier: YE21%20SDX
2026-03-29 06:12:01 [bca.uk] INFO: Found listing with ID: L200%20PBX
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27L200%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 06:12:01 [bca.uk] INFO: Scrape type for L200%20PBX: 2
2026-03-29 06:12:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX
2026-03-29 06:12:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18817676-c88e-55ee-a845-d4da6474fe8f with scrape type 2
2026-03-29 06:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18817676-c88e-55ee-a845-d4da6474fe8f with scrape type 2
2026-03-29 06:12:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18817676-c88e-55ee-a845-d4da6474fe8f, identifier: L200%20PBX
2026-03-29 06:12:01 [bca.uk] INFO: Found listing with ID: BD13%20BXW
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD13%2520BXW%27 HTTP/1.1" 200 None
2026-03-29 06:12:01 [bca.uk] INFO: Scrape type for BD13%20BXW: 2
2026-03-29 06:12:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW
2026-03-29 06:12:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with scrape type 2
2026-03-29 06:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with scrape type 2
2026-03-29 06:12:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3, identifier: BD13%20BXW
2026-03-29 06:12:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX
2026-03-29 06:12:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX
2026-03-29 06:12:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX to the API
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:01 [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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE21%20SDX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4c9d13f-150f-5364-bbdc-1694fa914a02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YE21 SDX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE21%20SDX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'PUMA',
'odometer': 49729,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD PUMA 1.0 E/B 125 TITANIUM Hatchback',
'transmission': 'automatic',
'trim': 'E/B 125 TITANIUM',
'vin': 'WF02XXERK2MU74233',
'year': 2021}
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE21%2520SDX%27 HTTP/1.1" 200 None
2026-03-29 06:12:01 [bca.uk] INFO: Saving data for YE21%20SDX: {'auction_closing_time': 1774951200.0, 'created_time': 1774650162.602285, 'last_price_update_time': 1774764721.90425}
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE21%2520SDX') HTTP/1.1" 204 0
2026-03-29 06:12:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX
2026-03-29 06:12:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX
2026-03-29 06:12:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX to the API
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L200%20PBX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '18817676-c88e-55ee-a845-d4da6474fe8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'L200 PBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=L200%20PBX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 39298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 75 GRIFFIN Hatchback',
'transmission': 'manual',
'trim': '75 GRIFFIN',
'vin': 'W0V0XEP08K4359810',
'year': 2019}
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [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 06:12:02 [bca.uk] INFO: Saving data for L200%20PBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650664.712955, 'last_price_update_time': 1774764722.286554}
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L200%2520PBX') HTTP/1.1" 204 0
2026-03-29 06:12:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW
2026-03-29 06:12:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW
2026-03-29 06:12:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW to the API
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD13%20BXW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '83eb9210-df1c-5ae7-a5bb-9e749d0b22a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD13 BXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD13%20BXW&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 46162,
'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 Hatchback',
'transmission': 'automatic',
'trim': 'TI-VCT 125 ZETEC P/S',
'vin': 'WF0KXXGCBKDA31846',
'year': 2013}
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [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 06:12:02 [bca.uk] INFO: Saving data for BD13%20BXW: {'auction_closing_time': 1775037600.0, 'created_time': 1774650357.083524, 'last_price_update_time': 1774764722.573216}
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD13%2520BXW') HTTP/1.1" 204 0
2026-03-29 06:12:02 [bca.uk] INFO: Found listing with ID: RO73%20GVE
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [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 06:12:02 [bca.uk] INFO: Scrape type for RO73%20GVE: 2
2026-03-29 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE
2026-03-29 06:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6be6b8-4d31-5d95-a090-25955dbb6564 with scrape type 2
2026-03-29 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e6be6b8-4d31-5d95-a090-25955dbb6564 with scrape type 2
2026-03-29 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e6be6b8-4d31-5d95-a090-25955dbb6564, identifier: RO73%20GVE
2026-03-29 06:12:02 [bca.uk] INFO: Found listing with ID: SB18%20DFO
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [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 06:12:02 [bca.uk] INFO: Scrape type for SB18%20DFO: 2
2026-03-29 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO
2026-03-29 06:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with scrape type 2
2026-03-29 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with scrape type 2
2026-03-29 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bb0ed01-c360-56e2-80d6-9d19ea15b875, identifier: SB18%20DFO
2026-03-29 06:12:02 [bca.uk] INFO: Found listing with ID: CK11%20KOX
2026-03-29 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:02 [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 06:12:02 [bca.uk] INFO: Scrape type for CK11%20KOX: 2
2026-03-29 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX
2026-03-29 06:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 467b6b82-2095-5eac-aa5d-e9038334e271 with scrape type 2
2026-03-29 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 467b6b82-2095-5eac-aa5d-e9038334e271 with scrape type 2
2026-03-29 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 467b6b82-2095-5eac-aa5d-e9038334e271, identifier: CK11%20KOX
2026-03-29 06:12:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE
2026-03-29 06:12:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE
2026-03-29 06:12:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE to the API
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:03 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20GVE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '5e6be6b8-4d31-5d95-a090-25955dbb6564',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO73 GVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20GVE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 16046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA C-HR 2.0 HYBRID 184 DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID 184 DESIGN',
'vin': 'NMTK53BX90R124804',
'year': 2023}
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO73%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 06:12:03 [bca.uk] INFO: Saving data for RO73%20GVE: {'auction_closing_time': 1775556000.0, 'created_time': 1774650155.051271, 'last_price_update_time': 1774764723.207482}
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520GVE') HTTP/1.1" 204 0
2026-03-29 06:12:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO
2026-03-29 06:12:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO
2026-03-29 06:12:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO to the API
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 92,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB18%20DFO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8bb0ed01-c360-56e2-80d6-9d19ea15b875',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB18 DFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB18%20DFO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 52867,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE S EDC Hatchback',
'transmission': 'automatic',
'trim': 'DCI 90 DYNAMIQUE S EDC',
'vin': 'VF15RBJ0D60416596',
'year': 2018}
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB18%2520DFO%27 HTTP/1.1" 200 None
2026-03-29 06:12:03 [bca.uk] INFO: Saving data for SB18%20DFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650904.104953, 'last_price_update_time': 1774764723.477376}
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB18%2520DFO') HTTP/1.1" 204 0
2026-03-29 06:12:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX
2026-03-29 06:12:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX
2026-03-29 06:12:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX to the API
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK11%20KOX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '467b6b82-2095-5eac-aa5d-e9038334e271',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK11 KOX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK11%20KOX&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'KIA',
'model': 'VENGA',
'odometer': 123885,
'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 VENGA 1.4 CRDI ECODYNAMICS 2 MPV',
'transmission': 'manual',
'trim': 'CRDI ECODYNAMICS 2',
'vin': 'TMAEH813LBJ060408',
'year': 2011}
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK11%2520KOX%27 HTTP/1.1" 200 None
2026-03-29 06:12:03 [bca.uk] INFO: Saving data for CK11%20KOX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650358.150759, 'last_price_update_time': 1774764723.769396}
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK11%2520KOX') HTTP/1.1" 204 0
2026-03-29 06:12:03 [bca.uk] INFO: Found listing with ID: RK17%20KGX
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK17%2520KGX%27 HTTP/1.1" 200 None
2026-03-29 06:12:03 [bca.uk] INFO: Scrape type for RK17%20KGX: 2
2026-03-29 06:12:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX
2026-03-29 06:12:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with scrape type 2
2026-03-29 06:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with scrape type 2
2026-03-29 06:12:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c31a37a2-7ae0-5a4f-9360-fe8fd4976701, identifier: RK17%20KGX
2026-03-29 06:12:03 [bca.uk] INFO: Found listing with ID: TRZ%202701
2026-03-29 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27TRZ%25202701%27 HTTP/1.1" 200 None
2026-03-29 06:12:03 [bca.uk] INFO: Scrape type for TRZ%202701: 2
2026-03-29 06:12:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701
2026-03-29 06:12:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f8a594-ebbf-594f-b90c-f4847451a17f with scrape type 2
2026-03-29 06:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46f8a594-ebbf-594f-b90c-f4847451a17f with scrape type 2
2026-03-29 06:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46f8a594-ebbf-594f-b90c-f4847451a17f, identifier: TRZ%202701
2026-03-29 06:12:04 [bca.uk] INFO: Found listing with ID: DU70%20DPE
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU70%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 06:12:04 [bca.uk] INFO: Scrape type for DU70%20DPE: 2
2026-03-29 06:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE
2026-03-29 06:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f42268ac-81d4-5473-8435-8082a3b702d4 with scrape type 2
2026-03-29 06:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f42268ac-81d4-5473-8435-8082a3b702d4 with scrape type 2
2026-03-29 06:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f42268ac-81d4-5473-8435-8082a3b702d4, identifier: DU70%20DPE
2026-03-29 06:12:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX
2026-03-29 06:12:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX
2026-03-29 06:12:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX to the API
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:04 [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': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK17%20KGX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c31a37a2-7ae0-5a4f-9360-fe8fd4976701',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK17 KGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK17%20KGX&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 78089,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.0 65 SE Hatchback',
'transmission': 'manual',
'trim': '65 SE',
'vin': 'KNABX511LHT367259',
'year': 2017}
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK17%2520KGX%27 HTTP/1.1" 200 None
2026-03-29 06:12:04 [bca.uk] INFO: Saving data for RK17%20KGX: {'auction_closing_time': 1775124000.0, 'created_time': 1774650155.427733, 'last_price_update_time': 1774764724.392846}
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK17%2520KGX') HTTP/1.1" 204 0
2026-03-29 06:12:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701
2026-03-29 06:12:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701
2026-03-29 06:12:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701 to the API
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TRZ%202701-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '46f8a594-ebbf-594f-b90c-f4847451a17f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TRZ 2701',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=TRZ%202701&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': 'IX3',
'odometer': 97687,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH M SPORT PRO StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH M SPORT PRO',
'vin': 'WBY42DU060S220565',
'year': 2021}
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27TRZ%25202701%27 HTTP/1.1" 200 None
2026-03-29 06:12:04 [bca.uk] INFO: Saving data for TRZ%202701: {'auction_closing_time': 1774864800.0, 'created_time': 1774650901.132517, 'last_price_update_time': 1774764724.68251}
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TRZ%25202701') HTTP/1.1" 204 0
2026-03-29 06:12:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE
2026-03-29 06:12:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE
2026-03-29 06:12:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE to the API
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU70%20DPE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f42268ac-81d4-5473-8435-8082a3b702d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU70 DPE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU70%20DPE&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 26427,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I X-TREND Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-TREND',
'vin': 'JTDKGNEC40N542189',
'year': 2020}
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU70%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 06:12:04 [bca.uk] INFO: Saving data for DU70%20DPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650358.515255, 'last_price_update_time': 1774764724.981149}
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU70%2520DPE') HTTP/1.1" 204 0
2026-03-29 06:12:04 [bca.uk] INFO: Found listing with ID: LO72%20AOJ
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AOJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:05 [bca.uk] INFO: Scrape type for LO72%20AOJ: 2
2026-03-29 06:12:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ
2026-03-29 06:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48d38ff-789b-536a-bf41-f1af1b222759 with scrape type 2
2026-03-29 06:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48d38ff-789b-536a-bf41-f1af1b222759 with scrape type 2
2026-03-29 06:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e48d38ff-789b-536a-bf41-f1af1b222759, identifier: LO72%20AOJ
2026-03-29 06:12:05 [bca.uk] INFO: Found listing with ID: WF70%20WRR
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:12:05 [bca.uk] INFO: Scrape type for WF70%20WRR: 2
2026-03-29 06:12:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR
2026-03-29 06:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with scrape type 2
2026-03-29 06:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with scrape type 2
2026-03-29 06:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451, identifier: WF70%20WRR
2026-03-29 06:12:05 [bca.uk] INFO: Found listing with ID: LB21%20KYK
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB21%2520KYK%27 HTTP/1.1" 200 None
2026-03-29 06:12:05 [bca.uk] INFO: Scrape type for LB21%20KYK: 2
2026-03-29 06:12:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK
2026-03-29 06:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f998c78-7871-50b2-a590-cb6a7c8a05db with scrape type 2
2026-03-29 06:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f998c78-7871-50b2-a590-cb6a7c8a05db with scrape type 2
2026-03-29 06:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f998c78-7871-50b2-a590-cb6a7c8a05db, identifier: LB21%20KYK
2026-03-29 06:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ
2026-03-29 06:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ
2026-03-29 06:12:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ to the API
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:05 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AOJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e48d38ff-789b-536a-bf41-f1af1b222759',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 AOJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AOJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 24196,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC900071770',
'year': 2022}
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AOJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:05 [bca.uk] INFO: Saving data for LO72%20AOJ: {'auction_closing_time': 1775556000.0, 'created_time': 1774650156.173598, 'last_price_update_time': 1774764725.618661}
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AOJ') HTTP/1.1" 204 0
2026-03-29 06:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR
2026-03-29 06:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR
2026-03-29 06:12:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR to the API
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 238,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF70%20WRR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF70 WRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF70%20WRR&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 75985,
'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 RANGE ROVER 3.0 D300 AUTOBIOGRAPHY StationWagon',
'transmission': 'automatic',
'trim': 'D300 AUTOBIOGRAPHY',
'vin': 'SALGA2AW1MA424192',
'year': 2020}
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:12:05 [bca.uk] INFO: Saving data for WF70%20WRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774048050.867085, 'last_price_update_time': 1774764725.903739}
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF70%2520WRR') HTTP/1.1" 204 0
2026-03-29 06:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK
2026-03-29 06:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK
2026-03-29 06:12:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK to the API
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB21%20KYK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2f998c78-7871-50b2-a590-cb6a7c8a05db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LB21 KYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB21%20KYK&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 74163,
'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 DISCOVERY SPORT 2.0 D200 S (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'D200 S (7ST)',
'vin': 'SALCA2AN0MH891892',
'year': 2021}
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520KYK%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Saving data for LB21%20KYK: {'auction_closing_time': 1774951200.0, 'created_time': 1773841549.545035, 'last_price_update_time': 1774764726.195029}
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB21%2520KYK') HTTP/1.1" 204 0
2026-03-29 06:12:06 [bca.uk] INFO: Found listing with ID: LO69%20GRK
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Scrape type for LO69%20GRK: 2
2026-03-29 06:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK
2026-03-29 06:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with scrape type 2
2026-03-29 06:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with scrape type 2
2026-03-29 06:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc, identifier: LO69%20GRK
2026-03-29 06:12:06 [bca.uk] INFO: Found listing with ID: WG19%20ZGY
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Scrape type for WG19%20ZGY: 0
2026-03-29 06:12:06 [bca.uk] INFO: Found listing with ID: YX72%20SBU
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX72%2520SBU%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Scrape type for YX72%20SBU: 0
2026-03-29 06:12:06 [bca.uk] INFO: Found listing with ID: CE70%20EUU
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520EUU%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Scrape type for CE70%20EUU: 2
2026-03-29 06:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU
2026-03-29 06:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8045104-1012-5d41-bb88-b00204595f75 with scrape type 2
2026-03-29 06:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8045104-1012-5d41-bb88-b00204595f75 with scrape type 2
2026-03-29 06:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8045104-1012-5d41-bb88-b00204595f75, identifier: CE70%20EUU
2026-03-29 06:12:06 [bca.uk] INFO: Found listing with ID: SK21%20YOR
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Scrape type for SK21%20YOR: 2
2026-03-29 06:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR
2026-03-29 06:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8366943c-331e-52d3-ac59-ed39d5c5d472 with scrape type 2
2026-03-29 06:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8366943c-331e-52d3-ac59-ed39d5c5d472 with scrape type 2
2026-03-29 06:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8366943c-331e-52d3-ac59-ed39d5c5d472, identifier: SK21%20YOR
2026-03-29 06:12:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK
2026-03-29 06:12:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK
2026-03-29 06:12:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK to the API
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:06 [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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO69%20GRK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '42e3a605-4c68-5cd7-af31-d3b7b3dc43cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO69 GRK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO69%20GRK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': '318D',
'odometer': 35452,
'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 318D 2.0 SPORT Saloon',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBA5V32040FJ15023',
'year': 2019}
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-29 06:12:06 [bca.uk] INFO: Saving data for LO69%20GRK: {'auction_closing_time': 1774864800.0, 'created_time': 1774476152.567806, 'last_price_update_time': 1774764726.821121}
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO69%2520GRK') HTTP/1.1" 204 0
2026-03-29 06:12:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU
2026-03-29 06:12:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU
2026-03-29 06:12:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU to the API
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE70%20EUU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd8045104-1012-5d41-bb88-b00204595f75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE70 EUU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE70%20EUU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 34771,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 SCE 75 ICONIC Hatchback',
'transmission': 'manual',
'trim': 'SCE 75 ICONIC',
'vin': 'VF1RJA00465316411',
'year': 2020}
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520EUU%27 HTTP/1.1" 200 None
2026-03-29 06:12:07 [bca.uk] INFO: Saving data for CE70%20EUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650901.816082, 'last_price_update_time': 1774764727.199366}
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE70%2520EUU') HTTP/1.1" 204 0
2026-03-29 06:12:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR
2026-03-29 06:12:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR
2026-03-29 06:12:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR to the API
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK21%20YOR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8366943c-331e-52d3-ac59-ed39d5c5d472',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SK21 YOR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK21%20YOR&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': '118I',
'odometer': 14908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW 118I 1.5 136 M SPORT Hatchback',
'transmission': 'manual',
'trim': '136 M SPORT',
'vin': 'WBA7K320707H72669',
'year': 2021}
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 06:12:07 [bca.uk] INFO: Saving data for SK21%20YOR: {'auction_closing_time': 1774951200.0, 'created_time': 1774046803.152648, 'last_price_update_time': 1774764727.485611}
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK21%2520YOR') HTTP/1.1" 204 0
2026-03-29 06:12:07 [bca.uk] INFO: Found listing with ID: LO72%20AOH
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AOH%27 HTTP/1.1" 200 None
2026-03-29 06:12:07 [bca.uk] INFO: Scrape type for LO72%20AOH: 2
2026-03-29 06:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH
2026-03-29 06:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf50bdc1-d174-5996-84cc-056640da7482 with scrape type 2
2026-03-29 06:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf50bdc1-d174-5996-84cc-056640da7482 with scrape type 2
2026-03-29 06:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf50bdc1-d174-5996-84cc-056640da7482, identifier: LO72%20AOH
2026-03-29 06:12:07 [bca.uk] INFO: Found listing with ID: DY68%20HPK
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520HPK%27 HTTP/1.1" 200 None
2026-03-29 06:12:07 [bca.uk] INFO: Scrape type for DY68%20HPK: 2
2026-03-29 06:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK
2026-03-29 06:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with scrape type 2
2026-03-29 06:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with scrape type 2
2026-03-29 06:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c, identifier: DY68%20HPK
2026-03-29 06:12:07 [bca.uk] INFO: Found listing with ID: DU22%20NTD
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520NTD%27 HTTP/1.1" 200 None
2026-03-29 06:12:07 [bca.uk] INFO: Scrape type for DU22%20NTD: 2
2026-03-29 06:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD
2026-03-29 06:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with scrape type 2
2026-03-29 06:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with scrape type 2
2026-03-29 06:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdc492e5-dfaa-567c-b57d-de0e34dd27e7, identifier: DU22%20NTD
2026-03-29 06:12:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH
2026-03-29 06:12:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH
2026-03-29 06:12:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH to the API
2026-03-29 06:12:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:08 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AOH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cf50bdc1-d174-5996-84cc-056640da7482',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 AOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AOH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 23280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC500071569',
'year': 2022}
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AOH%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Saving data for LO72%20AOH: {'auction_closing_time': 1775556000.0, 'created_time': 1774650156.578006, 'last_price_update_time': 1774764728.12271}
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AOH') HTTP/1.1" 204 0
2026-03-29 06:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK
2026-03-29 06:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK
2026-03-29 06:12:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK to the API
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY68%20HPK-GB',
'category': 'Car',
'color': 'purple',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY68 HPK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY68%20HPK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'CADDY LIFE',
'odometer': 24540,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN CADDY LIFE 1.4 TSI 125 DSG MPV',
'transmission': 'automatic',
'trim': 'TSI 125 DSG',
'vin': 'WV2ZZZ2KZJX132627',
'year': 2018}
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY68%2520HPK%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Saving data for DY68%20HPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650900.385207, 'last_price_update_time': 1774764728.412422}
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520HPK') HTTP/1.1" 204 0
2026-03-29 06:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD
2026-03-29 06:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD
2026-03-29 06:12:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD to the API
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU22%20NTD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'bdc492e5-dfaa-567c-b57d-de0e34dd27e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DU22 NTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU22%20NTD&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 34125,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
'transmission': 'automatic',
'trim': '130KW 51KWH TROPHY',
'vin': 'LSJW74090MZ263262',
'year': 2022}
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU22%2520NTD%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Saving data for DU22%20NTD: {'auction_closing_time': 1774951200.0, 'created_time': 1773908930.305029, 'last_price_update_time': 1774764728.707993}
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU22%2520NTD') HTTP/1.1" 204 0
2026-03-29 06:12:08 [bca.uk] INFO: Found listing with ID: PL19%20XVZ
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL19%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Scrape type for PL19%20XVZ: 2
2026-03-29 06:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ
2026-03-29 06:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4b858a5-c34e-55a5-ad98-11a910374134 with scrape type 2
2026-03-29 06:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4b858a5-c34e-55a5-ad98-11a910374134 with scrape type 2
2026-03-29 06:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4b858a5-c34e-55a5-ad98-11a910374134, identifier: PL19%20XVZ
2026-03-29 06:12:08 [bca.uk] INFO: Found listing with ID: GP21%20APV
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GP21%2520APV%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Scrape type for GP21%20APV: 0
2026-03-29 06:12:08 [bca.uk] INFO: Found listing with ID: KD19%20JYE
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KD19%2520JYE%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Scrape type for KD19%20JYE: 2
2026-03-29 06:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE
2026-03-29 06:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d160dea-911c-5495-b1f5-3bc298d36d8a with scrape type 2
2026-03-29 06:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d160dea-911c-5495-b1f5-3bc298d36d8a with scrape type 2
2026-03-29 06:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d160dea-911c-5495-b1f5-3bc298d36d8a, identifier: KD19%20JYE
2026-03-29 06:12:08 [bca.uk] INFO: Found listing with ID: DF16%20NZT
2026-03-29 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF16%2520NZT%27 HTTP/1.1" 200 None
2026-03-29 06:12:08 [bca.uk] INFO: Scrape type for DF16%20NZT: 0
2026-03-29 06:12:08 [bca.uk] INFO: Found listing with ID: NK65%20LLG
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NK65%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:12:09 [bca.uk] INFO: Scrape type for NK65%20LLG: 0
2026-03-29 06:12:09 [bca.uk] INFO: Found listing with ID: PJ66%20DXR
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ66%2520DXR%27 HTTP/1.1" 200 None
2026-03-29 06:12:09 [bca.uk] INFO: Scrape type for PJ66%20DXR: 2
2026-03-29 06:12:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14e1bfc9-5d48-5c62-96ff-ef3f510297c1 with identifier: PJ66%20DXR
2026-03-29 06:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14e1bfc9-5d48-5c62-96ff-ef3f510297c1 with scrape type 2
2026-03-29 06:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14e1bfc9-5d48-5c62-96ff-ef3f510297c1 with scrape type 2
2026-03-29 06:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14e1bfc9-5d48-5c62-96ff-ef3f510297c1, identifier: PJ66%20DXR
2026-03-29 06:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ
2026-03-29 06:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ
2026-03-29 06:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ to the API
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:09 [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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL19%20XVZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a4b858a5-c34e-55a5-ad98-11a910374134',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL19 XVZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL19%20XVZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 57122,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 140 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 140 N-CONNECTA',
'vin': 'SJNFFAJ11U2558296',
'year': 2019}
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL19%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:09 [bca.uk] INFO: Saving data for PL19%20XVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773844807.77025, 'last_price_update_time': 1774764729.390823}
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL19%2520XVZ') HTTP/1.1" 204 0
2026-03-29 06:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE
2026-03-29 06:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE
2026-03-29 06:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE to the API
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 76,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD19%20JYE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7d160dea-911c-5495-b1f5-3bc298d36d8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KD19 JYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD19%20JYE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'COROLLA T/S',
'odometer': 87633,
'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 COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
'transmission': 'automatic',
'trim': 'VVT-I HYBRID ICON TECH',
'vin': 'SB1Z93BE50E045899',
'year': 2019}
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KD19%2520JYE%27 HTTP/1.1" 200 None
2026-03-29 06:12:09 [bca.uk] INFO: Saving data for KD19%20JYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650903.632081, 'last_price_update_time': 1774764729.680387}
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD19%2520JYE') HTTP/1.1" 204 0
2026-03-29 06:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14e1bfc9-5d48-5c62-96ff-ef3f510297c1 with identifier: PJ66%20DXR
2026-03-29 06:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14e1bfc9-5d48-5c62-96ff-ef3f510297c1 with identifier: PJ66%20DXR
2026-03-29 06:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14e1bfc9-5d48-5c62-96ff-ef3f510297c1 with identifier: PJ66%20DXR to the API
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ66%20DXR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '14e1bfc9-5d48-5c62-96ff-ef3f510297c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ66 DXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ66%20DXR&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 111441,
'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': 'HONDA CIVIC 1.4 I-VTEC SPORT Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC SPORT',
'vin': 'SHHFK1760GU001704',
'year': 2016}
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PJ66%2520DXR%27 HTTP/1.1" 200 None
2026-03-29 06:12:09 [bca.uk] INFO: Saving data for PJ66%20DXR: {'auction_closing_time': 1774778400.0, 'created_time': 1773823656.746085, 'last_price_update_time': 1774764729.965679}
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ66%2520DXR') HTTP/1.1" 204 0
2026-03-29 06:12:09 [bca.uk] INFO: Found listing with ID: WV70%20PYX
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV70%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 06:12:10 [bca.uk] INFO: Scrape type for WV70%20PYX: 2
2026-03-29 06:12:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX
2026-03-29 06:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5296a2-837b-5d54-bea3-5df7954e0310 with scrape type 2
2026-03-29 06:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5296a2-837b-5d54-bea3-5df7954e0310 with scrape type 2
2026-03-29 06:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5296a2-837b-5d54-bea3-5df7954e0310, identifier: WV70%20PYX
2026-03-29 06:12:10 [bca.uk] INFO: Found listing with ID: CK23%20RHZ
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK23%2520RHZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:10 [bca.uk] INFO: Scrape type for CK23%20RHZ: 2
2026-03-29 06:12:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ
2026-03-29 06:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b23ead7-96d8-5515-9ea4-10417403ab88 with scrape type 2
2026-03-29 06:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b23ead7-96d8-5515-9ea4-10417403ab88 with scrape type 2
2026-03-29 06:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b23ead7-96d8-5515-9ea4-10417403ab88, identifier: CK23%20RHZ
2026-03-29 06:12:10 [bca.uk] INFO: Found listing with ID: WK14%20WSD
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WK14%2520WSD%27 HTTP/1.1" 200 None
2026-03-29 06:12:10 [bca.uk] INFO: Scrape type for WK14%20WSD: 0
2026-03-29 06:12:10 [bca.uk] INFO: Found listing with ID: YT72%20TZV
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 06:12:10 [bca.uk] INFO: Scrape type for YT72%20TZV: 2
2026-03-29 06:12:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV
2026-03-29 06:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371a3651-5c36-5ea8-8b17-8961b9f9c20a with scrape type 2
2026-03-29 06:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371a3651-5c36-5ea8-8b17-8961b9f9c20a with scrape type 2
2026-03-29 06:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371a3651-5c36-5ea8-8b17-8961b9f9c20a, identifier: YT72%20TZV
2026-03-29 06:12:10 [scrapy.extensions.logstats] INFO: Crawled 75 pages (at 2 pages/min), scraped 1256 items (at 132 items/min)
2026-03-29 06:12:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 202MiB
2026-03-29 06:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX
2026-03-29 06:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX
2026-03-29 06:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX to the API
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:10 [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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV70%20PYX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ba5296a2-837b-5d54-bea3-5df7954e0310',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV70 PYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV70%20PYX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MAZDA',
'model': 'CX-30',
'odometer': 43359,
'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': 'MAZDA CX-30 2.0 SKY-X SPORT LUX Hatchback',
'transmission': 'manual',
'trim': 'SKY-X SPORT LUX',
'vin': 'JMZDM6WH600128174',
'year': 2020}
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV70%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 06:12:10 [bca.uk] INFO: Saving data for WV70%20PYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536279.344919, 'last_price_update_time': 1774764730.603811}
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV70%2520PYX') HTTP/1.1" 204 0
2026-03-29 06:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ
2026-03-29 06:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ
2026-03-29 06:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ to the API
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK23%20RHZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '5b23ead7-96d8-5515-9ea4-10417403ab88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK23 RHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK23%20RHZ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MG MOTOR UK',
'model': 'MG4 EV',
'odometer': 20692,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG4 EV 150KW 64KWH SE LR Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH SE LR',
'vin': 'LSJWH4095PN056097',
'year': 2023}
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK23%2520RHZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:10 [bca.uk] INFO: Saving data for CK23%20RHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774277602.703655, 'last_price_update_time': 1774764730.987773}
2026-03-29 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK23%2520RHZ') HTTP/1.1" 204 0
2026-03-29 06:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV
2026-03-29 06:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV
2026-03-29 06:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV to the API
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 41,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT72%20TZV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '371a3651-5c36-5ea8-8b17-8961b9f9c20a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YT72 TZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT72%20TZV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MG MOTOR UK',
'model': 'HS',
'odometer': 109664,
'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': 'LSJA24393NN156798',
'year': 2022}
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 06:12:11 [bca.uk] INFO: Saving data for YT72%20TZV: {'auction_closing_time': 1774951200.0, 'created_time': 1773957737.372551, 'last_price_update_time': 1774764731.302}
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT72%2520TZV') HTTP/1.1" 204 0
2026-03-29 06:12:11 [bca.uk] INFO: Found listing with ID: CF71%20BGX
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-29 06:12:11 [bca.uk] INFO: Scrape type for CF71%20BGX: 0
2026-03-29 06:12:11 [bca.uk] INFO: Found listing with ID: DL21%20HYJ
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520HYJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:11 [bca.uk] INFO: Scrape type for DL21%20HYJ: 2
2026-03-29 06:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ
2026-03-29 06:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d1c531f-172d-5531-a7c3-979d2cf205ef with scrape type 2
2026-03-29 06:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d1c531f-172d-5531-a7c3-979d2cf205ef with scrape type 2
2026-03-29 06:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d1c531f-172d-5531-a7c3-979d2cf205ef, identifier: DL21%20HYJ
2026-03-29 06:12:11 [bca.uk] INFO: Found listing with ID: LS21%20MTX
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 06:12:11 [bca.uk] INFO: Scrape type for LS21%20MTX: 2
2026-03-29 06:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX
2026-03-29 06:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de085d45-f9ac-526b-917b-06ab3300bdd1 with scrape type 2
2026-03-29 06:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de085d45-f9ac-526b-917b-06ab3300bdd1 with scrape type 2
2026-03-29 06:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de085d45-f9ac-526b-917b-06ab3300bdd1, identifier: LS21%20MTX
2026-03-29 06:12:11 [bca.uk] INFO: Found listing with ID: HV20%20UJE
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520UJE%27 HTTP/1.1" 200 None
2026-03-29 06:12:11 [bca.uk] INFO: Scrape type for HV20%20UJE: 2
2026-03-29 06:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE
2026-03-29 06:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with scrape type 2
2026-03-29 06:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with scrape type 2
2026-03-29 06:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcc2c2cc-3565-5f75-945a-ddc738b9ae39, identifier: HV20%20UJE
2026-03-29 06:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ
2026-03-29 06:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ
2026-03-29 06:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ to the API
2026-03-29 06:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:12 [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': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL21%20HYJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6d1c531f-172d-5531-a7c3-979d2cf205ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL21 HYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL21%20HYJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 53546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.2 T 130 GRIFFIN ED. Hatchback',
'transmission': 'manual',
'trim': 'T 130 GRIFFIN ED.',
'vin': 'W0VZRHNS8M6824150',
'year': 2021}
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [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 06:12:12 [bca.uk] INFO: Saving data for DL21%20HYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477621.852767, 'last_price_update_time': 1774764732.156244}
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL21%2520HYJ') HTTP/1.1" 204 0
2026-03-29 06:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX
2026-03-29 06:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX
2026-03-29 06:12:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX to the API
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS21%20MTX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'de085d45-f9ac-526b-917b-06ab3300bdd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS21 MTX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS21%20MTX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 14404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T 114 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 114 N-CONNECTA',
'vin': 'SJNFAAF16U1112527',
'year': 2021}
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [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 06:12:12 [bca.uk] INFO: Saving data for LS21%20MTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650904.487153, 'last_price_update_time': 1774764732.45479}
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS21%2520MTX') HTTP/1.1" 204 0
2026-03-29 06:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE
2026-03-29 06:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE
2026-03-29 06:12:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE to the API
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV20%20UJE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fcc2c2cc-3565-5f75-945a-ddc738b9ae39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV20 UJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV20%20UJE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 92994,
'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 XC90 2.0 B5D 235 AWD R DESIGN G/T StationWagon',
'transmission': 'automatic',
'trim': 'B5D 235 AWD R DESIGN G/T',
'vin': 'YV1LFK2UCL1608686',
'year': 2020}
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [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 06:12:12 [bca.uk] INFO: Saving data for HV20%20UJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650338.383072, 'last_price_update_time': 1774764732.787747}
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV20%2520UJE') HTTP/1.1" 204 0
2026-03-29 06:12:12 [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 06:12:12 [bca.uk] INFO: Found listing with ID: KV20%20YPO
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [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 06:12:12 [bca.uk] INFO: Scrape type for KV20%20YPO: 2
2026-03-29 06:12:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO
2026-03-29 06:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51e23c7c-7cb0-54a8-ae1d-3de314292761 with scrape type 2
2026-03-29 06:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51e23c7c-7cb0-54a8-ae1d-3de314292761 with scrape type 2
2026-03-29 06:12:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51e23c7c-7cb0-54a8-ae1d-3de314292761, identifier: KV20%20YPO
2026-03-29 06:12:12 [bca.uk] INFO: Found listing with ID: MM18%20ZFN
2026-03-29 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:12 [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 06:12:12 [bca.uk] INFO: Scrape type for MM18%20ZFN: 2
2026-03-29 06:12:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN
2026-03-29 06:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52c65bfd-aff7-52a7-811f-493097759c5c with scrape type 2
2026-03-29 06:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52c65bfd-aff7-52a7-811f-493097759c5c with scrape type 2
2026-03-29 06:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52c65bfd-aff7-52a7-811f-493097759c5c, identifier: MM18%20ZFN
2026-03-29 06:12:13 [bca.uk] INFO: Found listing with ID: KO69%20MKP
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520MKP%27 HTTP/1.1" 200 None
2026-03-29 06:12:13 [bca.uk] INFO: Scrape type for KO69%20MKP: 2
2026-03-29 06:12:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP
2026-03-29 06:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a14c581d-1231-5f0d-ac89-e61388167de4 with scrape type 2
2026-03-29 06:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a14c581d-1231-5f0d-ac89-e61388167de4 with scrape type 2
2026-03-29 06:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a14c581d-1231-5f0d-ac89-e61388167de4, identifier: KO69%20MKP
2026-03-29 06:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO
2026-03-29 06:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO
2026-03-29 06:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO to the API
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV20%20YPO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '51e23c7c-7cb0-54a8-ae1d-3de314292761',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV20 YPO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV20%20YPO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 41503,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'SUZUKI SWIFT 1.2 DUALJET 90 SHVS SZ5 ALLGRIP Hatchback',
'transmission': 'manual',
'trim': 'DUALJET 90 SHVS SZ5 ALLGRIP',
'vin': 'JSAAZD53S00302277',
'year': 2020}
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520YPO%27 HTTP/1.1" 200 None
2026-03-29 06:12:13 [bca.uk] INFO: Saving data for KV20%20YPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774004960.944342, 'last_price_update_time': 1774764733.411872}
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV20%2520YPO') HTTP/1.1" 204 0
2026-03-29 06:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN
2026-03-29 06:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN
2026-03-29 06:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN to the API
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM18%20ZFN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '52c65bfd-aff7-52a7-811f-493097759c5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MM18 ZFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM18%20ZFN&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'CITROEN',
'model': 'C4 SPACETOURER',
'odometer': 42560,
'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 SPACETOURER 1.2 P/T 130 FLAIR MPV',
'transmission': 'manual',
'trim': 'P/T 130 FLAIR',
'vin': 'VF73DHNYMJJ685025',
'year': 2018}
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520ZFN%27 HTTP/1.1" 200 None
2026-03-29 06:12:13 [bca.uk] INFO: Saving data for MM18%20ZFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650903.213782, 'last_price_update_time': 1774764733.84177}
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM18%2520ZFN') HTTP/1.1" 204 0
2026-03-29 06:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP
2026-03-29 06:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP
2026-03-29 06:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP to the API
2026-03-29 06:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 41,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO69%20MKP-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': 'a14c581d-1231-5f0d-ac89-e61388167de4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KO69 MKP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO69%20MKP&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 23096,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 262 PHEV INSCRIPTION G/T StationWagon',
'transmission': 'automatic',
'trim': 'T5 262 PHEV INSCRIPTION G/T',
'vin': 'YV1XZBBVFL2288212',
'year': 2020}
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520MKP%27 HTTP/1.1" 200 None
2026-03-29 06:12:14 [bca.uk] INFO: Saving data for KO69%20MKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650339.909165, 'last_price_update_time': 1774764734.146615}
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO69%2520MKP') HTTP/1.1" 204 0
2026-03-29 06:12:14 [bca.uk] INFO: Found listing with ID: LO72%20AHD
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 06:12:14 [bca.uk] INFO: Scrape type for LO72%20AHD: 2
2026-03-29 06:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD
2026-03-29 06:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3985386a-c3d1-58a5-97b7-a1a4e031c66a with scrape type 2
2026-03-29 06:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3985386a-c3d1-58a5-97b7-a1a4e031c66a with scrape type 2
2026-03-29 06:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3985386a-c3d1-58a5-97b7-a1a4e031c66a, identifier: LO72%20AHD
2026-03-29 06:12:14 [bca.uk] INFO: Found listing with ID: YL69%20YXG
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520YXG%27 HTTP/1.1" 200 None
2026-03-29 06:12:14 [bca.uk] INFO: Scrape type for YL69%20YXG: 2
2026-03-29 06:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG
2026-03-29 06:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with scrape type 2
2026-03-29 06:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with scrape type 2
2026-03-29 06:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7, identifier: YL69%20YXG
2026-03-29 06:12:14 [bca.uk] INFO: Found listing with ID: SC56%20MPC
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC56%2520MPC%27 HTTP/1.1" 200 None
2026-03-29 06:12:14 [bca.uk] INFO: Scrape type for SC56%20MPC: 2
2026-03-29 06:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC
2026-03-29 06:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abb75eea-6356-5829-91e8-4926aedc6a21 with scrape type 2
2026-03-29 06:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abb75eea-6356-5829-91e8-4926aedc6a21 with scrape type 2
2026-03-29 06:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abb75eea-6356-5829-91e8-4926aedc6a21, identifier: SC56%20MPC
2026-03-29 06:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD
2026-03-29 06:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD
2026-03-29 06:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD to the API
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:14 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AHD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3985386a-c3d1-58a5-97b7-a1a4e031c66a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 AHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AHD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 23403,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC200070976',
'year': 2022}
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 06:12:14 [bca.uk] INFO: Saving data for LO72%20AHD: {'auction_closing_time': 1775556000.0, 'created_time': 1774650146.980592, 'last_price_update_time': 1774764734.785643}
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AHD') HTTP/1.1" 204 0
2026-03-29 06:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG
2026-03-29 06:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG
2026-03-29 06:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG to the API
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL69%20YXG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '63dd2e15-ca3a-5d11-9f9d-366088a68ba7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL69 YXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL69%20YXG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 31121,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'SUZUKI SWIFT 1.2 DUALJET 90 SZ3 Hatchback',
'transmission': 'manual',
'trim': 'DUALJET 90 SZ3',
'vin': 'JSAAZC83S00274077',
'year': 2020}
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520YXG%27 HTTP/1.1" 200 None
2026-03-29 06:12:15 [bca.uk] INFO: Saving data for YL69%20YXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650905.581749, 'last_price_update_time': 1774764735.097266}
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520YXG') HTTP/1.1" 204 0
2026-03-29 06:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC
2026-03-29 06:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC
2026-03-29 06:12:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC to the API
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC56%20MPC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'abb75eea-6356-5829-91e8-4926aedc6a21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC56 MPC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC56%20MPC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 60206,
'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': 'SADFA2AN5K1Z73003',
'year': 2019}
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC56%2520MPC%27 HTTP/1.1" 200 None
2026-03-29 06:12:15 [bca.uk] INFO: Saving data for SC56%20MPC: {'auction_closing_time': 1774951200.0, 'created_time': 1773959996.324151, 'last_price_update_time': 1774764735.45609}
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC56%2520MPC') HTTP/1.1" 204 0
2026-03-29 06:12:15 [bca.uk] INFO: Total items found: 100
2026-03-29 06:12:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded
2026-03-29 06:12:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:12:15 [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 06:12:15 [bca.uk] INFO: Found listing with ID: KW13%20UPM
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520UPM%27 HTTP/1.1" 200 None
2026-03-29 06:12:15 [bca.uk] INFO: Scrape type for KW13%20UPM: 2
2026-03-29 06:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM
2026-03-29 06:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4901df58-4e85-5755-b50e-1c6e3e07929d with scrape type 2
2026-03-29 06:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4901df58-4e85-5755-b50e-1c6e3e07929d with scrape type 2
2026-03-29 06:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4901df58-4e85-5755-b50e-1c6e3e07929d, identifier: KW13%20UPM
2026-03-29 06:12:15 [bca.uk] INFO: Found listing with ID: EK69%20VSO
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 06:12:15 [bca.uk] INFO: Scrape type for EK69%20VSO: 2
2026-03-29 06:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO
2026-03-29 06:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a502507-749d-5eab-8e99-5089b4a9059a with scrape type 2
2026-03-29 06:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a502507-749d-5eab-8e99-5089b4a9059a with scrape type 2
2026-03-29 06:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a502507-749d-5eab-8e99-5089b4a9059a, identifier: EK69%20VSO
2026-03-29 06:12:15 [bca.uk] INFO: Found listing with ID: HK23%20LLG
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:12:15 [bca.uk] INFO: Scrape type for HK23%20LLG: 2
2026-03-29 06:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG
2026-03-29 06:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with scrape type 2
2026-03-29 06:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with scrape type 2
2026-03-29 06:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb, identifier: HK23%20LLG
2026-03-29 06:12:15 [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 06:12:15 [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 06:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM
2026-03-29 06:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM
2026-03-29 06:12:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM to the API
2026-03-29 06:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:16 [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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW13%20UPM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4901df58-4e85-5755-b50e-1c6e3e07929d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW13 UPM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW13%20UPM&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MERCEDES-BENZ',
'model': 'C220',
'odometer': 126117,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C220 2.1 CDI B/E EXECUTIVE SE Saloon',
'transmission': 'manual',
'trim': 'CDI B/E EXECUTIVE SE',
'vin': 'WDD2040022A882924',
'year': 2013}
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520UPM%27 HTTP/1.1" 200 None
2026-03-29 06:12:16 [bca.uk] INFO: Saving data for KW13%20UPM: {'auction_closing_time': 1775124000.0, 'created_time': 1774650144.825784, 'last_price_update_time': 1774764736.137294}
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW13%2520UPM') HTTP/1.1" 204 0
2026-03-29 06:12:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO
2026-03-29 06:12:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO
2026-03-29 06:12:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO to the API
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK69%20VSO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0a502507-749d-5eab-8e99-5089b4a9059a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK69 VSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK69%20VSO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'IONIQ HYBRID',
'odometer': 54430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'HYUNDAI IONIQ HYBRID 1.6 GDI 1ST EDITION DCT Hatchback',
'transmission': 'automatic',
'trim': 'GDI 1ST EDITION DCT',
'vin': 'KMHC851CVLU175340',
'year': 2019}
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 06:12:16 [bca.uk] INFO: Saving data for EK69%20VSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535827.178299, 'last_price_update_time': 1774764736.524258}
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK69%2520VSO') HTTP/1.1" 204 0
2026-03-29 06:12:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG
2026-03-29 06:12:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG
2026-03-29 06:12:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG to the API
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20LLG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f049ef8-18d3-5a72-88db-0662a1f7f5cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HK23 LLG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20LLG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 31756,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND 1.5 TURBO D 130 ELITE Hatchback',
'transmission': 'automatic',
'trim': 'TURBO D 130 ELITE',
'vin': 'W0VZCYHZ9P6004688',
'year': 2023}
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:12:16 [bca.uk] INFO: Saving data for HK23%20LLG: {'auction_closing_time': 1774951200.0, 'created_time': 1774304655.691623, 'last_price_update_time': 1774764736.823711}
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520LLG') HTTP/1.1" 204 0
2026-03-29 06:12:16 [bca.uk] INFO: Found listing with ID: BV13%20YGP
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV13%2520YGP%27 HTTP/1.1" 200 None
2026-03-29 06:12:16 [bca.uk] INFO: Scrape type for BV13%20YGP: 0
2026-03-29 06:12:16 [bca.uk] INFO: Found listing with ID: LB71%20BRF
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 06:12:16 [bca.uk] INFO: Scrape type for LB71%20BRF: 2
2026-03-29 06:12:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF
2026-03-29 06:12:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 540420a9-6ec2-51e1-a855-76fb94e123df with scrape type 2
2026-03-29 06:12:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 540420a9-6ec2-51e1-a855-76fb94e123df with scrape type 2
2026-03-29 06:12:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 540420a9-6ec2-51e1-a855-76fb94e123df, identifier: LB71%20BRF
2026-03-29 06:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:12:16 [bca.uk] INFO: Found listing with ID: FL69%20EJK
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 06:12:16 [bca.uk] INFO: Scrape type for FL69%20EJK: 2
2026-03-29 06:12:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK
2026-03-29 06:12:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54917da1-c0f7-5000-82e5-acc3f96a9352 with scrape type 2
2026-03-29 06:12:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54917da1-c0f7-5000-82e5-acc3f96a9352 with scrape type 2
2026-03-29 06:12:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54917da1-c0f7-5000-82e5-acc3f96a9352, identifier: FL69%20EJK
2026-03-29 06:12:17 [bca.uk] INFO: Found listing with ID: EY21%20MWV
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY21%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 06:12:17 [bca.uk] INFO: Scrape type for EY21%20MWV: 2
2026-03-29 06:12:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV
2026-03-29 06:12:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6928d28b-acff-59af-b1d0-1ccf93d66a27 with scrape type 2
2026-03-29 06:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6928d28b-acff-59af-b1d0-1ccf93d66a27 with scrape type 2
2026-03-29 06:12:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6928d28b-acff-59af-b1d0-1ccf93d66a27, identifier: EY21%20MWV
2026-03-29 06:12:17 [bca.uk] INFO: Found listing with ID: PF24%20JLO
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF24%2520JLO%27 HTTP/1.1" 200 None
2026-03-29 06:12:17 [bca.uk] INFO: Scrape type for PF24%20JLO: 0
2026-03-29 06:12:17 [bca.uk] INFO: Found listing with ID: VK66%20UFV
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 06:12:17 [bca.uk] INFO: Scrape type for VK66%20UFV: 2
2026-03-29 06:12:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV
2026-03-29 06:12:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with scrape type 2
2026-03-29 06:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with scrape type 2
2026-03-29 06:12:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2, identifier: VK66%20UFV
2026-03-29 06:12:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF
2026-03-29 06:12:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF
2026-03-29 06:12:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF to the API
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB71%20BRF-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '540420a9-6ec2-51e1-a855-76fb94e123df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB71 BRF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB71%20BRF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'PROACE E',
'odometer': 50685,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE E 100KW 50KWH MEDIUM ICON (11KC) PanelVan',
'transmission': 'automatic',
'trim': '100KW 50KWH MEDIUM ICON (11KC)',
'vin': 'YARV1ZKXZGZ212617',
'year': 2021}
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 06:12:17 [bca.uk] INFO: Saving data for LB71%20BRF: {'auction_closing_time': 1775037600.0, 'created_time': 1774650323.151253, 'last_price_update_time': 1774764737.584101}
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520BRF') HTTP/1.1" 204 0
2026-03-29 06:12:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK
2026-03-29 06:12:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK
2026-03-29 06:12:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK to the API
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:17 [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': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL69%20EJK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '54917da1-c0f7-5000-82e5-acc3f96a9352',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL69 EJK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL69%20EJK&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'SEAT',
'model': 'TARRACO',
'odometer': 47403,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SEAT TARRACO 1.5 TSI EVO 150 XCELLENCE LUX StationWagon',
'transmission': 'manual',
'trim': 'TSI EVO 150 XCELLENCE LUX',
'vin': 'VSSZZZKNZLW001752',
'year': 2019}
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 06:12:17 [bca.uk] INFO: Saving data for FL69%20EJK: {'auction_closing_time': 1774864800.0, 'created_time': 1773826954.403308, 'last_price_update_time': 1774764737.882938}
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL69%2520EJK') HTTP/1.1" 204 0
2026-03-29 06:12:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV
2026-03-29 06:12:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV
2026-03-29 06:12:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV to the API
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY21%20MWV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6928d28b-acff-59af-b1d0-1ccf93d66a27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY21 MWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY21%20MWV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 59744,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCITE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCITE',
'vin': 'LSJW74U93LZ241135',
'year': 2021}
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY21%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Saving data for EY21%20MWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650707.532996, 'last_price_update_time': 1774764738.232557}
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY21%2520MWV') HTTP/1.1" 204 0
2026-03-29 06:12:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV
2026-03-29 06:12:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV
2026-03-29 06:12:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV to the API
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK66%20UFV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3189a7e1-ec58-5781-b2b8-8a9ad962a0d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK66 UFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK66%20UFV&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'SUZUKI',
'model': 'CELERIO',
'odometer': 92164,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'SUZUKI CELERIO 1.0 SZ4 Hatchback',
'transmission': 'manual',
'trim': 'SZ4',
'vin': 'MMSLFE42S00141189',
'year': 2016}
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Saving data for VK66%20UFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774350267.442422, 'last_price_update_time': 1774764738.524386}
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK66%2520UFV') HTTP/1.1" 204 0
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: WF69%20WPD
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF69%2520WPD%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for WF69%20WPD: 0
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: HS24%20LHH
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HS24%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for HS24%20LHH: 2
2026-03-29 06:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH
2026-03-29 06:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with scrape type 2
2026-03-29 06:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with scrape type 2
2026-03-29 06:12:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2, identifier: HS24%20LHH
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: LO72%20AFV
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for LO72%20AFV: 2
2026-03-29 06:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV
2026-03-29 06:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with scrape type 2
2026-03-29 06:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with scrape type 2
2026-03-29 06:12:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ba5859d-f44b-5c80-b6fb-08565bfe3175, identifier: LO72%20AFV
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: FY70%20KXT
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY70%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for FY70%20KXT: 2
2026-03-29 06:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT
2026-03-29 06:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eedad24d-b6a1-521c-9c39-fcf6b074af28 with scrape type 2
2026-03-29 06:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eedad24d-b6a1-521c-9c39-fcf6b074af28 with scrape type 2
2026-03-29 06:12:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eedad24d-b6a1-521c-9c39-fcf6b074af28, identifier: FY70%20KXT
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: FD09%20XUX
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FD09%2520XUX%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for FD09%20XUX: 0
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: KV61%20YJM
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV61%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for KV61%20YJM: 0
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: LT58%20OSP
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT58%2520OSP%27 HTTP/1.1" 200 None
2026-03-29 06:12:18 [bca.uk] INFO: Scrape type for LT58%20OSP: 0
2026-03-29 06:12:18 [bca.uk] INFO: Found listing with ID: MJ65%20FLD
2026-03-29 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ65%2520FLD%27 HTTP/1.1" 200 None
2026-03-29 06:12:19 [bca.uk] INFO: Scrape type for MJ65%20FLD: 0
2026-03-29 06:12:19 [bca.uk] INFO: Found listing with ID: AJ24%20TVP
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:12:19 [bca.uk] INFO: Scrape type for AJ24%20TVP: 2
2026-03-29 06:12:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-29 06:12:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49098da5-4b27-5bae-a557-32bd7cc20b43 with scrape type 2
2026-03-29 06:12:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49098da5-4b27-5bae-a557-32bd7cc20b43 with scrape type 2
2026-03-29 06:12:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49098da5-4b27-5bae-a557-32bd7cc20b43, identifier: AJ24%20TVP
2026-03-29 06:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH
2026-03-29 06:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH
2026-03-29 06:12:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH to the API
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 238,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS24%20LHH-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HS24 LHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS24%20LHH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'HILUX',
'odometer': 25804,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA HILUX 2.4 D ICON 4WD CrewCab Pick-up',
'transmission': 'manual',
'trim': 'D ICON 4WD',
'vin': 'AHTBB3CD301782732',
'year': 2024}
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HS24%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 06:12:19 [bca.uk] INFO: Saving data for HS24%20LHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774650324.1637, 'last_price_update_time': 1774764739.402624}
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS24%2520LHH') HTTP/1.1" 204 0
2026-03-29 06:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV
2026-03-29 06:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV
2026-03-29 06:12:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV to the API
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:19 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AFV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1ba5859d-f44b-5c80-b6fb-08565bfe3175',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 AFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AFV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 21996,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC500071071',
'year': 2022}
2026-03-29 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AFV%27 HTTP/1.1" 200 None
2026-03-29 06:12:19 [bca.uk] INFO: Saving data for LO72%20AFV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650143.671289, 'last_price_update_time': 1774764739.997717}
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AFV') HTTP/1.1" 204 0
2026-03-29 06:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT
2026-03-29 06:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT
2026-03-29 06:12:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT to the API
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY70%20KXT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eedad24d-b6a1-521c-9c39-fcf6b074af28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY70 KXT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY70%20KXT&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MAZDA',
'model': '6',
'odometer': 89243,
'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': 'MAZDA 6 2.5 191 GT SPORT+ Saloon',
'transmission': 'automatic',
'trim': '191 GT SPORT+',
'vin': 'JMZGL62M801708995',
'year': 2020}
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FY70%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Saving data for FY70%20KXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774650723.548947, 'last_price_update_time': 1774764740.279914}
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY70%2520KXT') HTTP/1.1" 204 0
2026-03-29 06:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-29 06:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-29 06:12:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP to the API
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ24%20TVP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '49098da5-4b27-5bae-a557-32bd7cc20b43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ24 TVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ24%20TVP&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'PEUGEOT',
'model': 'E-3008',
'odometer': 2567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT E-3008 157KW 73KWH GT Hatchback',
'transmission': 'automatic',
'trim': '157KW 73KWH GT',
'vin': 'VR3KCZKZ0RS088693',
'year': 2024}
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Saving data for AJ24%20TVP: {'auction_closing_time': 1774951200.0, 'created_time': 1773821436.680287, 'last_price_update_time': 1774764740.56339}
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ24%2520TVP') HTTP/1.1" 204 0
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: WG13%20JVU
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG13%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for WG13%20JVU: 0
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: CN62%20RDX
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CN62%2520RDX%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for CN62%20RDX: 0
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: YL67%20FPO
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL67%2520FPO%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for YL67%20FPO: 0
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: FE69%20ETA
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE69%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for FE69%20ETA: 2
2026-03-29 06:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA
2026-03-29 06:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda2f56c-c0d0-5fcc-aa30-88cceaa003db with scrape type 2
2026-03-29 06:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda2f56c-c0d0-5fcc-aa30-88cceaa003db with scrape type 2
2026-03-29 06:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dda2f56c-c0d0-5fcc-aa30-88cceaa003db, identifier: FE69%20ETA
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: WT18%20HDJ
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for WT18%20HDJ: 2
2026-03-29 06:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ
2026-03-29 06:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with scrape type 2
2026-03-29 06:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with scrape type 2
2026-03-29 06:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6, identifier: WT18%20HDJ
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: HJ70%20UXS
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ70%2520UXS%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for HJ70%20UXS: 2
2026-03-29 06:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS
2026-03-29 06:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with scrape type 2
2026-03-29 06:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with scrape type 2
2026-03-29 06:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3a7b491-d0d5-5cad-a7f0-dca415c3f171, identifier: HJ70%20UXS
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: NJ14%20BRF
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ14%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for NJ14%20BRF: 0
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: NJ66%20DNO
2026-03-29 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ66%2520DNO%27 HTTP/1.1" 200 None
2026-03-29 06:12:20 [bca.uk] INFO: Scrape type for NJ66%20DNO: 0
2026-03-29 06:12:20 [bca.uk] INFO: Found listing with ID: PF14%20WGO
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 06:12:21 [bca.uk] INFO: Scrape type for PF14%20WGO: 2
2026-03-29 06:12:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO
2026-03-29 06:12:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with scrape type 2
2026-03-29 06:12:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with scrape type 2
2026-03-29 06:12:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea, identifier: PF14%20WGO
2026-03-29 06:12:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA
2026-03-29 06:12:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA
2026-03-29 06:12:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA to the API
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20ETA-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dda2f56c-c0d0-5fcc-aa30-88cceaa003db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE69 ETA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20ETA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'VIVARO 2.9T',
'odometer': 94751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 LWB SPORTIVE PanelVan',
'transmission': 'manual',
'trim': 'CDTI 120 LWB SPORTIVE',
'vin': 'W0VF7G609KV642699',
'year': 2019}
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 06:12:21 [bca.uk] INFO: Saving data for FE69%20ETA: {'auction_closing_time': 1775037600.0, 'created_time': 1774650325.352027, 'last_price_update_time': 1774764741.386275}
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520ETA') HTTP/1.1" 204 0
2026-03-29 06:12:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ
2026-03-29 06:12:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ
2026-03-29 06:12:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ to the API
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:21 [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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT18%20HDJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT18 HDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT18%20HDJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 12281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.3 I-VTEC 102 SE Hatchback',
'transmission': 'automatic',
'trim': 'I-VTEC 102 SE',
'vin': 'JHMGK3850JX218666',
'year': 2018}
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:21 [bca.uk] INFO: Saving data for WT18%20HDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535610.209042, 'last_price_update_time': 1774764741.656368}
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT18%2520HDJ') HTTP/1.1" 204 0
2026-03-29 06:12:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS
2026-03-29 06:12:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS
2026-03-29 06:12:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS to the API
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ70%20UXS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f3a7b491-d0d5-5cad-a7f0-dca415c3f171',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ70 UXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ70%20UXS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'Q2',
'odometer': 71364,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'AUDI Q2 1.6 30 TDI S LINE Hatchback',
'transmission': 'manual',
'trim': '30 TDI S LINE',
'vin': 'WAUZZZGA6LA071666',
'year': 2020}
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UXS%27 HTTP/1.1" 200 None
2026-03-29 06:12:21 [bca.uk] INFO: Saving data for HJ70%20UXS: {'auction_closing_time': 1774864800.0, 'created_time': 1774650722.983694, 'last_price_update_time': 1774764741.932701}
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ70%2520UXS') HTTP/1.1" 204 0
2026-03-29 06:12:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO
2026-03-29 06:12:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO
2026-03-29 06:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO to the API
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF14%20WGO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e8aeafd6-1d1c-596b-99f2-b151dc5f9fea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF14 WGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF14%20WGO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 57607,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
'transmission': 'manual',
'trim': 'COOPER',
'vin': 'WMWZB32000WR11892',
'year': 2014}
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF14%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 06:12:22 [bca.uk] INFO: Saving data for PF14%20WGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650347.517965, 'last_price_update_time': 1774764742.249431}
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF14%2520WGO') HTTP/1.1" 204 0
2026-03-29 06:12:22 [bca.uk] INFO: Found listing with ID: DX64%20EUF
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX64%2520EUF%27 HTTP/1.1" 200 None
2026-03-29 06:12:22 [bca.uk] INFO: Scrape type for DX64%20EUF: 2
2026-03-29 06:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF
2026-03-29 06:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16771c26-7bde-514a-ab9f-cb899bf0505c with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16771c26-7bde-514a-ab9f-cb899bf0505c with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16771c26-7bde-514a-ab9f-cb899bf0505c, identifier: DX64%20EUF
2026-03-29 06:12:22 [bca.uk] INFO: Found listing with ID: WT19%20OWA
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT19%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:12:22 [bca.uk] INFO: Scrape type for WT19%20OWA: 2
2026-03-29 06:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA
2026-03-29 06:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a286b1b6-3538-53fc-8ffc-c230c2288f2f with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a286b1b6-3538-53fc-8ffc-c230c2288f2f with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a286b1b6-3538-53fc-8ffc-c230c2288f2f, identifier: WT19%20OWA
2026-03-29 06:12:22 [bca.uk] INFO: Found listing with ID: KM19%20FZW
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM19%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 06:12:22 [bca.uk] INFO: Scrape type for KM19%20FZW: 2
2026-03-29 06:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW
2026-03-29 06:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5728065-6cc5-533d-982b-7767526db16e with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5728065-6cc5-533d-982b-7767526db16e with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5728065-6cc5-533d-982b-7767526db16e, identifier: KM19%20FZW
2026-03-29 06:12:22 [bca.uk] INFO: Found listing with ID: SG16%20XHH
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:12:22 [bca.uk] INFO: Scrape type for SG16%20XHH: 2
2026-03-29 06:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH
2026-03-29 06:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b277ff8-8172-54be-88d6-3668cfd3d6db with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b277ff8-8172-54be-88d6-3668cfd3d6db with scrape type 2
2026-03-29 06:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b277ff8-8172-54be-88d6-3668cfd3d6db, identifier: SG16%20XHH
2026-03-29 06:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF
2026-03-29 06:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF
2026-03-29 06:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF to the API
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX64%20EUF-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '16771c26-7bde-514a-ab9f-cb899bf0505c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX64 EUF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX64%20EUF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 81599,
'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.5 TDCI 75 TREND Van',
'transmission': 'manual',
'trim': 'TDCI 75 TREND',
'vin': 'WF0RXXGAKREG67129',
'year': 2015}
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX64%2520EUF%27 HTTP/1.1" 200 None
2026-03-29 06:12:22 [bca.uk] INFO: Saving data for DX64%20EUF: {'auction_closing_time': 1775037600.0, 'created_time': 1774650313.169551, 'last_price_update_time': 1774764742.98986}
2026-03-29 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX64%2520EUF') HTTP/1.1" 204 0
2026-03-29 06:12:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA
2026-03-29 06:12:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA
2026-03-29 06:12:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA to the API
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:23 [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': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20OWA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a286b1b6-3538-53fc-8ffc-c230c2288f2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT19 OWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20OWA&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 20406,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SEAT IBIZA 1.0 FR EZ Hatchback',
'transmission': 'manual',
'trim': 'FR EZ',
'vin': 'VSSZZZKJZKR194824',
'year': 2019}
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT19%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:12:23 [bca.uk] INFO: Saving data for WT19%20OWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774536274.236048, 'last_price_update_time': 1774764743.371557}
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520OWA') HTTP/1.1" 204 0
2026-03-29 06:12:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW
2026-03-29 06:12:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW
2026-03-29 06:12:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW to the API
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM19%20FZW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c5728065-6cc5-533d-982b-7767526db16e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM19 FZW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM19%20FZW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'E400 D',
'odometer': 40393,
'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 E400 D 2.9 AMG LINE 4M 9G Saloon',
'transmission': 'manual',
'trim': 'AMG LINE 4M 9G',
'vin': 'WDD2130232A642608',
'year': 2019}
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM19%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 06:12:23 [bca.uk] INFO: Saving data for KM19%20FZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650724.245447, 'last_price_update_time': 1774764743.660429}
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM19%2520FZW') HTTP/1.1" 204 0
2026-03-29 06:12:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH
2026-03-29 06:12:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH
2026-03-29 06:12:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH to the API
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG16%20XHH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5b277ff8-8172-54be-88d6-3668cfd3d6db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG16 XHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG16%20XHH&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'KA',
'odometer': 91789,
'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 WHITE EDITION Hatchback',
'transmission': 'manual',
'trim': 'ZETEC WHITE EDITION',
'vin': 'WF0UXXLTRUFJ69562',
'year': 2016}
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG16%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:12:23 [bca.uk] INFO: Saving data for SG16%20XHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774650349.517239, 'last_price_update_time': 1774764743.953072}
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG16%2520XHH') HTTP/1.1" 204 0
2026-03-29 06:12:23 [bca.uk] INFO: Found listing with ID: HG21%20UXV
2026-03-29 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG21%2520UXV%27 HTTP/1.1" 200 None
2026-03-29 06:12:23 [bca.uk] INFO: Scrape type for HG21%20UXV: 0
2026-03-29 06:12:23 [bca.uk] INFO: Found listing with ID: DN71%20BTZ
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520BTZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:24 [bca.uk] INFO: Scrape type for DN71%20BTZ: 2
2026-03-29 06:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ
2026-03-29 06:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6, identifier: DN71%20BTZ
2026-03-29 06:12:24 [bca.uk] INFO: Found listing with ID: CE21%20AXA
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AXA%27 HTTP/1.1" 200 None
2026-03-29 06:12:24 [bca.uk] INFO: Scrape type for CE21%20AXA: 2
2026-03-29 06:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA
2026-03-29 06:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba81a41b-f2d4-5247-a248-4d69913cfe5a with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba81a41b-f2d4-5247-a248-4d69913cfe5a with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba81a41b-f2d4-5247-a248-4d69913cfe5a, identifier: CE21%20AXA
2026-03-29 06:12:24 [bca.uk] INFO: Found listing with ID: MK12%20BDV
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK12%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 06:12:24 [bca.uk] INFO: Scrape type for MK12%20BDV: 2
2026-03-29 06:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e with identifier: MK12%20BDV
2026-03-29 06:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e, identifier: MK12%20BDV
2026-03-29 06:12:24 [bca.uk] INFO: Found listing with ID: AO65%20OEU
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 06:12:24 [bca.uk] INFO: Scrape type for AO65%20OEU: 0
2026-03-29 06:12:24 [bca.uk] INFO: Found listing with ID: OV23%20EXE
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:12:24 [bca.uk] INFO: Scrape type for OV23%20EXE: 2
2026-03-29 06:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE
2026-03-29 06:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with scrape type 2
2026-03-29 06:12:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4831087-dbf7-5cd7-b960-a4576ad7d7c7, identifier: OV23%20EXE
2026-03-29 06:12:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ
2026-03-29 06:12:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ
2026-03-29 06:12:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ to the API
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 248,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN71%20BTZ-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.8L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f0c27a38-ef20-5dca-bbfb-1d4cfec435f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN71 BTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN71%20BTZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'HILUX',
'odometer': 18984,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA HILUX 2.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'D-4D INVINCIBLE X 4WD',
'vin': 'AHTBA3CD706217311',
'year': 2022}
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520BTZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:24 [bca.uk] INFO: Saving data for DN71%20BTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016958.589247, 'last_price_update_time': 1774764744.855824}
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520BTZ') HTTP/1.1" 204 0
2026-03-29 06:12:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA
2026-03-29 06:12:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA
2026-03-29 06:12:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA to the API
2026-03-29 06:12:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:25 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE21%20AXA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ba81a41b-f2d4-5247-a248-4d69913cfe5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE21 AXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE21%20AXA&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 44388,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCITE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCITE',
'vin': 'LSJW74U91LZ203905',
'year': 2021}
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AXA%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Saving data for CE21%20AXA: {'auction_closing_time': 1774864800.0, 'created_time': 1773907806.192031, 'last_price_update_time': 1774764745.168387}
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE21%2520AXA') HTTP/1.1" 204 0
2026-03-29 06:12:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e with identifier: MK12%20BDV
2026-03-29 06:12:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e with identifier: MK12%20BDV
2026-03-29 06:12:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78d7c815-2813-5ecd-afcf-ebae6e8e2a5e with identifier: MK12%20BDV to the API
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK12%20BDV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '78d7c815-2813-5ecd-afcf-ebae6e8e2a5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK12 BDV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK12%20BDV&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 176496,
'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 2.0 TDCI 163 TITANIUM X Hatchback',
'transmission': 'manual',
'trim': 'TDCI 163 TITANIUM X',
'vin': 'WF0KXXGCBKCB42539',
'year': 2012}
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK12%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Saving data for MK12%20BDV: {'auction_closing_time': 1774778400.0, 'created_time': 1774650643.582076, 'last_price_update_time': 1774764745.445525}
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK12%2520BDV') HTTP/1.1" 204 0
2026-03-29 06:12:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE
2026-03-29 06:12:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE
2026-03-29 06:12:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE to the API
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20EXE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'a4831087-dbf7-5cd7-b960-a4576ad7d7c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV23 EXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20EXE&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'POLESTAR',
'model': '2',
'odometer': 52349,
'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': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '170KW 78KWH SM2 LONG RANGE',
'vin': 'YSMVSEGE9PL150295',
'year': 2023}
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Saving data for OV23%20EXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650334.387876, 'last_price_update_time': 1774764745.723764}
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520EXE') HTTP/1.1" 204 0
2026-03-29 06:12:25 [bca.uk] INFO: Found listing with ID: BJ65%20HZL
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520HZL%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Scrape type for BJ65%20HZL: 0
2026-03-29 06:12:25 [bca.uk] INFO: Found listing with ID: CX16%20ULO
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520ULO%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Scrape type for CX16%20ULO: 2
2026-03-29 06:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO
2026-03-29 06:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1488103f-abd0-5ad4-9141-329f301c55ef with scrape type 2
2026-03-29 06:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1488103f-abd0-5ad4-9141-329f301c55ef with scrape type 2
2026-03-29 06:12:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1488103f-abd0-5ad4-9141-329f301c55ef, identifier: CX16%20ULO
2026-03-29 06:12:25 [bca.uk] INFO: Found listing with ID: CF71%20OKH
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520OKH%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Scrape type for CF71%20OKH: 2
2026-03-29 06:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH
2026-03-29 06:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bd1132-adec-5dc3-9792-d1c0db3656ec with scrape type 2
2026-03-29 06:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65bd1132-adec-5dc3-9792-d1c0db3656ec with scrape type 2
2026-03-29 06:12:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65bd1132-adec-5dc3-9792-d1c0db3656ec, identifier: CF71%20OKH
2026-03-29 06:12:25 [bca.uk] INFO: Found listing with ID: PF55%20KKH
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF55%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 06:12:25 [bca.uk] INFO: Scrape type for PF55%20KKH: 2
2026-03-29 06:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH
2026-03-29 06:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a982578-3718-51f6-908e-cb8502365b1b with scrape type 2
2026-03-29 06:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a982578-3718-51f6-908e-cb8502365b1b with scrape type 2
2026-03-29 06:12:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a982578-3718-51f6-908e-cb8502365b1b, identifier: PF55%20KKH
2026-03-29 06:12:26 [bca.uk] INFO: Found listing with ID: YH73%20SOC
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 06:12:26 [bca.uk] INFO: Scrape type for YH73%20SOC: 2
2026-03-29 06:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC
2026-03-29 06:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ea7964a-3729-554c-9f22-1ea305010e34 with scrape type 2
2026-03-29 06:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ea7964a-3729-554c-9f22-1ea305010e34 with scrape type 2
2026-03-29 06:12:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ea7964a-3729-554c-9f22-1ea305010e34, identifier: YH73%20SOC
2026-03-29 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO
2026-03-29 06:12:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO
2026-03-29 06:12:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO to the API
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX16%20ULO-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1488103f-abd0-5ad4-9141-329f301c55ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX16 ULO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX16%20ULO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MITSUBISHI',
'model': 'L200',
'odometer': 52269,
'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': 'MITSUBISHI L200 2.5 DI-D 134 LWB 4LIFE 4WD CLUBCAB Pickup',
'transmission': 'manual',
'trim': 'DI-D 134 LWB 4LIFE 4WD CLUBCAB',
'vin': 'MMCCNKB40FD821057',
'year': 2016}
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520ULO%27 HTTP/1.1" 200 None
2026-03-29 06:12:26 [bca.uk] INFO: Saving data for CX16%20ULO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650302.747745, 'last_price_update_time': 1774764746.484509}
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX16%2520ULO') HTTP/1.1" 204 0
2026-03-29 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FLPG HTTP/1.1" 200 None
2026-03-29 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:12:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH
2026-03-29 06:12:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH to the API
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:26 [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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20OKH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/LPG',
'id': '65bd1132-adec-5dc3-9792-d1c0db3656ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF71 OKH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20OKH&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'DACIA',
'model': 'SANDERO STEPWAY',
'odometer': 28925,
'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': 'DACIA SANDERO STEPWAY 1.0 TCE BI-FUEL COMFORT Hatchback',
'transmission': 'manual',
'trim': 'TCE BI-FUEL COMFORT',
'vin': 'UU1DJF00468046442',
'year': 2021}
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520OKH%27 HTTP/1.1" 200 None
2026-03-29 06:12:26 [bca.uk] INFO: Saving data for CF71%20OKH: {'auction_closing_time': 1774864800.0, 'created_time': 1774017262.533578, 'last_price_update_time': 1774764746.973245}
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520OKH') HTTP/1.1" 204 0
2026-03-29 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH
2026-03-29 06:12:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH
2026-03-29 06:12:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH to the API
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 281,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF55%20KKH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a982578-3718-51f6-908e-cb8502365b1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF55 KKH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF55%20KKH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'SL350',
'odometer': 44563,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ SL350 3.7 Convertible',
'transmission': 'manual',
'trim': '',
'vin': 'WDB2304672F087992',
'year': 2006}
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF55%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Saving data for PF55%20KKH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650650.579745, 'last_price_update_time': 1774764747.256948}
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF55%2520KKH') HTTP/1.1" 204 0
2026-03-29 06:12:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC
2026-03-29 06:12:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC
2026-03-29 06:12:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC to the API
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH73%20SOC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6ea7964a-3729-554c-9f22-1ea305010e34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH73 SOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH73%20SOC&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 23126,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
'transmission': 'manual',
'trim': '25 TFSI TECHNIK',
'vin': 'WAUZZZGB1RR002449',
'year': 2023}
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Saving data for YH73%20SOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650333.71457, 'last_price_update_time': 1774764747.542169}
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520SOC') HTTP/1.1" 204 0
2026-03-29 06:12:27 [bca.uk] INFO: Found listing with ID: LG17%20XYD
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520XYD%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Scrape type for LG17%20XYD: 0
2026-03-29 06:12:27 [bca.uk] INFO: Found listing with ID: CU16%20NHH
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Scrape type for CU16%20NHH: 2
2026-03-29 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH
2026-03-29 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ee988de-fbea-568d-a97c-a75a0ff4fa40, identifier: CU16%20NHH
2026-03-29 06:12:27 [bca.uk] INFO: Found listing with ID: DA70%20WNW
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520WNW%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Scrape type for DA70%20WNW: 2
2026-03-29 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW
2026-03-29 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25998137-8d76-5ded-ade6-f95dd82d32a5 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25998137-8d76-5ded-ade6-f95dd82d32a5 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25998137-8d76-5ded-ade6-f95dd82d32a5, identifier: DA70%20WNW
2026-03-29 06:12:27 [bca.uk] INFO: Found listing with ID: DC21%20GDZ
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520GDZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Scrape type for DC21%20GDZ: 2
2026-03-29 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ
2026-03-29 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fd7c20b-43eb-5524-be2d-d138445ddab3 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fd7c20b-43eb-5524-be2d-d138445ddab3 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fd7c20b-43eb-5524-be2d-d138445ddab3, identifier: DC21%20GDZ
2026-03-29 06:12:27 [bca.uk] INFO: Found listing with ID: PY59%20AXP
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY59%2520AXP%27 HTTP/1.1" 200 None
2026-03-29 06:12:27 [bca.uk] INFO: Scrape type for PY59%20AXP: 2
2026-03-29 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP
2026-03-29 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73855436-e35e-5fb2-b5ba-0092565026c1 with scrape type 2
2026-03-29 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73855436-e35e-5fb2-b5ba-0092565026c1 with scrape type 2
2026-03-29 06:12:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73855436-e35e-5fb2-b5ba-0092565026c1, identifier: PY59%20AXP
2026-03-29 06:12:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH
2026-03-29 06:12:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH
2026-03-29 06:12:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH to the API
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU16%20NHH-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5ee988de-fbea-568d-a97c-a75a0ff4fa40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU16 NHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU16%20NHH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': 'PARTNER L1',
'odometer': 69581,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT PARTNER L1 1.6 HDI 75 625 S Van',
'transmission': 'manual',
'trim': 'HDI 75 625 S',
'vin': 'VF37A9HN0GN503673',
'year': 2016}
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 06:12:28 [bca.uk] INFO: Saving data for CU16%20NHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774650300.894169, 'last_price_update_time': 1774764748.337875}
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU16%2520NHH') HTTP/1.1" 204 0
2026-03-29 06:12:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW
2026-03-29 06:12:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW
2026-03-29 06:12:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW to the API
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:28 [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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA70%20WNW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '25998137-8d76-5ded-ade6-f95dd82d32a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA70 WNW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA70%20WNW&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 24860,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 160 ACENTA PREMIUM DCT Hatchback',
'transmission': 'automatic',
'trim': 'DIG-T 160 ACENTA PREMIUM DCT',
'vin': 'SJNFFAJ11U2873624',
'year': 2020}
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520WNW%27 HTTP/1.1" 200 None
2026-03-29 06:12:28 [bca.uk] INFO: Saving data for DA70%20WNW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650134.423244, 'last_price_update_time': 1774764748.634987}
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA70%2520WNW') HTTP/1.1" 204 0
2026-03-29 06:12:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ
2026-03-29 06:12:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ
2026-03-29 06:12:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ to the API
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC21%20GDZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3fd7c20b-43eb-5524-be2d-d138445ddab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DC21 GDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC21%20GDZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 120777,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 EVO 80 MATCH Hatchback',
'transmission': 'manual',
'trim': 'EVO 80 MATCH',
'vin': 'WVWZZZAWZMU052372',
'year': 2021}
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520GDZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:28 [bca.uk] INFO: Saving data for DC21%20GDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650655.580485, 'last_price_update_time': 1774764748.93047}
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC21%2520GDZ') HTTP/1.1" 204 0
2026-03-29 06:12:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP
2026-03-29 06:12:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP
2026-03-29 06:12:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP to the API
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY59%20AXP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '73855436-e35e-5fb2-b5ba-0092565026c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PY59 AXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY59%20AXP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLVO',
'model': 'C30',
'odometer': 148158,
'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 C30 2.4 D5 R DESIGN Coupe',
'transmission': 'manual',
'trim': 'D5 R DESIGN',
'vin': 'YV1MK8651A2180585',
'year': 2009}
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY59%2520AXP%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Saving data for PY59%20AXP: {'auction_closing_time': 1775037600.0, 'created_time': 1774650332.996182, 'last_price_update_time': 1774764749.230966}
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY59%2520AXP') HTTP/1.1" 204 0
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: KV11%20MZZ
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV11%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for KV11%20MZZ: 0
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: KT14%20BXM
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT14%2520BXM%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for KT14%20BXM: 0
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: KP12%20CLJ
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520CLJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for KP12%20CLJ: 0
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: FG74%20HFR
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for FG74%20HFR: 2
2026-03-29 06:12:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR
2026-03-29 06:12:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0142530a-8c5c-5a7e-955e-e55412cd3719 with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0142530a-8c5c-5a7e-955e-e55412cd3719 with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0142530a-8c5c-5a7e-955e-e55412cd3719, identifier: FG74%20HFR
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: FJ70%20TXB
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ70%2520TXB%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for FJ70%20TXB: 2
2026-03-29 06:12:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB
2026-03-29 06:12:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d98f157e-cfb4-5cf1-b4e4-694f38850edd with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d98f157e-cfb4-5cf1-b4e4-694f38850edd with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d98f157e-cfb4-5cf1-b4e4-694f38850edd, identifier: FJ70%20TXB
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: CF15%20OAU
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520OAU%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for CF15%20OAU: 2
2026-03-29 06:12:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU
2026-03-29 06:12:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d477098-7645-5313-94ad-4c701da9b846 with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d477098-7645-5313-94ad-4c701da9b846 with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d477098-7645-5313-94ad-4c701da9b846, identifier: CF15%20OAU
2026-03-29 06:12:29 [bca.uk] INFO: Found listing with ID: YC68%20CEV
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CEV%27 HTTP/1.1" 200 None
2026-03-29 06:12:29 [bca.uk] INFO: Scrape type for YC68%20CEV: 2
2026-03-29 06:12:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV
2026-03-29 06:12:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97bac414-61f4-5b62-a1a7-c032e1e12168 with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97bac414-61f4-5b62-a1a7-c032e1e12168 with scrape type 2
2026-03-29 06:12:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97bac414-61f4-5b62-a1a7-c032e1e12168, identifier: YC68%20CEV
2026-03-29 06:12:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR
2026-03-29 06:12:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR
2026-03-29 06:12:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR to the API
2026-03-29 06:12:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20HFR-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0142530a-8c5c-5a7e-955e-e55412cd3719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG74 HFR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20HFR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 4109,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 2.0 D 145 L2 ICON PanelVan',
'transmission': 'manual',
'trim': 'D 145 L2 ICON',
'vin': 'YARVLEHTMRZ063944',
'year': 2024}
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 06:12:30 [bca.uk] INFO: Saving data for FG74%20HFR: {'auction_closing_time': 1775556000.0, 'created_time': 1774650300.101239, 'last_price_update_time': 1774764750.076594}
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520HFR') HTTP/1.1" 204 0
2026-03-29 06:12:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB
2026-03-29 06:12:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB
2026-03-29 06:12:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB to the API
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:30 [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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ70%20TXB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd98f157e-cfb4-5cf1-b4e4-694f38850edd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ70 TXB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ70%20TXB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BMW',
'model': '120D',
'odometer': 47927,
'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 120D 2.0 XDRIVE M SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': 'XDRIVE M SPORT STEP',
'vin': 'WBA7N520807G40247',
'year': 2020}
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ70%2520TXB%27 HTTP/1.1" 200 None
2026-03-29 06:12:30 [bca.uk] INFO: Saving data for FJ70%20TXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650136.813606, 'last_price_update_time': 1774764750.470737}
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ70%2520TXB') HTTP/1.1" 204 0
2026-03-29 06:12:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU
2026-03-29 06:12:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU
2026-03-29 06:12:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU to the API
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF15%20OAU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7d477098-7645-5313-94ad-4c701da9b846',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF15 OAU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF15%20OAU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'RS3 SPORTBACK',
'odometer': 72390,
'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 RS3 SPORTBACK 2.5 TFSI 362 QUATTRO S-T Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 362 QUATTRO S-T',
'vin': 'WUAZZZ8V1GA900950',
'year': 2015}
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520OAU%27 HTTP/1.1" 200 None
2026-03-29 06:12:30 [bca.uk] INFO: Saving data for CF15%20OAU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650656.373249, 'last_price_update_time': 1774764750.756237}
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF15%2520OAU') HTTP/1.1" 204 0
2026-03-29 06:12:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV
2026-03-29 06:12:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV
2026-03-29 06:12:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV to the API
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '97bac414-61f4-5b62-a1a7-c032e1e12168',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC68 CEV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20CEV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 98054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 HSE',
'vin': 'SALCA2AN7KH780897',
'year': 2018}
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CEV%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Saving data for YC68%20CEV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650341.739298, 'last_price_update_time': 1774764751.025622}
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520CEV') HTTP/1.1" 204 0
2026-03-29 06:12:31 [bca.uk] INFO: Found listing with ID: PK17%20FZY
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520FZY%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Scrape type for PK17%20FZY: 2
2026-03-29 06:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY
2026-03-29 06:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51141210-90d9-5f2f-aede-19464e15dcf0 with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51141210-90d9-5f2f-aede-19464e15dcf0 with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51141210-90d9-5f2f-aede-19464e15dcf0, identifier: PK17%20FZY
2026-03-29 06:12:31 [bca.uk] INFO: Found listing with ID: L28%20PYN
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Scrape type for L28%20PYN: 2
2026-03-29 06:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN
2026-03-29 06:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a40ee8b-657b-53c1-8486-099846724131 with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a40ee8b-657b-53c1-8486-099846724131 with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a40ee8b-657b-53c1-8486-099846724131, identifier: L28%20PYN
2026-03-29 06:12:31 [bca.uk] INFO: Found listing with ID: BV18%20ZPW
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZPW%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Scrape type for BV18%20ZPW: 0
2026-03-29 06:12:31 [bca.uk] INFO: Found listing with ID: GX18%20DXW
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Scrape type for GX18%20DXW: 2
2026-03-29 06:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW
2026-03-29 06:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af176e8d-d6ab-515c-9390-f5e8404f4e3a with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af176e8d-d6ab-515c-9390-f5e8404f4e3a with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af176e8d-d6ab-515c-9390-f5e8404f4e3a, identifier: GX18%20DXW
2026-03-29 06:12:31 [bca.uk] INFO: Found listing with ID: LG62%20HHR
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520HHR%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Scrape type for LG62%20HHR: 0
2026-03-29 06:12:31 [bca.uk] INFO: Found listing with ID: AO18%20WCW
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 06:12:31 [bca.uk] INFO: Scrape type for AO18%20WCW: 2
2026-03-29 06:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW
2026-03-29 06:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1471146e-8843-5148-bbd5-c022e064cc65 with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1471146e-8843-5148-bbd5-c022e064cc65 with scrape type 2
2026-03-29 06:12:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1471146e-8843-5148-bbd5-c022e064cc65, identifier: AO18%20WCW
2026-03-29 06:12:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY
2026-03-29 06:12:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY
2026-03-29 06:12:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY to the API
2026-03-29 06:12:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK17%20FZY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '51141210-90d9-5f2f-aede-19464e15dcf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK17 FZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK17%20FZY&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'BMW',
'model': '118I',
'odometer': 67473,
'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 Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBA1R52030V862018',
'year': 2017}
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520FZY%27 HTTP/1.1" 200 None
2026-03-29 06:12:32 [bca.uk] INFO: Saving data for PK17%20FZY: {'auction_closing_time': 1775037600.0, 'created_time': 1774650314.184247, 'last_price_update_time': 1774764752.13784}
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK17%2520FZY') HTTP/1.1" 204 0
2026-03-29 06:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN
2026-03-29 06:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN
2026-03-29 06:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN to the API
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:32 [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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L28%20PYN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5a40ee8b-657b-53c1-8486-099846724131',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'L28 PYN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=L28%20PYN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 98572,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 1.6 TDI 115 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 115 SE',
'vin': 'WVGZZZA1ZKV127495',
'year': 2019}
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-29 06:12:32 [bca.uk] INFO: Saving data for L28%20PYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774476133.601458, 'last_price_update_time': 1774764752.421306}
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L28%2520PYN') HTTP/1.1" 204 0
2026-03-29 06:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW
2026-03-29 06:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW
2026-03-29 06:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW to the API
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX18%20DXW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'af176e8d-d6ab-515c-9390-f5e8404f4e3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX18 DXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX18%20DXW&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 31200,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 95 SE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 95 SE DSG',
'vin': 'WVWZZZAWZJU047557',
'year': 2019}
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 06:12:32 [bca.uk] INFO: Saving data for GX18%20DXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650640.866801, 'last_price_update_time': 1774764752.734706}
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX18%2520DXW') HTTP/1.1" 204 0
2026-03-29 06:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW
2026-03-29 06:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW
2026-03-29 06:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW to the API
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO18%20WCW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1471146e-8843-5148-bbd5-c022e064cc65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO18 WCW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO18%20WCW&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 102930,
'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 5008 1.6 THP 165 GT LINE PREMIUM EAT6 StationWagon',
'transmission': 'automatic',
'trim': 'THP 165 GT LINE PREMIUM EAT6',
'vin': 'VF3M45GZWJL022123',
'year': 2018}
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Saving data for AO18%20WCW: {'auction_closing_time': 1774951200.0, 'created_time': 1774045530.679505, 'last_price_update_time': 1774764753.031362}
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO18%2520WCW') HTTP/1.1" 204 0
2026-03-29 06:12:33 [bca.uk] INFO: Found listing with ID: NU18%20AUO
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520AUO%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Scrape type for NU18%20AUO: 2
2026-03-29 06:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO
2026-03-29 06:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f31095-b784-5219-ad17-6f2ba5bf80f0 with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f31095-b784-5219-ad17-6f2ba5bf80f0 with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1f31095-b784-5219-ad17-6f2ba5bf80f0, identifier: NU18%20AUO
2026-03-29 06:12:33 [bca.uk] INFO: Found listing with ID: LC24%20EZZ
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Scrape type for LC24%20EZZ: 2
2026-03-29 06:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ
2026-03-29 06:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9, identifier: LC24%20EZZ
2026-03-29 06:12:33 [bca.uk] INFO: Found listing with ID: HY70%20VYZ
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520VYZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Scrape type for HY70%20VYZ: 2
2026-03-29 06:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ
2026-03-29 06:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16688316-fc5d-5eda-9872-ff454f16394d with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16688316-fc5d-5eda-9872-ff454f16394d with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16688316-fc5d-5eda-9872-ff454f16394d, identifier: HY70%20VYZ
2026-03-29 06:12:33 [bca.uk] INFO: Found listing with ID: NX17%20UJT
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Scrape type for NX17%20UJT: 0
2026-03-29 06:12:33 [bca.uk] INFO: Found listing with ID: PE65%20OTF
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE65%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Scrape type for PE65%20OTF: 2
2026-03-29 06:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15fd9ddc-3ae7-558f-8276-d3021ff96b38 with identifier: PE65%20OTF
2026-03-29 06:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15fd9ddc-3ae7-558f-8276-d3021ff96b38 with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15fd9ddc-3ae7-558f-8276-d3021ff96b38 with scrape type 2
2026-03-29 06:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15fd9ddc-3ae7-558f-8276-d3021ff96b38, identifier: PE65%20OTF
2026-03-29 06:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO
2026-03-29 06:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO
2026-03-29 06:12:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO to the API
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU18%20AUO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd1f31095-b784-5219-ad17-6f2ba5bf80f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU18 AUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU18%20AUO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MAZDA',
'model': '6',
'odometer': 53065,
'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': 'MAZDA 6 2.0 165 SPORT Saloon',
'transmission': 'manual',
'trim': '165 SPORT',
'vin': 'JMZGL627601541162',
'year': 2018}
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520AUO%27 HTTP/1.1" 200 None
2026-03-29 06:12:33 [bca.uk] INFO: Saving data for NU18%20AUO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650292.90497, 'last_price_update_time': 1774764753.76739}
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520AUO') HTTP/1.1" 204 0
2026-03-29 06:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ
2026-03-29 06:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ
2026-03-29 06:12:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ to the API
2026-03-29 06:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:34 [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': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC24%20EZZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd850d7f1-8e3b-5a38-abf0-f22e3ab912d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC24 EZZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC24%20EZZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 12870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI EXCLUSIVE DCT',
'vin': 'LSJW74C96PZ351698',
'year': 2024}
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:34 [bca.uk] INFO: Saving data for LC24%20EZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774130927.14503, 'last_price_update_time': 1774764754.159698}
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC24%2520EZZ') HTTP/1.1" 204 0
2026-03-29 06:12:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ
2026-03-29 06:12:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ
2026-03-29 06:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ to the API
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY70%20VYZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '16688316-fc5d-5eda-9872-ff454f16394d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY70 VYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY70%20VYZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'CITROEN',
'model': 'E-C4',
'odometer': 57802,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'CITROEN E-C4 100KW 50KWH SHINE Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH SHINE',
'vin': 'VR7BCZKXCLE527650',
'year': 2021}
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520VYZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:34 [bca.uk] INFO: Saving data for HY70%20VYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650395.55188, 'last_price_update_time': 1774764754.475152}
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY70%2520VYZ') HTTP/1.1" 204 0
2026-03-29 06:12:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15fd9ddc-3ae7-558f-8276-d3021ff96b38 with identifier: PE65%20OTF
2026-03-29 06:12:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15fd9ddc-3ae7-558f-8276-d3021ff96b38 with identifier: PE65%20OTF
2026-03-29 06:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15fd9ddc-3ae7-558f-8276-d3021ff96b38 with identifier: PE65%20OTF to the API
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE65%20OTF-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '15fd9ddc-3ae7-558f-8276-d3021ff96b38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE65 OTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE65%20OTF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 83318,
'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.6 CDTI 136 E/F SE 2WD StationWagon',
'transmission': 'manual',
'trim': 'CDTI 136 E/F SE 2WD',
'vin': 'W0LJD7EC0FB255733',
'year': 2015}
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE65%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 06:12:34 [bca.uk] INFO: Saving data for PE65%20OTF: {'auction_closing_time': 1774778400.0, 'created_time': 1773932422.762661, 'last_price_update_time': 1774764754.780809}
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE65%2520OTF') HTTP/1.1" 204 0
2026-03-29 06:12:34 [bca.uk] INFO: Found listing with ID: FG74%20HFN
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFN%27 HTTP/1.1" 200 None
2026-03-29 06:12:34 [bca.uk] INFO: Scrape type for FG74%20HFN: 2
2026-03-29 06:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN
2026-03-29 06:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a21d5599-d11b-5a0f-8a59-88f0df543903 with scrape type 2
2026-03-29 06:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a21d5599-d11b-5a0f-8a59-88f0df543903 with scrape type 2
2026-03-29 06:12:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a21d5599-d11b-5a0f-8a59-88f0df543903, identifier: FG74%20HFN
2026-03-29 06:12:34 [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 06:12:34 [bca.uk] INFO: Found listing with ID: MT70%20CTO
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520CTO%27 HTTP/1.1" 200 None
2026-03-29 06:12:34 [bca.uk] INFO: Scrape type for MT70%20CTO: 2
2026-03-29 06:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO
2026-03-29 06:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73bcd51f-a00b-5a26-b914-0c16c0374149 with scrape type 2
2026-03-29 06:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73bcd51f-a00b-5a26-b914-0c16c0374149 with scrape type 2
2026-03-29 06:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73bcd51f-a00b-5a26-b914-0c16c0374149, identifier: MT70%20CTO
2026-03-29 06:12:35 [bca.uk] INFO: Found listing with ID: LC22%20KXH
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520KXH%27 HTTP/1.1" 200 None
2026-03-29 06:12:35 [bca.uk] INFO: Scrape type for LC22%20KXH: 2
2026-03-29 06:12:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH
2026-03-29 06:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf090420-036e-5116-b2a8-1ced2b8f1b10 with scrape type 2
2026-03-29 06:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf090420-036e-5116-b2a8-1ced2b8f1b10 with scrape type 2
2026-03-29 06:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf090420-036e-5116-b2a8-1ced2b8f1b10, identifier: LC22%20KXH
2026-03-29 06:12:35 [bca.uk] INFO: Found listing with ID: PX63%20UUS
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520UUS%27 HTTP/1.1" 200 None
2026-03-29 06:12:35 [bca.uk] INFO: Scrape type for PX63%20UUS: 0
2026-03-29 06:12:35 [bca.uk] INFO: Found listing with ID: SG65%20NDJ
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520NDJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:35 [bca.uk] INFO: Scrape type for SG65%20NDJ: 0
2026-03-29 06:12:35 [bca.uk] INFO: Found listing with ID: LD72%20BGK
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:12:35 [bca.uk] INFO: Scrape type for LD72%20BGK: 2
2026-03-29 06:12:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-29 06:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with scrape type 2
2026-03-29 06:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with scrape type 2
2026-03-29 06:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b, identifier: LD72%20BGK
2026-03-29 06:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN
2026-03-29 06:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN
2026-03-29 06:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN to the API
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20HFN-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a21d5599-d11b-5a0f-8a59-88f0df543903',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG74 HFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20HFN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 8092,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 2.0 D 145 L2 ICON PanelVan',
'transmission': 'manual',
'trim': 'D 145 L2 ICON',
'vin': 'YARVLEHTMRZ061296',
'year': 2024}
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFN%27 HTTP/1.1" 200 None
2026-03-29 06:12:35 [bca.uk] INFO: Saving data for FG74%20HFN: {'auction_closing_time': 1775556000.0, 'created_time': 1774650316.696165, 'last_price_update_time': 1774764755.522869}
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520HFN') HTTP/1.1" 204 0
2026-03-29 06:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO
2026-03-29 06:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO
2026-03-29 06:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO to the API
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:35 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT70%20CTO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '73bcd51f-a00b-5a26-b914-0c16c0374149',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT70 CTO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT70%20CTO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 50570,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD SE',
'vin': 'SALZA2AT4LH116924',
'year': 2020}
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520CTO%27 HTTP/1.1" 200 None
2026-03-29 06:12:35 [bca.uk] INFO: Saving data for MT70%20CTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774016006.521093, 'last_price_update_time': 1774764755.795931}
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT70%2520CTO') HTTP/1.1" 204 0
2026-03-29 06:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH
2026-03-29 06:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH
2026-03-29 06:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH to the API
2026-03-29 06:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20KXH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cf090420-036e-5116-b2a8-1ced2b8f1b10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC22 KXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20KXH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '218I GRAN COUPE',
'odometer': 41509,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 218I GRAN COUPE 1.5 136 M SPORT DCT Coupe',
'transmission': 'automatic',
'trim': '136 M SPORT DCT',
'vin': 'WBA12AK0307K97142',
'year': 2022}
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520KXH%27 HTTP/1.1" 200 None
2026-03-29 06:12:36 [bca.uk] INFO: Saving data for LC22%20KXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650387.249041, 'last_price_update_time': 1774764756.087394}
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520KXH') HTTP/1.1" 204 0
2026-03-29 06:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-29 06:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-29 06:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK to the API
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20BGK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '50cd0dd4-49e0-5f0f-aa38-4816a8de902b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD72 BGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20BGK&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 31214,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C3 AIRCROSS 1.2 P/T 130 SHINE EAT6 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 SHINE EAT6',
'vin': 'VF72RHNS1N4320798',
'year': 2022}
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:12:36 [bca.uk] INFO: Saving data for LD72%20BGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774045523.418193, 'last_price_update_time': 1774764756.365323}
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520BGK') HTTP/1.1" 204 0
2026-03-29 06:12:36 [bca.uk] INFO: Found listing with ID: FG74%20HFE
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFE%27 HTTP/1.1" 200 None
2026-03-29 06:12:36 [bca.uk] INFO: Scrape type for FG74%20HFE: 2
2026-03-29 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE
2026-03-29 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bcaf56e-5322-5524-8b59-197a73df874b with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bcaf56e-5322-5524-8b59-197a73df874b with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bcaf56e-5322-5524-8b59-197a73df874b, identifier: FG74%20HFE
2026-03-29 06:12:36 [bca.uk] INFO: Found listing with ID: VN72%20OZG
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520OZG%27 HTTP/1.1" 200 None
2026-03-29 06:12:36 [bca.uk] INFO: Scrape type for VN72%20OZG: 2
2026-03-29 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG
2026-03-29 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75df6cc-ae79-5af2-8831-807e4fb6486b with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a75df6cc-ae79-5af2-8831-807e4fb6486b with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a75df6cc-ae79-5af2-8831-807e4fb6486b, identifier: VN72%20OZG
2026-03-29 06:12:36 [bca.uk] INFO: Found listing with ID: LP23%20ZKR
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520ZKR%27 HTTP/1.1" 200 None
2026-03-29 06:12:36 [bca.uk] INFO: Scrape type for LP23%20ZKR: 2
2026-03-29 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR
2026-03-29 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f, identifier: LP23%20ZKR
2026-03-29 06:12:36 [bca.uk] INFO: Found listing with ID: LP72%20SXS
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-29 06:12:36 [bca.uk] INFO: Scrape type for LP72%20SXS: 2
2026-03-29 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-29 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with scrape type 2
2026-03-29 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac, identifier: LP72%20SXS
2026-03-29 06:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE
2026-03-29 06:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE
2026-03-29 06:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE to the API
2026-03-29 06:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20HFE-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5bcaf56e-5322-5524-8b59-197a73df874b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG74 HFE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20HFE&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 3993,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 2.0 D 145 L2 ICON PanelVan',
'transmission': 'manual',
'trim': 'D 145 L2 ICON',
'vin': 'YARVLEHTMRZ061285',
'year': 2024}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFE%27 HTTP/1.1" 200 None
2026-03-29 06:12:37 [bca.uk] INFO: Saving data for FG74%20HFE: {'auction_closing_time': 1775556000.0, 'created_time': 1774650284.760444, 'last_price_update_time': 1774764757.06098}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520HFE') HTTP/1.1" 204 0
2026-03-29 06:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG
2026-03-29 06:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG
2026-03-29 06:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG to the API
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:37 [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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20OZG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a75df6cc-ae79-5af2-8831-807e4fb6486b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN72 OZG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20OZG&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 11395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 95 LIFE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 95 LIFE DSG',
'vin': 'WVWZZZAWZPU009227',
'year': 2022}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520OZG%27 HTTP/1.1" 200 None
2026-03-29 06:12:37 [bca.uk] INFO: Saving data for VN72%20OZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650138.104132, 'last_price_update_time': 1774764757.332177}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520OZG') HTTP/1.1" 204 0
2026-03-29 06:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR
2026-03-29 06:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR
2026-03-29 06:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR to the API
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20ZKR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LP23 ZKR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20ZKR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 1721,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC000053027',
'year': 2023}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520ZKR%27 HTTP/1.1" 200 None
2026-03-29 06:12:37 [bca.uk] INFO: Saving data for LP23%20ZKR: {'auction_closing_time': 1774864800.0, 'created_time': 1774274606.629606, 'last_price_update_time': 1774764757.605253}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520ZKR') HTTP/1.1" 204 0
2026-03-29 06:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-29 06:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-29 06:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS to the API
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20SXS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd4a880a0-1cb0-5d2f-919c-4de3ee38d9ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LP72 SXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20SXS&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 23308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'NISSAN LEAF 160KW 59KWH E+ N-CONNECTA Hatchback',
'transmission': 'automatic',
'trim': '160KW 59KWH E+ N-CONNECTA',
'vin': 'SJNFAAZE1U0181711',
'year': 2022}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-29 06:12:37 [bca.uk] INFO: Saving data for LP72%20SXS: {'auction_closing_time': 1774951200.0, 'created_time': 1773829755.016721, 'last_price_update_time': 1774764757.883589}
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520SXS') HTTP/1.1" 204 0
2026-03-29 06:12:37 [bca.uk] INFO: Found listing with ID: FG74%20HFM
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFM%27 HTTP/1.1" 200 None
2026-03-29 06:12:37 [bca.uk] INFO: Scrape type for FG74%20HFM: 2
2026-03-29 06:12:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM
2026-03-29 06:12:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e242b91d-56e7-53ed-8a5c-4168adc00be0 with scrape type 2
2026-03-29 06:12:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e242b91d-56e7-53ed-8a5c-4168adc00be0 with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e242b91d-56e7-53ed-8a5c-4168adc00be0, identifier: FG74%20HFM
2026-03-29 06:12:38 [bca.uk] INFO: Found listing with ID: WD73%20ZTB
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520ZTB%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Scrape type for WD73%20ZTB: 2
2026-03-29 06:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB
2026-03-29 06:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09, identifier: WD73%20ZTB
2026-03-29 06:12:38 [bca.uk] INFO: Found listing with ID: LX71%20SHV
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX71%2520SHV%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Scrape type for LX71%20SHV: 2
2026-03-29 06:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV
2026-03-29 06:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a, identifier: LX71%20SHV
2026-03-29 06:12:38 [bca.uk] INFO: Found listing with ID: DN65%20MPU
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520MPU%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Scrape type for DN65%20MPU: 0
2026-03-29 06:12:38 [bca.uk] INFO: Found listing with ID: EX67%20PXF
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX67%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Scrape type for EX67%20PXF: 0
2026-03-29 06:12:38 [bca.uk] INFO: Found listing with ID: SD14%20RKF
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520RKF%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Scrape type for SD14%20RKF: 0
2026-03-29 06:12:38 [bca.uk] INFO: Found listing with ID: FL22%20LFA
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520LFA%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Scrape type for FL22%20LFA: 2
2026-03-29 06:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA
2026-03-29 06:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66090162-d464-5747-a53f-5932f26a9016 with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66090162-d464-5747-a53f-5932f26a9016 with scrape type 2
2026-03-29 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66090162-d464-5747-a53f-5932f26a9016, identifier: FL22%20LFA
2026-03-29 06:12:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM
2026-03-29 06:12:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM
2026-03-29 06:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM to the API
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20HFM-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e242b91d-56e7-53ed-8a5c-4168adc00be0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG74 HFM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20HFM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 3735,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 2.0 D 145 L2 ICON PanelVan',
'transmission': 'manual',
'trim': 'D 145 L2 ICON',
'vin': 'YARVLEHTMRZ061291',
'year': 2024}
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFM%27 HTTP/1.1" 200 None
2026-03-29 06:12:38 [bca.uk] INFO: Saving data for FG74%20HFM: {'auction_closing_time': 1775556000.0, 'created_time': 1774650291.273715, 'last_price_update_time': 1774764758.6636}
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520HFM') HTTP/1.1" 204 0
2026-03-29 06:12:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB
2026-03-29 06:12:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB
2026-03-29 06:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB to the API
2026-03-29 06:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:39 [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': 35,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD73%20ZTB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD73 ZTB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD73%20ZTB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 37554,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E DYNAMIC SE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'P300E DYNAMIC SE (5ST)',
'vin': 'SALCA2AT4RH344808',
'year': 2024}
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520ZTB%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Saving data for WD73%20ZTB: {'auction_closing_time': 1774864800.0, 'created_time': 1773822413.354954, 'last_price_update_time': 1774764759.054866}
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD73%2520ZTB') HTTP/1.1" 204 0
2026-03-29 06:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV
2026-03-29 06:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV
2026-03-29 06:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV to the API
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX71%20SHV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX71 SHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX71%20SHV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 30905,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'RENAULT ARKANA 1.6 E-TECH HEV 145 R.S.LINE Coupe',
'transmission': 'automatic',
'trim': 'E-TECH HEV 145 R.S.LINE',
'vin': 'VF1RJL00368270886',
'year': 2021}
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX71%2520SHV%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Saving data for LX71%20SHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650378.242589, 'last_price_update_time': 1774764759.331671}
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX71%2520SHV') HTTP/1.1" 204 0
2026-03-29 06:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA
2026-03-29 06:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA
2026-03-29 06:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA to the API
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20LFA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '66090162-d464-5747-a53f-5932f26a9016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FL22 LFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20LFA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 57037,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
'transmission': 'automatic',
'trim': '130KW 51KWH TROPHY',
'vin': 'LSJW7409XMZ263267',
'year': 2022}
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520LFA%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Saving data for FL22%20LFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774046896.424183, 'last_price_update_time': 1774764759.622911}
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520LFA') HTTP/1.1" 204 0
2026-03-29 06:12:39 [bca.uk] INFO: Found listing with ID: MF62%20PCV
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520PCV%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Scrape type for MF62%20PCV: 0
2026-03-29 06:12:39 [bca.uk] INFO: Found listing with ID: FG74%20HDY
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Scrape type for FG74%20HDY: 2
2026-03-29 06:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY
2026-03-29 06:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with scrape type 2
2026-03-29 06:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with scrape type 2
2026-03-29 06:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8, identifier: FG74%20HDY
2026-03-29 06:12:39 [bca.uk] INFO: Total items found: 100
2026-03-29 06:12:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded
2026-03-29 06:12:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:12:39 [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 06:12:39 [bca.uk] INFO: Found listing with ID: LO72%20ABZ
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Scrape type for LO72%20ABZ: 2
2026-03-29 06:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ
2026-03-29 06:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deb4d716-f8b0-5edb-95a7-5630067b449d with scrape type 2
2026-03-29 06:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deb4d716-f8b0-5edb-95a7-5630067b449d with scrape type 2
2026-03-29 06:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: deb4d716-f8b0-5edb-95a7-5630067b449d, identifier: LO72%20ABZ
2026-03-29 06:12:39 [bca.uk] INFO: Found listing with ID: NJ21%20LZE
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 06:12:39 [bca.uk] INFO: Scrape type for NJ21%20LZE: 2
2026-03-29 06:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE
2026-03-29 06:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with scrape type 2
2026-03-29 06:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with scrape type 2
2026-03-29 06:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc, identifier: NJ21%20LZE
2026-03-29 06:12:40 [bca.uk] INFO: Found listing with ID: SA23%20DYO
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA23%2520DYO%27 HTTP/1.1" 200 None
2026-03-29 06:12:40 [bca.uk] INFO: Scrape type for SA23%20DYO: 2
2026-03-29 06:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO
2026-03-29 06:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1c175c-322c-52b8-96eb-e93cfdd3183a with scrape type 2
2026-03-29 06:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1c175c-322c-52b8-96eb-e93cfdd3183a with scrape type 2
2026-03-29 06:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1c175c-322c-52b8-96eb-e93cfdd3183a, identifier: SA23%20DYO
2026-03-29 06:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY
2026-03-29 06:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY
2026-03-29 06:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY to the API
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20HDY-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG74 HDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20HDY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 1870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 2.0 D 145 L2 ICON PanelVan',
'transmission': 'manual',
'trim': 'D 145 L2 ICON',
'vin': 'YARVLEHTMRZ061297',
'year': 2024}
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG74%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 06:12:40 [bca.uk] INFO: Saving data for FG74%20HDY: {'auction_closing_time': 1775556000.0, 'created_time': 1774650279.387856, 'last_price_update_time': 1774764760.373586}
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520HDY') HTTP/1.1" 204 0
2026-03-29 06:12:40 [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 06:12:40 [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 06:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ
2026-03-29 06:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ
2026-03-29 06:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ to the API
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:40 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ABZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'deb4d716-f8b0-5edb-95a7-5630067b449d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 ABZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ABZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 20351,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC900071963',
'year': 2022}
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520ABZ%27 HTTP/1.1" 200 None
2026-03-29 06:12:40 [bca.uk] INFO: Saving data for LO72%20ABZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774650137.742647, 'last_price_update_time': 1774764760.754051}
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ABZ') HTTP/1.1" 204 0
2026-03-29 06:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE
2026-03-29 06:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE
2026-03-29 06:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE to the API
2026-03-29 06:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 26,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ21%20LZE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '97275eb4-5cce-5b0e-a6ca-cab309a6dffc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ21 LZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ21%20LZE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 86925,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': '40 TFSI E S LINE S-T',
'vin': 'WAUZZZGY0MA076635',
'year': 2021}
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Saving data for NJ21%20LZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774447590.375005, 'last_price_update_time': 1774764761.045402}
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ21%2520LZE') HTTP/1.1" 204 0
2026-03-29 06:12:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO
2026-03-29 06:12:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO
2026-03-29 06:12:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO to the API
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA23%20DYO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '8f1c175c-322c-52b8-96eb-e93cfdd3183a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SA23 DYO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA23%20DYO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MG MOTOR UK',
'model': 'MG4 EV',
'odometer': 44168,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG4 EV 125KW 51KWH SE Hatchback',
'transmission': 'automatic',
'trim': '125KW 51KWH SE',
'vin': 'LSJWH4097PN056666',
'year': 2023}
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA23%2520DYO%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Saving data for SA23%20DYO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650331.606414, 'last_price_update_time': 1774764761.363435}
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA23%2520DYO') HTTP/1.1" 204 0
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: MD67%20WJL
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD67%2520WJL%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for MD67%20WJL: 0
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: EO18%20NVY
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO18%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for EO18%20NVY: 0
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: FG74%20HDO
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG74%2520HDO%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for FG74%20HDO: 2
2026-03-29 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO
2026-03-29 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10, identifier: FG74%20HDO
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: ML17%20PVW
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML17%2520PVW%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for ML17%20PVW: 2
2026-03-29 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69 with identifier: ML17%20PVW
2026-03-29 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69, identifier: ML17%20PVW
2026-03-29 06:12: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 06:12:41 [bca.uk] INFO: Found listing with ID: DX16%20LCA
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX16%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for DX16%20LCA: 2
2026-03-29 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA
2026-03-29 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4, identifier: DX16%20LCA
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: VO68%20KWS
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO68%2520KWS%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for VO68%20KWS: 2
2026-03-29 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS
2026-03-29 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1166a74f-138e-5bd5-be23-c2a51bd0a156 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1166a74f-138e-5bd5-be23-c2a51bd0a156 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1166a74f-138e-5bd5-be23-c2a51bd0a156, identifier: VO68%20KWS
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: RE14%20UPD
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE14%2520UPD%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for RE14%20UPD: 0
2026-03-29 06:12:41 [bca.uk] INFO: Found listing with ID: KE72%20VYC
2026-03-29 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KE72%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 06:12:41 [bca.uk] INFO: Scrape type for KE72%20VYC: 2
2026-03-29 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC
2026-03-29 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf73c4e-b742-56db-a7f6-54451180d4f7 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf73c4e-b742-56db-a7f6-54451180d4f7 with scrape type 2
2026-03-29 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cf73c4e-b742-56db-a7f6-54451180d4f7, identifier: KE72%20VYC
2026-03-29 06:12:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO
2026-03-29 06:12:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO
2026-03-29 06:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO to the API
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20HDO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7a124eeb-90d9-53fc-b37e-0d4cebef4e10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG74 HDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20HDO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 272,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 2.0 D 145 L2 ICON PanelVan',
'transmission': 'manual',
'trim': 'D 145 L2 ICON',
'vin': 'YARVLEHTMRZ061280',
'year': 2024}
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG74%2520HDO%27 HTTP/1.1" 200 None
2026-03-29 06:12:42 [bca.uk] INFO: Saving data for FG74%20HDO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650287.830508, 'last_price_update_time': 1774764762.241184}
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520HDO') HTTP/1.1" 204 0
2026-03-29 06:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69 with identifier: ML17%20PVW
2026-03-29 06:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69 with identifier: ML17%20PVW
2026-03-29 06:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69 with identifier: ML17%20PVW to the API
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML17%20PVW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e0ac0dcd-ed55-5d9f-962c-10e41e4f4f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML17 PVW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML17%20PVW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 82049,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.2 P/T 82 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 ACTIVE',
'vin': 'VF3CAHMZ6HW005280',
'year': 2017}
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML17%2520PVW%27 HTTP/1.1" 200 None
2026-03-29 06:12:42 [bca.uk] INFO: Saving data for ML17%20PVW: {'auction_closing_time': 1774778400.0, 'created_time': 1774448698.745773, 'last_price_update_time': 1774764762.619713}
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML17%2520PVW') HTTP/1.1" 204 0
2026-03-29 06:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA
2026-03-29 06:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA
2026-03-29 06:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA to the API
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:42 [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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX16%20LCA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX16 LCA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX16%20LCA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': '308',
'odometer': 90614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 1.6 BLUEHDI 120 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 120 GT LINE',
'vin': 'VF3LBBHZ3GS058646',
'year': 2016}
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX16%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 06:12:42 [bca.uk] INFO: Saving data for DX16%20LCA: {'auction_closing_time': 1775124000.0, 'created_time': 1774650135.550832, 'last_price_update_time': 1774764762.900581}
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX16%2520LCA') HTTP/1.1" 204 0
2026-03-29 06:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS
2026-03-29 06:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS
2026-03-29 06:12:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS to the API
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO68%20KWS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1166a74f-138e-5bd5-be23-c2a51bd0a156',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO68 KWS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO68%20KWS&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 71911,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 SE Hatchback',
'transmission': 'manual',
'trim': 'TURBO D 130 SE',
'vin': 'W0VZCYHZ1KS036096',
'year': 2019}
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KWS%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Saving data for VO68%20KWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774305110.390141, 'last_price_update_time': 1774764763.185772}
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO68%2520KWS') HTTP/1.1" 204 0
2026-03-29 06:12:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC
2026-03-29 06:12:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC
2026-03-29 06:12:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC to the API
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20VYC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2cf73c4e-b742-56db-a7f6-54451180d4f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KE72 VYC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20VYC&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 19287,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 GS Hatchback',
'transmission': 'manual',
'trim': 'GS',
'vin': 'VXKUPHMHDP4011127',
'year': 2023}
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Saving data for KE72%20VYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650332.197523, 'last_price_update_time': 1774764763.49669}
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520VYC') HTTP/1.1" 204 0
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: YG17%20LLH
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520LLH%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for YG17%20LLH: 0
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: WJ15%20WPT
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ15%2520WPT%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for WJ15%20WPT: 0
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: WF61%20BKJ
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520BKJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for WF61%20BKJ: 0
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: WV71%20VZT
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520VZT%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for WV71%20VZT: 2
2026-03-29 06:12:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT
2026-03-29 06:12:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd135b15-6fea-5c8a-9f46-612c4e7edf52 with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd135b15-6fea-5c8a-9f46-612c4e7edf52 with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd135b15-6fea-5c8a-9f46-612c4e7edf52, identifier: WV71%20VZT
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: FE22%20XPR
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for FE22%20XPR: 2
2026-03-29 06:12:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR
2026-03-29 06:12:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42cd06ba-de4d-5d44-a7c0-5f49007586d3, identifier: FE22%20XPR
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: LO72%20ABV
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for LO72%20ABV: 2
2026-03-29 06:12:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV
2026-03-29 06:12:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdd74e1d-d570-5b02-bbca-8731d36fbb20 with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdd74e1d-d570-5b02-bbca-8731d36fbb20 with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdd74e1d-d570-5b02-bbca-8731d36fbb20, identifier: LO72%20ABV
2026-03-29 06:12:43 [bca.uk] INFO: Found listing with ID: KR24%20WTF
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520WTF%27 HTTP/1.1" 200 None
2026-03-29 06:12:43 [bca.uk] INFO: Scrape type for KR24%20WTF: 2
2026-03-29 06:12:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF
2026-03-29 06:12:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccde37ed-cb09-58ac-aeca-056efe12668a with scrape type 2
2026-03-29 06:12:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccde37ed-cb09-58ac-aeca-056efe12668a with scrape type 2
2026-03-29 06:12:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccde37ed-cb09-58ac-aeca-056efe12668a, identifier: KR24%20WTF
2026-03-29 06:12:44 [bca.uk] INFO: Found listing with ID: BG62%20YDC
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG62%2520YDC%27 HTTP/1.1" 200 None
2026-03-29 06:12:44 [bca.uk] INFO: Scrape type for BG62%20YDC: 0
2026-03-29 06:12:44 [bca.uk] INFO: Found listing with ID: LV71%20GKO
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 06:12:44 [bca.uk] INFO: Scrape type for LV71%20GKO: 2
2026-03-29 06:12:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO
2026-03-29 06:12:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with scrape type 2
2026-03-29 06:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with scrape type 2
2026-03-29 06:12:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0, identifier: LV71%20GKO
2026-03-29 06:12:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT
2026-03-29 06:12:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT
2026-03-29 06:12:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT to the API
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 278,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20VZT-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cd135b15-6fea-5c8a-9f46-612c4e7edf52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV71 VZT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20VZT&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 59965,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
'transmission': 'manual',
'trim': 'EBL 130 L4 LEADER',
'vin': 'WF0AXXTTRAMM41212',
'year': 2021}
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520VZT%27 HTTP/1.1" 200 None
2026-03-29 06:12:44 [bca.uk] INFO: Saving data for WV71%20VZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774650280.386906, 'last_price_update_time': 1774764764.484661}
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520VZT') HTTP/1.1" 204 0
2026-03-29 06:12:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR
2026-03-29 06:12:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR
2026-03-29 06:12:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR to the API
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20XPR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '42cd06ba-de4d-5d44-a7c0-5f49007586d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FE22 XPR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20XPR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 57870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID DESIGN',
'vin': 'JTDKBABB10A048060',
'year': 2022}
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 06:12:44 [bca.uk] INFO: Saving data for FE22%20XPR: {'auction_closing_time': 1775556000.0, 'created_time': 1774650455.120416, 'last_price_update_time': 1774764764.774515}
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520XPR') HTTP/1.1" 204 0
2026-03-29 06:12:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV
2026-03-29 06:12:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV
2026-03-29 06:12:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV to the API
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:45 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ABV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdd74e1d-d570-5b02-bbca-8731d36fbb20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 ABV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ABV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 18463,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC500071975',
'year': 2022}
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Saving data for LO72%20ABV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650135.922392, 'last_price_update_time': 1774764765.061475}
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ABV') HTTP/1.1" 204 0
2026-03-29 06:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF
2026-03-29 06:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF
2026-03-29 06:12:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF to the API
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 209,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR24%20WTF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ccde37ed-cb09-58ac-aeca-056efe12668a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR24 WTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR24%20WTF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': 'X3',
'odometer': 10622,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'BMW X3 3.0 MHT XDRIVE M40I StationWagon',
'transmission': 'manual',
'trim': 'MHT XDRIVE M40I',
'vin': 'WBA86DP060N291280',
'year': 2024}
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520WTF%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Saving data for KR24%20WTF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650369.386697, 'last_price_update_time': 1774764765.344732}
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR24%2520WTF') HTTP/1.1" 204 0
2026-03-29 06:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO
2026-03-29 06:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO
2026-03-29 06:12:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO to the API
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV71%20GKO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff7b52a7-c2df-5e86-9a6c-b3169aae89b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV71 GKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV71%20GKO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 23648,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 LIFE StationWagon',
'transmission': 'manual',
'trim': 'TSI 150 LIFE',
'vin': 'WVGZZZ5NZNW007388',
'year': 2021}
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Saving data for LV71%20GKO: {'auction_closing_time': 1774951200.0, 'created_time': 1773957748.003339, 'last_price_update_time': 1774764765.617575}
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV71%2520GKO') HTTP/1.1" 204 0
2026-03-29 06:12:45 [bca.uk] INFO: Found listing with ID: BD22%20PWJ
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Scrape type for BD22%20PWJ: 2
2026-03-29 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ
2026-03-29 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bf1a989-200a-540f-a45e-4b4ec5fe8080, identifier: BD22%20PWJ
2026-03-29 06:12:45 [bca.uk] INFO: Found listing with ID: SW17%20CMO
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520CMO%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Scrape type for SW17%20CMO: 2
2026-03-29 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b2921d-a222-5f79-a067-e53dafe6d360 with identifier: SW17%20CMO
2026-03-29 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b2921d-a222-5f79-a067-e53dafe6d360 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8b2921d-a222-5f79-a067-e53dafe6d360 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8b2921d-a222-5f79-a067-e53dafe6d360, identifier: SW17%20CMO
2026-03-29 06:12:45 [bca.uk] INFO: Found listing with ID: WP15%20HMO
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Scrape type for WP15%20HMO: 2
2026-03-29 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO
2026-03-29 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195, identifier: WP15%20HMO
2026-03-29 06:12:45 [bca.uk] INFO: Found listing with ID: RN21%20LXG
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN21%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Scrape type for RN21%20LXG: 0
2026-03-29 06:12:45 [bca.uk] INFO: Found listing with ID: VE72%20XGF
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520XGF%27 HTTP/1.1" 200 None
2026-03-29 06:12:45 [bca.uk] INFO: Scrape type for VE72%20XGF: 2
2026-03-29 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF
2026-03-29 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bb84a9-6246-5784-8b3c-c88246630261 with scrape type 2
2026-03-29 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bb84a9-6246-5784-8b3c-c88246630261 with scrape type 2
2026-03-29 06:12:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5bb84a9-6246-5784-8b3c-c88246630261, identifier: VE72%20XGF
2026-03-29 06:12:46 [bca.uk] INFO: Found listing with ID: VO74%20TZV
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO74%2520TZV%27 HTTP/1.1" 200 None
2026-03-29 06:12:46 [bca.uk] INFO: Scrape type for VO74%20TZV: 2
2026-03-29 06:12:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV
2026-03-29 06:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dab5871-7061-5ddd-8217-0a45504a3dce with scrape type 2
2026-03-29 06:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dab5871-7061-5ddd-8217-0a45504a3dce with scrape type 2
2026-03-29 06:12:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dab5871-7061-5ddd-8217-0a45504a3dce, identifier: VO74%20TZV
2026-03-29 06:12:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ
2026-03-29 06:12:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ
2026-03-29 06:12:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ to the API
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD22%20PWJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9bf1a989-200a-540f-a45e-4b4ec5fe8080',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD22 PWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD22%20PWJ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 62115,
'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 105 300 SWB LEADER L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER L/R',
'vin': 'WF0ZXXTTGZNS58713',
'year': 2022}
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:46 [bca.uk] INFO: Saving data for BD22%20PWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650275.973789, 'last_price_update_time': 1774764766.514462}
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD22%2520PWJ') HTTP/1.1" 204 0
2026-03-29 06:12:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8b2921d-a222-5f79-a067-e53dafe6d360 with identifier: SW17%20CMO
2026-03-29 06:12:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8b2921d-a222-5f79-a067-e53dafe6d360 with identifier: SW17%20CMO
2026-03-29 06:12:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8b2921d-a222-5f79-a067-e53dafe6d360 with identifier: SW17%20CMO to the API
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW17%20CMO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd8b2921d-a222-5f79-a067-e53dafe6d360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW17 CMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW17%20CMO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 74989,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 110 SEL Hatchback',
'transmission': 'manual',
'trim': '110 SEL',
'vin': 'WVWZZZ6RZHU017804',
'year': 2017}
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520CMO%27 HTTP/1.1" 200 None
2026-03-29 06:12:46 [bca.uk] INFO: Saving data for SW17%20CMO: {'auction_closing_time': 1774778400.0, 'created_time': 1774339556.402996, 'last_price_update_time': 1774764766.901738}
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW17%2520CMO') HTTP/1.1" 204 0
2026-03-29 06:12:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO
2026-03-29 06:12:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:12:47 [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 06:12:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO
2026-03-29 06:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO to the API
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:47 [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': 347,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP15%20HMO-GB',
'category': 'Car',
'color': 'mauve',
'currency': 'GBP',
'doors_number': 2,
'engine': '6.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd7bb8b75-f040-5ee3-9e7c-0c4ba503e195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP15 HMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP15%20HMO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'BENTLEY',
'model': 'CONTINENTAL GTC',
'odometer': 23270,
'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': 'BENTLEY CONTINENTAL GTC 6.0 W12 SPEED Convertible',
'transmission': 'manual',
'trim': 'W12 SPEED',
'vin': 'SCBGF23WXFC049029',
'year': 2015}
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [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 06:12:47 [bca.uk] INFO: Saving data for WP15%20HMO: {'auction_closing_time': 1775124000.0, 'created_time': 1774650134.040901, 'last_price_update_time': 1774764767.340989}
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP15%2520HMO') HTTP/1.1" 204 0
2026-03-29 06:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF
2026-03-29 06:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF
2026-03-29 06:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF to the API
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20XGF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd5bb84a9-6246-5784-8b3c-c88246630261',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE72 XGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20XGF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MG MOTOR UK',
'model': 'MG3',
'odometer': 9964,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCLUSIVE',
'vin': 'LSJZ14U98PS022751',
'year': 2023}
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [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 06:12:47 [bca.uk] INFO: Saving data for VE72%20XGF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650363.001235, 'last_price_update_time': 1774764767.619609}
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520XGF') HTTP/1.1" 204 0
2026-03-29 06:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV
2026-03-29 06:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV
2026-03-29 06:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV to the API
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO74%20TZV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3dab5871-7061-5ddd-8217-0a45504a3dce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VO74 TZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO74%20TZV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 24208,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'CITROEN C5 AIRCROSS 1.6 PHEV MAX E-EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'PHEV MAX E-EAT8',
'vin': 'VR7A4DGZ4RL020524',
'year': 2024}
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [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 06:12:47 [bca.uk] INFO: Saving data for VO74%20TZV: {'auction_closing_time': 1774951200.0, 'created_time': 1773959330.32556, 'last_price_update_time': 1774764767.906064}
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO74%2520TZV') HTTP/1.1" 204 0
2026-03-29 06:12:47 [bca.uk] INFO: Found listing with ID: DT24%20XGC
2026-03-29 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:47 [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 06:12:47 [bca.uk] INFO: Scrape type for DT24%20XGC: 2
2026-03-29 06:12:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC
2026-03-29 06:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with scrape type 2
2026-03-29 06:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7, identifier: DT24%20XGC
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: SJ65%20GMB
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ65%2520GMB%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for SJ65%20GMB: 0
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: DC73%20LGO
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for DC73%20LGO: 2
2026-03-29 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO
2026-03-29 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01a2ccbe-2bc2-523c-9bef-111f68ebb840, identifier: DC73%20LGO
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: BK68%20XBV
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for BK68%20XBV: 2
2026-03-29 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV
2026-03-29 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2e1f481-4edb-5c16-a18a-3866a6d024d7 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2e1f481-4edb-5c16-a18a-3866a6d024d7 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2e1f481-4edb-5c16-a18a-3866a6d024d7, identifier: BK68%20XBV
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: AV70%20OMP
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520OMP%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for AV70%20OMP: 0
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: CT19%20ZJK
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520ZJK%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for CT19%20ZJK: 0
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: GJ75%20FCP
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for GJ75%20FCP: 2
2026-03-29 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP
2026-03-29 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 876bb4a3-31c3-570e-9821-44a9ac79711a with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 876bb4a3-31c3-570e-9821-44a9ac79711a with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 876bb4a3-31c3-570e-9821-44a9ac79711a, identifier: GJ75%20FCP
2026-03-29 06:12:48 [bca.uk] INFO: Found listing with ID: VK21%20NVJ
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Scrape type for VK21%20NVJ: 2
2026-03-29 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ
2026-03-29 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with scrape type 2
2026-03-29 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8, identifier: VK21%20NVJ
2026-03-29 06:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC
2026-03-29 06:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC
2026-03-29 06:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC to the API
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 241,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT24%20XGC-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '25cc2c52-53a8-5587-a83a-5ee8b8f01ac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DT24 XGC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT24%20XGC&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 29552,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL MOVANO 3500 FWD 2.2 TD 140 L3 H2 PRIME PanelVan',
'transmission': 'manual',
'trim': 'TD 140 L3 H2 PRIME',
'vin': 'VXEYCBPFCRG017515',
'year': 2024}
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520XGC%27 HTTP/1.1" 200 None
2026-03-29 06:12:48 [bca.uk] INFO: Saving data for DT24%20XGC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650279.759112, 'last_price_update_time': 1774764768.799647}
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT24%2520XGC') HTTP/1.1" 204 0
2026-03-29 06:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO
2026-03-29 06:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO
2026-03-29 06:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO to the API
2026-03-29 06:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20LGO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Electric',
'id': '01a2ccbe-2bc2-523c-9bef-111f68ebb840',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DC73 LGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20LGO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'BZ4X',
'odometer': 26312,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
'transmission': 'automatic',
'trim': '150KW 71KWH MOTION (11KC)',
'vin': 'JTMAABAA30A023819',
'year': 2024}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 06:12:49 [bca.uk] INFO: Saving data for DC73%20LGO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650460.069004, 'last_price_update_time': 1774764769.096587}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520LGO') HTTP/1.1" 204 0
2026-03-29 06:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV
2026-03-29 06:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV
2026-03-29 06:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV to the API
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:49 [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': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20XBV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'f2e1f481-4edb-5c16-a18a-3866a6d024d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK68 XBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20XBV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': '530E',
'odometer': 43000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'BMW 530E 2.0 M SPORT Saloon',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAJA92030BN74922',
'year': 2018}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-29 06:12:49 [bca.uk] INFO: Saving data for BK68%20XBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774006364.50902, 'last_price_update_time': 1774764769.381219}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520XBV') HTTP/1.1" 204 0
2026-03-29 06:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP
2026-03-29 06:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP
2026-03-29 06:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP to the API
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ75%20FCP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '876bb4a3-31c3-570e-9821-44a9ac79711a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ75 FCP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ75%20FCP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '220 GRAN COUPE',
'odometer': 8045,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'BMW 220 GRAN COUPE 1.5 M SPORT Coupe',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBA32GH0207T60279',
'year': 2025}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 06:12:49 [bca.uk] INFO: Saving data for GJ75%20FCP: {'auction_closing_time': 1774864800.0, 'created_time': 1773829407.264137, 'last_price_update_time': 1774764769.677273}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ75%2520FCP') HTTP/1.1" 204 0
2026-03-29 06:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ
2026-03-29 06:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ
2026-03-29 06:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ to the API
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 237,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20NVJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK21 NVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20NVJ&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'RANGER',
'odometer': 33030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 213 LIMITED 1 CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 213 LIMITED 1',
'vin': '6FPPXXMJ2PMJ62706',
'year': 2021}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:49 [bca.uk] INFO: Saving data for VK21%20NVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650323.501614, 'last_price_update_time': 1774764769.971659}
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520NVJ') HTTP/1.1" 204 0
2026-03-29 06:12:49 [bca.uk] INFO: Found listing with ID: FM21%20GZT
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520GZT%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Scrape type for FM21%20GZT: 2
2026-03-29 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT
2026-03-29 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61abebb9-0406-59a8-8593-2537d8285ab4 with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61abebb9-0406-59a8-8593-2537d8285ab4 with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61abebb9-0406-59a8-8593-2537d8285ab4, identifier: FM21%20GZT
2026-03-29 06:12:50 [bca.uk] INFO: Found listing with ID: SE14%20ONO
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE14%2520ONO%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Scrape type for SE14%20ONO: 0
2026-03-29 06:12:50 [bca.uk] INFO: Found listing with ID: GC17%20VRM
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Scrape type for GC17%20VRM: 2
2026-03-29 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77dc2220-848d-53b6-b283-066b2a9e66c4 with identifier: GC17%20VRM
2026-03-29 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77dc2220-848d-53b6-b283-066b2a9e66c4 with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77dc2220-848d-53b6-b283-066b2a9e66c4 with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77dc2220-848d-53b6-b283-066b2a9e66c4, identifier: GC17%20VRM
2026-03-29 06:12:50 [bca.uk] INFO: Found listing with ID: LM22%20FWV
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Scrape type for LM22%20FWV: 2
2026-03-29 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV
2026-03-29 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0fd9fcc-f5cc-509f-beec-a23590561831 with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0fd9fcc-f5cc-509f-beec-a23590561831 with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0fd9fcc-f5cc-509f-beec-a23590561831, identifier: LM22%20FWV
2026-03-29 06:12:50 [bca.uk] INFO: Found listing with ID: KJ19%20KZC
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520KZC%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Scrape type for KJ19%20KZC: 2
2026-03-29 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC
2026-03-29 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3039364-480e-5137-b52b-9cf1b1f0e56e with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3039364-480e-5137-b52b-9cf1b1f0e56e with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3039364-480e-5137-b52b-9cf1b1f0e56e, identifier: KJ19%20KZC
2026-03-29 06:12:50 [bca.uk] INFO: Found listing with ID: OE23%20EDP
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EDP%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Scrape type for OE23%20EDP: 2
2026-03-29 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP
2026-03-29 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c30f4b-d675-54ba-940f-07f15d57eb0a with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c30f4b-d675-54ba-940f-07f15d57eb0a with scrape type 2
2026-03-29 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29c30f4b-d675-54ba-940f-07f15d57eb0a, identifier: OE23%20EDP
2026-03-29 06:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT
2026-03-29 06:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT
2026-03-29 06:12:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT to the API
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM21%20GZT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '61abebb9-0406-59a8-8593-2537d8285ab4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FM21 GZT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM21%20GZT&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'PROACE VERSO',
'odometer': 95845,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE VERSO 1.5 D 120 SHUTTLE MEDIUM MPV',
'transmission': 'manual',
'trim': 'D 120 SHUTTLE MEDIUM',
'vin': 'YARVAYHVMGZ000632',
'year': 2021}
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520GZT%27 HTTP/1.1" 200 None
2026-03-29 06:12:50 [bca.uk] INFO: Saving data for FM21%20GZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774650278.600523, 'last_price_update_time': 1774764770.833173}
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM21%2520GZT') HTTP/1.1" 204 0
2026-03-29 06:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77dc2220-848d-53b6-b283-066b2a9e66c4 with identifier: GC17%20VRM
2026-03-29 06:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77dc2220-848d-53b6-b283-066b2a9e66c4 with identifier: GC17%20VRM
2026-03-29 06:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77dc2220-848d-53b6-b283-066b2a9e66c4 with identifier: GC17%20VRM to the API
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC17%20VRM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '77dc2220-848d-53b6-b283-066b2a9e66c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GC17 VRM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC17%20VRM&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FIAT',
'model': '500',
'odometer': 74594,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA3120000J779035',
'year': 2017}
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:12:51 [bca.uk] INFO: Saving data for GC17%20VRM: {'auction_closing_time': 1774778400.0, 'created_time': 1774305155.37704, 'last_price_update_time': 1774764771.215383}
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC17%2520VRM') HTTP/1.1" 204 0
2026-03-29 06:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV
2026-03-29 06:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV
2026-03-29 06:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV to the API
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:51 [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': 28,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM22%20FWV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a0fd9fcc-f5cc-509f-beec-a23590561831',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM22 FWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM22%20FWV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'PRIUS PLUG-IN',
'odometer': 105236,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA PRIUS PLUG-IN 1.8 VVTI EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'VVTI EXCEL',
'vin': 'JTDKA3FP603210807',
'year': 2022}
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:12:51 [bca.uk] INFO: Saving data for LM22%20FWV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650135.189773, 'last_price_update_time': 1774764771.520925}
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM22%2520FWV') HTTP/1.1" 204 0
2026-03-29 06:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC
2026-03-29 06:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC
2026-03-29 06:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC to the API
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20KZC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3039364-480e-5137-b52b-9cf1b1f0e56e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ19 KZC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20KZC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MINI',
'model': 'CLUBMAN',
'odometer': 32503,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MINI CLUBMAN 1.5 COOPER EXCLUSIVE Estate',
'transmission': 'automatic',
'trim': 'COOPER EXCLUSIVE',
'vin': 'WMWJZ320X0TP36562',
'year': 2019}
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520KZC%27 HTTP/1.1" 200 None
2026-03-29 06:12:51 [bca.uk] INFO: Saving data for KJ19%20KZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650360.996857, 'last_price_update_time': 1774764771.841142}
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520KZC') HTTP/1.1" 204 0
2026-03-29 06:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP
2026-03-29 06:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP
2026-03-29 06:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP to the API
2026-03-29 06:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20EDP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '29c30f4b-d675-54ba-940f-07f15d57eb0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE23 EDP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20EDP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'POLESTAR',
'model': '2',
'odometer': 41343,
'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': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '170KW 78KWH SM2 LONG RANGE',
'vin': 'YSMVSEGE0PL157040',
'year': 2023}
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE23%2520EDP%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Saving data for OE23%20EDP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650324.956556, 'last_price_update_time': 1774764772.128738}
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520EDP') HTTP/1.1" 204 0
2026-03-29 06:12:52 [bca.uk] INFO: Found listing with ID: KS21%20VMV
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS21%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Scrape type for KS21%20VMV: 2
2026-03-29 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV
2026-03-29 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0301a093-4808-5645-b5ff-4fc9e517db66 with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0301a093-4808-5645-b5ff-4fc9e517db66 with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0301a093-4808-5645-b5ff-4fc9e517db66, identifier: KS21%20VMV
2026-03-29 06:12:52 [bca.uk] INFO: Found listing with ID: YW15%20JCO
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YW15%2520JCO%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Scrape type for YW15%20JCO: 2
2026-03-29 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17808956-82f2-5dc6-8f1b-50d116118bba with identifier: YW15%20JCO
2026-03-29 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17808956-82f2-5dc6-8f1b-50d116118bba with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17808956-82f2-5dc6-8f1b-50d116118bba with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17808956-82f2-5dc6-8f1b-50d116118bba, identifier: YW15%20JCO
2026-03-29 06:12:52 [bca.uk] INFO: Found listing with ID: SA71%20VVL
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA71%2520VVL%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Scrape type for SA71%20VVL: 2
2026-03-29 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL
2026-03-29 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a1fd06-49eb-5c73-a46a-7740710a7b2e with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a1fd06-49eb-5c73-a46a-7740710a7b2e with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a1fd06-49eb-5c73-a46a-7740710a7b2e, identifier: SA71%20VVL
2026-03-29 06:12:52 [bca.uk] INFO: Found listing with ID: LG68%20TJY
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG68%2520TJY%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Scrape type for LG68%20TJY: 2
2026-03-29 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY
2026-03-29 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab7d51e3-6f9b-5889-b566-c7d5463a58e5, identifier: LG68%20TJY
2026-03-29 06:12:52 [bca.uk] INFO: Found listing with ID: LB22%20KLJ
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB22%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Scrape type for LB22%20KLJ: 2
2026-03-29 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ
2026-03-29 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb357f9-574a-5374-9e5a-446fee8753a5 with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cb357f9-574a-5374-9e5a-446fee8753a5 with scrape type 2
2026-03-29 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cb357f9-574a-5374-9e5a-446fee8753a5, identifier: LB22%20KLJ
2026-03-29 06:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV
2026-03-29 06:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV
2026-03-29 06:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV to the API
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS21%20VMV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0301a093-4808-5645-b5ff-4fc9e517db66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS21 VMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS21%20VMV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 106700,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.STD. Van',
'transmission': 'manual',
'trim': 'B/HDI 100 1000 PROF.STD.',
'vin': 'VR3EFYHYCMJ700528',
'year': 2021}
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS21%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 06:12:52 [bca.uk] INFO: Saving data for KS21%20VMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650317.721348, 'last_price_update_time': 1774764772.982427}
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS21%2520VMV') HTTP/1.1" 204 0
2026-03-29 06:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17808956-82f2-5dc6-8f1b-50d116118bba with identifier: YW15%20JCO
2026-03-29 06:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17808956-82f2-5dc6-8f1b-50d116118bba with identifier: YW15%20JCO
2026-03-29 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17808956-82f2-5dc6-8f1b-50d116118bba with identifier: YW15%20JCO to the API
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YW15%20JCO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17808956-82f2-5dc6-8f1b-50d116118bba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YW15 JCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YW15%20JCO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'SUZUKI',
'model': 'CELERIO',
'odometer': 74768,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SUZUKI CELERIO 1.0 SZ3 Hatchback',
'transmission': 'manual',
'trim': 'SZ3',
'vin': 'MMSLFE42S00117765',
'year': 2015}
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YW15%2520JCO%27 HTTP/1.1" 200 None
2026-03-29 06:12:53 [bca.uk] INFO: Saving data for YW15%20JCO: {'auction_closing_time': 1774778400.0, 'created_time': 1773932142.569444, 'last_price_update_time': 1774764773.280834}
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YW15%2520JCO') HTTP/1.1" 204 0
2026-03-29 06:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL
2026-03-29 06:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL
2026-03-29 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL to the API
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:53 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA71%20VVL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '72a1fd06-49eb-5c73-a46a-7740710a7b2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA71 VVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA71%20VVL&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'COOPER',
'odometer': 20832,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': 'SPORT STEP',
'vin': 'WMW32DH0002R50475',
'year': 2021}
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA71%2520VVL%27 HTTP/1.1" 200 None
2026-03-29 06:12:53 [bca.uk] INFO: Saving data for SA71%20VVL: {'auction_closing_time': 1775124000.0, 'created_time': 1774564803.569609, 'last_price_update_time': 1774764773.557832}
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA71%2520VVL') HTTP/1.1" 204 0
2026-03-29 06:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY
2026-03-29 06:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY
2026-03-29 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY to the API
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG68%20TJY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ab7d51e3-6f9b-5889-b566-c7d5463a58e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG68 TJY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG68%20TJY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '420D GRAN COUPE',
'odometer': 38385,
'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 420D GRAN COUPE 2.0 190 M SPORT STEP Coupe',
'transmission': 'automatic',
'trim': '190 M SPORT STEP',
'vin': 'WBA4K32020BP36644',
'year': 2018}
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG68%2520TJY%27 HTTP/1.1" 200 None
2026-03-29 06:12:53 [bca.uk] INFO: Saving data for LG68%20TJY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535805.084077, 'last_price_update_time': 1774764773.845264}
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520TJY') HTTP/1.1" 204 0
2026-03-29 06:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ
2026-03-29 06:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ
2026-03-29 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ to the API
2026-03-29 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20KLJ-GB',
'category': 'LightCommercialVehicle',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3cb357f9-574a-5374-9e5a-446fee8753a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB22 KLJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20KLJ&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 67149,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 340 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNJ23714',
'year': 2022}
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB22%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Saving data for LB22%20KLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650311.740205, 'last_price_update_time': 1774764774.134967}
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520KLJ') HTTP/1.1" 204 0
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: WN23%20YZY
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN23%2520YZY%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for WN23%20YZY: 2
2026-03-29 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY
2026-03-29 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c69ba82-5419-589e-b0f2-f2f00568f18f with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c69ba82-5419-589e-b0f2-f2f00568f18f with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c69ba82-5419-589e-b0f2-f2f00568f18f, identifier: WN23%20YZY
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: WU14%20EBO
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU14%2520EBO%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for WU14%20EBO: 2
2026-03-29 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77644ea-7d35-5b8a-9c65-aabc082e5ade with identifier: WU14%20EBO
2026-03-29 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77644ea-7d35-5b8a-9c65-aabc082e5ade with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77644ea-7d35-5b8a-9c65-aabc082e5ade with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a77644ea-7d35-5b8a-9c65-aabc082e5ade, identifier: WU14%20EBO
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: FA19%20NPP
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA19%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for FA19%20NPP: 2
2026-03-29 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP
2026-03-29 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd8fed1b-5431-5398-b825-dc8bc07cc885 with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd8fed1b-5431-5398-b825-dc8bc07cc885 with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd8fed1b-5431-5398-b825-dc8bc07cc885, identifier: FA19%20NPP
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: LM25%20VBV
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM25%2520VBV%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for LM25%20VBV: 0
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: LT24%20OUA
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT24%2520OUA%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for LT24%20OUA: 0
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: MH72%20DLK
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH72%2520DLK%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for MH72%20DLK: 2
2026-03-29 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK
2026-03-29 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6775ea0e-df5d-52f2-b251-a3a9451ce85c with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6775ea0e-df5d-52f2-b251-a3a9451ce85c with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6775ea0e-df5d-52f2-b251-a3a9451ce85c, identifier: MH72%20DLK
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: DF21%20YTE
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF21%2520YTE%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for DF21%20YTE: 0
2026-03-29 06:12:54 [bca.uk] INFO: Found listing with ID: YR18%20YAO
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR18%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:12:54 [bca.uk] INFO: Scrape type for YR18%20YAO: 2
2026-03-29 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO
2026-03-29 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with scrape type 2
2026-03-29 06:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 893e6cde-203c-5ad1-bdb0-78a2255dbd27, identifier: YR18%20YAO
2026-03-29 06:12:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY
2026-03-29 06:12:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY
2026-03-29 06:12:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY to the API
2026-03-29 06:12:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 191,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c69ba82-5419-589e-b0f2-f2f00568f18f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN23 YZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20YZY&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 42959,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNR57220',
'year': 2023}
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520YZY%27 HTTP/1.1" 200 None
2026-03-29 06:12:55 [bca.uk] INFO: Saving data for WN23%20YZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774650298.090861, 'last_price_update_time': 1774764775.040454}
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520YZY') HTTP/1.1" 204 0
2026-03-29 06:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a77644ea-7d35-5b8a-9c65-aabc082e5ade with identifier: WU14%20EBO
2026-03-29 06:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a77644ea-7d35-5b8a-9c65-aabc082e5ade with identifier: WU14%20EBO
2026-03-29 06:12:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a77644ea-7d35-5b8a-9c65-aabc082e5ade with identifier: WU14%20EBO to the API
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU14%20EBO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a77644ea-7d35-5b8a-9c65-aabc082e5ade',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU14 EBO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU14%20EBO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 101045,
'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.0 E/B 125 TITANIUM NAVIGATOR Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 TITANIUM NAVIGATOR',
'vin': 'WF0KXXGCBKEM28024',
'year': 2014}
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU14%2520EBO%27 HTTP/1.1" 200 None
2026-03-29 06:12:55 [bca.uk] INFO: Saving data for WU14%20EBO: {'auction_closing_time': 1774778400.0, 'created_time': 1774101915.970255, 'last_price_update_time': 1774764775.416602}
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU14%2520EBO') HTTP/1.1" 204 0
2026-03-29 06:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP
2026-03-29 06:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP
2026-03-29 06:12:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP to the API
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:55 [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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA19%20NPP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd8fed1b-5431-5398-b825-dc8bc07cc885',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FA19 NPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA19%20NPP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'INSIGNIA GS',
'odometer': 51287,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA GS 1.6 TURBO D 110 ECOTEC ELITE Hatchback',
'transmission': 'manual',
'trim': 'TURBO D 110 ECOTEC ELITE',
'vin': 'W0VZT6EJ8K1076216',
'year': 2019}
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:12:55 [bca.uk] INFO: Saving data for FA19%20NPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774391410.965108, 'last_price_update_time': 1774764775.696306}
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520NPP') HTTP/1.1" 204 0
2026-03-29 06:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=crossover+black+metallic HTTP/1.1" 200 None
2026-03-29 06:12:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:12: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 06:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK
2026-03-29 06:12:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK to the API
2026-03-29 06:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH72%20DLK-GB',
'category': 'Car',
'color': 'crossover black metallic',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6775ea0e-df5d-52f2-b251-a3a9451ce85c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MH72 DLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH72%20DLK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 17546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
'transmission': 'manual',
'trim': 'M/H DOLCEVITA',
'vin': 'ZFACF1CJ5NJH11100',
'year': 2023}
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Saving data for MH72%20DLK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650523.301826, 'last_price_update_time': 1774764776.118822}
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520DLK') HTTP/1.1" 204 0
2026-03-29 06:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO
2026-03-29 06:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO
2026-03-29 06:12:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO to the API
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR18%20YAO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '893e6cde-203c-5ad1-bdb0-78a2255dbd27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR18 YAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR18%20YAO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'KUGA',
'odometer': 46248,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE StationWagon',
'transmission': 'manual',
'trim': 'E/B 150 2WD ST-LINE',
'vin': 'WF0AXXWPMAJY82927',
'year': 2018}
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Saving data for YR18%20YAO: {'auction_closing_time': 1774951200.0, 'created_time': 1773959892.931047, 'last_price_update_time': 1774764776.413574}
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520YAO') HTTP/1.1" 204 0
2026-03-29 06:12:56 [bca.uk] INFO: Found listing with ID: WN23%20ZBD
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Scrape type for WN23%20ZBD: 2
2026-03-29 06:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD
2026-03-29 06:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e61defb5-eed4-5150-a3c7-331ff180af4f with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e61defb5-eed4-5150-a3c7-331ff180af4f with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e61defb5-eed4-5150-a3c7-331ff180af4f, identifier: WN23%20ZBD
2026-03-29 06:12:56 [bca.uk] INFO: Found listing with ID: SK22%20TZA
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Scrape type for SK22%20TZA: 2
2026-03-29 06:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA
2026-03-29 06:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6831f43-2846-5d68-a1e6-bc67b5cf2428 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6831f43-2846-5d68-a1e6-bc67b5cf2428 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6831f43-2846-5d68-a1e6-bc67b5cf2428, identifier: SK22%20TZA
2026-03-29 06:12:56 [bca.uk] INFO: Found listing with ID: FL74%20KHT
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Scrape type for FL74%20KHT: 2
2026-03-29 06:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT
2026-03-29 06:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 184da54a-b6d6-5bd1-b47e-359fdc380cc2, identifier: FL74%20KHT
2026-03-29 06:12:56 [bca.uk] INFO: Found listing with ID: W666%20JDP
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Scrape type for W666%20JDP: 2
2026-03-29 06:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP
2026-03-29 06:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0257a8d-6e15-5b7e-b93e-8f5a25771100 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0257a8d-6e15-5b7e-b93e-8f5a25771100 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0257a8d-6e15-5b7e-b93e-8f5a25771100, identifier: W666%20JDP
2026-03-29 06:12:56 [bca.uk] INFO: Found listing with ID: BF69%20YLP
2026-03-29 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:56 [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 06:12:56 [bca.uk] INFO: Scrape type for BF69%20YLP: 2
2026-03-29 06:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP
2026-03-29 06:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83f88148-22a4-53ab-820f-9bf580d6ebc0 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83f88148-22a4-53ab-820f-9bf580d6ebc0 with scrape type 2
2026-03-29 06:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83f88148-22a4-53ab-820f-9bf580d6ebc0, identifier: BF69%20YLP
2026-03-29 06:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD
2026-03-29 06:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD
2026-03-29 06:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD to the API
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 191,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20ZBD-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e61defb5-eed4-5150-a3c7-331ff180af4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN23 ZBD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20ZBD&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 39026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNR57222',
'year': 2023}
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZBD%27 HTTP/1.1" 200 None
2026-03-29 06:12:57 [bca.uk] INFO: Saving data for WN23%20ZBD: {'auction_closing_time': 1774951200.0, 'created_time': 1774650318.123395, 'last_price_update_time': 1774764777.253207}
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520ZBD') HTTP/1.1" 204 0
2026-03-29 06:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA
2026-03-29 06:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA
2026-03-29 06:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA to the API
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 227,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK22%20TZA-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd6831f43-2846-5d68-a1e6-bc67b5cf2428',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK22 TZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK22%20TZA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 44716,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H2 TREND PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 L3 H2 TREND',
'vin': 'WF0EXXTTRENL19262',
'year': 2022}
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520TZA%27 HTTP/1.1" 200 None
2026-03-29 06:12:57 [bca.uk] INFO: Saving data for SK22%20TZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650458.809776, 'last_price_update_time': 1774764777.536971}
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520TZA') HTTP/1.1" 204 0
2026-03-29 06:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT
2026-03-29 06:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT
2026-03-29 06:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT to the API
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:57 [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': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL74%20KHT-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '184da54a-b6d6-5bd1-b47e-359fdc380cc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FL74 KHT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL74%20KHT&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'COROLLA T/S',
'odometer': 25131,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
'transmission': 'automatic',
'trim': 'HYBRID ICON',
'vin': 'SB1ZB3AE00E139968',
'year': 2024}
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 06:12:57 [bca.uk] INFO: Saving data for FL74%20KHT: {'auction_closing_time': 1775556000.0, 'created_time': 1774650134.793124, 'last_price_update_time': 1774764777.83858}
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL74%2520KHT') HTTP/1.1" 204 0
2026-03-29 06:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP
2026-03-29 06:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP
2026-03-29 06:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP to the API
2026-03-29 06:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 299,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=W666%20JDP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '4.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e0257a8d-6e15-5b7e-b93e-8f5a25771100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'W666 JDP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=W666%20JDP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FERRARI',
'model': 'CALIFORNIA',
'odometer': 22594,
'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': 'FERRARI CALIFORNIA 4.3 2+ F1 Convertible',
'transmission': 'automatic',
'trim': '2+ F1',
'vin': 'ZFFLJ65C000179527',
'year': 2011}
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W666%2520JDP%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Saving data for W666%20JDP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650636.842419, 'last_price_update_time': 1774764778.132983}
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W666%2520JDP') HTTP/1.1" 204 0
2026-03-29 06:12:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP
2026-03-29 06:12:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP
2026-03-29 06:12:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP to the API
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF69%20YLP-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '83f88148-22a4-53ab-820f-9bf580d6ebc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF69 YLP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF69%20YLP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT COURIER',
'odometer': 65652,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD TRANSIT COURIER 1.5 TDCI 75 TREND (6) Van',
'transmission': 'manual',
'trim': 'TDCI 75 TREND (6)',
'vin': 'WF0WXXTACWKL60632',
'year': 2019}
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF69%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Saving data for BF69%20YLP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650301.76589, 'last_price_update_time': 1774764778.41327}
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF69%2520YLP') HTTP/1.1" 204 0
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: WN23%20ZCV
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZCV%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for WN23%20ZCV: 2
2026-03-29 06:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV
2026-03-29 06:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb029e74-d5e2-574e-9807-6d0948740c4b with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb029e74-d5e2-574e-9807-6d0948740c4b with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb029e74-d5e2-574e-9807-6d0948740c4b, identifier: WN23%20ZCV
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: AY69%20OWU
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY69%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for AY69%20OWU: 0
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: BD22%20KNF
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520KNF%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for BD22%20KNF: 0
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: BL70%20NBK
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for BL70%20NBK: 2
2026-03-29 06:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK
2026-03-29 06:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d328a27c-1f09-5a08-834c-f5df0200550a with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d328a27c-1f09-5a08-834c-f5df0200550a with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d328a27c-1f09-5a08-834c-f5df0200550a, identifier: BL70%20NBK
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: CV20%20TUW
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520TUW%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for CV20%20TUW: 2
2026-03-29 06:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW
2026-03-29 06:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db37be16-a0d0-5cd5-9956-657468e9b1fd with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db37be16-a0d0-5cd5-9956-657468e9b1fd with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db37be16-a0d0-5cd5-9956-657468e9b1fd, identifier: CV20%20TUW
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: LL70%20XZD
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520XZD%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for LL70%20XZD: 2
2026-03-29 06:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD
2026-03-29 06:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0dc3fda-3f20-55e5-982e-86d10414d898 with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0dc3fda-3f20-55e5-982e-86d10414d898 with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0dc3fda-3f20-55e5-982e-86d10414d898, identifier: LL70%20XZD
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: OV05%20WSL
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV05%2520WSL%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for OV05%20WSL: 0
2026-03-29 06:12:58 [bca.uk] INFO: Found listing with ID: EJ59%20OFN
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ59%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:12:58 [bca.uk] INFO: Scrape type for EJ59%20OFN: 2
2026-03-29 06:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN
2026-03-29 06:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b2ba125-33db-503f-993c-242ec3ede2b7 with scrape type 2
2026-03-29 06:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b2ba125-33db-503f-993c-242ec3ede2b7 with scrape type 2
2026-03-29 06:12:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b2ba125-33db-503f-993c-242ec3ede2b7, identifier: EJ59%20OFN
2026-03-29 06:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV
2026-03-29 06:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV
2026-03-29 06:12:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV to the API
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 191,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20ZCV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb029e74-d5e2-574e-9807-6d0948740c4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN23 ZCV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20ZCV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 50104,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNR57212',
'year': 2023}
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN23%2520ZCV%27 HTTP/1.1" 200 None
2026-03-29 06:12:59 [bca.uk] INFO: Saving data for WN23%20ZCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650296.953274, 'last_price_update_time': 1774764779.322383}
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520ZCV') HTTP/1.1" 204 0
2026-03-29 06:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK
2026-03-29 06:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK
2026-03-29 06:12:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK to the API
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:12:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL70%20NBK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'd328a27c-1f09-5a08-834c-f5df0200550a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BL70 NBK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL70%20NBK&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 48586,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
'transmission': 'automatic',
'trim': 'LONG RANGE AWD',
'vin': '5YJ3F7EB6MF828740',
'year': 2020}
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-29 06:12:59 [bca.uk] INFO: Saving data for BL70%20NBK: {'auction_closing_time': 1774854000.0, 'created_time': 1773831210.720804, 'last_price_update_time': 1774764779.73772}
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL70%2520NBK') HTTP/1.1" 204 0
2026-03-29 06:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW
2026-03-29 06:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW
2026-03-29 06:12:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW to the API
2026-03-29 06:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:12: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 06:13:00 [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': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV20%20TUW-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db37be16-a0d0-5cd5-9956-657468e9b1fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV20 TUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV20%20TUW&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'COOPER',
'odometer': 37935,
'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': 'MINI COOPER 1.5 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WMWXR320X02M63610',
'year': 2020}
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV20%2520TUW%27 HTTP/1.1" 200 None
2026-03-29 06:13:00 [bca.uk] INFO: Saving data for CV20%20TUW: {'auction_closing_time': 1775124000.0, 'created_time': 1774650131.43817, 'last_price_update_time': 1774764780.073321}
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV20%2520TUW') HTTP/1.1" 204 0
2026-03-29 06:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD
2026-03-29 06:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD
2026-03-29 06:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD to the API
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL70%20XZD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0dc3fda-3f20-55e5-982e-86d10414d898',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL70 XZD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20XZD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'CLA 220 D',
'odometer': 64769,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 220 D 2.0 AMG LINE PREMIUM Coupe',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM',
'vin': 'W1K1183142N188709',
'year': 2021}
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL70%2520XZD%27 HTTP/1.1" 200 None
2026-03-29 06:13:00 [bca.uk] INFO: Saving data for LL70%20XZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774650637.861524, 'last_price_update_time': 1774764780.367951}
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520XZD') HTTP/1.1" 204 0
2026-03-29 06:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN
2026-03-29 06:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN
2026-03-29 06:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN to the API
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ59%20OFN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7b2ba125-33db-503f-993c-242ec3ede2b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ59 OFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ59%20OFN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 86655,
'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 TITANIUM MPV',
'transmission': 'automatic',
'trim': 'TDCI 140 TITANIUM',
'vin': 'WF0SXXGBWS9E17369',
'year': 2010}
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ59%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:13:00 [bca.uk] INFO: Saving data for EJ59%20OFN: {'auction_closing_time': 1775037600.0, 'created_time': 1773833199.137892, 'last_price_update_time': 1774764780.661168}
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ59%2520OFN') HTTP/1.1" 204 0
2026-03-29 06:13:00 [bca.uk] INFO: Found listing with ID: WN23%20ZDA
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN23%2520ZDA%27 HTTP/1.1" 200 None
2026-03-29 06:13:00 [bca.uk] INFO: Scrape type for WN23%20ZDA: 2
2026-03-29 06:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA
2026-03-29 06:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5cc0c12-1388-516d-ac38-f2358733763e with scrape type 2
2026-03-29 06:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5cc0c12-1388-516d-ac38-f2358733763e with scrape type 2
2026-03-29 06:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5cc0c12-1388-516d-ac38-f2358733763e, identifier: WN23%20ZDA
2026-03-29 06:13:00 [bca.uk] INFO: Found listing with ID: BW74%20HHZ
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW74%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:00 [bca.uk] INFO: Scrape type for BW74%20HHZ: 2
2026-03-29 06:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ
2026-03-29 06:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 649f8acd-03a8-521c-9e18-39aa990f29e2 with scrape type 2
2026-03-29 06:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 649f8acd-03a8-521c-9e18-39aa990f29e2 with scrape type 2
2026-03-29 06:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 649f8acd-03a8-521c-9e18-39aa990f29e2, identifier: BW74%20HHZ
2026-03-29 06:13:00 [bca.uk] INFO: Found listing with ID: FA18%20CHZ
2026-03-29 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA18%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:00 [bca.uk] INFO: Scrape type for FA18%20CHZ: 2
2026-03-29 06:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ
2026-03-29 06:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with scrape type 2
2026-03-29 06:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with scrape type 2
2026-03-29 06:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded, identifier: FA18%20CHZ
2026-03-29 06:13:01 [bca.uk] INFO: Found listing with ID: DU21%20OZR
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU21%2520OZR%27 HTTP/1.1" 200 None
2026-03-29 06:13:01 [bca.uk] INFO: Scrape type for DU21%20OZR: 2
2026-03-29 06:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR
2026-03-29 06:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e74077-3500-5058-b693-a04ecae97b59 with scrape type 2
2026-03-29 06:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89e74077-3500-5058-b693-a04ecae97b59 with scrape type 2
2026-03-29 06:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89e74077-3500-5058-b693-a04ecae97b59, identifier: DU21%20OZR
2026-03-29 06:13:01 [bca.uk] INFO: Found listing with ID: EX61%20UPR
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX61%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 06:13:01 [bca.uk] INFO: Scrape type for EX61%20UPR: 2
2026-03-29 06:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR
2026-03-29 06:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83dc14e8-7b33-5508-a2da-fab2b60d4030 with scrape type 2
2026-03-29 06:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83dc14e8-7b33-5508-a2da-fab2b60d4030 with scrape type 2
2026-03-29 06:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83dc14e8-7b33-5508-a2da-fab2b60d4030, identifier: EX61%20UPR
2026-03-29 06:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA
2026-03-29 06:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA
2026-03-29 06:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA to the API
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 191,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20ZDA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b5cc0c12-1388-516d-ac38-f2358733763e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN23 ZDA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20ZDA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 41267,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNR57202',
'year': 2023}
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZDA%27 HTTP/1.1" 200 None
2026-03-29 06:13:01 [bca.uk] INFO: Saving data for WN23%20ZDA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650296.583329, 'last_price_update_time': 1774764781.494892}
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520ZDA') HTTP/1.1" 204 0
2026-03-29 06:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ
2026-03-29 06:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ
2026-03-29 06:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ to the API
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW74%20HHZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '649f8acd-03a8-521c-9e18-39aa990f29e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BW74 HHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW74%20HHZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 24340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
'transmission': 'automatic',
'trim': 'MHEV 136 ALLURE E-DSC6',
'vin': 'VR3KAHPY4RS126720',
'year': 2025}
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW74%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:01 [bca.uk] INFO: Saving data for BW74%20HHZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773840687.009556, 'last_price_update_time': 1774764781.781772}
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW74%2520HHZ') HTTP/1.1" 204 0
2026-03-29 06:13:01 [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 06:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ
2026-03-29 06:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ
2026-03-29 06:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ to the API
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:02 [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': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA18%20CHZ-GB',
'category': 'Car',
'color': 'bronze',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c06e775a-4ad1-5f7b-b3f7-ffef6c83cded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FA18 CHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA18%20CHZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 25766,
'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': 'TOYOTA AURIS 1.8 HYBRID ICON Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID ICON',
'vin': 'SB1MS3JE20E434127',
'year': 2018}
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA18%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Saving data for FA18%20CHZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774650129.74849, 'last_price_update_time': 1774764782.073811}
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA18%2520CHZ') HTTP/1.1" 204 0
2026-03-29 06:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR
2026-03-29 06:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR
2026-03-29 06:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR to the API
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 220,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU21%20OZR-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '89e74077-3500-5058-b693-a04ecae97b59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU21 OZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU21%20OZR&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'ISUZU',
'model': 'D-MAX',
'odometer': 44140,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'ISUZU D-MAX 1.9 V-CROSS 4X4 CrewCab Pick-up',
'transmission': 'manual',
'trim': 'V-CROSS 4X4',
'vin': 'MPATFS87JMT002189',
'year': 2021}
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU21%2520OZR%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Saving data for DU21%20OZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650392.772862, 'last_price_update_time': 1774764782.354107}
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU21%2520OZR') HTTP/1.1" 204 0
2026-03-29 06:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR
2026-03-29 06:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR
2026-03-29 06:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR to the API
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX61%20UPR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '83dc14e8-7b33-5508-a2da-fab2b60d4030',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX61 UPR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX61%20UPR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'GALAXY',
'odometer': 128055,
'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 GALAXY 1.6 TDCI 115 TITANIUM X S/S MPV',
'transmission': 'manual',
'trim': 'TDCI 115 TITANIUM X S/S',
'vin': 'WF0MXXGBWMBT56119',
'year': 2011}
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX61%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Saving data for EX61%20UPR: {'auction_closing_time': 1775037600.0, 'created_time': 1774305033.865591, 'last_price_update_time': 1774764782.640504}
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX61%2520UPR') HTTP/1.1" 204 0
2026-03-29 06:13:02 [bca.uk] INFO: Found listing with ID: WN72%20UVL
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN72%2520UVL%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Scrape type for WN72%20UVL: 2
2026-03-29 06:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL
2026-03-29 06:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06a12bd0-7801-5a7c-8244-36ecab6951e2 with scrape type 2
2026-03-29 06:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06a12bd0-7801-5a7c-8244-36ecab6951e2 with scrape type 2
2026-03-29 06:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06a12bd0-7801-5a7c-8244-36ecab6951e2, identifier: WN72%20UVL
2026-03-29 06:13:02 [bca.uk] INFO: Found listing with ID: FM70%20JUT
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM70%2520JUT%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Scrape type for FM70%20JUT: 0
2026-03-29 06:13:02 [bca.uk] INFO: Found listing with ID: FX73%20PZE
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Scrape type for FX73%20PZE: 2
2026-03-29 06:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE
2026-03-29 06:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f95071-235e-558e-bd8c-e4852f0a6279 with scrape type 2
2026-03-29 06:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f95071-235e-558e-bd8c-e4852f0a6279 with scrape type 2
2026-03-29 06:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75f95071-235e-558e-bd8c-e4852f0a6279, identifier: FX73%20PZE
2026-03-29 06:13:02 [bca.uk] INFO: Found listing with ID: DF69%20XCS
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Scrape type for DF69%20XCS: 0
2026-03-29 06:13:02 [bca.uk] INFO: Found listing with ID: WV69%20TXP
2026-03-29 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV69%2520TXP%27 HTTP/1.1" 200 None
2026-03-29 06:13:02 [bca.uk] INFO: Scrape type for WV69%20TXP: 2
2026-03-29 06:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP
2026-03-29 06:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64aa31d3-da46-598f-baef-789f877ae1fa with scrape type 2
2026-03-29 06:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64aa31d3-da46-598f-baef-789f877ae1fa with scrape type 2
2026-03-29 06:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64aa31d3-da46-598f-baef-789f877ae1fa, identifier: WV69%20TXP
2026-03-29 06:13:03 [bca.uk] INFO: Found listing with ID: LD72%20OUG
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD72%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 06:13:03 [bca.uk] INFO: Scrape type for LD72%20OUG: 2
2026-03-29 06:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG
2026-03-29 06:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71c6ac64-b72f-5143-bda2-ec3af8ac713e with scrape type 2
2026-03-29 06:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71c6ac64-b72f-5143-bda2-ec3af8ac713e with scrape type 2
2026-03-29 06:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71c6ac64-b72f-5143-bda2-ec3af8ac713e, identifier: LD72%20OUG
2026-03-29 06:13:03 [bca.uk] INFO: Found listing with ID: YS69%20ETJ
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520ETJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:03 [bca.uk] INFO: Scrape type for YS69%20ETJ: 2
2026-03-29 06:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ
2026-03-29 06:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79dff559-2f6d-5886-9066-68d886c27bb9 with scrape type 2
2026-03-29 06:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79dff559-2f6d-5886-9066-68d886c27bb9 with scrape type 2
2026-03-29 06:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79dff559-2f6d-5886-9066-68d886c27bb9, identifier: YS69%20ETJ
2026-03-29 06:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL
2026-03-29 06:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL
2026-03-29 06:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL to the API
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 262,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN72%20UVL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '06a12bd0-7801-5a7c-8244-36ecab6951e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN72 UVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN72%20UVL&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 51519,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 LEADER Luton',
'transmission': 'manual',
'trim': 'EBL 130 L4 LEADER',
'vin': 'WF0AXXTTRANU45669',
'year': 2022}
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN72%2520UVL%27 HTTP/1.1" 200 None
2026-03-29 06:13:03 [bca.uk] INFO: Saving data for WN72%20UVL: {'auction_closing_time': 1774951200.0, 'created_time': 1774650297.341661, 'last_price_update_time': 1774764783.49628}
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN72%2520UVL') HTTP/1.1" 204 0
2026-03-29 06:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE
2026-03-29 06:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE
2026-03-29 06:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE to the API
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 11,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX73%20PZE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel/Electric',
'id': '75f95071-235e-558e-bd8c-e4852f0a6279',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX73 PZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX73%20PZE&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MERCEDES-BENZ',
'model': 'GLC 300 DE EQ-P',
'odometer': 70852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 300 DE EQ-P 2.0 AMG LINE 4M 9G StationWagon',
'transmission': 'manual',
'trim': 'AMG LINE 4M 9G',
'vin': 'W1NKM0KB6RF073873',
'year': 2023}
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-29 06:13:03 [bca.uk] INFO: Saving data for FX73%20PZE: {'auction_closing_time': 1774854000.0, 'created_time': 1774265324.072396, 'last_price_update_time': 1774764783.914742}
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX73%2520PZE') HTTP/1.1" 204 0
2026-03-29 06:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP
2026-03-29 06:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP
2026-03-29 06:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP to the API
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:04 [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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV69%20TXP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '64aa31d3-da46-598f-baef-789f877ae1fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV69 TXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV69%20TXP&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 24795,
'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': 'DACIA SANDERO 0.9 TCE 90 COMFORT Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 COMFORT',
'vin': 'UU1B5220963878552',
'year': 2019}
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV69%2520TXP%27 HTTP/1.1" 200 None
2026-03-29 06:13:04 [bca.uk] INFO: Saving data for WV69%20TXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774536274.686249, 'last_price_update_time': 1774764784.223036}
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV69%2520TXP') HTTP/1.1" 204 0
2026-03-29 06:13:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG
2026-03-29 06:13:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG
2026-03-29 06:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG to the API
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20OUG-GB',
'category': 'LightCommercialVehicle',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '71c6ac64-b72f-5143-bda2-ec3af8ac713e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD72 OUG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20OUG&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 71224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 340 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNM69682',
'year': 2022}
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD72%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 06:13:04 [bca.uk] INFO: Saving data for LD72%20OUG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650393.665343, 'last_price_update_time': 1774764784.541723}
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520OUG') HTTP/1.1" 204 0
2026-03-29 06:13:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ
2026-03-29 06:13:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ
2026-03-29 06:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ to the API
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20ETJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79dff559-2f6d-5886-9066-68d886c27bb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS69 ETJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20ETJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 50850,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER H/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER H/R',
'vin': 'WF0YXXTTGYKU56136',
'year': 2020}
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520ETJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:04 [bca.uk] INFO: Saving data for YS69%20ETJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650316.287873, 'last_price_update_time': 1774764784.843407}
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520ETJ') HTTP/1.1" 204 0
2026-03-29 06:13:04 [bca.uk] INFO: Found listing with ID: WN72%20UYX
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN72%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 06:13:04 [bca.uk] INFO: Scrape type for WN72%20UYX: 2
2026-03-29 06:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX
2026-03-29 06:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0825b79d-9eb2-5256-bdf4-11749f345054 with scrape type 2
2026-03-29 06:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0825b79d-9eb2-5256-bdf4-11749f345054 with scrape type 2
2026-03-29 06:13:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0825b79d-9eb2-5256-bdf4-11749f345054, identifier: WN72%20UYX
2026-03-29 06:13:04 [bca.uk] INFO: Found listing with ID: KM71%20FYH
2026-03-29 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM71%2520FYH%27 HTTP/1.1" 200 None
2026-03-29 06:13:04 [bca.uk] INFO: Scrape type for KM71%20FYH: 2
2026-03-29 06:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH
2026-03-29 06:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb26d76-251a-5620-b10f-fe01d199a9f1 with scrape type 2
2026-03-29 06:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb26d76-251a-5620-b10f-fe01d199a9f1 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2eb26d76-251a-5620-b10f-fe01d199a9f1, identifier: KM71%20FYH
2026-03-29 06:13:05 [bca.uk] INFO: Found listing with ID: VT19%20YHF
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VT19%2520YHF%27 HTTP/1.1" 200 None
2026-03-29 06:13:05 [bca.uk] INFO: Scrape type for VT19%20YHF: 2
2026-03-29 06:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF
2026-03-29 06:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f526197-37e6-5b0e-8b89-02d369596326 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f526197-37e6-5b0e-8b89-02d369596326 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f526197-37e6-5b0e-8b89-02d369596326, identifier: VT19%20YHF
2026-03-29 06:13:05 [bca.uk] INFO: Found listing with ID: VK70%20ZLN
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK70%2520ZLN%27 HTTP/1.1" 200 None
2026-03-29 06:13:05 [bca.uk] INFO: Scrape type for VK70%20ZLN: 2
2026-03-29 06:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN
2026-03-29 06:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd1ae5a1-79a4-54e9-8ee8-13c527e83357, identifier: VK70%20ZLN
2026-03-29 06:13:05 [bca.uk] INFO: Found listing with ID: YE73%20TKV
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YE73%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 06:13:05 [bca.uk] INFO: Scrape type for YE73%20TKV: 2
2026-03-29 06:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV
2026-03-29 06:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with scrape type 2
2026-03-29 06:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0, identifier: YE73%20TKV
2026-03-29 06:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX
2026-03-29 06:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX
2026-03-29 06:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX to the API
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 262,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN72%20UYX-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0825b79d-9eb2-5256-bdf4-11749f345054',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN72 UYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN72%20UYX&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 26971,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 LEADER Luton',
'transmission': 'manual',
'trim': 'EBL 130 L4 LEADER',
'vin': 'WF0AXXTTRANU46794',
'year': 2023}
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WN72%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 06:13:05 [bca.uk] INFO: Saving data for WN72%20UYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774650298.763631, 'last_price_update_time': 1774764785.664135}
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN72%2520UYX') HTTP/1.1" 204 0
2026-03-29 06:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH
2026-03-29 06:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH
2026-03-29 06:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH to the API
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 215,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20FYH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '2eb26d76-251a-5620-b10f-fe01d199a9f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM71 FYH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20FYH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 25604,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLVO XC90 2.0 B6P 300 AWD INSCRIPTION G/T StationWagon',
'transmission': 'automatic',
'trim': 'B6P 300 AWD INSCRIPTION G/T',
'vin': 'YV1LF06SCN1802158',
'year': 2021}
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM71%2520FYH%27 HTTP/1.1" 200 None
2026-03-29 06:13:05 [bca.uk] INFO: Saving data for KM71%20FYH: {'auction_closing_time': 1774854000.0, 'created_time': 1773844169.301973, 'last_price_update_time': 1774764785.943919}
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520FYH') HTTP/1.1" 204 0
2026-03-29 06:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF
2026-03-29 06:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF
2026-03-29 06:13:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF to the API
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:06 [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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VT19%20YHF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2f526197-37e6-5b0e-8b89-02d369596326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VT19 YHF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VT19%20YHF&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 68239,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 2.0 TSI 200 GTI DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 200 GTI DSG',
'vin': 'WVWZZZAWZKU095365',
'year': 2019}
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YHF%27 HTTP/1.1" 200 None
2026-03-29 06:13:06 [bca.uk] INFO: Saving data for VT19%20YHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650142.343061, 'last_price_update_time': 1774764786.299843}
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VT19%2520YHF') HTTP/1.1" 204 0
2026-03-29 06:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN
2026-03-29 06:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN
2026-03-29 06:13:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN to the API
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK70%20ZLN-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cd1ae5a1-79a4-54e9-8ee8-13c527e83357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK70 ZLN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK70%20ZLN&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VOLKSWAGEN',
'model': 'CRAFTER 35 FWD',
'odometer': 209527,
'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 CRAFTER 35 FWD 2.0 TDI 140 MWB S/L BUSINESS H/R PanelVan',
'transmission': 'automatic',
'trim': 'TDI 140 MWB S/L BUSINESS H/R',
'vin': 'WV1ZZZSYZM9007337',
'year': 2020}
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZLN%27 HTTP/1.1" 200 None
2026-03-29 06:13:06 [bca.uk] INFO: Saving data for VK70%20ZLN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650394.048881, 'last_price_update_time': 1774764786.585157}
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK70%2520ZLN') HTTP/1.1" 204 0
2026-03-29 06:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV
2026-03-29 06:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV
2026-03-29 06:13:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV to the API
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20TKV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '5c2f7322-1e54-5914-be31-5cc5ce8ad3c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE73 TKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20TKV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'TOWNSTAR',
'odometer': 6774,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
'transmission': 'automatic',
'trim': '90KW 45KWH L1 ACENTA',
'vin': 'VNVNFK00370882480',
'year': 2023}
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 06:13:06 [bca.uk] INFO: Saving data for YE73%20TKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650300.513599, 'last_price_update_time': 1774764786.875718}
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520TKV') HTTP/1.1" 204 0
2026-03-29 06:13:06 [bca.uk] INFO: Found listing with ID: VO68%20KOW
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KOW%27 HTTP/1.1" 200 None
2026-03-29 06:13:06 [bca.uk] INFO: Scrape type for VO68%20KOW: 0
2026-03-29 06:13:06 [bca.uk] INFO: Found listing with ID: YT23%20PHN
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520PHN%27 HTTP/1.1" 200 None
2026-03-29 06:13:06 [bca.uk] INFO: Scrape type for YT23%20PHN: 2
2026-03-29 06:13:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN
2026-03-29 06:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3febee6e-214c-5d95-a90e-8acc5175a655 with scrape type 2
2026-03-29 06:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3febee6e-214c-5d95-a90e-8acc5175a655 with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3febee6e-214c-5d95-a90e-8acc5175a655, identifier: YT23%20PHN
2026-03-29 06:13:07 [bca.uk] INFO: Found listing with ID: KO68%20AOC
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 06:13:07 [bca.uk] INFO: Scrape type for KO68%20AOC: 2
2026-03-29 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC
2026-03-29 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af533306-8dee-59e3-909c-98172eacba9e with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af533306-8dee-59e3-909c-98172eacba9e with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af533306-8dee-59e3-909c-98172eacba9e, identifier: KO68%20AOC
2026-03-29 06:13:07 [bca.uk] INFO: Total items found: 100
2026-03-29 06:13:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded
2026-03-29 06:13:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:13:07 [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 06:13:07 [bca.uk] INFO: Found listing with ID: YW71%20JFE
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW71%2520JFE%27 HTTP/1.1" 200 None
2026-03-29 06:13:07 [bca.uk] INFO: Scrape type for YW71%20JFE: 2
2026-03-29 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE
2026-03-29 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe31d84-c822-5f8c-b9ea-f883240479f2 with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe31d84-c822-5f8c-b9ea-f883240479f2 with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe31d84-c822-5f8c-b9ea-f883240479f2, identifier: YW71%20JFE
2026-03-29 06:13:07 [bca.uk] INFO: Found listing with ID: CF22%20MDN
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520MDN%27 HTTP/1.1" 200 None
2026-03-29 06:13:07 [bca.uk] INFO: Scrape type for CF22%20MDN: 2
2026-03-29 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN
2026-03-29 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b, identifier: CF22%20MDN
2026-03-29 06:13:07 [bca.uk] INFO: Found listing with ID: MK69%20ZVG
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 06:13:07 [bca.uk] INFO: Scrape type for MK69%20ZVG: 2
2026-03-29 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG
2026-03-29 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad1b1e46-4ac1-599d-b01d-6440c1abecba with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad1b1e46-4ac1-599d-b01d-6440c1abecba with scrape type 2
2026-03-29 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad1b1e46-4ac1-599d-b01d-6440c1abecba, identifier: MK69%20ZVG
2026-03-29 06:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN
2026-03-29 06:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN
2026-03-29 06:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN to the API
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT23%20PHN-GB',
'category': 'Car',
'color': 'mauve',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3febee6e-214c-5d95-a90e-8acc5175a655',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YT23 PHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT23%20PHN&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 27249,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 HYBRID 122 DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID 122 DESIGN',
'vin': 'NMTK33BX70R241366',
'year': 2023}
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520PHN%27 HTTP/1.1" 200 None
2026-03-29 06:13:07 [bca.uk] INFO: Saving data for YT23%20PHN: {'auction_closing_time': 1775556000.0, 'created_time': 1774650299.132865, 'last_price_update_time': 1774764787.73521}
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT23%2520PHN') HTTP/1.1" 204 0
2026-03-29 06:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC
2026-03-29 06:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC
2026-03-29 06:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC to the API
2026-03-29 06:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 71,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO68%20AOC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'af533306-8dee-59e3-909c-98172eacba9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KO68 AOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO68%20AOC&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 70420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE DYNAMIC',
'vin': 'SALWA2AY7KA825899',
'year': 2018}
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-29 06:13:08 [bca.uk] INFO: Saving data for KO68%20AOC: {'auction_closing_time': 1774854000.0, 'created_time': 1774437168.637513, 'last_price_update_time': 1774764788.118129}
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO68%2520AOC') HTTP/1.1" 204 0
2026-03-29 06:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE
2026-03-29 06:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE
2026-03-29 06:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE to the API
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:08 [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': 247,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YW71%20JFE-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dfe31d84-c822-5f8c-b9ea-f883240479f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YW71 JFE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YW71%20JFE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 46267,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD TEKNA CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'DCI 190 TT 4WD TEKNA',
'vin': 'VSKCTND23U0171439',
'year': 2021}
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YW71%2520JFE%27 HTTP/1.1" 200 None
2026-03-29 06:13:08 [bca.uk] INFO: Saving data for YW71%20JFE: {'auction_closing_time': 1775124000.0, 'created_time': 1774650949.738385, 'last_price_update_time': 1774764788.441188}
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YW71%2520JFE') HTTP/1.1" 204 0
2026-03-29 06:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN
2026-03-29 06:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN
2026-03-29 06:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN to the API
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20MDN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '342dfd50-ffc6-5234-a8ad-c2b7a389e64b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CF22 MDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20MDN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'C5 X',
'odometer': 6766,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C5 X 1.2 P/T 130 SHINE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 SHINE EAT8',
'vin': 'VR7NCHNSPN4800362',
'year': 2022}
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF22%2520MDN%27 HTTP/1.1" 200 None
2026-03-29 06:13:08 [bca.uk] INFO: Saving data for CF22%20MDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650383.826564, 'last_price_update_time': 1774764788.734393}
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520MDN') HTTP/1.1" 204 0
2026-03-29 06:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG
2026-03-29 06:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG
2026-03-29 06:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG to the API
2026-03-29 06:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK69%20ZVG-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ad1b1e46-4ac1-599d-b01d-6440c1abecba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK69 ZVG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK69%20ZVG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'HILUX',
'odometer': 62791,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'TOYOTA HILUX 2.4 D 150 ACTIVE 4WD CrewCab Pick-up',
'transmission': 'manual',
'trim': 'D 150 ACTIVE 4WD',
'vin': 'AHTKB3CD202622304',
'year': 2019}
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK69%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Saving data for MK69%20ZVG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650285.494825, 'last_price_update_time': 1774764789.024778}
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK69%2520ZVG') HTTP/1.1" 204 0
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: LR67%20OCB
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR67%2520OCB%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for LR67%20OCB: 2
2026-03-29 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB
2026-03-29 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc28133-8646-5bce-985f-a5e0b8da5b78 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc28133-8646-5bce-985f-a5e0b8da5b78 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dc28133-8646-5bce-985f-a5e0b8da5b78, identifier: LR67%20OCB
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: KR67%20RPO
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR67%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for KR67%20RPO: 0
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: MW70%20XZE
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW70%2520XZE%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for MW70%20XZE: 0
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: OY25%20GPU
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OY25%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for OY25%20GPU: 2
2026-03-29 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU
2026-03-29 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b849e3e-c2a8-576a-b07d-cd8430b471f4, identifier: OY25%20GPU
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: DF16%20UZJ
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF16%2520UZJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for DF16%20UZJ: 2
2026-03-29 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ
2026-03-29 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da803bce-77f5-5863-b432-094e28ea7a06 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da803bce-77f5-5863-b432-094e28ea7a06 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da803bce-77f5-5863-b432-094e28ea7a06, identifier: DF16%20UZJ
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: DL21%20RBO
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DL21%2520RBO%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for DL21%20RBO: 2
2026-03-29 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO
2026-03-29 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4abf38b2-3340-5636-94d4-da560cd85e02 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4abf38b2-3340-5636-94d4-da560cd85e02 with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4abf38b2-3340-5636-94d4-da560cd85e02, identifier: DL21%20RBO
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: KM23%20ANU
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM23%2520ANU%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for KM23%20ANU: 2
2026-03-29 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU
2026-03-29 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0966233d-d9e3-5669-a174-07e6d743367d with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0966233d-d9e3-5669-a174-07e6d743367d with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0966233d-d9e3-5669-a174-07e6d743367d, identifier: KM23%20ANU
2026-03-29 06:13:09 [bca.uk] INFO: Found listing with ID: HW20%20WMO
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HW20%2520WMO%27 HTTP/1.1" 200 None
2026-03-29 06:13:09 [bca.uk] INFO: Scrape type for HW20%20WMO: 2
2026-03-29 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO
2026-03-29 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with scrape type 2
2026-03-29 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e, identifier: HW20%20WMO
2026-03-29 06:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB
2026-03-29 06:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB
2026-03-29 06:13:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB to the API
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR67%20OCB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7dc28133-8646-5bce-985f-a5e0b8da5b78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR67 OCB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR67%20OCB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SMART',
'model': 'FORTWO',
'odometer': 54765,
'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': 'SMART FORTWO 1.0 71 PRIME SPORT PREMIUM Coupe',
'transmission': 'automatic',
'trim': '71 PRIME SPORT PREMIUM',
'vin': 'WME4533422K243056',
'year': 2017}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520OCB%27 HTTP/1.1" 200 None
2026-03-29 06:13:10 [bca.uk] INFO: Saving data for LR67%20OCB: {'auction_closing_time': 1775037600.0, 'created_time': 1774534890.984503, 'last_price_update_time': 1774764790.040532}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR67%2520OCB') HTTP/1.1" 204 0
2026-03-29 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU
2026-03-29 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU
2026-03-29 06:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU to the API
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY25%20GPU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '1b849e3e-c2a8-576a-b07d-cd8430b471f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OY25 GPU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY25%20GPU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'POLESTAR',
'model': '3',
'odometer': 1688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'POLESTAR 3 360KW 111KWH DM4 LONG RANGE Hatchback',
'transmission': 'automatic',
'trim': '360KW 111KWH DM4 LONG RANGE',
'vin': 'YSMYKEAE2SB024283',
'year': 2025}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 06:13:10 [bca.uk] INFO: Saving data for OY25%20GPU: {'auction_closing_time': 1774854000.0, 'created_time': 1773958757.312138, 'last_price_update_time': 1774764790.326226}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY25%2520GPU') HTTP/1.1" 204 0
2026-03-29 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ
2026-03-29 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ
2026-03-29 06:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ to the API
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF16%20UZJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'da803bce-77f5-5863-b432-094e28ea7a06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF16 UZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF16%20UZJ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'SKODA',
'model': 'CITIGO',
'odometer': 43699,
'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 CITIGO 1.0 MPI 60 SE GREENTECH Hatchback',
'transmission': 'manual',
'trim': 'MPI 60 SE GREENTECH',
'vin': 'TMBZZZAAZGD631574',
'year': 2016}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UZJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:10 [bca.uk] INFO: Saving data for DF16%20UZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650467.063142, 'last_price_update_time': 1774764790.602042}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF16%2520UZJ') HTTP/1.1" 204 0
2026-03-29 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO
2026-03-29 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO
2026-03-29 06:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO to the API
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:10 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL21%20RBO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4abf38b2-3340-5636-94d4-da560cd85e02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL21 RBO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL21%20RBO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 39351,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 CRDI 136 48V GT-LINE ISG StationWagon',
'transmission': 'manual',
'trim': 'CRDI 136 48V GT-LINE ISG',
'vin': 'U5YPK812LML066209',
'year': 2021}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520RBO%27 HTTP/1.1" 200 None
2026-03-29 06:13:10 [bca.uk] INFO: Saving data for DL21%20RBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650951.100319, 'last_price_update_time': 1774764790.886043}
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL21%2520RBO') HTTP/1.1" 204 0
2026-03-29 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU
2026-03-29 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU
2026-03-29 06:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU to the API
2026-03-29 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM23%20ANU-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '0966233d-d9e3-5669-a174-07e6d743367d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM23 ANU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM23%20ANU&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'E-VIVARO 3100',
'odometer': 61505,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL E-VIVARO 3100 100KW 75KWH L1 H1 DYNAMIC PanelVan',
'transmission': 'automatic',
'trim': '100KW 75KWH L1 H1 DYNAMIC',
'vin': 'VXEV1ZKXZNZ084973',
'year': 2023}
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520ANU%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Saving data for KM23%20ANU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650373.843936, 'last_price_update_time': 1774764791.177915}
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM23%2520ANU') HTTP/1.1" 204 0
2026-03-29 06:13:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO
2026-03-29 06:13:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO
2026-03-29 06:13:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO to the API
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW20%20WMO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HW20 WMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW20%20WMO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 73755,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.5 TDCI 85 Van',
'transmission': 'manual',
'trim': 'TDCI 85',
'vin': 'WF0GXXGAHGLK11439',
'year': 2020}
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW20%2520WMO%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Saving data for HW20%20WMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650287.460701, 'last_price_update_time': 1774764791.460132}
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW20%2520WMO') HTTP/1.1" 204 0
2026-03-29 06:13:11 [bca.uk] INFO: Found listing with ID: LL15%20CCY
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Scrape type for LL15%20CCY: 2
2026-03-29 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY
2026-03-29 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e82e38-894e-5730-8011-c8cc559ea1d5 with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e82e38-894e-5730-8011-c8cc559ea1d5 with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49e82e38-894e-5730-8011-c8cc559ea1d5, identifier: LL15%20CCY
2026-03-29 06:13:11 [bca.uk] INFO: Found listing with ID: WN23%20MKK
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Scrape type for WN23%20MKK: 2
2026-03-29 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-29 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2a7fa82-bd4b-5a47-9200-13311fc04b28 with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2a7fa82-bd4b-5a47-9200-13311fc04b28 with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2a7fa82-bd4b-5a47-9200-13311fc04b28, identifier: WN23%20MKK
2026-03-29 06:13:11 [bca.uk] INFO: Found listing with ID: MJ25%20VYK
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520VYK%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Scrape type for MJ25%20VYK: 2
2026-03-29 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK
2026-03-29 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e5a46b-42ad-51cb-b561-db1e425d620b with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e5a46b-42ad-51cb-b561-db1e425d620b with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5e5a46b-42ad-51cb-b561-db1e425d620b, identifier: MJ25%20VYK
2026-03-29 06:13:11 [scrapy.extensions.logstats] INFO: Crawled 78 pages (at 3 pages/min), scraped 1398 items (at 142 items/min)
2026-03-29 06:13:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 215MiB
2026-03-29 06:13:11 [bca.uk] INFO: Found listing with ID: FV67%20RXH
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520RXH%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Scrape type for FV67%20RXH: 2
2026-03-29 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH
2026-03-29 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d, identifier: FV67%20RXH
2026-03-29 06:13:11 [bca.uk] INFO: Found listing with ID: BD68%20LOH
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520LOH%27 HTTP/1.1" 200 None
2026-03-29 06:13:11 [bca.uk] INFO: Scrape type for BD68%20LOH: 2
2026-03-29 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH
2026-03-29 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63371b38-5422-5b2f-9047-8df88aa91fd5 with scrape type 2
2026-03-29 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63371b38-5422-5b2f-9047-8df88aa91fd5 with scrape type 2
2026-03-29 06:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63371b38-5422-5b2f-9047-8df88aa91fd5, identifier: BD68%20LOH
2026-03-29 06:13:12 [bca.uk] INFO: Found listing with ID: CU70%20GVE
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 06:13:12 [bca.uk] INFO: Scrape type for CU70%20GVE: 2
2026-03-29 06:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE
2026-03-29 06:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c860f66d-410b-5280-b084-ec8ba6821f46 with scrape type 2
2026-03-29 06:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c860f66d-410b-5280-b084-ec8ba6821f46 with scrape type 2
2026-03-29 06:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c860f66d-410b-5280-b084-ec8ba6821f46, identifier: CU70%20GVE
2026-03-29 06:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY
2026-03-29 06:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY
2026-03-29 06:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY to the API
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL15%20CCY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '49e82e38-894e-5730-8011-c8cc559ea1d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL15 CCY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL15%20CCY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 56165,
'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 PURE (9) Hatchback',
'transmission': 'automatic',
'trim': 'SD4 4WD PURE (9)',
'vin': 'SALVA2AEXFH055745',
'year': 2015}
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520CCY%27 HTTP/1.1" 200 None
2026-03-29 06:13:12 [bca.uk] INFO: Saving data for LL15%20CCY: {'auction_closing_time': 1775037600.0, 'created_time': 1774533940.103911, 'last_price_update_time': 1774764792.415319}
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520CCY') HTTP/1.1" 204 0
2026-03-29 06:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-29 06:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-29 06:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK to the API
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20MKK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2a7fa82-bd4b-5a47-9200-13311fc04b28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN23 MKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20MKK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 19203,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI 150 R LINE DSG',
'vin': 'WVGZZZ5N2PW048186',
'year': 2023}
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 06:13:12 [bca.uk] INFO: Saving data for WN23%20MKK: {'auction_closing_time': 1774854000.0, 'created_time': 1774426249.886159, 'last_price_update_time': 1774764792.937207}
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520MKK') HTTP/1.1" 204 0
2026-03-29 06:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK
2026-03-29 06:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ict+white HTTP/1.1" 200 None
2026-03-29 06:13:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK
2026-03-29 06:13:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK to the API
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ25%20VYK-GB',
'category': 'LightCommercialVehicle',
'color': 'ict white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c5e5a46b-42ad-51cb-b561-db1e425d620b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ25 VYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ25%20VYK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'PROACE CITY',
'odometer': 7290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON Van',
'transmission': 'manual',
'trim': 'D 100 L1 ICON',
'vin': 'YAREDYHT2RJ014194',
'year': 2025}
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520VYK%27 HTTP/1.1" 200 None
2026-03-29 06:13:13 [bca.uk] INFO: Saving data for MJ25%20VYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650467.723977, 'last_price_update_time': 1774764793.315825}
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ25%2520VYK') HTTP/1.1" 204 0
2026-03-29 06:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH
2026-03-29 06:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH
2026-03-29 06:13:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH to the API
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV67%20RXH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '69c547f2-52b4-5cd7-94c2-953ef6ba5d3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV67 RXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV67%20RXH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 92751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE',
'vin': 'SALRA2AN2JA052423',
'year': 2018}
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520RXH%27 HTTP/1.1" 200 None
2026-03-29 06:13:13 [bca.uk] INFO: Saving data for FV67%20RXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650948.086435, 'last_price_update_time': 1774764793.594861}
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV67%2520RXH') HTTP/1.1" 204 0
2026-03-29 06:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH
2026-03-29 06:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH
2026-03-29 06:13:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH to the API
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD68%20LOH-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '63371b38-5422-5b2f-9047-8df88aa91fd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD68 LOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD68%20LOH&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 124522,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
'transmission': 'manual',
'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
'vin': 'W0VMRY60XKB166133',
'year': 2019}
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520LOH%27 HTTP/1.1" 200 None
2026-03-29 06:13:13 [bca.uk] INFO: Saving data for BD68%20LOH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650375.804026, 'last_price_update_time': 1774764793.869859}
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD68%2520LOH') HTTP/1.1" 204 0
2026-03-29 06:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=light+grey HTTP/1.1" 200 None
2026-03-29 06:13:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE
2026-03-29 06:13:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE to the API
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU70%20GVE-GB',
'category': 'LightCommercialVehicle',
'color': 'light grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c860f66d-410b-5280-b084-ec8ba6821f46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU70 GVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU70%20GVE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FIAT',
'model': 'DOBLO CARGO',
'odometer': 44514,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FIAT DOBLO CARGO 1.6 M/JET 105 LWB WORK UP TECN.S/S Dropside',
'transmission': 'manual',
'trim': 'M/JET 105 LWB WORK UP TECN.S/S',
'vin': 'ZFA26300006R93365',
'year': 2020}
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Saving data for CU70%20GVE: {'auction_closing_time': 1774864800.0, 'created_time': 1773838745.145985, 'last_price_update_time': 1774764794.283704}
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU70%2520GVE') HTTP/1.1" 204 0
2026-03-29 06:13:14 [bca.uk] INFO: Found listing with ID: KR20%20YWN
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Scrape type for KR20%20YWN: 2
2026-03-29 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN
2026-03-29 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e76715e0-b2f3-5261-81a4-f85c81b4e888 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e76715e0-b2f3-5261-81a4-f85c81b4e888 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e76715e0-b2f3-5261-81a4-f85c81b4e888, identifier: KR20%20YWN
2026-03-29 06:13:14 [bca.uk] INFO: Found listing with ID: YF22%20JKZ
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Scrape type for YF22%20JKZ: 2
2026-03-29 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ
2026-03-29 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d6d717f-5584-5128-9ea7-c715b7993711 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d6d717f-5584-5128-9ea7-c715b7993711 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d6d717f-5584-5128-9ea7-c715b7993711, identifier: YF22%20JKZ
2026-03-29 06:13:14 [bca.uk] INFO: Found listing with ID: EK23%20CUO
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Scrape type for EK23%20CUO: 2
2026-03-29 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO
2026-03-29 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ad60a39-e90c-5757-b599-20addc6318c5 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ad60a39-e90c-5757-b599-20addc6318c5 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ad60a39-e90c-5757-b599-20addc6318c5, identifier: EK23%20CUO
2026-03-29 06:13:14 [bca.uk] INFO: Found listing with ID: LE19%20TZN
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Scrape type for LE19%20TZN: 2
2026-03-29 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN
2026-03-29 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0fe7f44-0105-56d9-9d88-5cdc92914202 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0fe7f44-0105-56d9-9d88-5cdc92914202 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0fe7f44-0105-56d9-9d88-5cdc92914202, identifier: LE19%20TZN
2026-03-29 06:13:14 [bca.uk] INFO: Found listing with ID: YE73%20TVP
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Scrape type for YE73%20TVP: 2
2026-03-29 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP
2026-03-29 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee9b020a-a703-55ad-b632-8cce3772d524 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee9b020a-a703-55ad-b632-8cce3772d524 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee9b020a-a703-55ad-b632-8cce3772d524, identifier: YE73%20TVP
2026-03-29 06:13:14 [bca.uk] INFO: Found listing with ID: PF73%20UGK
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF73%2520UGK%27 HTTP/1.1" 200 None
2026-03-29 06:13:14 [bca.uk] INFO: Scrape type for PF73%20UGK: 2
2026-03-29 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK
2026-03-29 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with scrape type 2
2026-03-29 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 398ae205-1e17-5c0f-b4c6-5927d1b97d26, identifier: PF73%20UGK
2026-03-29 06:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN
2026-03-29 06:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN
2026-03-29 06:13:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN to the API
2026-03-29 06:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR20%20YWN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e76715e0-b2f3-5261-81a4-f85c81b4e888',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR20 YWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR20%20YWN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 65361,
'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 POLO 1.0 TSI 115 SEL DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 115 SEL DSG',
'vin': 'WVWZZZAWZLU090733',
'year': 2020}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 06:13:16 [bca.uk] INFO: Saving data for KR20%20YWN: {'auction_closing_time': 1775037600.0, 'created_time': 1774650289.794729, 'last_price_update_time': 1774764796.080159}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR20%2520YWN') HTTP/1.1" 204 0
2026-03-29 06:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ
2026-03-29 06:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ
2026-03-29 06:13:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ to the API
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF22%20JKZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '9d6d717f-5584-5128-9ea7-c715b7993711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF22 JKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF22%20JKZ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 30567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD EDITION Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD EDITION',
'vin': 'SALZA2AT9PH197747',
'year': 2022}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:16 [bca.uk] INFO: Saving data for YF22%20JKZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773843899.336132, 'last_price_update_time': 1774764796.366886}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF22%2520JKZ') HTTP/1.1" 204 0
2026-03-29 06:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO
2026-03-29 06:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO
2026-03-29 06:13:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO to the API
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK23%20CUO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3ad60a39-e90c-5757-b599-20addc6318c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EK23 CUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK23%20CUO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 18339,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID ICON',
'vin': 'JTDKBABB20A180650',
'year': 2023}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 06:13:16 [bca.uk] INFO: Saving data for EK23%20CUO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650468.706316, 'last_price_update_time': 1774764796.641701}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK23%2520CUO') HTTP/1.1" 204 0
2026-03-29 06:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN
2026-03-29 06:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN
2026-03-29 06:13:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN to the API
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:16 [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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE19%20TZN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b0fe7f44-0105-56d9-9d88-5cdc92914202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LE19 TZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE19%20TZN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'KIA',
'model': 'CEED',
'odometer': 74513,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'KIA CEED 1.6 CRDI ECO 2 ISG Hatchback',
'transmission': 'manual',
'trim': 'CRDI ECO 2 ISG',
'vin': 'U5YH2519LKL060280',
'year': 2019}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 06:13:16 [bca.uk] INFO: Saving data for LE19%20TZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650949.146553, 'last_price_update_time': 1774764796.95524}
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520TZN') HTTP/1.1" 204 0
2026-03-29 06:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP
2026-03-29 06:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP
2026-03-29 06:13:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP to the API
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20TVP-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ee9b020a-a703-55ad-b632-8cce3772d524',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE73 TVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20TVP&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'TOWNSTAR',
'odometer': 16382,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
'transmission': 'automatic',
'trim': '90KW 45KWH L1 ACENTA',
'vin': 'VNVNFK00570881976',
'year': 2023}
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Saving data for YE73%20TVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650352.62893, 'last_price_update_time': 1774764797.239509}
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520TVP') HTTP/1.1" 204 0
2026-03-29 06:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK
2026-03-29 06:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK
2026-03-29 06:13:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK to the API
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF73%20UGK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '398ae205-1e17-5c0f-b4c6-5927d1b97d26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF73 UGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF73%20UGK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'HIGHLANDER',
'odometer': 27697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA HIGHLANDER 2.5 VVT-I HYBRID EXCEL PREMIUM 4WD StationWagon',
'transmission': 'automatic',
'trim': 'VVT-I HYBRID EXCEL PREMIUM 4WD',
'vin': '5TDLB3CH60S131828',
'year': 2023}
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF73%2520UGK%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Saving data for PF73%20UGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774304887.605851, 'last_price_update_time': 1774764797.517407}
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF73%2520UGK') HTTP/1.1" 204 0
2026-03-29 06:13:17 [bca.uk] INFO: Found listing with ID: SB18%20DDU
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Scrape type for SB18%20DDU: 2
2026-03-29 06:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU
2026-03-29 06:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b, identifier: SB18%20DDU
2026-03-29 06:13:17 [bca.uk] INFO: Found listing with ID: KV71%20WGU
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520WGU%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Scrape type for KV71%20WGU: 0
2026-03-29 06:13:17 [bca.uk] INFO: Found listing with ID: BF63%20HKP
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520HKP%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Scrape type for BF63%20HKP: 0
2026-03-29 06:13:17 [bca.uk] INFO: Found listing with ID: ML64%20XYF
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520XYF%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Scrape type for ML64%20XYF: 2
2026-03-29 06:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF
2026-03-29 06:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f2cf785-5e60-55d0-a49d-58b46406d3dd with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f2cf785-5e60-55d0-a49d-58b46406d3dd with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f2cf785-5e60-55d0-a49d-58b46406d3dd, identifier: ML64%20XYF
2026-03-29 06:13:17 [bca.uk] INFO: Found listing with ID: BP65%20VHA
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520VHA%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Scrape type for BP65%20VHA: 2
2026-03-29 06:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 633c82be-cd38-5ce4-ae4d-87e6f77318a7 with identifier: BP65%20VHA
2026-03-29 06:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 633c82be-cd38-5ce4-ae4d-87e6f77318a7 with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 633c82be-cd38-5ce4-ae4d-87e6f77318a7 with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 633c82be-cd38-5ce4-ae4d-87e6f77318a7, identifier: BP65%20VHA
2026-03-29 06:13:17 [bca.uk] INFO: Found listing with ID: SE19%20UWZ
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:17 [bca.uk] INFO: Scrape type for SE19%20UWZ: 2
2026-03-29 06:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ
2026-03-29 06:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a01c48-4d4c-54b5-8200-606d9e07d170 with scrape type 2
2026-03-29 06:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91a01c48-4d4c-54b5-8200-606d9e07d170 with scrape type 2
2026-03-29 06:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91a01c48-4d4c-54b5-8200-606d9e07d170, identifier: SE19%20UWZ
2026-03-29 06:13:18 [bca.uk] INFO: Found listing with ID: BK21%20LDU
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 06:13:18 [bca.uk] INFO: Scrape type for BK21%20LDU: 2
2026-03-29 06:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU
2026-03-29 06:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ff0ff7-0114-5519-8397-be1e5baf5842 with scrape type 2
2026-03-29 06:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ff0ff7-0114-5519-8397-be1e5baf5842 with scrape type 2
2026-03-29 06:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ff0ff7-0114-5519-8397-be1e5baf5842, identifier: BK21%20LDU
2026-03-29 06:13:18 [bca.uk] INFO: Found listing with ID: VE21%20BCO
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BCO%27 HTTP/1.1" 200 None
2026-03-29 06:13:18 [bca.uk] INFO: Scrape type for VE21%20BCO: 2
2026-03-29 06:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO
2026-03-29 06:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f722bf2a-fe69-5f5c-a83c-88a86d722f50 with scrape type 2
2026-03-29 06:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f722bf2a-fe69-5f5c-a83c-88a86d722f50 with scrape type 2
2026-03-29 06:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f722bf2a-fe69-5f5c-a83c-88a86d722f50, identifier: VE21%20BCO
2026-03-29 06:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU
2026-03-29 06:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU
2026-03-29 06:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU to the API
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB18%20DDU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '08e98f77-c34f-5a14-94fe-338bb9f8ff6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SB18 DDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB18%20DDU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 30916,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.3 CDTI 75 DESIGN Hatchback',
'transmission': 'manual',
'trim': 'CDTI 75 DESIGN',
'vin': 'W0V0XEP68J4338278',
'year': 2018}
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 06:13:18 [bca.uk] INFO: Saving data for SB18%20DDU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650290.509433, 'last_price_update_time': 1774764798.516863}
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB18%2520DDU') HTTP/1.1" 204 0
2026-03-29 06:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF
2026-03-29 06:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF
2026-03-29 06:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF to the API
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML64%20XYF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2f2cf785-5e60-55d0-a49d-58b46406d3dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML64 XYF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML64%20XYF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'KIA',
'model': 'CEED',
'odometer': 83521,
'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 CEED 1.6 CRDI 126 E/D 2 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 126 E/D 2',
'vin': 'U5YHN516LFL170144',
'year': 2015}
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520XYF%27 HTTP/1.1" 200 None
2026-03-29 06:13:18 [bca.uk] INFO: Saving data for ML64%20XYF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650466.171515, 'last_price_update_time': 1774764798.890223}
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML64%2520XYF') HTTP/1.1" 204 0
2026-03-29 06:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 633c82be-cd38-5ce4-ae4d-87e6f77318a7 with identifier: BP65%20VHA
2026-03-29 06:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 633c82be-cd38-5ce4-ae4d-87e6f77318a7 with identifier: BP65%20VHA
2026-03-29 06:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 633c82be-cd38-5ce4-ae4d-87e6f77318a7 with identifier: BP65%20VHA to the API
2026-03-29 06:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP65%20VHA-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '633c82be-cd38-5ce4-ae4d-87e6f77318a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP65 VHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP65%20VHA&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'PEUGEOT',
'model': 'EXPERT 1000KG',
'odometer': 116753,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT EXPERT 1000KG 2.0 HDI 130 L1 H1 PROFESSIONAL PanelVan',
'transmission': 'manual',
'trim': 'HDI 130 L1 H1 PROFESSIONAL',
'vin': 'VF3XSAHZ8FZ058819',
'year': 2016}
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP65%2520VHA%27 HTTP/1.1" 200 None
2026-03-29 06:13:19 [bca.uk] INFO: Saving data for BP65%20VHA: {'auction_closing_time': 1774778400.0, 'created_time': 1774650469.080791, 'last_price_update_time': 1774764799.193085}
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP65%2520VHA') HTTP/1.1" 204 0
2026-03-29 06:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ
2026-03-29 06:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ
2026-03-29 06:13:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ to the API
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:19 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE19%20UWZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '91a01c48-4d4c-54b5-8200-606d9e07d170',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE19 UWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE19%20UWZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 51723,
'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 D150 2WD Hatchback',
'transmission': 'manual',
'trim': 'D150 2WD',
'vin': 'SADFB2CN2K1Z69369',
'year': 2019}
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:19 [bca.uk] INFO: Saving data for SE19%20UWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929698.155398, 'last_price_update_time': 1774764799.493232}
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE19%2520UWZ') HTTP/1.1" 204 0
2026-03-29 06:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU
2026-03-29 06:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU
2026-03-29 06:13:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU to the API
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK21%20LDU-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '50ff0ff7-0114-5519-8397-be1e5baf5842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK21 LDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK21%20LDU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T32',
'odometer': 55414,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB S/L BUSINESS PanelVan',
'transmission': 'manual',
'trim': 'TDI 110 SWB S/L BUSINESS',
'vin': 'WV1ZZZ7HZMH106963',
'year': 2021}
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK21%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 06:13:19 [bca.uk] INFO: Saving data for BK21%20LDU: {'auction_closing_time': 1774951200.0, 'created_time': 1774391711.371206, 'last_price_update_time': 1774764799.776914}
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK21%2520LDU') HTTP/1.1" 204 0
2026-03-29 06:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO
2026-03-29 06:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO
2026-03-29 06:13:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO to the API
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE21%20BCO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f722bf2a-fe69-5f5c-a83c-88a86d722f50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE21 BCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE21%20BCO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'VIVARO 2700',
'odometer': 14195,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL VIVARO 2700 1.5 D 100 EDITION L1 H1 PanelVan',
'transmission': 'manual',
'trim': 'D 100 EDITION L1 H1',
'vin': 'VXEVBYHRKM7814080',
'year': 2021}
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE21%2520BCO%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Saving data for VE21%20BCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650284.21176, 'last_price_update_time': 1774764800.072149}
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520BCO') HTTP/1.1" 204 0
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: BD22%20EMJ
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD22%2520EMJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for BD22%20EMJ: 2
2026-03-29 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ
2026-03-29 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2ddbec9-437a-56d5-9780-5b1c6ba91244 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2ddbec9-437a-56d5-9780-5b1c6ba91244 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2ddbec9-437a-56d5-9780-5b1c6ba91244, identifier: BD22%20EMJ
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: DC18%20OGR
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DC18%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for DC18%20OGR: 0
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: DU18%20WNA
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU18%2520WNA%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for DU18%20WNA: 2
2026-03-29 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA
2026-03-29 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52, identifier: DU18%20WNA
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: WG19%20NLE
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG19%2520NLE%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for WG19%20NLE: 0
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: WG74%20UGY
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG74%2520UGY%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for WG74%20UGY: 2
2026-03-29 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY
2026-03-29 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a, identifier: WG74%20UGY
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: WV70%20FFN
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV70%2520FFN%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for WV70%20FFN: 2
2026-03-29 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN
2026-03-29 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f54e32d5-46a2-5084-a2a5-e41c804421a0 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f54e32d5-46a2-5084-a2a5-e41c804421a0 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f54e32d5-46a2-5084-a2a5-e41c804421a0, identifier: WV70%20FFN
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: EX22%20SWK
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX22%2520SWK%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for EX22%20SWK: 2
2026-03-29 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK
2026-03-29 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 642813a9-9e72-54ff-b84a-8993983e9922 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 642813a9-9e72-54ff-b84a-8993983e9922 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 642813a9-9e72-54ff-b84a-8993983e9922, identifier: EX22%20SWK
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: LR22%20JWY
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520JWY%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for LR22%20JWY: 0
2026-03-29 06:13:20 [bca.uk] INFO: Found listing with ID: AX72%20NGU
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AX72%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:13:20 [bca.uk] INFO: Scrape type for AX72%20NGU: 2
2026-03-29 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU
2026-03-29 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bf3dc2-64a3-59c7-9493-64f879109544 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60bf3dc2-64a3-59c7-9493-64f879109544 with scrape type 2
2026-03-29 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60bf3dc2-64a3-59c7-9493-64f879109544, identifier: AX72%20NGU
2026-03-29 06:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ
2026-03-29 06:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ
2026-03-29 06:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ to the API
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD22%20EMJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c2ddbec9-437a-56d5-9780-5b1c6ba91244',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD22 EMJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD22%20EMJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 82541,
'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 105 300 SWB LEADER L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER L/R',
'vin': 'WF0ZXXTTGZNS58769',
'year': 2022}
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD22%2520EMJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:21 [bca.uk] INFO: Saving data for BD22%20EMJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650283.545139, 'last_price_update_time': 1774764801.096724}
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD22%2520EMJ') HTTP/1.1" 204 0
2026-03-29 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=melting+silver HTTP/1.1" 200 None
2026-03-29 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA
2026-03-29 06:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA to the API
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU18%20WNA-GB',
'category': 'Car',
'color': 'melting silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ceaa4cf0-1e71-5485-bbb2-c472e24d3e52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU18 WNA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU18%20WNA&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 96577,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER Hatchback',
'transmission': 'automatic',
'trim': 'COOPER',
'vin': 'WMWYS320303E55435',
'year': 2018}
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU18%2520WNA%27 HTTP/1.1" 200 None
2026-03-29 06:13:21 [bca.uk] INFO: Saving data for DU18%20WNA: {'auction_closing_time': 1775037600.0, 'created_time': 1773829784.553376, 'last_price_update_time': 1774764801.519713}
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU18%2520WNA') HTTP/1.1" 204 0
2026-03-29 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=midnight+black+ii HTTP/1.1" 200 None
2026-03-29 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY
2026-03-29 06:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY to the API
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG74%20UGY-GB',
'category': 'Car',
'color': 'midnight black ii',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '63e98012-1f70-52d4-ba8d-d8ed0ce0520a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WG74 UGY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG74%20UGY&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'COUNTRYMAN E',
'odometer': 5312,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN E 230KW SE CLASSIC ALL4 L1 Hatchback',
'transmission': 'automatic',
'trim': '230KW SE CLASSIC ALL4 L1',
'vin': 'WMW52GA0307R02539',
'year': 2025}
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WG74%2520UGY%27 HTTP/1.1" 200 None
2026-03-29 06:13:21 [bca.uk] INFO: Saving data for WG74%20UGY: {'auction_closing_time': 1775037600.0, 'created_time': 1774017133.100664, 'last_price_update_time': 1774764801.91297}
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG74%2520UGY') HTTP/1.1" 204 0
2026-03-29 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN
2026-03-29 06:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN
2026-03-29 06:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN to the API
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:22 [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': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV70%20FFN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f54e32d5-46a2-5084-a2a5-e41c804421a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV70 FFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV70%20FFN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 42181,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 95 ST-LINE ED. Hatchback',
'transmission': 'manual',
'trim': 'E/B 95 ST-LINE ED.',
'vin': 'WF0JXXGAHJLR67614',
'year': 2020}
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520FFN%27 HTTP/1.1" 200 None
2026-03-29 06:13:22 [bca.uk] INFO: Saving data for WV70%20FFN: {'auction_closing_time': 1774864800.0, 'created_time': 1773822077.837994, 'last_price_update_time': 1774764802.223957}
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV70%2520FFN') HTTP/1.1" 204 0
2026-03-29 06:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK
2026-03-29 06:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK
2026-03-29 06:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK to the API
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX22%20SWK-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '642813a9-9e72-54ff-b84a-8993983e9922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX22 SWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX22%20SWK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'BERLINGO M',
'odometer': 80978,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN BERLINGO M 1.2 P/T 110 1000 ENTERPRISE Van',
'transmission': 'manual',
'trim': 'P/T 110 1000 ENTERPRISE',
'vin': 'VR7EUHNP2MJ933001',
'year': 2022}
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520SWK%27 HTTP/1.1" 200 None
2026-03-29 06:13:22 [bca.uk] INFO: Saving data for EX22%20SWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650641.278661, 'last_price_update_time': 1774764802.503624}
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX22%2520SWK') HTTP/1.1" 204 0
2026-03-29 06:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU
2026-03-29 06:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU
2026-03-29 06:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU to the API
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20NGU-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '60bf3dc2-64a3-59c7-9493-64f879109544',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AX72 NGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20NGU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'E-DISPATCH 1000',
'odometer': 24905,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'CITROEN E-DISPATCH 1000 100KW 75KWH M ENTERPRISE ED. PanelVan',
'transmission': 'automatic',
'trim': '100KW 75KWH M ENTERPRISE ED.',
'vin': 'VF7V1ZKXZPZ007363',
'year': 2023}
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:13:22 [bca.uk] INFO: Saving data for AX72%20NGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650277.55625, 'last_price_update_time': 1774764802.778122}
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520NGU') HTTP/1.1" 204 0
2026-03-29 06:13:22 [bca.uk] INFO: Found listing with ID: DS24%20NKU
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 06:13:22 [bca.uk] INFO: Scrape type for DS24%20NKU: 2
2026-03-29 06:13:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU
2026-03-29 06:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0171a758-9f17-56cb-a847-f9dc2e3357a4 with scrape type 2
2026-03-29 06:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0171a758-9f17-56cb-a847-f9dc2e3357a4 with scrape type 2
2026-03-29 06:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0171a758-9f17-56cb-a847-f9dc2e3357a4, identifier: DS24%20NKU
2026-03-29 06:13:22 [bca.uk] INFO: Found listing with ID: HT72%20GXD
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520GXD%27 HTTP/1.1" 200 None
2026-03-29 06:13:22 [bca.uk] INFO: Scrape type for HT72%20GXD: 2
2026-03-29 06:13:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD
2026-03-29 06:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf31cf4-7caf-5be5-abb9-a1c8495dd625 with scrape type 2
2026-03-29 06:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf31cf4-7caf-5be5-abb9-a1c8495dd625 with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faf31cf4-7caf-5be5-abb9-a1c8495dd625, identifier: HT72%20GXD
2026-03-29 06:13:23 [bca.uk] INFO: Found listing with ID: BN72%20UOH
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN72%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 06:13:23 [bca.uk] INFO: Scrape type for BN72%20UOH: 2
2026-03-29 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f995dab7-e637-501c-aa62-b22f5de09455 with identifier: BN72%20UOH
2026-03-29 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f995dab7-e637-501c-aa62-b22f5de09455 with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f995dab7-e637-501c-aa62-b22f5de09455 with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f995dab7-e637-501c-aa62-b22f5de09455, identifier: BN72%20UOH
2026-03-29 06:13:23 [bca.uk] INFO: Found listing with ID: DM19%20WMW
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM19%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 06:13:23 [bca.uk] INFO: Scrape type for DM19%20WMW: 2
2026-03-29 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW
2026-03-29 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904ece14-679b-544f-a7d1-20e441a9a4aa with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904ece14-679b-544f-a7d1-20e441a9a4aa with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 904ece14-679b-544f-a7d1-20e441a9a4aa, identifier: DM19%20WMW
2026-03-29 06:13:23 [bca.uk] INFO: Found listing with ID: LM21%20CPZ
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520CPZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:23 [bca.uk] INFO: Scrape type for LM21%20CPZ: 2
2026-03-29 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ
2026-03-29 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4228616b-eabd-5adf-bf4d-92bf9cbe3971, identifier: LM21%20CPZ
2026-03-29 06:13:23 [bca.uk] INFO: Found listing with ID: KP12%20EHW
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 06:13:23 [bca.uk] INFO: Scrape type for KP12%20EHW: 2
2026-03-29 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW
2026-03-29 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with scrape type 2
2026-03-29 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf, identifier: KP12%20EHW
2026-03-29 06:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU
2026-03-29 06:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU
2026-03-29 06:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU to the API
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20NKU-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0171a758-9f17-56cb-a847-f9dc2e3357a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS24 NKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20NKU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 19873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL COMBO CARGO L1 1.5 TD 100 M PRIME Van',
'transmission': 'manual',
'trim': 'TD 100 M PRIME',
'vin': 'W0VEDYHT4RJ677864',
'year': 2024}
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 06:13:23 [bca.uk] INFO: Saving data for DS24%20NKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650282.097352, 'last_price_update_time': 1774764803.750347}
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520NKU') HTTP/1.1" 204 0
2026-03-29 06:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black+sapphire HTTP/1.1" 200 None
2026-03-29 06:13:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD
2026-03-29 06:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD to the API
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT72%20GXD-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'faf31cf4-7caf-5be5-abb9-a1c8495dd625',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HT72 GXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT72%20GXD&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'BMW',
'model': '840I GRAN COUPE',
'odometer': 22541,
'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 840I GRAN COUPE 3.0 SDRIVE M SPORT Coupe',
'transmission': 'automatic',
'trim': 'SDRIVE M SPORT',
'vin': 'WBAGV22080CM19637',
'year': 2023}
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520GXD%27 HTTP/1.1" 200 None
2026-03-29 06:13:24 [bca.uk] INFO: Saving data for HT72%20GXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774016264.315857, 'last_price_update_time': 1774764804.245259}
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT72%2520GXD') HTTP/1.1" 204 0
2026-03-29 06:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f995dab7-e637-501c-aa62-b22f5de09455 with identifier: BN72%20UOH
2026-03-29 06:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f995dab7-e637-501c-aa62-b22f5de09455 with identifier: BN72%20UOH
2026-03-29 06:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f995dab7-e637-501c-aa62-b22f5de09455 with identifier: BN72%20UOH to the API
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 196,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN72%20UOH-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f995dab7-e637-501c-aa62-b22f5de09455',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN72 UOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN72%20UOH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 36586,
'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 LIMITED L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 130 300 SWB LIMITED L/R',
'vin': 'WF0ZXXTTGZNM73909',
'year': 2022}
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN72%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 06:13:24 [bca.uk] INFO: Saving data for BN72%20UOH: {'auction_closing_time': 1774778400.0, 'created_time': 1774650447.726526, 'last_price_update_time': 1774764804.544186}
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN72%2520UOH') HTTP/1.1" 204 0
2026-03-29 06:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW
2026-03-29 06:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW
2026-03-29 06:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW to the API
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:24 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DM19%20WMW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '904ece14-679b-544f-a7d1-20e441a9a4aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DM19 WMW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DM19%20WMW&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 45303,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
'transmission': 'manual',
'trim': 'T 130 ELITE S/S',
'vin': 'W0V7H9EB7K4186322',
'year': 2019}
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM19%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 06:13:24 [bca.uk] INFO: Saving data for DM19%20WMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650946.698769, 'last_price_update_time': 1774764804.817474}
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DM19%2520WMW') HTTP/1.1" 204 0
2026-03-29 06:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ
2026-03-29 06:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ
2026-03-29 06:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ to the API
2026-03-29 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 21,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20CPZ-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '4228616b-eabd-5adf-bf4d-92bf9cbe3971',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM21 CPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20CPZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'L.E.V.C.',
'model': 'VN5 ELECTRIC',
'odometer': 42984,
'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': 'L.E.V.C. VN5 ELECTRIC 1.5 110KW 31KWH CITY Van',
'transmission': 'automatic',
'trim': '110KW 31KWH CITY',
'vin': 'SCRET34J4MA005420',
'year': 2021}
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520CPZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Saving data for LM21%20CPZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650642.01221, 'last_price_update_time': 1774764805.117382}
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520CPZ') HTTP/1.1" 204 0
2026-03-29 06:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW
2026-03-29 06:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW
2026-03-29 06:13:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW to the API
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP12%20EHW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4ba492ee-5d4d-588a-af18-0e3c0b86dcdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP12 EHW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP12%20EHW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'B180',
'odometer': 97302,
'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 B180 1.6 B/E SPORT MPV',
'transmission': 'automatic',
'trim': 'B/E SPORT',
'vin': 'WDD2462422J081879',
'year': 2012}
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520EHW%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Saving data for KP12%20EHW: {'auction_closing_time': 1775124000.0, 'created_time': 1774650276.534771, 'last_price_update_time': 1774764805.407078}
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP12%2520EHW') HTTP/1.1" 204 0
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: FG20%20FKJ
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for FG20%20FKJ: 2
2026-03-29 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ
2026-03-29 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54, identifier: FG20%20FKJ
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: RO22%20EKA
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EKA%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for RO22%20EKA: 0
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: WD71%20CRX
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD71%2520CRX%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for WD71%20CRX: 0
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: HJ24%20VXV
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for HJ24%20VXV: 2
2026-03-29 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV
2026-03-29 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8c210f2-5d9e-5030-b92b-79ad8fb0937c with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8c210f2-5d9e-5030-b92b-79ad8fb0937c with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8c210f2-5d9e-5030-b92b-79ad8fb0937c, identifier: HJ24%20VXV
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: CV23%20XDN
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520XDN%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for CV23%20XDN: 2
2026-03-29 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN
2026-03-29 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfc6a9b3-4631-5a67-b712-5ce6fb076a96, identifier: CV23%20XDN
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: FG19%20NUY
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520NUY%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for FG19%20NUY: 2
2026-03-29 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY
2026-03-29 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb5f1a2-9e57-590e-9641-4178d5353098 with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bb5f1a2-9e57-590e-9641-4178d5353098 with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bb5f1a2-9e57-590e-9641-4178d5353098, identifier: FG19%20NUY
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: VGZ%209261
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209261%27 HTTP/1.1" 200 None
2026-03-29 06:13:25 [bca.uk] INFO: Scrape type for VGZ%209261: 2
2026-03-29 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261
2026-03-29 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e713570-1506-57eb-9256-29d88e16f9ab with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e713570-1506-57eb-9256-29d88e16f9ab with scrape type 2
2026-03-29 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e713570-1506-57eb-9256-29d88e16f9ab, identifier: VGZ%209261
2026-03-29 06:13:25 [bca.uk] INFO: Found listing with ID: HN21%20KPP
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520KPP%27 HTTP/1.1" 200 None
2026-03-29 06:13:26 [bca.uk] INFO: Scrape type for HN21%20KPP: 2
2026-03-29 06:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP
2026-03-29 06:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1d94c4a-ecbc-5525-85e3-126793b4d672 with scrape type 2
2026-03-29 06:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1d94c4a-ecbc-5525-85e3-126793b4d672 with scrape type 2
2026-03-29 06:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1d94c4a-ecbc-5525-85e3-126793b4d672, identifier: HN21%20KPP
2026-03-29 06:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ
2026-03-29 06:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ
2026-03-29 06:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ to the API
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG20%20FKJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7f2b11c1-c5a7-5055-9bcd-a148fbad1b54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FG20 FKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG20%20FKJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'PROACE VERSO',
'odometer': 87601,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE VERSO 1.5 D 120 SHUTTLE MEDIUM MPV',
'transmission': 'manual',
'trim': 'D 120 SHUTTLE MEDIUM',
'vin': 'YARVAYHVKGZ172993',
'year': 2020}
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:26 [bca.uk] INFO: Saving data for FG20%20FKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650282.841521, 'last_price_update_time': 1774764806.360704}
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG20%2520FKJ') HTTP/1.1" 204 0
2026-03-29 06:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV
2026-03-29 06:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV
2026-03-29 06:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV to the API
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ24%20VXV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b8c210f2-5d9e-5030-b92b-79ad8fb0937c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HJ24 VXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ24%20VXV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'TOYOTA',
'model': 'BZ4X',
'odometer': 12045,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
'transmission': 'automatic',
'trim': '150KW 71KWH MOTION (11KC)',
'vin': 'JTMAABAA90A026580',
'year': 2024}
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 06:13:26 [bca.uk] INFO: Saving data for HJ24%20VXV: {'auction_closing_time': 1774951200.0, 'created_time': 1773958268.482184, 'last_price_update_time': 1774764806.638766}
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ24%2520VXV') HTTP/1.1" 204 0
2026-03-29 06:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN
2026-03-29 06:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN
2026-03-29 06:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN to the API
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV23%20XDN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'dfc6a9b3-4631-5a67-b712-5ce6fb076a96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CV23 XDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV23%20XDN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'COROLLA T/S',
'odometer': 24122,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
'transmission': 'automatic',
'trim': 'HYBRID ICON',
'vin': 'SB1ZB3AE10E012744',
'year': 2023}
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520XDN%27 HTTP/1.1" 200 None
2026-03-29 06:13:26 [bca.uk] INFO: Saving data for CV23%20XDN: {'auction_closing_time': 1775556000.0, 'created_time': 1774650449.060847, 'last_price_update_time': 1774764806.91553}
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV23%2520XDN') HTTP/1.1" 204 0
2026-03-29 06:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY
2026-03-29 06:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY
2026-03-29 06:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY to the API
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:27 [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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20NUY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5bb5f1a2-9e57-590e-9641-4178d5353098',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG19 NUY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20NUY&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 67136,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 2WD R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TDI 150 BMT 2WD R LINE DSG',
'vin': 'WVGZZZ5NZKW886805',
'year': 2019}
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520NUY%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Saving data for FG19%20NUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774650933.115653, 'last_price_update_time': 1774764807.189785}
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520NUY') HTTP/1.1" 204 0
2026-03-29 06:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261
2026-03-29 06:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261
2026-03-29 06:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261 to the API
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VGZ%209261-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e713570-1506-57eb-9256-29d88e16f9ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VGZ 9261',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VGZ%209261&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 61578,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 2.0 TDI 150 SE L Hatchback',
'transmission': 'manual',
'trim': 'TDI 150 SE L',
'vin': 'TMBBJ7NX8NY021353',
'year': 2022}
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209261%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Saving data for VGZ%209261: {'auction_closing_time': 1774951200.0, 'created_time': 1774650641.6648, 'last_price_update_time': 1774764807.475198}
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VGZ%25209261') HTTP/1.1" 204 0
2026-03-29 06:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP
2026-03-29 06:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP
2026-03-29 06:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP to the API
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN21%20KPP-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a1d94c4a-ecbc-5525-85e3-126793b4d672',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN21 KPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN21%20KPP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 43817,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 280 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYLT42523',
'year': 2021}
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520KPP%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Saving data for HN21%20KPP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650391.361951, 'last_price_update_time': 1774764807.757297}
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN21%2520KPP') HTTP/1.1" 204 0
2026-03-29 06:13:27 [bca.uk] INFO: Found listing with ID: OY69%20YUJ
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Scrape type for OY69%20YUJ: 0
2026-03-29 06:13:27 [bca.uk] INFO: Found listing with ID: RJ23%20GUC
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Scrape type for RJ23%20GUC: 2
2026-03-29 06:13:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC
2026-03-29 06:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb3bf2b8-f257-57ab-85be-838258e35a47 with scrape type 2
2026-03-29 06:13:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb3bf2b8-f257-57ab-85be-838258e35a47 with scrape type 2
2026-03-29 06:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb3bf2b8-f257-57ab-85be-838258e35a47, identifier: RJ23%20GUC
2026-03-29 06:13:27 [bca.uk] INFO: Found listing with ID: NJ21%20VNA
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520VNA%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Scrape type for NJ21%20VNA: 0
2026-03-29 06:13:27 [bca.uk] INFO: Found listing with ID: NU22%20ETK
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Scrape type for NU22%20ETK: 0
2026-03-29 06:13:27 [bca.uk] INFO: Found listing with ID: FD21%20CFN
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CFN%27 HTTP/1.1" 200 None
2026-03-29 06:13:27 [bca.uk] INFO: Scrape type for FD21%20CFN: 2
2026-03-29 06:13:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN
2026-03-29 06:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72bf3c15-a947-53ae-96b2-405b5dc33de4 with scrape type 2
2026-03-29 06:13:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72bf3c15-a947-53ae-96b2-405b5dc33de4 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72bf3c15-a947-53ae-96b2-405b5dc33de4, identifier: FD21%20CFN
2026-03-29 06:13:28 [bca.uk] INFO: Found listing with ID: AF23%20WGG
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520WGG%27 HTTP/1.1" 200 None
2026-03-29 06:13:28 [bca.uk] INFO: Scrape type for AF23%20WGG: 2
2026-03-29 06:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG
2026-03-29 06:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35905d16-41f8-5ebd-875c-177267a46d34 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35905d16-41f8-5ebd-875c-177267a46d34 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35905d16-41f8-5ebd-875c-177267a46d34, identifier: AF23%20WGG
2026-03-29 06:13:28 [bca.uk] INFO: Found listing with ID: KM19%20OHB
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 06:13:28 [bca.uk] INFO: Scrape type for KM19%20OHB: 2
2026-03-29 06:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB
2026-03-29 06:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fe4df97-690c-5161-a1b1-3a3579724290 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fe4df97-690c-5161-a1b1-3a3579724290 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fe4df97-690c-5161-a1b1-3a3579724290, identifier: KM19%20OHB
2026-03-29 06:13:28 [bca.uk] INFO: Found listing with ID: HT22%20JYF
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520JYF%27 HTTP/1.1" 200 None
2026-03-29 06:13:28 [bca.uk] INFO: Scrape type for HT22%20JYF: 2
2026-03-29 06:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF
2026-03-29 06:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a, identifier: HT22%20JYF
2026-03-29 06:13:28 [bca.uk] INFO: Found listing with ID: YH14%20VYL
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 06:13:28 [bca.uk] INFO: Scrape type for YH14%20VYL: 2
2026-03-29 06:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL
2026-03-29 06:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0611049e-0993-5b4e-94b9-7adb646ce118 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0611049e-0993-5b4e-94b9-7adb646ce118 with scrape type 2
2026-03-29 06:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0611049e-0993-5b4e-94b9-7adb646ce118, identifier: YH14%20VYL
2026-03-29 06:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC
2026-03-29 06:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC
2026-03-29 06:13:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC to the API
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20GUC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'fb3bf2b8-f257-57ab-85be-838258e35a47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ23 GUC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20GUC&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 15072,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 107KW 58KWH LIFE PRO Hatchback',
'transmission': 'automatic',
'trim': '107KW 58KWH LIFE PRO',
'vin': 'WVWZZZE1ZPP025690',
'year': 2023}
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:13:28 [bca.uk] INFO: Saving data for RJ23%20GUC: {'auction_closing_time': 1775124000.0, 'created_time': 1774650274.730434, 'last_price_update_time': 1774764808.754799}
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520GUC') HTTP/1.1" 204 0
2026-03-29 06:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=chili+red HTTP/1.1" 200 None
2026-03-29 06:13:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN
2026-03-29 06:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN to the API
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20CFN-GB',
'category': 'Car',
'color': 'chili red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '72bf3c15-a947-53ae-96b2-405b5dc33de4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD21 CFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20CFN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MINI',
'model': 'COOPER',
'odometer': 33035,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WMW32DH0402P87149',
'year': 2021}
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CFN%27 HTTP/1.1" 200 None
2026-03-29 06:13:29 [bca.uk] INFO: Saving data for FD21%20CFN: {'auction_closing_time': 1775037600.0, 'created_time': 1774016313.291559, 'last_price_update_time': 1774764809.300085}
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520CFN') HTTP/1.1" 204 0
2026-03-29 06:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG
2026-03-29 06:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG
2026-03-29 06:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG to the API
2026-03-29 06:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20WGG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '35905d16-41f8-5ebd-875c-177267a46d34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF23 WGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20WGG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 21924,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC400095197',
'year': 2023}
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520WGG%27 HTTP/1.1" 200 None
2026-03-29 06:13:30 [bca.uk] INFO: Saving data for AF23%20WGG: {'auction_closing_time': 1775556000.0, 'created_time': 1774650454.396045, 'last_price_update_time': 1774764810.281483}
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520WGG') HTTP/1.1" 204 0
2026-03-29 06:13:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB
2026-03-29 06:13:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB
2026-03-29 06:13:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB to the API
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:30 [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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM19%20OHB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9fe4df97-690c-5161-a1b1-3a3579724290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM19 OHB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM19%20OHB&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 42620,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': '30 TFSI S LINE S-T',
'vin': 'WAUZZZGB3KR030968',
'year': 2019}
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 06:13:30 [bca.uk] INFO: Saving data for KM19%20OHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650932.740664, 'last_price_update_time': 1774764810.553238}
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM19%2520OHB') HTTP/1.1" 204 0
2026-03-29 06:13:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF
2026-03-29 06:13:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF
2026-03-29 06:13:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF to the API
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 253,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT22%20JYF-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HT22 JYF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT22%20JYF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'RANGER',
'odometer': 38212,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 213 LIMITED 1 CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 213 LIMITED 1',
'vin': '6FPPXXMJ2PNS85982',
'year': 2022}
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520JYF%27 HTTP/1.1" 200 None
2026-03-29 06:13:30 [bca.uk] INFO: Saving data for HT22%20JYF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650638.259228, 'last_price_update_time': 1774764810.831829}
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT22%2520JYF') HTTP/1.1" 204 0
2026-03-29 06:13:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL
2026-03-29 06:13:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL
2026-03-29 06:13:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL to the API
2026-03-29 06:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH14%20VYL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0611049e-0993-5b4e-94b9-7adb646ce118',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH14 VYL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH14%20VYL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '335I GT',
'odometer': 51178,
'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 335I GT 3.0 M SPORT STEP Hatchback',
'transmission': 'manual',
'trim': 'M SPORT STEP',
'vin': 'WBA3X72020DZ69710',
'year': 2014}
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Saving data for YH14%20VYL: {'auction_closing_time': 1775124000.0, 'created_time': 1774564801.708531, 'last_price_update_time': 1774764811.40223}
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH14%2520VYL') HTTP/1.1" 204 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: RY73%20CGK
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CGK%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for RY73%20CGK: 2
2026-03-29 06:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK
2026-03-29 06:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6705a5-3c2e-5c0b-b6f7-7d398239083c with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6705a5-3c2e-5c0b-b6f7-7d398239083c with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa6705a5-3c2e-5c0b-b6f7-7d398239083c, identifier: RY73%20CGK
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: YP74%20VLM
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLM%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for YP74%20VLM: 2
2026-03-29 06:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM
2026-03-29 06:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8, identifier: YP74%20VLM
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: AJ19%20DWA
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520DWA%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for AJ19%20DWA: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: KN67%20GDO
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN67%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for KN67%20GDO: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: MD67%20XLY
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520XLY%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for MD67%20XLY: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: ND72%20KNA
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KNA%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for ND72%20KNA: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: SO18%20MUP
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for SO18%20MUP: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: SO67%20BXC
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO67%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for SO67%20BXC: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: YA17%20UGS
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA17%2520UGS%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for YA17%20UGS: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: YG20%20JZT
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for YG20%20JZT: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: YK18%20DJO
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520DJO%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for YK18%20DJO: 0
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: C8%20SUP
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C8%2520SUP%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for C8%20SUP: 2
2026-03-29 06:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38021f39-ca4c-50f7-b3dd-dbde3aad05df with identifier: C8%20SUP
2026-03-29 06:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38021f39-ca4c-50f7-b3dd-dbde3aad05df with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38021f39-ca4c-50f7-b3dd-dbde3aad05df with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38021f39-ca4c-50f7-b3dd-dbde3aad05df, identifier: C8%20SUP
2026-03-29 06:13:31 [bca.uk] INFO: Found listing with ID: WJ19%20MTY
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ19%2520MTY%27 HTTP/1.1" 200 None
2026-03-29 06:13:31 [bca.uk] INFO: Scrape type for WJ19%20MTY: 2
2026-03-29 06:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY
2026-03-29 06:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e21544-c306-5876-b01b-26f38d2b9fa1 with scrape type 2
2026-03-29 06:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e21544-c306-5876-b01b-26f38d2b9fa1 with scrape type 2
2026-03-29 06:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20e21544-c306-5876-b01b-26f38d2b9fa1, identifier: WJ19%20MTY
2026-03-29 06:13:32 [bca.uk] INFO: Found listing with ID: ND72%20KBO
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KBO%27 HTTP/1.1" 200 None
2026-03-29 06:13:32 [bca.uk] INFO: Scrape type for ND72%20KBO: 2
2026-03-29 06:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO
2026-03-29 06:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b890fd20-3701-54d4-8363-89cb647f9eec with scrape type 2
2026-03-29 06:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b890fd20-3701-54d4-8363-89cb647f9eec with scrape type 2
2026-03-29 06:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b890fd20-3701-54d4-8363-89cb647f9eec, identifier: ND72%20KBO
2026-03-29 06:13:32 [bca.uk] INFO: Found listing with ID: YR18%20JVF
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 06:13:32 [bca.uk] INFO: Scrape type for YR18%20JVF: 2
2026-03-29 06:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF
2026-03-29 06:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with scrape type 2
2026-03-29 06:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with scrape type 2
2026-03-29 06:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1, identifier: YR18%20JVF
2026-03-29 06:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK
2026-03-29 06:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK
2026-03-29 06:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK to the API
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY73%20CGK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'aa6705a5-3c2e-5c0b-b6f7-7d398239083c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RY73 CGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY73%20CGK&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 18461,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 77KWH PRO S Hatchback',
'transmission': 'automatic',
'trim': '150KW 77KWH PRO S',
'vin': 'WVWZZZE10RP005822',
'year': 2024}
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CGK%27 HTTP/1.1" 200 None
2026-03-29 06:13:32 [bca.uk] INFO: Saving data for RY73%20CGK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650273.700154, 'last_price_update_time': 1774764812.532859}
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY73%2520CGK') HTTP/1.1" 204 0
2026-03-29 06:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM
2026-03-29 06:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM
2026-03-29 06:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM to the API
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 197,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1c2389f7-57e3-5c57-ab93-ffc848ab38f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP74 VLM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20VLM&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'TOURNEO CUSTOM',
'odometer': 25680,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FORD TOURNEO CUSTOM 2.0 EBL 136 320 L1 TITANIUM Bus',
'transmission': 'manual',
'trim': 'EBL 136 320 L1 TITANIUM',
'vin': 'WF0XXXTA0XRK08521',
'year': 2024}
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLM%27 HTTP/1.1" 200 None
2026-03-29 06:13:32 [bca.uk] INFO: Saving data for YP74%20VLM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650453.324127, 'last_price_update_time': 1774764812.930588}
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520VLM') HTTP/1.1" 204 0
2026-03-29 06:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38021f39-ca4c-50f7-b3dd-dbde3aad05df with identifier: C8%20SUP
2026-03-29 06:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38021f39-ca4c-50f7-b3dd-dbde3aad05df with identifier: C8%20SUP
2026-03-29 06:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38021f39-ca4c-50f7-b3dd-dbde3aad05df with identifier: C8%20SUP to the API
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C8%20SUP-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '38021f39-ca4c-50f7-b3dd-dbde3aad05df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'C8 SUP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=C8%20SUP&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'TOURNEO CUSTOM',
'odometer': 39821,
'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 TOURNEO CUSTOM 2.0 EBL 170 LWB TITANIUM L/R Bus',
'transmission': 'manual',
'trim': 'EBL 170 LWB TITANIUM L/R',
'vin': 'WF03XXTTG3KD79235',
'year': 2019}
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27C8%2520SUP%27 HTTP/1.1" 200 None
2026-03-29 06:13:33 [bca.uk] INFO: Saving data for C8%20SUP: {'auction_closing_time': 1774778400.0, 'created_time': 1774650456.250055, 'last_price_update_time': 1774764813.247036}
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C8%2520SUP') HTTP/1.1" 204 0
2026-03-29 06:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY
2026-03-29 06:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY
2026-03-29 06:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY to the API
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:33 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ19%20MTY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '20e21544-c306-5876-b01b-26f38d2b9fa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ19 MTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ19%20MTY&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 62402,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 150 GT Estate',
'transmission': 'manual',
'trim': 'TSI EVO 150 GT',
'vin': 'WVWZZZAUZKP541360',
'year': 2019}
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ19%2520MTY%27 HTTP/1.1" 200 None
2026-03-29 06:13:33 [bca.uk] INFO: Saving data for WJ19%20MTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774650909.632033, 'last_price_update_time': 1774764813.529367}
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ19%2520MTY') HTTP/1.1" 204 0
2026-03-29 06:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO
2026-03-29 06:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO
2026-03-29 06:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO to the API
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20KBO-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b890fd20-3701-54d4-8363-89cb647f9eec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND72 KBO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20KBO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'TRAFIC 28',
'odometer': 8464,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'RENAULT TRAFIC 28 2.0 B/DCI 130 SL BUSINESS+ PanelVan',
'transmission': 'manual',
'trim': 'B/DCI 130 SL BUSINESS+',
'vin': 'VF1FL000369146543',
'year': 2022}
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND72%2520KBO%27 HTTP/1.1" 200 None
2026-03-29 06:13:33 [bca.uk] INFO: Saving data for ND72%20KBO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650396.711008, 'last_price_update_time': 1774764813.819456}
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520KBO') HTTP/1.1" 204 0
2026-03-29 06:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF
2026-03-29 06:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF
2026-03-29 06:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF to the API
2026-03-29 06:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR18%20JVF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ed7c21c0-a573-54ab-8748-7ca4a4b95cf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR18 JVF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR18%20JVF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 45722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 ED4 150 2WD SE TECH Hatchback',
'transmission': 'manual',
'trim': 'ED4 150 2WD SE TECH',
'vin': 'SALVB2CN6JH309583',
'year': 2018}
2026-03-29 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YR18%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 06:13:34 [bca.uk] INFO: Saving data for YR18%20JVF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650386.09982, 'last_price_update_time': 1774764814.873295}
2026-03-29 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520JVF') HTTP/1.1" 204 0
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: SA25%20RDZ
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SA25%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for SA25%20RDZ: 2
2026-03-29 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ
2026-03-29 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1aa5357-d78f-5f34-b268-5cdca0f0e152 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1aa5357-d78f-5f34-b268-5cdca0f0e152 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1aa5357-d78f-5f34-b268-5cdca0f0e152, identifier: SA25%20RDZ
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: EO22%20KKF
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO22%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for EO22%20KKF: 2
2026-03-29 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF
2026-03-29 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e71655db-990c-5064-81a7-4c0fdc774f4f with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e71655db-990c-5064-81a7-4c0fdc774f4f with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e71655db-990c-5064-81a7-4c0fdc774f4f, identifier: EO22%20KKF
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: MV75%20YTP
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV75%2520YTP%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for MV75%20YTP: 2
2026-03-29 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP
2026-03-29 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3cc1a47-5afc-595d-89b3-3487edb96e52 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3cc1a47-5afc-595d-89b3-3487edb96e52 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3cc1a47-5afc-595d-89b3-3487edb96e52, identifier: MV75%20YTP
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: YA18%20HFU
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA18%2520HFU%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for YA18%20HFU: 2
2026-03-29 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU
2026-03-29 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a43084f-8069-57d2-897a-ba8e7b092163 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a43084f-8069-57d2-897a-ba8e7b092163 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a43084f-8069-57d2-897a-ba8e7b092163, identifier: YA18%20HFU
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: VU23%20MWA
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VU23%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for VU23%20MWA: 2
2026-03-29 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA
2026-03-29 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa065149-3aba-5eca-b173-52ac069cb2c8 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa065149-3aba-5eca-b173-52ac069cb2c8 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa065149-3aba-5eca-b173-52ac069cb2c8, identifier: VU23%20MWA
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: KY18%20PZM
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KY18%2520PZM%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for KY18%20PZM: 0
2026-03-29 06:13:35 [bca.uk] INFO: Found listing with ID: KS69%20MFA
2026-03-29 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS69%2520MFA%27 HTTP/1.1" 200 None
2026-03-29 06:13:35 [bca.uk] INFO: Scrape type for KS69%20MFA: 2
2026-03-29 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA
2026-03-29 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36722383-f35a-5571-ad71-54a9d507fd64 with scrape type 2
2026-03-29 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36722383-f35a-5571-ad71-54a9d507fd64 with scrape type 2
2026-03-29 06:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36722383-f35a-5571-ad71-54a9d507fd64, identifier: KS69%20MFA
2026-03-29 06:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ
2026-03-29 06:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ
2026-03-29 06:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ to the API
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA25%20RDZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c1aa5357-d78f-5f34-b268-5cdca0f0e152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SA25 RDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA25%20RDZ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'EQA 250+',
'odometer': 14091,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE EXEC. Hatchback',
'transmission': 'automatic',
'trim': '140KW 70.5KWH AMG LINE EXEC.',
'vin': 'W1N9N0CBXSJ158129',
'year': 2025}
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA25%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:36 [bca.uk] INFO: Saving data for SA25%20RDZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650275.331418, 'last_price_update_time': 1774764816.333238}
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA25%2520RDZ') HTTP/1.1" 204 0
2026-03-29 06:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF
2026-03-29 06:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF
2026-03-29 06:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF to the API
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 240,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20KKF-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e71655db-990c-5064-81a7-4c0fdc774f4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO22 KKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20KKF&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 100064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H2 LEADER CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 130 L3 H2 LEADER',
'vin': 'WF0FXXTTRFNJ40128',
'year': 2022}
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:13:36 [bca.uk] INFO: Saving data for EO22%20KKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650450.684054, 'last_price_update_time': 1774764816.613868}
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520KKF') HTTP/1.1" 204 0
2026-03-29 06:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP
2026-03-29 06:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP
2026-03-29 06:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP to the API
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3cc1a47-5afc-595d-89b3-3487edb96e52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV75 YTP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV75%20YTP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 9052,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.5 E-TSI 150 R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'E-TSI 150 R LINE DSG',
'vin': 'WVGZZZCT1SW557292',
'year': 2025}
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTP%27 HTTP/1.1" 200 None
2026-03-29 06:13:36 [bca.uk] INFO: Saving data for MV75%20YTP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650439.343363, 'last_price_update_time': 1774764816.880682}
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV75%2520YTP') HTTP/1.1" 204 0
2026-03-29 06:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU
2026-03-29 06:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU
2026-03-29 06:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU to the API
2026-03-29 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:37 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA18%20HFU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4a43084f-8069-57d2-897a-ba8e7b092163',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA18 HFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA18%20HFU&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 71069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT KADJAR 1.2 TCE 130 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'TCE 130 DYNAMIQUE S',
'vin': 'VF1RFE00060674465',
'year': 2018}
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520HFU%27 HTTP/1.1" 200 None
2026-03-29 06:13:37 [bca.uk] INFO: Saving data for YA18%20HFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650835.179, 'last_price_update_time': 1774764817.173547}
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA18%2520HFU') HTTP/1.1" 204 0
2026-03-29 06:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA
2026-03-29 06:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA
2026-03-29 06:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA to the API
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU23%20MWA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fa065149-3aba-5eca-b173-52ac069cb2c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VU23 MWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU23%20MWA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'CADDY CARGO',
'odometer': 23790,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN CADDY CARGO 2.0 TDI 102 COMMERCE Van',
'transmission': 'manual',
'trim': 'TDI 102 COMMERCE',
'vin': 'WV1ZZZSK5PX054577',
'year': 2023}
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 06:13:37 [bca.uk] INFO: Saving data for VU23%20MWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650388.04171, 'last_price_update_time': 1774764817.457106}
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU23%2520MWA') HTTP/1.1" 204 0
2026-03-29 06:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA
2026-03-29 06:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA
2026-03-29 06:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA to the API
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS69%20MFA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '36722383-f35a-5571-ad71-54a9d507fd64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS69 MFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS69%20MFA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 60284,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI TECHNIK Hatchback',
'transmission': 'manual',
'trim': '30 TFSI TECHNIK',
'vin': 'WAUZZZGB8LR012063',
'year': 2019}
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520MFA%27 HTTP/1.1" 200 None
2026-03-29 06:13:37 [bca.uk] INFO: Saving data for KS69%20MFA: {'auction_closing_time': 1775124000.0, 'created_time': 1774650382.931863, 'last_price_update_time': 1774764817.744659}
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520MFA') HTTP/1.1" 204 0
2026-03-29 06:13:37 [bca.uk] INFO: Found listing with ID: SM24%20MXR
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM24%2520MXR%27 HTTP/1.1" 200 None
2026-03-29 06:13:37 [bca.uk] INFO: Scrape type for SM24%20MXR: 2
2026-03-29 06:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR
2026-03-29 06:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with scrape type 2
2026-03-29 06:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with scrape type 2
2026-03-29 06:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2, identifier: SM24%20MXR
2026-03-29 06:13:37 [bca.uk] INFO: Found listing with ID: NU22%20LLD
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520LLD%27 HTTP/1.1" 200 None
2026-03-29 06:13:37 [bca.uk] INFO: Scrape type for NU22%20LLD: 2
2026-03-29 06:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD
2026-03-29 06:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with scrape type 2
2026-03-29 06:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with scrape type 2
2026-03-29 06:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 487c46f4-aaad-535d-ba0f-2f64e1ee6183, identifier: NU22%20LLD
2026-03-29 06:13:37 [bca.uk] INFO: Found listing with ID: RF74%20VXB
2026-03-29 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 06:13:38 [bca.uk] INFO: Scrape type for RF74%20VXB: 2
2026-03-29 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB
2026-03-29 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c40481ef-2830-5ccc-af90-086fdef838fc with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c40481ef-2830-5ccc-af90-086fdef838fc with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c40481ef-2830-5ccc-af90-086fdef838fc, identifier: RF74%20VXB
2026-03-29 06:13:38 [bca.uk] INFO: Found listing with ID: YGZ%205087
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25205087%27 HTTP/1.1" 200 None
2026-03-29 06:13:38 [bca.uk] INFO: Scrape type for YGZ%205087: 0
2026-03-29 06:13:38 [bca.uk] INFO: Found listing with ID: YH23%20ZRN
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520ZRN%27 HTTP/1.1" 200 None
2026-03-29 06:13:38 [bca.uk] INFO: Scrape type for YH23%20ZRN: 2
2026-03-29 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN
2026-03-29 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e62e17c7-5b80-5e50-8f97-7182d295b0f4 with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e62e17c7-5b80-5e50-8f97-7182d295b0f4 with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e62e17c7-5b80-5e50-8f97-7182d295b0f4, identifier: YH23%20ZRN
2026-03-29 06:13:38 [bca.uk] INFO: Found listing with ID: BK69%20LNC
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK69%2520LNC%27 HTTP/1.1" 200 None
2026-03-29 06:13:38 [bca.uk] INFO: Scrape type for BK69%20LNC: 2
2026-03-29 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC
2026-03-29 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f, identifier: BK69%20LNC
2026-03-29 06:13:38 [bca.uk] INFO: Found listing with ID: FE63%20ZPY
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 06:13:38 [bca.uk] INFO: Scrape type for FE63%20ZPY: 2
2026-03-29 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY
2026-03-29 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e277a22d-1cca-5a11-bb09-53747ba61450 with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e277a22d-1cca-5a11-bb09-53747ba61450 with scrape type 2
2026-03-29 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e277a22d-1cca-5a11-bb09-53747ba61450, identifier: FE63%20ZPY
2026-03-29 06:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR
2026-03-29 06:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR
2026-03-29 06:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR to the API
2026-03-29 06:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM24%20MXR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SM24 MXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM24%20MXR&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'I4 GRAN COUPE',
'odometer': 22166,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
'transmission': 'automatic',
'trim': '250KW 84KWH ED40 M SPORT',
'vin': 'WBY72AW090FT55475',
'year': 2024}
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM24%2520MXR%27 HTTP/1.1" 200 None
2026-03-29 06:13:39 [bca.uk] INFO: Saving data for SM24%20MXR: {'auction_closing_time': 1775124000.0, 'created_time': 1774650259.151462, 'last_price_update_time': 1774764819.39759}
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM24%2520MXR') HTTP/1.1" 204 0
2026-03-29 06:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD
2026-03-29 06:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD
2026-03-29 06:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD to the API
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU22%20LLD-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '487c46f4-aaad-535d-ba0f-2f64e1ee6183',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU22 LLD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU22%20LLD&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 93137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.PREM.STD Van',
'transmission': 'manual',
'trim': 'B/HDI 100 1000 PROF.PREM.STD',
'vin': 'VR3EFYHT2NJ586276',
'year': 2022}
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520LLD%27 HTTP/1.1" 200 None
2026-03-29 06:13:39 [bca.uk] INFO: Saving data for NU22%20LLD: {'auction_closing_time': 1774864800.0, 'created_time': 1774650452.695706, 'last_price_update_time': 1774764819.797674}
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520LLD') HTTP/1.1" 204 0
2026-03-29 06:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB
2026-03-29 06:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB
2026-03-29 06:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB to the API
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF74%20VXB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c40481ef-2830-5ccc-af90-086fdef838fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF74 VXB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF74%20VXB&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'ID.5',
'odometer': 9424,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.5 210KW 77KWH MATCH PRO Coupe',
'transmission': 'automatic',
'trim': '210KW 77KWH MATCH PRO',
'vin': 'WVGZZZE23SP506309',
'year': 2024}
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 06:13:40 [bca.uk] INFO: Saving data for RF74%20VXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774305454.183576, 'last_price_update_time': 1774764820.088244}
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF74%2520VXB') HTTP/1.1" 204 0
2026-03-29 06:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN
2026-03-29 06:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN
2026-03-29 06:13:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN to the API
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:40 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH23%20ZRN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e62e17c7-5b80-5e50-8f97-7182d295b0f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH23 ZRN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH23%20ZRN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 18498,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 SHINE Hatchback',
'transmission': 'manual',
'trim': 'P/T 110 SHINE',
'vin': 'VF72RHNPMP4022484',
'year': 2023}
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520ZRN%27 HTTP/1.1" 200 None
2026-03-29 06:13:40 [bca.uk] INFO: Saving data for YH23%20ZRN: {'auction_closing_time': 1774864800.0, 'created_time': 1774275910.356585, 'last_price_update_time': 1774764820.882798}
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520ZRN') HTTP/1.1" 204 0
2026-03-29 06:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC
2026-03-29 06:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC
2026-03-29 06:13:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC to the API
2026-03-29 06:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK69%20LNC-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK69 LNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK69%20LNC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'VIVARO 2.7T',
'odometer': 92996,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 95 SWB PanelVan',
'transmission': 'manual',
'trim': 'CDTI 95 SWB',
'vin': 'W0VF7F60XKV644990',
'year': 2019}
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK69%2520LNC%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Saving data for BK69%20LNC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650376.191681, 'last_price_update_time': 1774764821.175566}
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK69%2520LNC') HTTP/1.1" 204 0
2026-03-29 06:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY
2026-03-29 06:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY
2026-03-29 06:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY to the API
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE63%20ZPY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e277a22d-1cca-5a11-bb09-53747ba61450',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE63 ZPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE63%20ZPY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MASERATI',
'model': 'GHIBLI',
'odometer': 119348,
'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': 'MASERATI GHIBLI 3.0 V6 D 275 Saloon',
'transmission': 'manual',
'trim': 'V6 D 275',
'vin': 'ZAMTS57C001080617',
'year': 2014}
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Saving data for FE63%20ZPY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650366.511958, 'last_price_update_time': 1774764821.533868}
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE63%2520ZPY') HTTP/1.1" 204 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: WM73%20AXU
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520AXU%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for WM73%20AXU: 2
2026-03-29 06:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU
2026-03-29 06:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aabcffbd-e76e-51cd-bf68-e6713562f095 with scrape type 2
2026-03-29 06:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aabcffbd-e76e-51cd-bf68-e6713562f095 with scrape type 2
2026-03-29 06:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aabcffbd-e76e-51cd-bf68-e6713562f095, identifier: WM73%20AXU
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: LV73%20OVR
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV73%2520OVR%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for LV73%20OVR: 2
2026-03-29 06:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR
2026-03-29 06:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf13fb4a-7183-5303-a060-9e1f0f0ad093 with scrape type 2
2026-03-29 06:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf13fb4a-7183-5303-a060-9e1f0f0ad093 with scrape type 2
2026-03-29 06:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf13fb4a-7183-5303-a060-9e1f0f0ad093, identifier: LV73%20OVR
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: FM69%20ZKO
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM69%2520ZKO%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for FM69%20ZKO: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: GJ72%20LDZ
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for GJ72%20LDZ: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: KE22%20JBX
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520JBX%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for KE22%20JBX: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: RE72%20KLV
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520KLV%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for RE72%20KLV: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: BK71%20JDZ
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for BK71%20JDZ: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: EA22%20RWZ
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for EA22%20RWZ: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: GF67%20URS
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520URS%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for GF67%20URS: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: GK19%20YXB
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520YXB%27 HTTP/1.1" 200 None
2026-03-29 06:13:41 [bca.uk] INFO: Scrape type for GK19%20YXB: 0
2026-03-29 06:13:41 [bca.uk] INFO: Found listing with ID: LB67%20MSU
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB67%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for LB67%20MSU: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: LC19%20LTO
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for LC19%20LTO: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: LP18%20JGU
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520JGU%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for LP18%20JGU: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: RE71%20OHV
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OHV%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for RE71%20OHV: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: YH71%20NKU
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520NKU%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for YH71%20NKU: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: YK18%20YXU
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520YXU%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for YK18%20YXU: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: YS18%20HMA
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for YS18%20HMA: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: BC72%20CZN
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520CZN%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for BC72%20CZN: 2
2026-03-29 06:13:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN
2026-03-29 06:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874833b9-3ec2-58f6-999e-e6d51b720f8f with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874833b9-3ec2-58f6-999e-e6d51b720f8f with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874833b9-3ec2-58f6-999e-e6d51b720f8f, identifier: BC72%20CZN
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: SK13%20HPC
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520HPC%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for SK13%20HPC: 0
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: EG16%20EMF
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520EMF%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for EG16%20EMF: 2
2026-03-29 06:13:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF
2026-03-29 06:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6bbc6b3-4e43-5c70-8476-05591c542806 with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6bbc6b3-4e43-5c70-8476-05591c542806 with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6bbc6b3-4e43-5c70-8476-05591c542806, identifier: EG16%20EMF
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: BN71%20RNU
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for BN71%20RNU: 2
2026-03-29 06:13:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU
2026-03-29 06:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa76aa6-e183-5d30-bab1-c1523721415c with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa76aa6-e183-5d30-bab1-c1523721415c with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aa76aa6-e183-5d30-bab1-c1523721415c, identifier: BN71%20RNU
2026-03-29 06:13:42 [bca.uk] INFO: Found listing with ID: CA19%20DFF
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520DFF%27 HTTP/1.1" 200 None
2026-03-29 06:13:42 [bca.uk] INFO: Scrape type for CA19%20DFF: 2
2026-03-29 06:13:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF
2026-03-29 06:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 366454d7-8396-5eed-8e60-5297ebb27e29 with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 366454d7-8396-5eed-8e60-5297ebb27e29 with scrape type 2
2026-03-29 06:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 366454d7-8396-5eed-8e60-5297ebb27e29, identifier: CA19%20DFF
2026-03-29 06:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU
2026-03-29 06:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU
2026-03-29 06:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU to the API
2026-03-29 06:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM73%20AXU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'aabcffbd-e76e-51cd-bf68-e6713562f095',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM73 AXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM73%20AXU&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'EQE 300',
'odometer': 11689,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQE 300 AMG LINE PREMIUM Saloon',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM',
'vin': 'W1KEG1BBXRF040205',
'year': 2024}
2026-03-29 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520AXU%27 HTTP/1.1" 200 None
2026-03-29 06:13:43 [bca.uk] INFO: Saving data for WM73%20AXU: {'auction_closing_time': 1775124000.0, 'created_time': 1774305485.710619, 'last_price_update_time': 1774764823.371758}
2026-03-29 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM73%2520AXU') HTTP/1.1" 204 0
2026-03-29 06:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR
2026-03-29 06:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR
2026-03-29 06:13:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR to the API
2026-03-29 06:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 214,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV73%20OVR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bf13fb4a-7183-5303-a060-9e1f0f0ad093',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LV73 OVR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV73%20OVR&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 42602,
'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': 'VOLVO XC90 2.0 B6P 300 AWD ULTIMATE DARK G/T StationWagon',
'transmission': 'automatic',
'trim': 'B6P 300 AWD ULTIMATE DARK G/T',
'vin': 'YV1LF06V3R1176251',
'year': 2023}
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV73%2520OVR%27 HTTP/1.1" 200 None
2026-03-29 06:13:44 [bca.uk] INFO: Saving data for LV73%20OVR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650454.744658, 'last_price_update_time': 1774764824.389924}
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV73%2520OVR') HTTP/1.1" 204 0
2026-03-29 06:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN
2026-03-29 06:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN
2026-03-29 06:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN to the API
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC72%20CZN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '874833b9-3ec2-58f6-999e-e6d51b720f8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BC72 CZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC72%20CZN&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'HYUNDAI',
'model': 'IONIQ 5',
'odometer': 29847,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 125KW 58KWH SE CONNECT Hatchback',
'transmission': 'automatic',
'trim': '125KW 58KWH SE CONNECT',
'vin': 'KMHKM81BUPU128456',
'year': 2023}
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520CZN%27 HTTP/1.1" 200 None
2026-03-29 06:13:44 [bca.uk] INFO: Saving data for BC72%20CZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650438.484913, 'last_price_update_time': 1774764824.681659}
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC72%2520CZN') HTTP/1.1" 204 0
2026-03-29 06:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF
2026-03-29 06:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF
2026-03-29 06:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF to the API
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:44 [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': 115,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a6bbc6b3-4e43-5c70-8476-05591c542806',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EG16 EMF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG16%20EMF&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 128219,
'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 A3 SPORTBACK 1.4 TFSI 150 S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 150 S LINE S-T',
'vin': 'WAUZZZ8V5HA008163',
'year': 2016}
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520EMF%27 HTTP/1.1" 200 None
2026-03-29 06:13:44 [bca.uk] INFO: Saving data for EG16%20EMF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650948.779337, 'last_price_update_time': 1774764824.961096}
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG16%2520EMF') HTTP/1.1" 204 0
2026-03-29 06:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU
2026-03-29 06:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU
2026-03-29 06:13:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU to the API
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN71%20RNU-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5aa76aa6-e183-5d30-bab1-c1523721415c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN71 RNU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN71%20RNU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 121306,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL COMBO CARGO L1 1.5 TURBO D 100 2000 EDITION Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2000 EDITION',
'vin': 'W0VEFYHYCMJ839291',
'year': 2021}
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 06:13:45 [bca.uk] INFO: Saving data for BN71%20RNU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650384.197271, 'last_price_update_time': 1774764825.238382}
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN71%2520RNU') HTTP/1.1" 204 0
2026-03-29 06:13:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF
2026-03-29 06:13:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF
2026-03-29 06:13:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF to the API
2026-03-29 06:13:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA19%20DFF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '366454d7-8396-5eed-8e60-5297ebb27e29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA19 DFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA19%20DFF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 78989,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'RENAULT KADJAR 1.3 TCE 140 ICONIC Hatchback',
'transmission': 'manual',
'trim': 'TCE 140 ICONIC',
'vin': 'VF1RFE00562809606',
'year': 2019}
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520DFF%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Saving data for CA19%20DFF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650362.218826, 'last_price_update_time': 1774764826.380406}
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA19%2520DFF') HTTP/1.1" 204 0
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: WV23%20ODF
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520ODF%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for WV23%20ODF: 2
2026-03-29 06:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF
2026-03-29 06:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79062f7e-f31b-55ee-83e2-7fe3d63575e9, identifier: WV23%20ODF
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: AJ22%20UYK
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520UYK%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for AJ22%20UYK: 0
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: BL72%20FYW
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520FYW%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for BL72%20FYW: 0
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: LL71%20KKE
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for LL71%20KKE: 0
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: YG75%20LKE
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for YG75%20LKE: 0
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: YM72%20CHG
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHG%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for YM72%20CHG: 2
2026-03-29 06:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG
2026-03-29 06:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a35da4-9d73-5193-a4b2-4c65c32c058a with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07a35da4-9d73-5193-a4b2-4c65c32c058a with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07a35da4-9d73-5193-a4b2-4c65c32c058a, identifier: YM72%20CHG
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: RK73%20YDM
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK73%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for RK73%20YDM: 2
2026-03-29 06:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM
2026-03-29 06:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628041c3-ac6c-5a48-9687-6fc95cbaf760 with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 628041c3-ac6c-5a48-9687-6fc95cbaf760 with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 628041c3-ac6c-5a48-9687-6fc95cbaf760, identifier: RK73%20YDM
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: YC21%20FHH
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FHH%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for YC21%20FHH: 2
2026-03-29 06:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH
2026-03-29 06:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46579d68-ce39-5f1f-b189-c7d26403f757 with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46579d68-ce39-5f1f-b189-c7d26403f757 with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46579d68-ce39-5f1f-b189-c7d26403f757, identifier: YC21%20FHH
2026-03-29 06:13:46 [bca.uk] INFO: Found listing with ID: LG72%20RHE
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RHE%27 HTTP/1.1" 200 None
2026-03-29 06:13:46 [bca.uk] INFO: Scrape type for LG72%20RHE: 2
2026-03-29 06:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE
2026-03-29 06:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d74686e8-6f8d-5c7e-8a13-f611ab81315b with scrape type 2
2026-03-29 06:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d74686e8-6f8d-5c7e-8a13-f611ab81315b with scrape type 2
2026-03-29 06:13:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d74686e8-6f8d-5c7e-8a13-f611ab81315b, identifier: LG72%20RHE
2026-03-29 06:13:47 [bca.uk] INFO: Found listing with ID: RE11%20OMV
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE11%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 06:13:47 [bca.uk] INFO: Scrape type for RE11%20OMV: 2
2026-03-29 06:13:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV
2026-03-29 06:13:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc26b86-5888-593f-a4a6-0f5cd93a3934 with scrape type 2
2026-03-29 06:13:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdc26b86-5888-593f-a4a6-0f5cd93a3934 with scrape type 2
2026-03-29 06:13:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdc26b86-5888-593f-a4a6-0f5cd93a3934, identifier: RE11%20OMV
2026-03-29 06:13:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF
2026-03-29 06:13:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF
2026-03-29 06:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF to the API
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20ODF-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '79062f7e-f31b-55ee-83e2-7fe3d63575e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV23 ODF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20ODF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'GWM ORA',
'model': 'FUNKY CAT',
'odometer': 8466,
'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': 'GWM ORA FUNKY CAT 126KW 48KWH FIRST ED. Hatchback',
'transmission': 'automatic',
'trim': '126KW 48KWH FIRST ED.',
'vin': 'LGWEEUA56NK641309',
'year': 2023}
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV23%2520ODF%27 HTTP/1.1" 200 None
2026-03-29 06:13:47 [bca.uk] INFO: Saving data for WV23%20ODF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650262.394333, 'last_price_update_time': 1774764827.384938}
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520ODF') HTTP/1.1" 204 0
2026-03-29 06:13:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG
2026-03-29 06:13:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG
2026-03-29 06:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG to the API
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20CHG-GB',
'category': 'Car',
'color': 'chili red',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '07a35da4-9d73-5193-a4b2-4c65c32c058a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM72 CHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20CHG&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 34937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L3 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L3',
'vin': 'WMW12DJ0702T92559',
'year': 2022}
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM72%2520CHG%27 HTTP/1.1" 200 None
2026-03-29 06:13:47 [bca.uk] INFO: Saving data for YM72%20CHG: {'auction_closing_time': 1775037600.0, 'created_time': 1773827066.236046, 'last_price_update_time': 1774764827.780743}
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520CHG') HTTP/1.1" 204 0
2026-03-29 06:13:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM
2026-03-29 06:13:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM
2026-03-29 06:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM to the API
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK73%20YDM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '628041c3-ac6c-5a48-9687-6fc95cbaf760',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RK73 YDM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK73%20YDM&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 11335,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 77KWH TOUR PRO S Hatchback',
'transmission': 'automatic',
'trim': '150KW 77KWH TOUR PRO S',
'vin': 'WVWZZZE1ZPP049180',
'year': 2023}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK73%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:13:48 [bca.uk] INFO: Saving data for RK73%20YDM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650440.724852, 'last_price_update_time': 1774764828.080275}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK73%2520YDM') HTTP/1.1" 204 0
2026-03-29 06:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH
2026-03-29 06:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH
2026-03-29 06:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH to the API
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:48 [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=YC21%20FHH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '46579d68-ce39-5f1f-b189-c7d26403f757',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC21 FHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC21%20FHH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SMART',
'model': 'EQ FORTWO',
'odometer': 14302,
'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': 'SMART EQ FORTWO 17KWH 60KW EXCLUSIVE (22KW) Coupe',
'transmission': 'automatic',
'trim': '17KWH 60KW EXCLUSIVE (22KW)',
'vin': 'W1A4533912K453288',
'year': 2021}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YC21%2520FHH%27 HTTP/1.1" 200 None
2026-03-29 06:13:48 [bca.uk] INFO: Saving data for YC21%20FHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774535629.366048, 'last_price_update_time': 1774764828.35979}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC21%2520FHH') HTTP/1.1" 204 0
2026-03-29 06:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE
2026-03-29 06:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE
2026-03-29 06:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE to the API
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG72%20RHE-GB',
'category': 'LightCommercialVehicle',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd74686e8-6f8d-5c7e-8a13-f611ab81315b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG72 RHE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG72%20RHE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 85993,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 340 SWB LEADER L/R',
'vin': 'WF0YXXTTGYNU65253',
'year': 2022}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG72%2520RHE%27 HTTP/1.1" 200 None
2026-03-29 06:13:48 [bca.uk] INFO: Saving data for LG72%20RHE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650377.510062, 'last_price_update_time': 1774764828.634245}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520RHE') HTTP/1.1" 204 0
2026-03-29 06:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV
2026-03-29 06:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV
2026-03-29 06:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV to the API
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE11%20OMV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdc26b86-5888-593f-a4a6-0f5cd93a3934',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE11 OMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE11%20OMV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 74054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.2 16V BIZU Hatchback',
'transmission': 'manual',
'trim': '16V BIZU',
'vin': 'VF1CR1S0H44881216',
'year': 2011}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE11%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 06:13:48 [bca.uk] INFO: Saving data for RE11%20OMV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650340.266718, 'last_price_update_time': 1774764828.919107}
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE11%2520OMV') HTTP/1.1" 204 0
2026-03-29 06:13:48 [bca.uk] INFO: Found listing with ID: YA70%20GSY
2026-03-29 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA70%2520GSY%27 HTTP/1.1" 200 None
2026-03-29 06:13:48 [bca.uk] INFO: Scrape type for YA70%20GSY: 2
2026-03-29 06:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY
2026-03-29 06:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc2ece03-0f67-52bf-9f37-aa684e1c755c with scrape type 2
2026-03-29 06:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc2ece03-0f67-52bf-9f37-aa684e1c755c with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc2ece03-0f67-52bf-9f37-aa684e1c755c, identifier: YA70%20GSY
2026-03-29 06:13:49 [bca.uk] INFO: Found listing with ID: YM72%20CHN
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM72%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:13:49 [bca.uk] INFO: Scrape type for YM72%20CHN: 2
2026-03-29 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN
2026-03-29 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3136e774-0d8b-58c6-9364-43985a2c0978 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3136e774-0d8b-58c6-9364-43985a2c0978 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3136e774-0d8b-58c6-9364-43985a2c0978, identifier: YM72%20CHN
2026-03-29 06:13:49 [bca.uk] INFO: Found listing with ID: YP22%20JMV
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP22%2520JMV%27 HTTP/1.1" 200 None
2026-03-29 06:13:49 [bca.uk] INFO: Scrape type for YP22%20JMV: 2
2026-03-29 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV
2026-03-29 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43477b17-9883-52c8-9c84-47a410f28009 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43477b17-9883-52c8-9c84-47a410f28009 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43477b17-9883-52c8-9c84-47a410f28009, identifier: YP22%20JMV
2026-03-29 06:13:49 [bca.uk] INFO: Found listing with ID: HG69%20VOK
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-29 06:13:49 [bca.uk] INFO: Scrape type for HG69%20VOK: 2
2026-03-29 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK
2026-03-29 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd5e3409-3097-583e-99ae-c2a9b184f113 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd5e3409-3097-583e-99ae-c2a9b184f113 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd5e3409-3097-583e-99ae-c2a9b184f113, identifier: HG69%20VOK
2026-03-29 06:13:49 [bca.uk] INFO: Found listing with ID: MT70%20KMU
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT70%2520KMU%27 HTTP/1.1" 200 None
2026-03-29 06:13:49 [bca.uk] INFO: Scrape type for MT70%20KMU: 2
2026-03-29 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU
2026-03-29 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6d575a-ee95-5dda-a87b-f01811bff912 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6d575a-ee95-5dda-a87b-f01811bff912 with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e6d575a-ee95-5dda-a87b-f01811bff912, identifier: MT70%20KMU
2026-03-29 06:13:49 [bca.uk] INFO: Found listing with ID: PE69%20MDF
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE69%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 06:13:49 [bca.uk] INFO: Scrape type for PE69%20MDF: 2
2026-03-29 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF
2026-03-29 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dd1bd55-b261-519b-967e-965f6a4a2a1b with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dd1bd55-b261-519b-967e-965f6a4a2a1b with scrape type 2
2026-03-29 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dd1bd55-b261-519b-967e-965f6a4a2a1b, identifier: PE69%20MDF
2026-03-29 06:13:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY
2026-03-29 06:13:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY
2026-03-29 06:13:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY to the API
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 24,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA70%20GSY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'fc2ece03-0f67-52bf-9f37-aa684e1c755c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA70 GSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA70%20GSY&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 38848,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': '40 TFSI E SPORT S-T',
'vin': 'WAUZZZGY7MA047844',
'year': 2021}
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YA70%2520GSY%27 HTTP/1.1" 200 None
2026-03-29 06:13:49 [bca.uk] INFO: Saving data for YA70%20GSY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650269.599163, 'last_price_update_time': 1774764829.913342}
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA70%2520GSY') HTTP/1.1" 204 0
2026-03-29 06:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN
2026-03-29 06:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN
2026-03-29 06:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN to the API
2026-03-29 06:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20CHN-GB',
'category': 'Car',
'color': 'midnight black ii',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '3136e774-0d8b-58c6-9364-43985a2c0978',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM72 CHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20CHN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 28754,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L2',
'vin': 'WMW12DJ0X02T92779',
'year': 2022}
2026-03-29 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM72%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:13:50 [bca.uk] INFO: Saving data for YM72%20CHN: {'auction_closing_time': 1775037600.0, 'created_time': 1773960540.093837, 'last_price_update_time': 1774764830.290308}
2026-03-29 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520CHN') HTTP/1.1" 204 0
2026-03-29 06:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV
2026-03-29 06:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV
2026-03-29 06:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV to the API
2026-03-29 06:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20JMV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '43477b17-9883-52c8-9c84-47a410f28009',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YP22 JMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20JMV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'MUSTANG MACH-E',
'odometer': 25169,
'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 MUSTANG MACH-E 198KW 68KWH RWD STANDARD RANGE Hatchback',
'transmission': 'automatic',
'trim': '198KW 68KWH RWD STANDARD RANGE',
'vin': 'WF0TR1RM5MMA63723',
'year': 2022}
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520JMV%27 HTTP/1.1" 200 None
2026-03-29 06:13:51 [bca.uk] INFO: Saving data for YP22%20JMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650440.110461, 'last_price_update_time': 1774764831.376755}
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520JMV') HTTP/1.1" 204 0
2026-03-29 06:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK
2026-03-29 06:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK
2026-03-29 06:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK to the API
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:51 [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': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG69%20VOK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dd5e3409-3097-583e-99ae-c2a9b184f113',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG69 VOK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG69%20VOK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 43083,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE Hatchback',
'transmission': 'manual',
'trim': 'T 130 SE',
'vin': 'W0VZRHNS6L6017530',
'year': 2020}
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-29 06:13:51 [bca.uk] INFO: Saving data for HG69%20VOK: {'auction_closing_time': 1774864800.0, 'created_time': 1774476173.165771, 'last_price_update_time': 1774764831.678269}
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG69%2520VOK') HTTP/1.1" 204 0
2026-03-29 06:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU
2026-03-29 06:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU
2026-03-29 06:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU to the API
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT70%20KMU-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0e6d575a-ee95-5dda-a87b-f01811bff912',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT70 KMU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT70%20KMU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T32',
'odometer': 289279,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 LWB S/L DSG PanelVan',
'transmission': 'automatic',
'trim': 'TDI 150 LWB S/L DSG',
'vin': 'WV1ZZZ7HZMH020302',
'year': 2021}
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520KMU%27 HTTP/1.1" 200 None
2026-03-29 06:13:51 [bca.uk] INFO: Saving data for MT70%20KMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650376.926842, 'last_price_update_time': 1774764831.977634}
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT70%2520KMU') HTTP/1.1" 204 0
2026-03-29 06:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF
2026-03-29 06:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF
2026-03-29 06:13:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF to the API
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE69%20MDF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4dd1bd55-b261-519b-967e-965f6a4a2a1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE69 MDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE69%20MDF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 57230,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD S Hatchback',
'transmission': 'automatic',
'trim': 'D150 4WD S',
'vin': 'SALZA2AN9LH037430',
'year': 2019}
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PE69%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Saving data for PE69%20MDF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650337.088414, 'last_price_update_time': 1774764832.2592}
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE69%2520MDF') HTTP/1.1" 204 0
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: DY24%20HDZ
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY24%2520HDZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for DY24%20HDZ: 2
2026-03-29 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ
2026-03-29 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c10bafae-8eca-5354-b7c7-7d64f402a963 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c10bafae-8eca-5354-b7c7-7d64f402a963 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c10bafae-8eca-5354-b7c7-7d64f402a963, identifier: DY24%20HDZ
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: AR09%20BAB
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AR09%2520BAB%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for AR09%20BAB: 0
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: CP66%20GDO
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP66%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for CP66%20GDO: 2
2026-03-29 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO
2026-03-29 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e38cfb9f-9710-5a86-89d1-f3393248cb88 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e38cfb9f-9710-5a86-89d1-f3393248cb88 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e38cfb9f-9710-5a86-89d1-f3393248cb88, identifier: CP66%20GDO
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: BG68%20JRO
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG68%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for BG68%20JRO: 0
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: XM05%20BMW
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27XM05%2520BMW%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for XM05%20BMW: 0
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: WA23%20VFM
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA23%2520VFM%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for WA23%20VFM: 2
2026-03-29 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM
2026-03-29 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bb59386-7dcc-51b7-8854-d4a0e77fe172, identifier: WA23%20VFM
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: HK69%20NWJ
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK69%2520NWJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for HK69%20NWJ: 2
2026-03-29 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ
2026-03-29 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 028a3020-7211-50e3-b9bd-66b14b736ce6 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 028a3020-7211-50e3-b9bd-66b14b736ce6 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 028a3020-7211-50e3-b9bd-66b14b736ce6, identifier: HK69%20NWJ
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: NA69%20VOU
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA69%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for NA69%20VOU: 2
2026-03-29 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU
2026-03-29 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0701280-4830-5da2-b05b-f80bf5acc31e with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0701280-4830-5da2-b05b-f80bf5acc31e with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0701280-4830-5da2-b05b-f80bf5acc31e, identifier: NA69%20VOU
2026-03-29 06:13:52 [bca.uk] INFO: Found listing with ID: YD16%20DDP
2026-03-29 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD16%2520DDP%27 HTTP/1.1" 200 None
2026-03-29 06:13:52 [bca.uk] INFO: Scrape type for YD16%20DDP: 2
2026-03-29 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP
2026-03-29 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c38b53a-b2d6-5d73-9881-128783997e56 with scrape type 2
2026-03-29 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c38b53a-b2d6-5d73-9881-128783997e56 with scrape type 2
2026-03-29 06:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c38b53a-b2d6-5d73-9881-128783997e56, identifier: YD16%20DDP
2026-03-29 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ
2026-03-29 06:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ
2026-03-29 06:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ to the API
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY24%20HDZ-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c10bafae-8eca-5354-b7c7-7d64f402a963',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY24 HDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY24%20HDZ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'NISSAN',
'model': 'ARIYA',
'odometer': 36611,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'NISSAN ARIYA 178KW 87KWH EVOLVE (22KC) Hatchback',
'transmission': 'automatic',
'trim': '178KW 87KWH EVOLVE (22KC)',
'vin': 'JN1TBAFE0U0309518',
'year': 2024}
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY24%2520HDZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:53 [bca.uk] INFO: Saving data for DY24%20HDZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650260.166679, 'last_price_update_time': 1774764833.326316}
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY24%2520HDZ') HTTP/1.1" 204 0
2026-03-29 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mineral+white HTTP/1.1" 200 None
2026-03-29 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO
2026-03-29 06:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO to the API
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP66%20GDO-GB',
'category': 'Car',
'color': 'mineral white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e38cfb9f-9710-5a86-89d1-f3393248cb88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP66 GDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP66%20GDO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X1',
'odometer': 59676,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'BMW X1 2.0 XDRIVE 25D X LINE STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 25D X LINE STEP',
'vin': 'WBAHU520505H46903',
'year': 2016}
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CP66%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:13:53 [bca.uk] INFO: Saving data for CP66%20GDO: {'auction_closing_time': 1775037600.0, 'created_time': 1773828651.072313, 'last_price_update_time': 1774764833.734767}
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP66%2520GDO') HTTP/1.1" 204 0
2026-03-29 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM
2026-03-29 06:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM
2026-03-29 06:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM to the API
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA23%20VFM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '8bb59386-7dcc-51b7-8854-d4a0e77fe172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WA23 VFM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA23%20VFM&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'I4 GRAN COUPE',
'odometer': 42897,
'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 I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
'transmission': 'automatic',
'trim': '250KW 84KWH ED40 M SPORT',
'vin': 'WBY72AW060FP53338',
'year': 2023}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA23%2520VFM%27 HTTP/1.1" 200 None
2026-03-29 06:13:54 [bca.uk] INFO: Saving data for WA23%20VFM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650437.834074, 'last_price_update_time': 1774764834.016919}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA23%2520VFM') HTTP/1.1" 204 0
2026-03-29 06:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ
2026-03-29 06:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ
2026-03-29 06:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ to the API
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:54 [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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK69%20NWJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '028a3020-7211-50e3-b9bd-66b14b736ce6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK69 NWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK69%20NWJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 58717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 GDI 2WD SE StationWagon',
'transmission': 'manual',
'trim': 'GDI 2WD SE',
'vin': 'TMAJ3811LLJ994324',
'year': 2019}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520NWJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:54 [bca.uk] INFO: Saving data for HK69%20NWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650947.067172, 'last_price_update_time': 1774764834.305356}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK69%2520NWJ') HTTP/1.1" 204 0
2026-03-29 06:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU
2026-03-29 06:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU
2026-03-29 06:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU to the API
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20VOU-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c0701280-4830-5da2-b05b-f80bf5acc31e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA69 VOU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20VOU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'CITROEN',
'model': 'BERLINGO M',
'odometer': 88296,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 75 1000 WORKER Van',
'transmission': 'manual',
'trim': 'BLUEHDI 75 1000 WORKER',
'vin': 'VR7EFYHWCKJ852683',
'year': 2020}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:13:54 [bca.uk] INFO: Saving data for NA69%20VOU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650378.614168, 'last_price_update_time': 1774764834.595808}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520VOU') HTTP/1.1" 204 0
2026-03-29 06:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP
2026-03-29 06:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP
2026-03-29 06:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP to the API
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD16%20DDP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9c38b53a-b2d6-5d73-9881-128783997e56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD16 DDP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD16%20DDP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SEAT',
'model': 'IBIZA SC',
'odometer': 66659,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'SEAT IBIZA SC 1.0 ECO TSI 110 FR DSG Coupe',
'transmission': 'automatic',
'trim': 'ECO TSI 110 FR DSG',
'vin': 'VSSZZZ6JZHR011369',
'year': 2016}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520DDP%27 HTTP/1.1" 200 None
2026-03-29 06:13:54 [bca.uk] INFO: Saving data for YD16%20DDP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650339.086038, 'last_price_update_time': 1774764834.882948}
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD16%2520DDP') HTTP/1.1" 204 0
2026-03-29 06:13:54 [bca.uk] INFO: Found listing with ID: HK71%20FLR
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520FLR%27 HTTP/1.1" 200 None
2026-03-29 06:13:54 [bca.uk] INFO: Scrape type for HK71%20FLR: 2
2026-03-29 06:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR
2026-03-29 06:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1815b9-0f93-5dd8-8348-dc11487a2609 with scrape type 2
2026-03-29 06:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1815b9-0f93-5dd8-8348-dc11487a2609 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b1815b9-0f93-5dd8-8348-dc11487a2609, identifier: HK71%20FLR
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: DA71%20NZX
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520NZX%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for DA71%20NZX: 2
2026-03-29 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX
2026-03-29 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 878d13b9-c312-5e62-bb25-f10a6db0ee33 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 878d13b9-c312-5e62-bb25-f10a6db0ee33 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 878d13b9-c312-5e62-bb25-f10a6db0ee33, identifier: DA71%20NZX
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: HT24%20VKL
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT24%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for HT24%20VKL: 2
2026-03-29 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL
2026-03-29 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3417b9e7-6c56-5180-a6fa-780a892473b6 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3417b9e7-6c56-5180-a6fa-780a892473b6 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3417b9e7-6c56-5180-a6fa-780a892473b6, identifier: HT24%20VKL
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: HV20%20UWZ
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for HV20%20UWZ: 0
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: LB18%20KWG
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for LB18%20KWG: 2
2026-03-29 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG
2026-03-29 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30ea97ba-2230-596d-87b4-43ba537b3464 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30ea97ba-2230-596d-87b4-43ba537b3464 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30ea97ba-2230-596d-87b4-43ba537b3464, identifier: LB18%20KWG
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: CA23%20JKN
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA23%2520JKN%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for CA23%20JKN: 2
2026-03-29 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN
2026-03-29 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b101edc-c846-5d3a-897d-a58b3580d595 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b101edc-c846-5d3a-897d-a58b3580d595 with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b101edc-c846-5d3a-897d-a58b3580d595, identifier: CA23%20JKN
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: MW63%20MZE
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for MW63%20MZE: 0
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: LT72%20SNN
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520SNN%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for LT72%20SNN: 0
2026-03-29 06:13:55 [bca.uk] INFO: Found listing with ID: YT67%20RVL
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520RVL%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Scrape type for YT67%20RVL: 2
2026-03-29 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL
2026-03-29 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb21b50b-9e2f-5644-922a-267fbb4dd62d with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb21b50b-9e2f-5644-922a-267fbb4dd62d with scrape type 2
2026-03-29 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb21b50b-9e2f-5644-922a-267fbb4dd62d, identifier: YT67%20RVL
2026-03-29 06:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR
2026-03-29 06:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR
2026-03-29 06:13:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR to the API
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13: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 06:13:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK71%20FLR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '6b1815b9-0f93-5dd8-8348-dc11487a2609',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HK71 FLR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK71%20FLR&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'IX3',
'odometer': 55476,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH PREMIER ED.PRO StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH PREMIER ED.PRO',
'vin': 'WBY7X42010S182132',
'year': 2021}
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520FLR%27 HTTP/1.1" 200 None
2026-03-29 06:13:55 [bca.uk] INFO: Saving data for HK71%20FLR: {'auction_closing_time': 1775124000.0, 'created_time': 1774303795.0736, 'last_price_update_time': 1774764835.866328}
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK71%2520FLR') HTTP/1.1" 204 0
2026-03-29 06:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX
2026-03-29 06:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:13:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=british+racing+green+iv HTTP/1.1" 200 None
2026-03-29 06:13:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:13:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX
2026-03-29 06:13:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX to the API
2026-03-29 06:13:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA71%20NZX-GB',
'category': 'Car',
'color': 'british racing green iv',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '878d13b9-c312-5e62-bb25-f10a6db0ee33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DA71 NZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA71%20NZX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 28380,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L2',
'vin': 'WMW12DJ0702R88593',
'year': 2021}
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DA71%2520NZX%27 HTTP/1.1" 200 None
2026-03-29 06:13:57 [bca.uk] INFO: Saving data for DA71%20NZX: {'auction_closing_time': 1775037600.0, 'created_time': 1773960547.90189, 'last_price_update_time': 1774764837.30163}
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520NZX') HTTP/1.1" 204 0
2026-03-29 06:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL
2026-03-29 06:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL
2026-03-29 06:13:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL to the API
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT24%20VKL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '3417b9e7-6c56-5180-a6fa-780a892473b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HT24 VKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT24%20VKL&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 10722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
'transmission': 'automatic',
'trim': '115KW 73KWH TROPHY LR',
'vin': 'LSJW74094PZ249319',
'year': 2024}
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HT24%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 06:13:57 [bca.uk] INFO: Saving data for HT24%20VKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774650439.703489, 'last_price_update_time': 1774764837.589314}
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT24%2520VKL') HTTP/1.1" 204 0
2026-03-29 06:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG
2026-03-29 06:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG
2026-03-29 06:13:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG to the API
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:57 [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': 205,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB18%20KWG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '30ea97ba-2230-596d-87b4-43ba537b3464',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB18 KWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB18%20KWG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PORSCHE',
'model': 'CAYENNE',
'odometer': 47547,
'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': 'PORSCHE CAYENNE 3.0 TIPTRONIC S Estate',
'transmission': 'manual',
'trim': 'TIPTRONIC S',
'vin': 'WP1ZZZ9YZKDA03544',
'year': 2018}
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 06:13:57 [bca.uk] INFO: Saving data for LB18%20KWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774044389.829212, 'last_price_update_time': 1774764837.868582}
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB18%2520KWG') HTTP/1.1" 204 0
2026-03-29 06:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN
2026-03-29 06:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN
2026-03-29 06:13:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN to the API
2026-03-29 06:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA23%20JKN-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6b101edc-c846-5d3a-897d-a58b3580d595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA23 JKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA23%20JKN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'CITROEN',
'model': 'DISPATCH 1000',
'odometer': 54953,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'CITROEN DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE ED. PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 100 M ENTERPRISE ED.',
'vin': 'VF7VBYHRMP7809029',
'year': 2023}
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Saving data for CA23%20JKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650370.542585, 'last_price_update_time': 1774764838.173264}
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA23%2520JKN') HTTP/1.1" 204 0
2026-03-29 06:13:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL
2026-03-29 06:13:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL
2026-03-29 06:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL to the API
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20RVL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fb21b50b-9e2f-5644-922a-267fbb4dd62d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT67 RVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20RVL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 59149,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CONNECT 1.5 TDCI 100 220 L1 TREND L/R Van',
'transmission': 'manual',
'trim': 'TDCI 100 220 L1 TREND L/R',
'vin': 'WF0RXXWPGRHR15458',
'year': 2018}
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Saving data for YT67%20RVL: {'auction_closing_time': 1775124000.0, 'created_time': 1774650348.738193, 'last_price_update_time': 1774764838.45371}
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520RVL') HTTP/1.1" 204 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: HN24%20KKT
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for HN24%20KKT: 2
2026-03-29 06:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT
2026-03-29 06:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with scrape type 2
2026-03-29 06:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with scrape type 2
2026-03-29 06:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976, identifier: HN24%20KKT
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: EA69%20EWJ
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for EA69%20EWJ: 2
2026-03-29 06:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ
2026-03-29 06:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b5409d-77ea-5729-978f-b184e4cd318e with scrape type 2
2026-03-29 06:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b5409d-77ea-5729-978f-b184e4cd318e with scrape type 2
2026-03-29 06:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b5409d-77ea-5729-978f-b184e4cd318e, identifier: EA69%20EWJ
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: WN72%20LGU
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for WN72%20LGU: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: AJ72%20ZXK
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for AJ72%20ZXK: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: AK69%20KYO
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for AK69%20KYO: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: AO73%20UYC
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for AO73%20UYC: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: CP69%20CMU
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for CP69%20CMU: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: HN22%20LFY
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for HN22%20LFY: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: HX68%20NPN
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for HX68%20NPN: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: LA66%20FXM
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for LA66%20FXM: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: LG68%20CLY
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for LG68%20CLY: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: LJ71%20PMX
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for LJ71%20PMX: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: LM22%20CTX
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for LM22%20CTX: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: LP19%20FLV
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for LP19%20FLV: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: MD71%20HRO
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for MD71%20HRO: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: SK22%20XSG
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for SK22%20XSG: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: SY68%20SKK
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for SY68%20SKK: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: YC19%20OUF
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for YC19%20OUF: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: YK18%20ZUO
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for YK18%20ZUO: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: SD72%20YTM
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:58 [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 06:13:58 [bca.uk] INFO: Scrape type for SD72%20YTM: 0
2026-03-29 06:13:58 [bca.uk] INFO: Found listing with ID: GU23%20VTC
2026-03-29 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13: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%2520VTC%27 HTTP/1.1" 200 None
2026-03-29 06:13:58 [bca.uk] INFO: Scrape type for GU23%20VTC: 2
2026-03-29 06:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC
2026-03-29 06:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c2527de-1a15-5768-892b-c6833283fa8b with scrape type 2
2026-03-29 06:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c2527de-1a15-5768-892b-c6833283fa8b with scrape type 2
2026-03-29 06:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c2527de-1a15-5768-892b-c6833283fa8b, identifier: GU23%20VTC
2026-03-29 06:13:59 [bca.uk] INFO: Found listing with ID: FN23%20ZNC
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520ZNC%27 HTTP/1.1" 200 None
2026-03-29 06:13:59 [bca.uk] INFO: Scrape type for FN23%20ZNC: 2
2026-03-29 06:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC
2026-03-29 06:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6749cf8c-7481-580e-a1f8-4306ce884ecd with scrape type 2
2026-03-29 06:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6749cf8c-7481-580e-a1f8-4306ce884ecd with scrape type 2
2026-03-29 06:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6749cf8c-7481-580e-a1f8-4306ce884ecd, identifier: FN23%20ZNC
2026-03-29 06:13:59 [bca.uk] INFO: Found listing with ID: YH71%20ENM
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520ENM%27 HTTP/1.1" 200 None
2026-03-29 06:13:59 [bca.uk] INFO: Scrape type for YH71%20ENM: 2
2026-03-29 06:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM
2026-03-29 06:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with scrape type 2
2026-03-29 06:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with scrape type 2
2026-03-29 06:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c50751f-d49c-55a6-b494-79d6d9a5adf2, identifier: YH71%20ENM
2026-03-29 06:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT
2026-03-29 06:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT
2026-03-29 06:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT to the API
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN24%20KKT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '714aa4da-cfab-5b0f-bb0e-51e1f3d28976',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HN24 KKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN24%20KKT&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'I5',
'odometer': 12554,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'BMW I5 250KW 84KWH ED40 M SPORT Saloon',
'transmission': 'automatic',
'trim': '250KW 84KWH ED40 M SPORT',
'vin': 'WBY32FK050CP94935',
'year': 2024}
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 06:13:59 [bca.uk] INFO: Saving data for HN24%20KKT: {'auction_closing_time': 1775124000.0, 'created_time': 1774650268.71159, 'last_price_update_time': 1774764839.569978}
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN24%2520KKT') HTTP/1.1" 204 0
2026-03-29 06:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ
2026-03-29 06:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ
2026-03-29 06:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ to the API
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA69%20EWJ-GB',
'category': 'Car',
'color': 'melting silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '71b5409d-77ea-5729-978f-b184e4cd318e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA69 EWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA69%20EWJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MINI',
'model': 'ONE',
'odometer': 115423,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MINI ONE 1.5 CLASSIC Hatchback',
'transmission': 'manual',
'trim': 'CLASSIC',
'vin': 'WMWXU52070TH96936',
'year': 2019}
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA69%2520EWJ%27 HTTP/1.1" 200 None
2026-03-29 06:13:59 [bca.uk] INFO: Saving data for EA69%20EWJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016272.757857, 'last_price_update_time': 1774764839.946189}
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA69%2520EWJ') HTTP/1.1" 204 0
2026-03-29 06:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC
2026-03-29 06:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC
2026-03-29 06:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC to the API
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20VTC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '7c2527de-1a15-5768-892b-c6833283fa8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GU23 VTC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20VTC&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'EQB 300',
'odometer': 44601,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE StationWagon',
'transmission': 'automatic',
'trim': '168KW 66KWH 4M AMG LINE',
'vin': 'W1N9M0JB0PN034179',
'year': 2023}
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU23%2520VTC%27 HTTP/1.1" 200 None
2026-03-29 06:14:00 [bca.uk] INFO: Saving data for GU23%20VTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650511.837348, 'last_price_update_time': 1774764840.267846}
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520VTC') HTTP/1.1" 204 0
2026-03-29 06:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC
2026-03-29 06:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC
2026-03-29 06:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC to the API
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN23%20ZNC-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6749cf8c-7481-580e-a1f8-4306ce884ecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN23 ZNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN23%20ZNC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L2',
'odometer': 42473,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL COMBO CARGO L2 1.5 TURBO D 100 2300 PRIME Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRIME',
'vin': 'W0VEFYHT2PJ551354',
'year': 2023}
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN23%2520ZNC%27 HTTP/1.1" 200 None
2026-03-29 06:14:00 [bca.uk] INFO: Saving data for FN23%20ZNC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650656.739999, 'last_price_update_time': 1774764840.541216}
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN23%2520ZNC') HTTP/1.1" 204 0
2026-03-29 06:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM
2026-03-29 06:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM
2026-03-29 06:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM to the API
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 69,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH71%20ENM-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8c50751f-d49c-55a6-b494-79d6d9a5adf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH71 ENM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH71%20ENM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 34887,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 1.0 PHEV 126 340 SWB LEADER L/R PanelVan',
'transmission': 'automatic',
'trim': 'PHEV 126 340 SWB LEADER L/R',
'vin': 'WF0YXXTTGHMU25109',
'year': 2021}
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YH71%2520ENM%27 HTTP/1.1" 200 None
2026-03-29 06:14:00 [bca.uk] INFO: Saving data for YH71%20ENM: {'auction_closing_time': 1775124000.0, 'created_time': 1773842518.758662, 'last_price_update_time': 1774764840.830623}
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520ENM') HTTP/1.1" 204 0
2026-03-29 06:14:00 [bca.uk] INFO: Found listing with ID: HV24%20RMX
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV24%2520RMX%27 HTTP/1.1" 200 None
2026-03-29 06:14:00 [bca.uk] INFO: Scrape type for HV24%20RMX: 2
2026-03-29 06:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX
2026-03-29 06:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92c4834-f655-5788-928e-17f63e3d5ccd with scrape type 2
2026-03-29 06:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a92c4834-f655-5788-928e-17f63e3d5ccd with scrape type 2
2026-03-29 06:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a92c4834-f655-5788-928e-17f63e3d5ccd, identifier: HV24%20RMX
2026-03-29 06:14:00 [bca.uk] INFO: Found listing with ID: KK19%20JFA
2026-03-29 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK19%2520JFA%27 HTTP/1.1" 200 None
2026-03-29 06:14:00 [bca.uk] INFO: Scrape type for KK19%20JFA: 2
2026-03-29 06:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA
2026-03-29 06:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8394d2c-146b-5768-b156-383e7c4ef56d with scrape type 2
2026-03-29 06:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8394d2c-146b-5768-b156-383e7c4ef56d with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8394d2c-146b-5768-b156-383e7c4ef56d, identifier: KK19%20JFA
2026-03-29 06:14:01 [bca.uk] INFO: Found listing with ID: RE21%20YLM
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE21%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 06:14:01 [bca.uk] INFO: Scrape type for RE21%20YLM: 0
2026-03-29 06:14:01 [bca.uk] INFO: Found listing with ID: FN24%20LZR
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN24%2520LZR%27 HTTP/1.1" 200 None
2026-03-29 06:14:01 [bca.uk] INFO: Scrape type for FN24%20LZR: 2
2026-03-29 06:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR
2026-03-29 06:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 725bc3d3-cf39-51dc-844f-1e29a88f9c27, identifier: FN24%20LZR
2026-03-29 06:14:01 [bca.uk] INFO: Found listing with ID: GL67%20URB
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL67%2520URB%27 HTTP/1.1" 200 None
2026-03-29 06:14:01 [bca.uk] INFO: Scrape type for GL67%20URB: 2
2026-03-29 06:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB
2026-03-29 06:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41a111cd-b8d8-556d-9445-447a66f6feed with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41a111cd-b8d8-556d-9445-447a66f6feed with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41a111cd-b8d8-556d-9445-447a66f6feed, identifier: GL67%20URB
2026-03-29 06:14:01 [bca.uk] INFO: Found listing with ID: VE72%20ZVG
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE72%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 06:14:01 [bca.uk] INFO: Scrape type for VE72%20ZVG: 2
2026-03-29 06:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG
2026-03-29 06:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48c20be7-6b84-5597-8013-324d37c40ec4 with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48c20be7-6b84-5597-8013-324d37c40ec4 with scrape type 2
2026-03-29 06:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48c20be7-6b84-5597-8013-324d37c40ec4, identifier: VE72%20ZVG
2026-03-29 06:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX
2026-03-29 06:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX
2026-03-29 06:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX to the API
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20RMX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'a92c4834-f655-5788-928e-17f63e3d5ccd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HV24 RMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20RMX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'I4 GRAN COUPE',
'odometer': 6784,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
'transmission': 'automatic',
'trim': '250KW 84KWH ED40 M SPORT',
'vin': 'WBY72AW040FS46177',
'year': 2024}
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV24%2520RMX%27 HTTP/1.1" 200 None
2026-03-29 06:14:01 [bca.uk] INFO: Saving data for HV24%20RMX: {'auction_closing_time': 1775124000.0, 'created_time': 1774650494.013581, 'last_price_update_time': 1774764841.693562}
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520RMX') HTTP/1.1" 204 0
2026-03-29 06:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA
2026-03-29 06:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA
2026-03-29 06:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA to the API
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK19%20JFA-GB',
'category': 'Car',
'color': 'mediterranean blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd8394d2c-146b-5768-b156-383e7c4ef56d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KK19 JFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK19%20JFA&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '520I',
'odometer': 95415,
'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': 'WBAJT92030BR76482',
'year': 2019}
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KK19%2520JFA%27 HTTP/1.1" 200 None
2026-03-29 06:14:01 [bca.uk] INFO: Saving data for KK19%20JFA: {'auction_closing_time': 1775037600.0, 'created_time': 1774016224.264447, 'last_price_update_time': 1774764841.986628}
2026-03-29 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK19%2520JFA') HTTP/1.1" 204 0
2026-03-29 06:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR
2026-03-29 06:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR
2026-03-29 06:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR to the API
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 30,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN24%20LZR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '725bc3d3-cf39-51dc-844f-1e29a88f9c27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FN24 LZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN24%20LZR&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'CUPRA',
'model': 'LEON',
'odometer': 27192,
'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': 'CUPRA LEON 1.4 E-HYBRID VZ2 DESIGN ED.DSG Estate',
'transmission': 'automatic',
'trim': 'E-HYBRID VZ2 DESIGN ED.DSG',
'vin': 'VSSZZZKL1RR047604',
'year': 2024}
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN24%2520LZR%27 HTTP/1.1" 200 None
2026-03-29 06:14:02 [bca.uk] INFO: Saving data for FN24%20LZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650512.705699, 'last_price_update_time': 1774764842.829506}
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN24%2520LZR') HTTP/1.1" 204 0
2026-03-29 06:14:02 [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 06:14:02 [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 06:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB
2026-03-29 06:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB
2026-03-29 06:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB to the API
2026-03-29 06:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL67%20URB-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41a111cd-b8d8-556d-9445-447a66f6feed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL67 URB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL67%20URB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': 'EXPERT 1000',
'odometer': 27890,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'PEUGEOT EXPERT 1000 1.6 B/HDI 115 STD.PROFESSIONAL PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 115 STD.PROFESSIONAL',
'vin': 'VF3VBBHXHHZ098409',
'year': 2017}
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520URB%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Saving data for GL67%20URB: {'auction_closing_time': 1774951200.0, 'created_time': 1774650657.123808, 'last_price_update_time': 1774764843.120141}
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL67%2520URB') HTTP/1.1" 204 0
2026-03-29 06:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG
2026-03-29 06:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG
2026-03-29 06:14:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG to the API
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 248,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20ZVG-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.8L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '48c20be7-6b84-5597-8013-324d37c40ec4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE72 ZVG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20ZVG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'HILUX',
'odometer': 81821,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA HILUX 2.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'D-4D INVINCIBLE X 4WD',
'vin': 'AHTBA3CD106232466',
'year': 2023}
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520ZVG%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Saving data for VE72%20ZVG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650348.223309, 'last_price_update_time': 1774764843.39343}
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520ZVG') HTTP/1.1" 204 0
2026-03-29 06:14:03 [bca.uk] INFO: Found listing with ID: KM25%20OCP
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520OCP%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Scrape type for KM25%20OCP: 2
2026-03-29 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP
2026-03-29 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31af76a3-cf44-531d-810a-4cc8b57ebe00 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31af76a3-cf44-531d-810a-4cc8b57ebe00 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31af76a3-cf44-531d-810a-4cc8b57ebe00, identifier: KM25%20OCP
2026-03-29 06:14:03 [bca.uk] INFO: Found listing with ID: S555%20NRS
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S555%2520NRS%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Scrape type for S555%20NRS: 2
2026-03-29 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS
2026-03-29 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a84ec02-59e2-574c-a27d-4fb36371e3fb with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a84ec02-59e2-574c-a27d-4fb36371e3fb with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a84ec02-59e2-574c-a27d-4fb36371e3fb, identifier: S555%20NRS
2026-03-29 06:14:03 [bca.uk] INFO: Found listing with ID: MF70%20BVA
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520BVA%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Scrape type for MF70%20BVA: 2
2026-03-29 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 878403cf-da67-5990-b035-376f24e02aa0 with identifier: MF70%20BVA
2026-03-29 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 878403cf-da67-5990-b035-376f24e02aa0 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 878403cf-da67-5990-b035-376f24e02aa0 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 878403cf-da67-5990-b035-376f24e02aa0, identifier: MF70%20BVA
2026-03-29 06:14: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 06:14:03 [bca.uk] INFO: Found listing with ID: YS69%20PCO
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PCO%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Scrape type for YS69%20PCO: 2
2026-03-29 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO
2026-03-29 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7, identifier: YS69%20PCO
2026-03-29 06:14:03 [bca.uk] INFO: Found listing with ID: MX68%20WWF
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WWF%27 HTTP/1.1" 200 None
2026-03-29 06:14:03 [bca.uk] INFO: Scrape type for MX68%20WWF: 2
2026-03-29 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF
2026-03-29 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9189c28a-bb27-5715-8065-20e3a56dd086 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9189c28a-bb27-5715-8065-20e3a56dd086 with scrape type 2
2026-03-29 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9189c28a-bb27-5715-8065-20e3a56dd086, identifier: MX68%20WWF
2026-03-29 06:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP
2026-03-29 06:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP
2026-03-29 06:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP to the API
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM25%20OCP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '31af76a3-cf44-531d-810a-4cc8b57ebe00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KM25 OCP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM25%20OCP&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'I5',
'odometer': 6010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'BMW I5 442KW 84KWH XD M60 Saloon',
'transmission': 'automatic',
'trim': '442KW 84KWH XD M60',
'vin': 'WBY42HG000CU98133',
'year': 2025}
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520OCP%27 HTTP/1.1" 200 None
2026-03-29 06:14:04 [bca.uk] INFO: Saving data for KM25%20OCP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650634.112301, 'last_price_update_time': 1774764844.240213}
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM25%2520OCP') HTTP/1.1" 204 0
2026-03-29 06:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS
2026-03-29 06:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS
2026-03-29 06:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS to the API
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S555%20NRS-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2a84ec02-59e2-574c-a27d-4fb36371e3fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S555 NRS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=S555%20NRS&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X5',
'odometer': 80943,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'BMW X5 3.0 XDRIVE 40D SE StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 40D SE',
'vin': 'WBAKS620900P88518',
'year': 2016}
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S555%2520NRS%27 HTTP/1.1" 200 None
2026-03-29 06:14:04 [bca.uk] INFO: Saving data for S555%20NRS: {'auction_closing_time': 1775037600.0, 'created_time': 1774016223.116038, 'last_price_update_time': 1774764844.681913}
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S555%2520NRS') HTTP/1.1" 204 0
2026-03-29 06:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 878403cf-da67-5990-b035-376f24e02aa0 with identifier: MF70%20BVA
2026-03-29 06:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 878403cf-da67-5990-b035-376f24e02aa0 with identifier: MF70%20BVA
2026-03-29 06:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 878403cf-da67-5990-b035-376f24e02aa0 with identifier: MF70%20BVA to the API
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF70%20BVA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '878403cf-da67-5990-b035-376f24e02aa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF70 BVA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF70%20BVA&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'CITROEN',
'model': 'GRAND SPACETOUR',
'odometer': 53614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'CITROEN GRAND SPACETOUR 1.5 BLUEHDI 130 FEEL PLUS MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 130 FEEL PLUS',
'vin': 'VF73AYHZPLJ664252',
'year': 2020}
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520BVA%27 HTTP/1.1" 200 None
2026-03-29 06:14:04 [bca.uk] INFO: Saving data for MF70%20BVA: {'auction_closing_time': 1774778400.0, 'created_time': 1773839700.669646, 'last_price_update_time': 1774764844.983005}
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF70%2520BVA') HTTP/1.1" 204 0
2026-03-29 06:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO
2026-03-29 06:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO
2026-03-29 06:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO to the API
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20PCO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS69 PCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20PCO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 93495,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER H/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 300 SWB LEADER H/R',
'vin': 'WF0YXXTTGYKM16600',
'year': 2020}
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS69%2520PCO%27 HTTP/1.1" 200 None
2026-03-29 06:14:05 [bca.uk] INFO: Saving data for YS69%20PCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650635.657768, 'last_price_update_time': 1774764845.266841}
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520PCO') HTTP/1.1" 204 0
2026-03-29 06:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF
2026-03-29 06:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF
2026-03-29 06:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF to the API
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX68%20WWF-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9189c28a-bb27-5715-8065-20e3a56dd086',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MX68 WWF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX68%20WWF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 77254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 LWB H/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 340 LWB H/R',
'vin': 'WF0YXXTTGYJB01510',
'year': 2019}
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX68%2520WWF%27 HTTP/1.1" 200 None
2026-03-29 06:14:05 [bca.uk] INFO: Saving data for MX68%20WWF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650326.292318, 'last_price_update_time': 1774764845.555119}
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX68%2520WWF') HTTP/1.1" 204 0
2026-03-29 06:14:05 [bca.uk] INFO: Found listing with ID: LL73%20FWG
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL73%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 06:14:05 [bca.uk] INFO: Scrape type for LL73%20FWG: 2
2026-03-29 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG
2026-03-29 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee64324-236d-53f5-b7fa-993778a49dff with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee64324-236d-53f5-b7fa-993778a49dff with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ee64324-236d-53f5-b7fa-993778a49dff, identifier: LL73%20FWG
2026-03-29 06:14:05 [bca.uk] INFO: Found listing with ID: SK71%20XRC
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK71%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:14:05 [bca.uk] INFO: Scrape type for SK71%20XRC: 2
2026-03-29 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC
2026-03-29 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b766c656-1487-5e93-a526-edb9d476258c with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b766c656-1487-5e93-a526-edb9d476258c with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b766c656-1487-5e93-a526-edb9d476258c, identifier: SK71%20XRC
2026-03-29 06:14:05 [bca.uk] INFO: Found listing with ID: DV23%20XVH
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV23%2520XVH%27 HTTP/1.1" 200 None
2026-03-29 06:14:05 [bca.uk] INFO: Scrape type for DV23%20XVH: 2
2026-03-29 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH
2026-03-29 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 608c774b-d7ee-5f0d-aada-a4a437ed6b64, identifier: DV23%20XVH
2026-03-29 06:14:05 [bca.uk] INFO: Found listing with ID: SW19%20JVU
2026-03-29 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW19%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 06:14:05 [bca.uk] INFO: Scrape type for SW19%20JVU: 2
2026-03-29 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU
2026-03-29 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf090f9-4fa3-58d5-b798-a57989d409d4 with scrape type 2
2026-03-29 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf090f9-4fa3-58d5-b798-a57989d409d4 with scrape type 2
2026-03-29 06:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf090f9-4fa3-58d5-b798-a57989d409d4, identifier: SW19%20JVU
2026-03-29 06:14:06 [bca.uk] INFO: Found listing with ID: MX67%20NUV
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX67%2520NUV%27 HTTP/1.1" 200 None
2026-03-29 06:14:06 [bca.uk] INFO: Scrape type for MX67%20NUV: 2
2026-03-29 06:14:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV
2026-03-29 06:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with scrape type 2
2026-03-29 06:14:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with scrape type 2
2026-03-29 06:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3448a245-f81c-50a7-a096-e2ea3ef67ba4, identifier: MX67%20NUV
2026-03-29 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG
2026-03-29 06:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG
2026-03-29 06:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG to the API
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL73%20FWG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '8ee64324-236d-53f5-b7fa-993778a49dff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL73 FWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL73%20FWG&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'EQE 350',
'odometer': 16514,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQE 350 AMG LINE Saloon',
'transmission': 'automatic',
'trim': 'AMG LINE',
'vin': 'W1KEG2FB9RF043922',
'year': 2023}
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LL73%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 06:14:06 [bca.uk] INFO: Saving data for LL73%20FWG: {'auction_closing_time': 1775124000.0, 'created_time': 1774303873.671765, 'last_price_update_time': 1774764846.393167}
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL73%2520FWG') HTTP/1.1" 204 0
2026-03-29 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=carbon+black HTTP/1.1" 200 None
2026-03-29 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC
2026-03-29 06:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC to the API
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 47,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK71%20XRC-GB',
'category': 'Car',
'color': 'carbon black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'b766c656-1487-5e93-a526-edb9d476258c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SK71 XRC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK71%20XRC&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X3',
'odometer': 40730,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 30E M SPORT',
'vin': 'WBA62DP0209J46152',
'year': 2021}
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK71%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:14:06 [bca.uk] INFO: Saving data for SK71%20XRC: {'auction_closing_time': 1775037600.0, 'created_time': 1774016279.034907, 'last_price_update_time': 1774764846.785693}
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK71%2520XRC') HTTP/1.1" 204 0
2026-03-29 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH
2026-03-29 06:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH
2026-03-29 06:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH to the API
2026-03-29 06:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV23%20XVH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '608c774b-d7ee-5f0d-aada-a4a437ed6b64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV23 XVH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV23%20XVH&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MG MOTOR UK',
'model': 'MG4 EV',
'odometer': 15614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG4 EV 150KW 64KWH SE LR Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH SE LR',
'vin': 'LSJWH4094PN078446',
'year': 2023}
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV23%2520XVH%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Saving data for DV23%20XVH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650510.949181, 'last_price_update_time': 1774764847.064437}
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV23%2520XVH') HTTP/1.1" 204 0
2026-03-29 06:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU
2026-03-29 06:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU
2026-03-29 06:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU to the API
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW19%20JVU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'acf090f9-4fa3-58d5-b798-a57989d409d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW19 JVU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW19%20JVU&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 76777,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD R-DYNAMIC S',
'vin': 'SALZA2AN0LH014831',
'year': 2019}
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW19%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Saving data for SW19%20JVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650527.088815, 'last_price_update_time': 1774764847.355529}
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW19%2520JVU') HTTP/1.1" 204 0
2026-03-29 06:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV
2026-03-29 06:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV
2026-03-29 06:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV to the API
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX67%20NUV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3448a245-f81c-50a7-a096-e2ea3ef67ba4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MX67 NUV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX67%20NUV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 43951,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 TDCI 130 LWB M/R PanelVan',
'transmission': 'automatic',
'trim': 'TDCI 130 LWB M/R',
'vin': 'WF0XXXTTGXHR07685',
'year': 2017}
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MX67%2520NUV%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Saving data for MX67%20NUV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650335.22304, 'last_price_update_time': 1774764847.629066}
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX67%2520NUV') HTTP/1.1" 204 0
2026-03-29 06:14:07 [bca.uk] INFO: Found listing with ID: LN73%20EXV
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN73%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Scrape type for LN73%20EXV: 2
2026-03-29 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV
2026-03-29 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af987226-2dd6-51ae-99fc-da909d5e5ab8 with scrape type 2
2026-03-29 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af987226-2dd6-51ae-99fc-da909d5e5ab8 with scrape type 2
2026-03-29 06:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af987226-2dd6-51ae-99fc-da909d5e5ab8, identifier: LN73%20EXV
2026-03-29 06:14:07 [bca.uk] INFO: Found listing with ID: SL68%20AYB
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL68%2520AYB%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Scrape type for SL68%20AYB: 0
2026-03-29 06:14:07 [bca.uk] INFO: Found listing with ID: V50%20TAT
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27V50%2520TAT%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Scrape type for V50%20TAT: 2
2026-03-29 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT
2026-03-29 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec82e3c-e354-599a-a819-8d2fad20bd77 with scrape type 2
2026-03-29 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ec82e3c-e354-599a-a819-8d2fad20bd77 with scrape type 2
2026-03-29 06:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ec82e3c-e354-599a-a819-8d2fad20bd77, identifier: V50%20TAT
2026-03-29 06:14:07 [bca.uk] INFO: Found listing with ID: KF73%20FNM
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KF73%2520FNM%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Scrape type for KF73%20FNM: 0
2026-03-29 06:14:07 [bca.uk] INFO: Found listing with ID: EU67%20UVJ
2026-03-29 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU67%2520UVJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:07 [bca.uk] INFO: Scrape type for EU67%20UVJ: 2
2026-03-29 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ
2026-03-29 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23f7edba-c152-5dfc-89aa-c1833816e7d4 with scrape type 2
2026-03-29 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23f7edba-c152-5dfc-89aa-c1833816e7d4 with scrape type 2
2026-03-29 06:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23f7edba-c152-5dfc-89aa-c1833816e7d4, identifier: EU67%20UVJ
2026-03-29 06:14:08 [bca.uk] INFO: Found listing with ID: WD21%20BYK
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-29 06:14:08 [bca.uk] INFO: Scrape type for WD21%20BYK: 2
2026-03-29 06:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK
2026-03-29 06:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with scrape type 2
2026-03-29 06:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with scrape type 2
2026-03-29 06:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7, identifier: WD21%20BYK
2026-03-29 06:14:08 [bca.uk] INFO: Found listing with ID: LT16%20WXR
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 06:14:08 [bca.uk] INFO: Scrape type for LT16%20WXR: 2
2026-03-29 06:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b339fa9f-2b2e-5d9c-8457-67bff96aef41 with identifier: LT16%20WXR
2026-03-29 06:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b339fa9f-2b2e-5d9c-8457-67bff96aef41 with scrape type 2
2026-03-29 06:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b339fa9f-2b2e-5d9c-8457-67bff96aef41 with scrape type 2
2026-03-29 06:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b339fa9f-2b2e-5d9c-8457-67bff96aef41, identifier: LT16%20WXR
2026-03-29 06:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV
2026-03-29 06:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV
2026-03-29 06:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV to the API
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN73%20EXV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'af987226-2dd6-51ae-99fc-da909d5e5ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN73 EXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN73%20EXV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'IX1',
'odometer': 20397,
'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 IX1 XD30 M SPORT StationWagon',
'transmission': 'automatic',
'trim': 'XD30 M SPORT',
'vin': 'WBY62EF0405X99596',
'year': 2023}
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:14:08 [bca.uk] INFO: Saving data for LN73%20EXV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650493.661046, 'last_price_update_time': 1774764848.501663}
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN73%2520EXV') HTTP/1.1" 204 0
2026-03-29 06:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT
2026-03-29 06:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT
2026-03-29 06:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT to the API
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V50%20TAT-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2ec82e3c-e354-599a-a819-8d2fad20bd77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'V50 TAT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=V50%20TAT&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X5',
'odometer': 69476,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 40D M SPORT (7S)',
'vin': 'WBAKS620200K78916',
'year': 2015}
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V50%2520TAT%27 HTTP/1.1" 200 None
2026-03-29 06:14:08 [bca.uk] INFO: Saving data for V50%20TAT: {'auction_closing_time': 1775037600.0, 'created_time': 1774016282.6437, 'last_price_update_time': 1774764848.872236}
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V50%2520TAT') HTTP/1.1" 204 0
2026-03-29 06:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ
2026-03-29 06:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ
2026-03-29 06:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ to the API
2026-03-29 06:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU67%20UVJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '23f7edba-c152-5dfc-89aa-c1833816e7d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU67 UVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU67%20UVJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 71506,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0JXXGAHJHA02315',
'year': 2017}
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU67%2520UVJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:09 [bca.uk] INFO: Saving data for EU67%20UVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650510.305046, 'last_price_update_time': 1774764849.154449}
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU67%2520UVJ') HTTP/1.1" 204 0
2026-03-29 06:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK
2026-03-29 06:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK
2026-03-29 06:14:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK to the API
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD21%20BYK-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6ec10440-cdf1-5cbf-b779-4fab56e0f5a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD21 BYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD21%20BYK&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 76874,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 280 SWB LEADER L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 105 280 SWB LEADER L/R',
'vin': 'WF0YXXTTGYMP67141',
'year': 2021}
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-29 06:14:09 [bca.uk] INFO: Saving data for WD21%20BYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774350743.60328, 'last_price_update_time': 1774764849.451131}
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD21%2520BYK') HTTP/1.1" 204 0
2026-03-29 06:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b339fa9f-2b2e-5d9c-8457-67bff96aef41 with identifier: LT16%20WXR
2026-03-29 06:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b339fa9f-2b2e-5d9c-8457-67bff96aef41 with identifier: LT16%20WXR
2026-03-29 06:14:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b339fa9f-2b2e-5d9c-8457-67bff96aef41 with identifier: LT16%20WXR to the API
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT16%20WXR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b339fa9f-2b2e-5d9c-8457-67bff96aef41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT16 WXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT16%20WXR&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'JEEP',
'model': 'RENEGADE',
'odometer': 55394,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'JEEP RENEGADE 1.4 M/AIR 140 LIMITED DDCT Hatchback',
'transmission': 'automatic',
'trim': 'M/AIR 140 LIMITED DDCT',
'vin': '1C4BU0000GPD03595',
'year': 2016}
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LT16%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 06:14:09 [bca.uk] INFO: Saving data for LT16%20WXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774650329.565086, 'last_price_update_time': 1774764849.732766}
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT16%2520WXR') HTTP/1.1" 204 0
2026-03-29 06:14:09 [bca.uk] INFO: Found listing with ID: RE73%20KHZ
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE73%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:09 [bca.uk] INFO: Scrape type for RE73%20KHZ: 2
2026-03-29 06:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ
2026-03-29 06:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85e7e73f-bd15-5975-897d-31491d7c959b with scrape type 2
2026-03-29 06:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85e7e73f-bd15-5975-897d-31491d7c959b with scrape type 2
2026-03-29 06:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85e7e73f-bd15-5975-897d-31491d7c959b, identifier: RE73%20KHZ
2026-03-29 06:14:09 [bca.uk] INFO: Found listing with ID: VE68%20XBJ
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE68%2520XBJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:09 [bca.uk] INFO: Scrape type for VE68%20XBJ: 2
2026-03-29 06:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ
2026-03-29 06:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a761e006-f559-5bda-9eca-2eefa752eacc with scrape type 2
2026-03-29 06:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a761e006-f559-5bda-9eca-2eefa752eacc with scrape type 2
2026-03-29 06:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a761e006-f559-5bda-9eca-2eefa752eacc, identifier: VE68%20XBJ
2026-03-29 06:14:09 [bca.uk] INFO: Found listing with ID: MJ72%20LTF
2026-03-29 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ72%2520LTF%27 HTTP/1.1" 200 None
2026-03-29 06:14:09 [bca.uk] INFO: Scrape type for MJ72%20LTF: 2
2026-03-29 06:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF
2026-03-29 06:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 898620e8-06ad-5240-92d7-fac22e319db6 with scrape type 2
2026-03-29 06:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 898620e8-06ad-5240-92d7-fac22e319db6 with scrape type 2
2026-03-29 06:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 898620e8-06ad-5240-92d7-fac22e319db6, identifier: MJ72%20LTF
2026-03-29 06:14:10 [bca.uk] INFO: Found listing with ID: WF71%20UAG
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WF71%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 06:14:10 [bca.uk] INFO: Scrape type for WF71%20UAG: 2
2026-03-29 06:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG
2026-03-29 06:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f20982af-eb03-5ab9-8cb8-478bf0c74522 with scrape type 2
2026-03-29 06:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f20982af-eb03-5ab9-8cb8-478bf0c74522 with scrape type 2
2026-03-29 06:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f20982af-eb03-5ab9-8cb8-478bf0c74522, identifier: WF71%20UAG
2026-03-29 06:14:10 [bca.uk] INFO: Found listing with ID: GJ68%20CXU
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ68%2520CXU%27 HTTP/1.1" 200 None
2026-03-29 06:14:10 [bca.uk] INFO: Scrape type for GJ68%20CXU: 2
2026-03-29 06:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU
2026-03-29 06:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39b758c9-bcab-57bc-bbff-1e5c621403a7 with scrape type 2
2026-03-29 06:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39b758c9-bcab-57bc-bbff-1e5c621403a7 with scrape type 2
2026-03-29 06:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39b758c9-bcab-57bc-bbff-1e5c621403a7, identifier: GJ68%20CXU
2026-03-29 06:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ
2026-03-29 06:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ
2026-03-29 06:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ to the API
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE73%20KHZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '85e7e73f-bd15-5975-897d-31491d7c959b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE73 KHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE73%20KHZ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 24164,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 58KWH PRO Hatchback',
'transmission': 'automatic',
'trim': '150KW 58KWH PRO',
'vin': 'WVWZZZE12PP513321',
'year': 2023}
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE73%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:10 [bca.uk] INFO: Saving data for RE73%20KHZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650495.857526, 'last_price_update_time': 1774764850.574022}
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE73%2520KHZ') HTTP/1.1" 204 0
2026-03-29 06:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ
2026-03-29 06:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ
2026-03-29 06:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ to the API
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE68%20XBJ-GB',
'category': 'Car',
'color': 'flamenco red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a761e006-f559-5bda-9eca-2eefa752eacc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE68 XBJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE68%20XBJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X4',
'odometer': 88060,
'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 X4 2.0 XDRIVE 20D M SPORT STEP Coupe',
'transmission': 'manual',
'trim': 'XDRIVE 20D M SPORT STEP',
'vin': 'WBAVJ120X0LB99482',
'year': 2018}
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE68%2520XBJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:10 [bca.uk] INFO: Saving data for VE68%20XBJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016281.957434, 'last_price_update_time': 1774764850.853835}
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE68%2520XBJ') HTTP/1.1" 204 0
2026-03-29 06:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF
2026-03-29 06:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF
2026-03-29 06:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF to the API
2026-03-29 06:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20LTF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '898620e8-06ad-5240-92d7-fac22e319db6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ72 LTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20LTF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 18485,
'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 T-ROC 2.0 TSI 300 4M R DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 300 4M R DSG',
'vin': 'WVGZZZA1ZPV560459',
'year': 2022}
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ72%2520LTF%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Saving data for MJ72%20LTF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650634.921098, 'last_price_update_time': 1774764851.137734}
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520LTF') HTTP/1.1" 204 0
2026-03-29 06:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG
2026-03-29 06:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG
2026-03-29 06:14:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG to the API
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF71%20UAG-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f20982af-eb03-5ab9-8cb8-478bf0c74522',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF71 UAG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF71%20UAG&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 45614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 280 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 280 SWB LEADER L/R',
'vin': 'WF0YXXTTGYMG59309',
'year': 2021}
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%2520UAG%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Saving data for WF71%20UAG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650638.618752, 'last_price_update_time': 1774764851.412975}
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520UAG') HTTP/1.1" 204 0
2026-03-29 06:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU
2026-03-29 06:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU
2026-03-29 06:14:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU to the API
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20CXU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '39b758c9-bcab-57bc-bbff-1e5c621403a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ68 CXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20CXU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 58826,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 T 250 AWD R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'T 250 AWD R SPORT',
'vin': 'SADCA2AX3KA367977',
'year': 2018}
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ68%2520CXU%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Saving data for GJ68%20CXU: {'auction_closing_time': 1775037600.0, 'created_time': 1774650333.361513, 'last_price_update_time': 1774764851.696101}
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520CXU') HTTP/1.1" 204 0
2026-03-29 06:14:11 [bca.uk] INFO: Found listing with ID: RF73%20LWK
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF73%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Scrape type for RF73%20LWK: 2
2026-03-29 06:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK
2026-03-29 06:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with scrape type 2
2026-03-29 06:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with scrape type 2
2026-03-29 06:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1, identifier: RF73%20LWK
2026-03-29 06:14:11 [bca.uk] INFO: Found listing with ID: WD17%20NJK
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WD17%2520NJK%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Scrape type for WD17%20NJK: 2
2026-03-29 06:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK
2026-03-29 06:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308c74ae-34c8-50a9-828c-90135f90479d with scrape type 2
2026-03-29 06:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 308c74ae-34c8-50a9-828c-90135f90479d with scrape type 2
2026-03-29 06:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 308c74ae-34c8-50a9-828c-90135f90479d, identifier: WD17%20NJK
2026-03-29 06:14:11 [bca.uk] INFO: Found listing with ID: HK71%20RDZ
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK71%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Scrape type for HK71%20RDZ: 0
2026-03-29 06:14:11 [bca.uk] INFO: Found listing with ID: LK23%20NFG
2026-03-29 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LK23%2520NFG%27 HTTP/1.1" 200 None
2026-03-29 06:14:11 [bca.uk] INFO: Scrape type for LK23%20NFG: 2
2026-03-29 06:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG
2026-03-29 06:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 873f25d6-fe87-5819-89b0-646a6c61f078 with scrape type 2
2026-03-29 06:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 873f25d6-fe87-5819-89b0-646a6c61f078 with scrape type 2
2026-03-29 06:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 873f25d6-fe87-5819-89b0-646a6c61f078, identifier: LK23%20NFG
2026-03-29 06:14:12 [scrapy.extensions.logstats] INFO: Crawled 78 pages (at 0 pages/min), scraped 1518 items (at 120 items/min)
2026-03-29 06:14:12 [scrapy.extensions.memusage] INFO: Peak memory usage is 215MiB
2026-03-29 06:14:12 [bca.uk] INFO: Found listing with ID: YS73%20KTA
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS73%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 06:14:12 [bca.uk] INFO: Scrape type for YS73%20KTA: 2
2026-03-29 06:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA
2026-03-29 06:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with scrape type 2
2026-03-29 06:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with scrape type 2
2026-03-29 06:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2, identifier: YS73%20KTA
2026-03-29 06:14:12 [bca.uk] INFO: Found listing with ID: FE69%20EVJ
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE69%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:12 [bca.uk] INFO: Scrape type for FE69%20EVJ: 2
2026-03-29 06:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ
2026-03-29 06:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b93f716c-3f9a-5611-8906-534c13302750 with scrape type 2
2026-03-29 06:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b93f716c-3f9a-5611-8906-534c13302750 with scrape type 2
2026-03-29 06:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b93f716c-3f9a-5611-8906-534c13302750, identifier: FE69%20EVJ
2026-03-29 06:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK
2026-03-29 06:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK
2026-03-29 06:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK to the API
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF73%20LWK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF73 LWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF73%20LWK&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'EQA 300',
'odometer': 11257,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQA 300 168KW 66KWH 4M AMG LINE Hatchback',
'transmission': 'automatic',
'trim': '168KW 66KWH 4M AMG LINE',
'vin': 'W1N9N0JB5RJ099987',
'year': 2024}
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF73%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 06:14:12 [bca.uk] INFO: Saving data for RF73%20LWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650492.412685, 'last_price_update_time': 1774764852.554248}
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520LWK') HTTP/1.1" 204 0
2026-03-29 06:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=alpine+white HTTP/1.1" 200 None
2026-03-29 06:14:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK
2026-03-29 06:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK to the API
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD17%20NJK-GB',
'category': 'Car',
'color': 'alpine white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '308c74ae-34c8-50a9-828c-90135f90479d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD17 NJK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD17%20NJK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X3',
'odometer': 88775,
'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 X3 2.0 XDRIVE 20D X LINE STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 20D X LINE STEP',
'vin': 'WBAWZ520400W93419',
'year': 2017}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520NJK%27 HTTP/1.1" 200 None
2026-03-29 06:14:13 [bca.uk] INFO: Saving data for WD17%20NJK: {'auction_closing_time': 1775037600.0, 'created_time': 1774016258.389836, 'last_price_update_time': 1774764853.054693}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD17%2520NJK') HTTP/1.1" 204 0
2026-03-29 06:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG
2026-03-29 06:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG
2026-03-29 06:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG to the API
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 87,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK23%20NFG-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': '873f25d6-fe87-5819-89b0-646a6c61f078',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LK23 NFG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK23%20NFG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MAZDA',
'model': '2',
'odometer': 29383,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MAZDA 2 1.5 HYBRID PURE Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID PURE',
'vin': 'JMZKBAC370A278044',
'year': 2023}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NFG%27 HTTP/1.1" 200 None
2026-03-29 06:14:13 [bca.uk] INFO: Saving data for LK23%20NFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650635.30754, 'last_price_update_time': 1774764853.358}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK23%2520NFG') HTTP/1.1" 204 0
2026-03-29 06:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA
2026-03-29 06:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA
2026-03-29 06:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA to the API
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 222,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS73%20KTA-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8c0ff51-e7f1-5b92-bef5-61d24bff35e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS73 KTA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS73%20KTA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'RANGER',
'odometer': 21007,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 170 4WD XLT CrewCab Pick-up',
'transmission': 'manual',
'trim': 'EBL 170 4WD XLT',
'vin': '6FPPXXMJ2PPT78823',
'year': 2023}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS73%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 06:14:13 [bca.uk] INFO: Saving data for YS73%20KTA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650392.385364, 'last_price_update_time': 1774764853.640195}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS73%2520KTA') HTTP/1.1" 204 0
2026-03-29 06:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ
2026-03-29 06:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ
2026-03-29 06:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ to the API
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20EVJ-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b93f716c-3f9a-5611-8906-534c13302750',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE69 EVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20EVJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 82680,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H3 PanelVan',
'transmission': 'manual',
'trim': 'CDTI 130 L2 H3',
'vin': 'W0VMRY605KB177413',
'year': 2019}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:13 [bca.uk] INFO: Saving data for FE69%20EVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650328.90962, 'last_price_update_time': 1774764853.913572}
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520EVJ') HTTP/1.1" 204 0
2026-03-29 06:14:13 [bca.uk] INFO: Found listing with ID: DY23%20LBE
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 06:14:13 [bca.uk] INFO: Scrape type for DY23%20LBE: 2
2026-03-29 06:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE
2026-03-29 06:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with scrape type 2
2026-03-29 06:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d34b34a-c721-59cb-ba8b-52e3b83424b8, identifier: DY23%20LBE
2026-03-29 06:14:14 [bca.uk] INFO: Found listing with ID: WO21%20FXZ
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO21%2520FXZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:14 [bca.uk] INFO: Scrape type for WO21%20FXZ: 2
2026-03-29 06:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ
2026-03-29 06:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a938b5-33ba-5269-8604-b4e85de4c08f with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88a938b5-33ba-5269-8604-b4e85de4c08f with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88a938b5-33ba-5269-8604-b4e85de4c08f, identifier: WO21%20FXZ
2026-03-29 06:14:14 [bca.uk] INFO: Found listing with ID: HJ72%20WMT
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ72%2520WMT%27 HTTP/1.1" 200 None
2026-03-29 06:14:14 [bca.uk] INFO: Scrape type for HJ72%20WMT: 0
2026-03-29 06:14:14 [bca.uk] INFO: Found listing with ID: CK22%20VRJ
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK22%2520VRJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:14 [bca.uk] INFO: Scrape type for CK22%20VRJ: 2
2026-03-29 06:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ
2026-03-29 06:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c78c18-8c25-59e3-8cf5-bf1662fa842e with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00c78c18-8c25-59e3-8cf5-bf1662fa842e with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00c78c18-8c25-59e3-8cf5-bf1662fa842e, identifier: CK22%20VRJ
2026-03-29 06:14:14 [bca.uk] INFO: Found listing with ID: VO24%20TYZ
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO24%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:14 [bca.uk] INFO: Scrape type for VO24%20TYZ: 2
2026-03-29 06:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ
2026-03-29 06:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a, identifier: VO24%20TYZ
2026-03-29 06:14:14 [bca.uk] INFO: Found listing with ID: GM66%20AEG
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GM66%2520AEG%27 HTTP/1.1" 200 None
2026-03-29 06:14:14 [bca.uk] INFO: Scrape type for GM66%20AEG: 2
2026-03-29 06:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG
2026-03-29 06:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with scrape type 2
2026-03-29 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3, identifier: GM66%20AEG
2026-03-29 06:14:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE
2026-03-29 06:14:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE
2026-03-29 06:14:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE to the API
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY23%20LBE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '4d34b34a-c721-59cb-ba8b-52e3b83424b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY23 LBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY23%20LBE&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'MOKKA-E',
'odometer': 19338,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA-E 100KW 50KWH ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH ULTIMATE',
'vin': 'VXKUKZKXZPW017383',
'year': 2023}
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY23%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 06:14:14 [bca.uk] INFO: Saving data for DY23%20LBE: {'auction_closing_time': 1775124000.0, 'created_time': 1774650488.19771, 'last_price_update_time': 1774764854.787727}
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520LBE') HTTP/1.1" 204 0
2026-03-29 06:14:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=jet+black HTTP/1.1" 200 None
2026-03-29 06:14:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ
2026-03-29 06:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ to the API
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 31,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO21%20FXZ-GB',
'category': 'Car',
'color': 'jet black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '88a938b5-33ba-5269-8604-b4e85de4c08f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WO21 FXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO21%20FXZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '330E',
'odometer': 39319,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T SE PRO Saloon',
'transmission': 'automatic',
'trim': 'T SE PRO',
'vin': 'WBA5P52010FL50355',
'year': 2021}
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO21%2520FXZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:15 [bca.uk] INFO: Saving data for WO21%20FXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016227.874256, 'last_price_update_time': 1774764855.228655}
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO21%2520FXZ') HTTP/1.1" 204 0
2026-03-29 06:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ
2026-03-29 06:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ
2026-03-29 06:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ to the API
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20VRJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '00c78c18-8c25-59e3-8cf5-bf1662fa842e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK22 VRJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20VRJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 20251,
'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 TIGUAN ALLSPACE 1.5 TSI 150 2WD R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI 150 2WD R LINE DSG',
'vin': 'WVGZZZ5NZNM062357',
'year': 2022}
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK22%2520VRJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:15 [bca.uk] INFO: Saving data for CK22%20VRJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650636.23593, 'last_price_update_time': 1774764855.501581}
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520VRJ') HTTP/1.1" 204 0
2026-03-29 06:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ
2026-03-29 06:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ
2026-03-29 06:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ to the API
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20TYZ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd2f9fcf0-fae4-5a89-8569-ad27e3bd539a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO24 TYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20TYZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'ID.BUZZ CARGO',
'odometer': 9056,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.BUZZ CARGO 150KW 77KWH COMMERCE PLUS PanelVan',
'transmission': 'automatic',
'trim': '150KW 77KWH COMMERCE PLUS',
'vin': 'WV1ZZZEB0RH007787',
'year': 2024}
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO24%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:15 [bca.uk] INFO: Saving data for VO24%20TYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650394.561612, 'last_price_update_time': 1774764855.796565}
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520TYZ') HTTP/1.1" 204 0
2026-03-29 06:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG
2026-03-29 06:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG
2026-03-29 06:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG to the API
2026-03-29 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM66%20AEG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM66 AEG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM66%20AEG&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 35781,
'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 COUNTRYMAN 2.0 COOPER S D ALL4 Hatchback',
'transmission': 'automatic',
'trim': 'COOPER S D ALL4',
'vin': 'WMWYU520303B71731',
'year': 2017}
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520AEG%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Saving data for GM66%20AEG: {'auction_closing_time': 1775037600.0, 'created_time': 1774650327.025828, 'last_price_update_time': 1774764856.09707}
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520AEG') HTTP/1.1" 204 0
2026-03-29 06:14:16 [bca.uk] INFO: Found listing with ID: KO69%20PJV
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520PJV%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Scrape type for KO69%20PJV: 0
2026-03-29 06:14:16 [bca.uk] INFO: Found listing with ID: KO16%20GDV
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Scrape type for KO16%20GDV: 2
2026-03-29 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV
2026-03-29 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 134d01bd-e829-5ce7-9b81-c0349780e26a with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 134d01bd-e829-5ce7-9b81-c0349780e26a with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 134d01bd-e829-5ce7-9b81-c0349780e26a, identifier: KO16%20GDV
2026-03-29 06:14:16 [bca.uk] INFO: Found listing with ID: WS19%20OKT
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS19%2520OKT%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Scrape type for WS19%20OKT: 2
2026-03-29 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT
2026-03-29 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c403cb1c-d28a-577f-9253-68a002bf913e with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c403cb1c-d28a-577f-9253-68a002bf913e with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c403cb1c-d28a-577f-9253-68a002bf913e, identifier: WS19%20OKT
2026-03-29 06:14:16 [bca.uk] INFO: Found listing with ID: FE72%20JYB
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520JYB%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Scrape type for FE72%20JYB: 2
2026-03-29 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d879597a-fa47-5670-8617-ce0952fe4015 with identifier: FE72%20JYB
2026-03-29 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d879597a-fa47-5670-8617-ce0952fe4015 with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d879597a-fa47-5670-8617-ce0952fe4015 with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d879597a-fa47-5670-8617-ce0952fe4015, identifier: FE72%20JYB
2026-03-29 06:14:16 [bca.uk] INFO: Found listing with ID: WA68%20ZNW
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520ZNW%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Scrape type for WA68%20ZNW: 2
2026-03-29 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW
2026-03-29 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adf5ae32-7a70-5abe-8720-0ce9d83f5db5, identifier: WA68%20ZNW
2026-03-29 06:14:16 [bca.uk] INFO: Found listing with ID: FE69%20EUP
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EUP%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Scrape type for FE69%20EUP: 2
2026-03-29 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP
2026-03-29 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab1857a2-c88b-58f0-8ca1-313104082de2 with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab1857a2-c88b-58f0-8ca1-313104082de2 with scrape type 2
2026-03-29 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab1857a2-c88b-58f0-8ca1-313104082de2, identifier: FE69%20EUP
2026-03-29 06:14:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV
2026-03-29 06:14:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV
2026-03-29 06:14:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV to the API
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO16%20GDV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '134d01bd-e829-5ce7-9b81-c0349780e26a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KO16 GDV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO16%20GDV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'C250 D',
'odometer': 72533,
'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 C250 D 2.1 AMG LINE PREMIUM PLUS Coupe',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM PLUS',
'vin': 'WDD2053082F409869',
'year': 2016}
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 06:14:16 [bca.uk] INFO: Saving data for KO16%20GDV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650487.813131, 'last_price_update_time': 1774764856.920684}
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO16%2520GDV') HTTP/1.1" 204 0
2026-03-29 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT
2026-03-29 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT
2026-03-29 06:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT to the API
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WS19%20OKT-GB',
'category': 'Car',
'color': 'mineral white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c403cb1c-d28a-577f-9253-68a002bf913e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WS19 OKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WS19%20OKT&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '320D',
'odometer': 74123,
'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': 'WBA5V52090FH24171',
'year': 2019}
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS19%2520OKT%27 HTTP/1.1" 200 None
2026-03-29 06:14:17 [bca.uk] INFO: Saving data for WS19%20OKT: {'auction_closing_time': 1775037600.0, 'created_time': 1774564062.79891, 'last_price_update_time': 1774764857.29273}
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WS19%2520OKT') HTTP/1.1" 204 0
2026-03-29 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d879597a-fa47-5670-8617-ce0952fe4015 with identifier: FE72%20JYB
2026-03-29 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d879597a-fa47-5670-8617-ce0952fe4015 with identifier: FE72%20JYB
2026-03-29 06:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d879597a-fa47-5670-8617-ce0952fe4015 with identifier: FE72%20JYB to the API
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE72%20JYB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd879597a-fa47-5670-8617-ce0952fe4015',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE72 JYB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE72%20JYB&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'KIA',
'model': 'STONIC',
'odometer': 47512,
'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 STONIC 1.0 T GDI 100 2 Hatchback',
'transmission': 'manual',
'trim': 'T GDI 100 2',
'vin': 'KNAD6817LN6774733',
'year': 2023}
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520JYB%27 HTTP/1.1" 200 None
2026-03-29 06:14:17 [bca.uk] INFO: Saving data for FE72%20JYB: {'auction_closing_time': 1774778400.0, 'created_time': 1773821836.619246, 'last_price_update_time': 1774764857.57746}
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE72%2520JYB') HTTP/1.1" 204 0
2026-03-29 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW
2026-03-29 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW
2026-03-29 06:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW to the API
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA68%20ZNW-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'adf5ae32-7a70-5abe-8720-0ce9d83f5db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA68 ZNW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA68%20ZNW&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 138132,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 280 SWB L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 105 280 SWB L/R',
'vin': 'WF0YXXTTGYJT74054',
'year': 2018}
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520ZNW%27 HTTP/1.1" 200 None
2026-03-29 06:14:17 [bca.uk] INFO: Saving data for WA68%20ZNW: {'auction_closing_time': 1774951200.0, 'created_time': 1774650382.31276, 'last_price_update_time': 1774764857.851208}
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA68%2520ZNW') HTTP/1.1" 204 0
2026-03-29 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP
2026-03-29 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP
2026-03-29 06:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP to the API
2026-03-29 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20EUP-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ab1857a2-c88b-58f0-8ca1-313104082de2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE69 EUP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20EUP&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'VIVARO 2.9T',
'odometer': 77875,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 LWB SPORTIVE PanelVan',
'transmission': 'manual',
'trim': 'CDTI 120 LWB SPORTIVE',
'vin': 'W0VF7G600KV643448',
'year': 2019}
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EUP%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Saving data for FE69%20EUP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650350.44967, 'last_price_update_time': 1774764858.138781}
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520EUP') HTTP/1.1" 204 0
2026-03-29 06:14:18 [bca.uk] INFO: Found listing with ID: RJ23%20GUX
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUX%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Scrape type for RJ23%20GUX: 2
2026-03-29 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX
2026-03-29 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 567909c2-4258-5850-8477-6b90f0ab4f41 with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 567909c2-4258-5850-8477-6b90f0ab4f41 with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 567909c2-4258-5850-8477-6b90f0ab4f41, identifier: RJ23%20GUX
2026-03-29 06:14:18 [bca.uk] INFO: Found listing with ID: YF20%20RRU
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Scrape type for YF20%20RRU: 2
2026-03-29 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU
2026-03-29 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb, identifier: YF20%20RRU
2026-03-29 06:14:18 [bca.uk] INFO: Found listing with ID: EA22%20HBE
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Scrape type for EA22%20HBE: 2
2026-03-29 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ce1e796-11b2-501d-bd4b-78528906dfcd with identifier: EA22%20HBE
2026-03-29 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ce1e796-11b2-501d-bd4b-78528906dfcd with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ce1e796-11b2-501d-bd4b-78528906dfcd with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ce1e796-11b2-501d-bd4b-78528906dfcd, identifier: EA22%20HBE
2026-03-29 06:14:18 [bca.uk] INFO: Found listing with ID: U12C45069
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12C45069%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Scrape type for U12C45069: 2
2026-03-29 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069
2026-03-29 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3, identifier: U12C45069
2026-03-29 06:14:18 [bca.uk] INFO: Found listing with ID: CY65%20DFE
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY65%2520DFE%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Scrape type for CY65%20DFE: 2
2026-03-29 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a8ad629-6474-5c73-825f-f81c7b12a86b with identifier: CY65%20DFE
2026-03-29 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a8ad629-6474-5c73-825f-f81c7b12a86b with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a8ad629-6474-5c73-825f-f81c7b12a86b with scrape type 2
2026-03-29 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a8ad629-6474-5c73-825f-f81c7b12a86b, identifier: CY65%20DFE
2026-03-29 06:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX
2026-03-29 06:14:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX
2026-03-29 06:14:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX to the API
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20GUX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '567909c2-4258-5850-8477-6b90f0ab4f41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ23 GUX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20GUX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'ID.4',
'odometer': 16341,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
'transmission': 'automatic',
'trim': '109KW 52KWH LIFE PURE (110KC)',
'vin': 'WVGZZZE2ZPE029275',
'year': 2023}
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUX%27 HTTP/1.1" 200 None
2026-03-29 06:14:18 [bca.uk] INFO: Saving data for RJ23%20GUX: {'auction_closing_time': 1775124000.0, 'created_time': 1774650490.595888, 'last_price_update_time': 1774764858.976103}
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520GUX') HTTP/1.1" 204 0
2026-03-29 06:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU
2026-03-29 06:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=storm+bay HTTP/1.1" 200 None
2026-03-29 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU
2026-03-29 06:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU to the API
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF20%20RRU-GB',
'category': 'Car',
'color': 'storm bay',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '773f4e5f-79b7-5a22-9089-d4ff3338f1eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF20 RRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF20%20RRU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '116D',
'odometer': 76762,
'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 116D 1.5 M SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': 'M SPORT STEP',
'vin': 'WBA7M720507G03624',
'year': 2020}
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF20%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 06:14:19 [bca.uk] INFO: Saving data for YF20%20RRU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564054.261077, 'last_price_update_time': 1774764859.467168}
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520RRU') HTTP/1.1" 204 0
2026-03-29 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ce1e796-11b2-501d-bd4b-78528906dfcd with identifier: EA22%20HBE
2026-03-29 06:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ce1e796-11b2-501d-bd4b-78528906dfcd with identifier: EA22%20HBE
2026-03-29 06:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ce1e796-11b2-501d-bd4b-78528906dfcd with identifier: EA22%20HBE to the API
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA22%20HBE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9ce1e796-11b2-501d-bd4b-78528906dfcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA22 HBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA22%20HBE&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'BMW',
'model': 'X2',
'odometer': 45030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW X2 2.0 SDRIVE 20I 178 SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': 'SDRIVE 20I 178 SPORT STEP',
'vin': 'WBAYH320905V54499',
'year': 2022}
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA22%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:14:19 [bca.uk] INFO: Saving data for EA22%20HBE: {'auction_closing_time': 1774778400.0, 'created_time': 1774045057.293309, 'last_price_update_time': 1774764859.760364}
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA22%2520HBE') HTTP/1.1" 204 0
2026-03-29 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=solid+-+polar+white HTTP/1.1" 200 None
2026-03-29 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069
2026-03-29 06:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069 to the API
2026-03-29 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=U12C45069-GB',
'category': 'LightCommercialVehicle',
'color': 'solid',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '13b98af9-935e-5bb7-949f-a68c7ed2c2a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'U12C45069',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=U12C45069&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'CITROEN',
'model': 'RELAY 35',
'odometer': 18230,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'CITROEN RELAY 35 2.0 BLUEHDI 130 L3 Box',
'transmission': 'manual',
'trim': 'BLUEHDI 130 L3',
'vin': 'VF7YC2MAU12C45069',
'year': 2016}
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27U12C45069%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Saving data for U12C45069: {'auction_closing_time': 1775037600.0, 'created_time': 1774650385.380479, 'last_price_update_time': 1774764860.166534}
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='U12C45069') HTTP/1.1" 204 0
2026-03-29 06:14:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a8ad629-6474-5c73-825f-f81c7b12a86b with identifier: CY65%20DFE
2026-03-29 06:14:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a8ad629-6474-5c73-825f-f81c7b12a86b with identifier: CY65%20DFE
2026-03-29 06:14:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a8ad629-6474-5c73-825f-f81c7b12a86b with identifier: CY65%20DFE to the API
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY65%20DFE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2a8ad629-6474-5c73-825f-f81c7b12a86b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CY65 DFE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY65%20DFE&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CITROEN',
'model': 'C1',
'odometer': 73839,
'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': 'VF7PAHMTCFR771236',
'year': 2016}
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CY65%2520DFE%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Saving data for CY65%20DFE: {'auction_closing_time': 1774778400.0, 'created_time': 1774535341.249253, 'last_price_update_time': 1774764860.473448}
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY65%2520DFE') HTTP/1.1" 204 0
2026-03-29 06:14:20 [bca.uk] INFO: Found listing with ID: KN70%20PZC
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN70%2520PZC%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Scrape type for KN70%20PZC: 2
2026-03-29 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC
2026-03-29 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbc9a6d8-1f55-5256-9874-fdecd43c51b9, identifier: KN70%20PZC
2026-03-29 06:14:20 [bca.uk] INFO: Found listing with ID: YF67%20HYP
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF67%2520HYP%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Scrape type for YF67%20HYP: 2
2026-03-29 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP
2026-03-29 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01579790-b766-5233-8222-bd57f5646f02 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01579790-b766-5233-8222-bd57f5646f02 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01579790-b766-5233-8222-bd57f5646f02, identifier: YF67%20HYP
2026-03-29 06:14:20 [bca.uk] INFO: Found listing with ID: CV21%20HYF
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV21%2520HYF%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Scrape type for CV21%20HYF: 0
2026-03-29 06:14:20 [bca.uk] INFO: Found listing with ID: CU70%20PHK
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CU70%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Scrape type for CU70%20PHK: 2
2026-03-29 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bc346c4-fbf2-56bf-b6a9-be7db309baee with identifier: CU70%20PHK
2026-03-29 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bc346c4-fbf2-56bf-b6a9-be7db309baee with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bc346c4-fbf2-56bf-b6a9-be7db309baee with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bc346c4-fbf2-56bf-b6a9-be7db309baee, identifier: CU70%20PHK
2026-03-29 06:14:20 [bca.uk] INFO: Found listing with ID: LM71%20YXE
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM71%2520YXE%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Scrape type for LM71%20YXE: 2
2026-03-29 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE
2026-03-29 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ac60db6-e4dd-5586-8234-98c699072e06 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ac60db6-e4dd-5586-8234-98c699072e06 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ac60db6-e4dd-5586-8234-98c699072e06, identifier: LM71%20YXE
2026-03-29 06:14:20 [bca.uk] INFO: Found listing with ID: FA19%20NXH
2026-03-29 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA19%2520NXH%27 HTTP/1.1" 200 None
2026-03-29 06:14:20 [bca.uk] INFO: Scrape type for FA19%20NXH: 2
2026-03-29 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH
2026-03-29 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with scrape type 2
2026-03-29 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with scrape type 2
2026-03-29 06:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d28e0cdd-71d9-5fab-83a1-7b712d7a5583, identifier: FA19%20NXH
2026-03-29 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC
2026-03-29 06:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC
2026-03-29 06:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC to the API
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN70%20PZC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cbc9a6d8-1f55-5256-9874-fdecd43c51b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN70 PZC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN70%20PZC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A200 D',
'odometer': 48966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A200 D 2.0 AMG LINE PREMIUM PLUS DCT Saloon',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM PLUS DCT',
'vin': 'W1K1771122J263780',
'year': 2020}
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN70%2520PZC%27 HTTP/1.1" 200 None
2026-03-29 06:14:21 [bca.uk] INFO: Saving data for KN70%20PZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650491.349937, 'last_price_update_time': 1774764861.334209}
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520PZC') HTTP/1.1" 204 0
2026-03-29 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=glacier+silver HTTP/1.1" 200 None
2026-03-29 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP
2026-03-29 06:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP to the API
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF67%20HYP-GB',
'category': 'Car',
'color': 'glacier silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '01579790-b766-5233-8222-bd57f5646f02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF67 HYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF67%20HYP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '116D',
'odometer': 66970,
'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 116D 1.5 SE BUSINESS Hatchback',
'transmission': 'manual',
'trim': 'SE BUSINESS',
'vin': 'WBA1V720705D53687',
'year': 2017}
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF67%2520HYP%27 HTTP/1.1" 200 None
2026-03-29 06:14:21 [bca.uk] INFO: Saving data for YF67%20HYP: {'auction_closing_time': 1775037600.0, 'created_time': 1774564044.381822, 'last_price_update_time': 1774764861.788205}
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF67%2520HYP') HTTP/1.1" 204 0
2026-03-29 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bc346c4-fbf2-56bf-b6a9-be7db309baee with identifier: CU70%20PHK
2026-03-29 06:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bc346c4-fbf2-56bf-b6a9-be7db309baee with identifier: CU70%20PHK
2026-03-29 06:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bc346c4-fbf2-56bf-b6a9-be7db309baee with identifier: CU70%20PHK to the API
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU70%20PHK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1bc346c4-fbf2-56bf-b6a9-be7db309baee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU70 PHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU70%20PHK&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 31705,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 TSI 130 STYLE Hatchback',
'transmission': 'manual',
'trim': 'TSI 130 STYLE',
'vin': 'WVWZZZCDZMW007905',
'year': 2020}
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Saving data for CU70%20PHK: {'auction_closing_time': 1774778400.0, 'created_time': 1773839690.340275, 'last_price_update_time': 1774764862.071743}
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU70%2520PHK') HTTP/1.1" 204 0
2026-03-29 06:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE
2026-03-29 06:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE
2026-03-29 06:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE to the API
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 238,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM71%20YXE-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4ac60db6-e4dd-5586-8234-98c699072e06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM71 YXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM71%20YXE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': 'BOXER 335',
'odometer': 53846,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PEUGEOT BOXER 335 2.2 BLUEHDI 140 L3 H2 PROFESSIONAL PanelVan',
'transmission': 'manual',
'trim': 'BLUEHDI 140 L3 H2 PROFESSIONAL',
'vin': 'VF3YCBPFC12U49793',
'year': 2022}
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520YXE%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Saving data for LM71%20YXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650374.449188, 'last_price_update_time': 1774764862.350909}
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520YXE') HTTP/1.1" 204 0
2026-03-29 06:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH
2026-03-29 06:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH
2026-03-29 06:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH to the API
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA19%20NXH-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd28e0cdd-71d9-5fab-83a1-7b712d7a5583',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FA19 NXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA19%20NXH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'VIVARO 2.9T',
'odometer': 64434,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 SWB SPORTIVE PanelVan',
'transmission': 'manual',
'trim': 'CDTI 120 SWB SPORTIVE',
'vin': 'W0VF7G60XKV641688',
'year': 2019}
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NXH%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Saving data for FA19%20NXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774650350.824794, 'last_price_update_time': 1774764862.622263}
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520NXH') HTTP/1.1" 204 0
2026-03-29 06:14:22 [bca.uk] INFO: Found listing with ID: NU23%20GUO
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520GUO%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Scrape type for NU23%20GUO: 2
2026-03-29 06:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO
2026-03-29 06:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ab534a-4ed5-538e-a769-1e001af35046 with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82ab534a-4ed5-538e-a769-1e001af35046 with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82ab534a-4ed5-538e-a769-1e001af35046, identifier: NU23%20GUO
2026-03-29 06:14:22 [bca.uk] INFO: Found listing with ID: YG20%20MLK
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Scrape type for YG20%20MLK: 2
2026-03-29 06:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK
2026-03-29 06:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c5c830f-f3d3-56f5-948f-386299c79c98 with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c5c830f-f3d3-56f5-948f-386299c79c98 with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c5c830f-f3d3-56f5-948f-386299c79c98, identifier: YG20%20MLK
2026-03-29 06:14:22 [bca.uk] INFO: Found listing with ID: BV23%20WMK
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520WMK%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Scrape type for BV23%20WMK: 0
2026-03-29 06:14:22 [bca.uk] INFO: Found listing with ID: AY73%20GVC
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY73%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Scrape type for AY73%20GVC: 2
2026-03-29 06:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25212d6a-429e-5f75-826e-e80757a7131f with identifier: AY73%20GVC
2026-03-29 06:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25212d6a-429e-5f75-826e-e80757a7131f with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25212d6a-429e-5f75-826e-e80757a7131f with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25212d6a-429e-5f75-826e-e80757a7131f, identifier: AY73%20GVC
2026-03-29 06:14:22 [bca.uk] INFO: Found listing with ID: OU66%20UBE
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU66%2520UBE%27 HTTP/1.1" 200 None
2026-03-29 06:14:22 [bca.uk] INFO: Scrape type for OU66%20UBE: 2
2026-03-29 06:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE
2026-03-29 06:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beb37c5f-b3b4-5f12-b356-adf5971f1061 with scrape type 2
2026-03-29 06:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beb37c5f-b3b4-5f12-b356-adf5971f1061 with scrape type 2
2026-03-29 06:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beb37c5f-b3b4-5f12-b356-adf5971f1061, identifier: OU66%20UBE
2026-03-29 06:14:23 [bca.uk] INFO: Found listing with ID: BV16%20OFL
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV16%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 06:14:23 [bca.uk] INFO: Scrape type for BV16%20OFL: 2
2026-03-29 06:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL
2026-03-29 06:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with scrape type 2
2026-03-29 06:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with scrape type 2
2026-03-29 06:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93, identifier: BV16%20OFL
2026-03-29 06:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO
2026-03-29 06:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO
2026-03-29 06:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO to the API
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU23%20GUO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '82ab534a-4ed5-538e-a769-1e001af35046',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NU23 GUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU23%20GUO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 20608,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC000086674',
'year': 2023}
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520GUO%27 HTTP/1.1" 200 None
2026-03-29 06:14:23 [bca.uk] INFO: Saving data for NU23%20GUO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650490.965419, 'last_price_update_time': 1774764863.467607}
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU23%2520GUO') HTTP/1.1" 204 0
2026-03-29 06:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=midnight+black HTTP/1.1" 200 None
2026-03-29 06:14:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK
2026-03-29 06:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK to the API
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG20%20MLK-GB',
'category': 'Car',
'color': 'midnight black',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9c5c830f-f3d3-56f5-948f-386299c79c98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG20 MLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG20%20MLK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MINI',
'model': 'CLUBMAN',
'odometer': 44645,
'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': 'MINI CLUBMAN 2.0 COOPER S EXCLUSIVE STEP Estate',
'transmission': 'automatic',
'trim': 'COOPER S EXCLUSIVE STEP',
'vin': 'WMWLV720102M75937',
'year': 2020}
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:14:23 [bca.uk] INFO: Saving data for YG20%20MLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774564056.118473, 'last_price_update_time': 1774764863.877051}
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520MLK') HTTP/1.1" 204 0
2026-03-29 06:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25212d6a-429e-5f75-826e-e80757a7131f with identifier: AY73%20GVC
2026-03-29 06:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25212d6a-429e-5f75-826e-e80757a7131f with identifier: AY73%20GVC
2026-03-29 06:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25212d6a-429e-5f75-826e-e80757a7131f with identifier: AY73%20GVC to the API
2026-03-29 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY73%20GVC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '25212d6a-429e-5f75-826e-e80757a7131f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY73 GVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY73%20GVC&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 37975,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'SKODA KODIAQ 1.5 TSI 150 SE DRIVE (7ST) DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI 150 SE DRIVE (7ST) DSG',
'vin': 'TMBKB7NS9R8514076',
'year': 2023}
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY73%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 06:14:24 [bca.uk] INFO: Saving data for AY73%20GVC: {'auction_closing_time': 1774778400.0, 'created_time': 1773824172.458462, 'last_price_update_time': 1774764864.166794}
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY73%2520GVC') HTTP/1.1" 204 0
2026-03-29 06:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE
2026-03-29 06:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE
2026-03-29 06:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE to the API
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU66%20UBE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'beb37c5f-b3b4-5f12-b356-adf5971f1061',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OU66 UBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU66%20UBE&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 75366,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM Estate',
'transmission': 'manual',
'trim': 'TDCI 120 TITANIUM',
'vin': 'WF06XXGCC6GA06797',
'year': 2016}
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OU66%2520UBE%27 HTTP/1.1" 200 None
2026-03-29 06:14:24 [bca.uk] INFO: Saving data for OU66%20UBE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650375.048697, 'last_price_update_time': 1774764864.450808}
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU66%2520UBE') HTTP/1.1" 204 0
2026-03-29 06:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL
2026-03-29 06:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL
2026-03-29 06:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL to the API
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV16 OFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV16%20OFL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 81137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
'transmission': 'automatic',
'trim': 'TD4 180 4WD SE TECH',
'vin': 'SALVA2AN1GH149854',
'year': 2016}
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BV16%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 06:14:24 [bca.uk] INFO: Saving data for BV16%20OFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774650337.682573, 'last_price_update_time': 1774764864.731219}
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV16%2520OFL') HTTP/1.1" 204 0
2026-03-29 06:14:24 [bca.uk] INFO: Found listing with ID: BC16%20UGG
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC16%2520UGG%27 HTTP/1.1" 200 None
2026-03-29 06:14:24 [bca.uk] INFO: Scrape type for BC16%20UGG: 2
2026-03-29 06:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG
2026-03-29 06:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0df01c9-59e2-5962-8fc2-f6cd6adc961f with scrape type 2
2026-03-29 06:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0df01c9-59e2-5962-8fc2-f6cd6adc961f with scrape type 2
2026-03-29 06:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0df01c9-59e2-5962-8fc2-f6cd6adc961f, identifier: BC16%20UGG
2026-03-29 06:14:24 [bca.uk] INFO: Found listing with ID: CX20%20LXR
2026-03-29 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX20%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 06:14:24 [bca.uk] INFO: Scrape type for CX20%20LXR: 2
2026-03-29 06:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR
2026-03-29 06:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d9265ba-8bea-579f-88cd-cfc379080d27 with scrape type 2
2026-03-29 06:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d9265ba-8bea-579f-88cd-cfc379080d27 with scrape type 2
2026-03-29 06:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d9265ba-8bea-579f-88cd-cfc379080d27, identifier: CX20%20LXR
2026-03-29 06:14:24 [bca.uk] INFO: Found listing with ID: OV62%20HYK
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV62%2520HYK%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for OV62%20HYK: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: SP65%20VRT
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP65%2520VRT%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for SP65%20VRT: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: YP24%20TVK
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP24%2520TVK%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for YP24%20TVK: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: WT25%20UHK
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT25%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for WT25%20UHK: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: WT25%20UHE
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT25%2520UHE%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for WT25%20UHE: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: RX74%20EFR
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX74%2520EFR%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for RX74%20EFR: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: GYJM62338
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GYJM62338%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for GYJM62338: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: RV22%20ONS
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for RV22%20ONS: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: WV71%20SYJ
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV71%2520SYJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for WV71%20SYJ: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: WV71%20SZR
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV71%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for WV71%20SZR: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: CE73%20GHJ
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE73%2520GHJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for CE73%20GHJ: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: CE73%20GHV
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE73%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for CE73%20GHV: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: CE73%20GOP
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE73%2520GOP%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for CE73%20GOP: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: HJ73%20NVW
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ73%2520NVW%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for HJ73%20NVW: 0
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: ML71%20YJE
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for ML71%20YJE: 2
2026-03-29 06:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE
2026-03-29 06:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0394a771-2a24-5e4e-8170-da5f84ca986d with scrape type 2
2026-03-29 06:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0394a771-2a24-5e4e-8170-da5f84ca986d with scrape type 2
2026-03-29 06:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0394a771-2a24-5e4e-8170-da5f84ca986d, identifier: ML71%20YJE
2026-03-29 06:14:25 [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 06:14:25 [bca.uk] INFO: Found listing with ID: DF19%20HWC
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF19%2520HWC%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for DF19%20HWC: 2
2026-03-29 06:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC
2026-03-29 06:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with scrape type 2
2026-03-29 06:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with scrape type 2
2026-03-29 06:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa14352e-293e-54cb-92e0-9c8ac2ad35c3, identifier: DF19%20HWC
2026-03-29 06:14:25 [bca.uk] INFO: Found listing with ID: BX70%20LBV
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX70%2520LBV%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Scrape type for BX70%20LBV: 2
2026-03-29 06:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV
2026-03-29 06:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24443154-06d2-5ae4-b6e3-6fb1561dd987 with scrape type 2
2026-03-29 06:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24443154-06d2-5ae4-b6e3-6fb1561dd987 with scrape type 2
2026-03-29 06:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24443154-06d2-5ae4-b6e3-6fb1561dd987, identifier: BX70%20LBV
2026-03-29 06:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG
2026-03-29 06:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG
2026-03-29 06:14:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG to the API
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC16%20UGG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd0df01c9-59e2-5962-8fc2-f6cd6adc961f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC16 UGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC16%20UGG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'A6 AVANT',
'odometer': 82189,
'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 A6 AVANT 3.0 TDI 218 SE S-T Estate',
'transmission': 'automatic',
'trim': 'TDI 218 SE S-T',
'vin': 'WAUZZZF48GA092780',
'year': 2016}
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC16%2520UGG%27 HTTP/1.1" 200 None
2026-03-29 06:14:25 [bca.uk] INFO: Saving data for BC16%20UGG: {'auction_closing_time': 1775037600.0, 'created_time': 1774650471.528284, 'last_price_update_time': 1774764865.901714}
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC16%2520UGG') HTTP/1.1" 204 0
2026-03-29 06:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR
2026-03-29 06:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR
2026-03-29 06:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR to the API
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX20%20LXR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8d9265ba-8bea-579f-88cd-cfc379080d27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CX20 LXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX20%20LXR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SEAT',
'model': 'ALHAMBRA',
'odometer': 110818,
'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': 'SEAT ALHAMBRA 2.0 TDI 150 ECO XCELLENCE EZ MPV',
'transmission': 'manual',
'trim': 'TDI 150 ECO XCELLENCE EZ',
'vin': 'VSSZZZ7NZLV508305',
'year': 2020}
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 06:14:26 [bca.uk] INFO: Saving data for CX20%20LXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650484.097021, 'last_price_update_time': 1774764866.285438}
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520LXR') HTTP/1.1" 204 0
2026-03-29 06:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE
2026-03-29 06:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE
2026-03-29 06:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE to the API
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML71%20YJE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0394a771-2a24-5e4e-8170-da5f84ca986d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML71 YJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML71%20YJE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 104090,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VR3USHNSSMJ842941',
'year': 2021}
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 06:14:26 [bca.uk] INFO: Saving data for ML71%20YJE: {'auction_closing_time': 1774951200.0, 'created_time': 1773933481.764505, 'last_price_update_time': 1774764866.554354}
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML71%2520YJE') HTTP/1.1" 204 0
2026-03-29 06:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC
2026-03-29 06:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC
2026-03-29 06:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC to the API
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF19%20HWC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'aa14352e-293e-54cb-92e0-9c8ac2ad35c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF19 HWC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF19%20HWC&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 67835,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 TECH LINE Hatchback',
'transmission': 'manual',
'trim': 'TURBO D 130 TECH LINE',
'vin': 'W0VZCYHZXKS149626',
'year': 2019}
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520HWC%27 HTTP/1.1" 200 None
2026-03-29 06:14:26 [bca.uk] INFO: Saving data for DF19%20HWC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650367.854285, 'last_price_update_time': 1774764866.831786}
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF19%2520HWC') HTTP/1.1" 204 0
2026-03-29 06:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV
2026-03-29 06:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV
2026-03-29 06:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV to the API
2026-03-29 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX70%20LBV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '24443154-06d2-5ae4-b6e3-6fb1561dd987',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX70 LBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX70%20LBV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'ISUZU',
'model': 'D-MAX',
'odometer': 32004,
'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': 'ISUZU D-MAX 1.9 TD UTAH 4X4 CrewCab Pick-up',
'transmission': 'manual',
'trim': 'TD UTAH 4X4',
'vin': 'MPATFS87JKT002355',
'year': 2020}
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX70%2520LBV%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Saving data for BX70%20LBV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650351.201421, 'last_price_update_time': 1774764867.111585}
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX70%2520LBV') HTTP/1.1" 204 0
2026-03-29 06:14:27 [bca.uk] INFO: Found listing with ID: RE73%20KLP
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE73%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Scrape type for RE73%20KLP: 2
2026-03-29 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP
2026-03-29 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e871b48b-c6a1-54c7-bdce-b18ea82e87e7, identifier: RE73%20KLP
2026-03-29 06:14:27 [bca.uk] INFO: Found listing with ID: GL21%20KZD
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL21%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Scrape type for GL21%20KZD: 2
2026-03-29 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD
2026-03-29 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f912d5e3-ad29-50dc-a81b-c810f7ccc15e with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f912d5e3-ad29-50dc-a81b-c810f7ccc15e with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f912d5e3-ad29-50dc-a81b-c810f7ccc15e, identifier: GL21%20KZD
2026-03-29 06:14:27 [bca.uk] INFO: Found listing with ID: RK22%20OAE
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK22%2520OAE%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Scrape type for RK22%20OAE: 0
2026-03-29 06:14:27 [bca.uk] INFO: Found listing with ID: RX25%20CHZ
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Scrape type for RX25%20CHZ: 2
2026-03-29 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ
2026-03-29 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b7c03d-2748-5289-a723-508fbbb6c301 with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b7c03d-2748-5289-a723-508fbbb6c301 with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b7c03d-2748-5289-a723-508fbbb6c301, identifier: RX25%20CHZ
2026-03-29 06:14:27 [bca.uk] INFO: Found listing with ID: ND18%20HSE
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND18%2520HSE%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Scrape type for ND18%20HSE: 2
2026-03-29 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE
2026-03-29 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with scrape type 2
2026-03-29 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd886322-2c1a-5d7c-89d1-cac74d4b7b26, identifier: ND18%20HSE
2026-03-29 06:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP
2026-03-29 06:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP
2026-03-29 06:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP to the API
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE73%20KLP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e871b48b-c6a1-54c7-bdce-b18ea82e87e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE73 KLP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE73%20KLP&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 33213,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 58KWH PRO Hatchback',
'transmission': 'automatic',
'trim': '150KW 58KWH PRO',
'vin': 'WVWZZZE1XPP513468',
'year': 2023}
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RE73%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 06:14:27 [bca.uk] INFO: Saving data for RE73%20KLP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650478.379942, 'last_price_update_time': 1774764867.862392}
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE73%2520KLP') HTTP/1.1" 204 0
2026-03-29 06:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD
2026-03-29 06:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD
2026-03-29 06:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD to the API
2026-03-29 06:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20KZD-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f912d5e3-ad29-50dc-a81b-c810f7ccc15e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL21 KZD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20KZD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'CADDY CARGO',
'odometer': 94705,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN CADDY CARGO 2.0 TDI 102 COMMERCE PLUS Van',
'transmission': 'manual',
'trim': 'TDI 102 COMMERCE PLUS',
'vin': 'WV1ZZZSKZMX043583',
'year': 2021}
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GL21%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Saving data for GL21%20KZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774650485.265986, 'last_price_update_time': 1774764868.155281}
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520KZD') HTTP/1.1" 204 0
2026-03-29 06:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ
2026-03-29 06:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ
2026-03-29 06:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ to the API
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 37,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20CHZ-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'f4b7c03d-2748-5289-a723-508fbbb6c301',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX25 CHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20CHZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 11,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.5 PHEV 232 320 L1 H1 LIMITED PanelVan',
'transmission': 'automatic',
'trim': 'PHEV 232 320 L1 H1 LIMITED',
'vin': 'WF0RXXTA5HSM15845',
'year': 2025}
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Saving data for RX25%20CHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773821476.157182, 'last_price_update_time': 1774764868.440832}
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520CHZ') HTTP/1.1" 204 0
2026-03-29 06:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE
2026-03-29 06:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE
2026-03-29 06:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE to the API
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND18%20HSE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dd886322-2c1a-5d7c-89d1-cac74d4b7b26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND18 HSE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND18%20HSE&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 64010,
'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 POLO 1.0 TSI 95 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 SE',
'vin': 'WVWZZZAWZJU030195',
'year': 2018}
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND18%2520HSE%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Saving data for ND18%20HSE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650353.019781, 'last_price_update_time': 1774764868.709786}
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND18%2520HSE') HTTP/1.1" 204 0
2026-03-29 06:14:28 [bca.uk] INFO: Found listing with ID: AO67%20ZWF
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AO67%2520ZWF%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Scrape type for AO67%20ZWF: 0
2026-03-29 06:14:28 [bca.uk] INFO: Found listing with ID: YP72%20BDO
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP72%2520BDO%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Scrape type for YP72%20BDO: 2
2026-03-29 06:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO
2026-03-29 06:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e9b1b1-331f-551a-9d48-aaed2ff358ae with scrape type 2
2026-03-29 06:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e9b1b1-331f-551a-9d48-aaed2ff358ae with scrape type 2
2026-03-29 06:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e9b1b1-331f-551a-9d48-aaed2ff358ae, identifier: YP72%20BDO
2026-03-29 06:14:28 [bca.uk] INFO: Found listing with ID: KN72%20NCO
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN72%2520NCO%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Scrape type for KN72%20NCO: 2
2026-03-29 06:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO
2026-03-29 06:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cb04373-6511-5d6f-9979-6c822452ea3a with scrape type 2
2026-03-29 06:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cb04373-6511-5d6f-9979-6c822452ea3a with scrape type 2
2026-03-29 06:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cb04373-6511-5d6f-9979-6c822452ea3a, identifier: KN72%20NCO
2026-03-29 06:14:28 [bca.uk] INFO: Found listing with ID: RX25%20CHV
2026-03-29 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-29 06:14:28 [bca.uk] INFO: Scrape type for RX25%20CHV: 2
2026-03-29 06:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV
2026-03-29 06:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8230dd06-6b9b-5286-a046-b5b35a2debf7 with scrape type 2
2026-03-29 06:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8230dd06-6b9b-5286-a046-b5b35a2debf7 with scrape type 2
2026-03-29 06:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8230dd06-6b9b-5286-a046-b5b35a2debf7, identifier: RX25%20CHV
2026-03-29 06:14:29 [bca.uk] INFO: Total items found: 100
2026-03-29 06:14:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded
2026-03-29 06:14:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:14:29 [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 06:14:29 [bca.uk] INFO: Found listing with ID: FN17%20TKU
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FN17%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:14:29 [bca.uk] INFO: Scrape type for FN17%20TKU: 2
2026-03-29 06:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU
2026-03-29 06:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with scrape type 2
2026-03-29 06:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with scrape type 2
2026-03-29 06:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0, identifier: FN17%20TKU
2026-03-29 06:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO
2026-03-29 06:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO
2026-03-29 06:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO to the API
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20BDO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e8e9b1b1-331f-551a-9d48-aaed2ff358ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YP72 BDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20BDO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MAZDA',
'model': 'MX-30 E',
'odometer': 9553,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MAZDA MX-30 E 107KW 35.5KWH GT SPORT TECH Hatchback',
'transmission': 'automatic',
'trim': '107KW 35.5KWH GT SPORT TECH',
'vin': 'JMZDR1WBJ00203163',
'year': 2023}
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP72%2520BDO%27 HTTP/1.1" 200 None
2026-03-29 06:14:29 [bca.uk] INFO: Saving data for YP72%20BDO: {'auction_closing_time': 1775124000.0, 'created_time': 1774650485.911975, 'last_price_update_time': 1774764869.475449}
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520BDO') HTTP/1.1" 204 0
2026-03-29 06:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO
2026-03-29 06:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO
2026-03-29 06:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO to the API
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN72%20NCO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4cb04373-6511-5d6f-9979-6c822452ea3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN72 NCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN72%20NCO&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 315',
'odometer': 148306,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 PROGRESSIVE Luton',
'transmission': 'manual',
'trim': 'CDI 3.5T RWD L3 PROGRESSIVE',
'vin': 'W1V9071352N208963',
'year': 2022}
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN72%2520NCO%27 HTTP/1.1" 200 None
2026-03-29 06:14:29 [bca.uk] INFO: Saving data for KN72%20NCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477667.485292, 'last_price_update_time': 1774764869.783274}
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN72%2520NCO') HTTP/1.1" 204 0
2026-03-29 06:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV
2026-03-29 06:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV
2026-03-29 06:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV to the API
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 37,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20CHV-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8230dd06-6b9b-5286-a046-b5b35a2debf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX25 CHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20CHV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 10,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.5 PHEV 232 320 L1 H1 LIMITED PanelVan',
'transmission': 'automatic',
'trim': 'PHEV 232 320 L1 H1 LIMITED',
'vin': 'WF0RXXTA3HSM15844',
'year': 2025}
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Saving data for RX25%20CHV: {'auction_closing_time': 1774951200.0, 'created_time': 1773821476.543604, 'last_price_update_time': 1774764870.07845}
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520CHV') HTTP/1.1" 204 0
2026-03-29 06:14:30 [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 06:14:30 [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 06:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU
2026-03-29 06:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU
2026-03-29 06:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU to the API
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0ff44d0f-3927-55dc-9f3f-c04a8f537ef0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN17 TKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20TKU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 128019,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLVO XC90 2.0 T8 T/E INSCRIPTION G/T StationWagon',
'transmission': 'manual',
'trim': 'T8 T/E INSCRIPTION G/T',
'vin': 'YV1LFBABDH1170120',
'year': 2017}
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Saving data for FN17%20TKU: {'auction_closing_time': 1775037600.0, 'created_time': 1774650336.307899, 'last_price_update_time': 1774764870.376598}
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520TKU') HTTP/1.1" 204 0
2026-03-29 06:14:30 [bca.uk] INFO: Found listing with ID: NJ23%20MVD
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Scrape type for NJ23%20MVD: 2
2026-03-29 06:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD
2026-03-29 06:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with scrape type 2
2026-03-29 06:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with scrape type 2
2026-03-29 06:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3b7a277-6668-5f8d-a32c-5f8ea4a19167, identifier: NJ23%20MVD
2026-03-29 06:14:30 [bca.uk] INFO: Found listing with ID: DS72%20EVF
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520EVF%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Scrape type for DS72%20EVF: 2
2026-03-29 06:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF
2026-03-29 06:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with scrape type 2
2026-03-29 06:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with scrape type 2
2026-03-29 06:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82, identifier: DS72%20EVF
2026-03-29 06:14:30 [bca.uk] INFO: Found listing with ID: OV23%20AYB
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520AYB%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Scrape type for OV23%20AYB: 0
2026-03-29 06:14:30 [bca.uk] INFO: Found listing with ID: OV73%20EOB
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV73%2520EOB%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Scrape type for OV73%20EOB: 0
2026-03-29 06:14:30 [bca.uk] INFO: Found listing with ID: RX21%20FMC
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Scrape type for RX21%20FMC: 0
2026-03-29 06:14:30 [bca.uk] INFO: Found listing with ID: WM23%20UKO
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-29 06:14:30 [bca.uk] INFO: Scrape type for WM23%20UKO: 2
2026-03-29 06:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO
2026-03-29 06:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with scrape type 2
2026-03-29 06:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with scrape type 2
2026-03-29 06:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0e64c6e-38c8-5886-8ddc-d5a0d522a291, identifier: WM23%20UKO
2026-03-29 06:14: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 06:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD
2026-03-29 06:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD
2026-03-29 06:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD to the API
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20MVD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'd3b7a277-6668-5f8d-a32c-5f8ea4a19167',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NJ23 MVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20MVD&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 33379,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID DESIGN',
'vin': 'JTDKBABB60A173510',
'year': 2023}
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 06:14:31 [bca.uk] INFO: Saving data for NJ23%20MVD: {'auction_closing_time': 1775556000.0, 'created_time': 1774650476.089784, 'last_price_update_time': 1774764871.183878}
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520MVD') HTTP/1.1" 204 0
2026-03-29 06:14:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=skyscraper+grey HTTP/1.1" 200 None
2026-03-29 06:14:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF
2026-03-29 06:14:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF to the API
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20EVF-GB',
'category': 'Car',
'color': 'skyscraper grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2d9450ff-7e9d-508d-9a22-478ee4b9cd82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS72 EVF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20EVF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': '520D',
'odometer': 62648,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 520D 2.0 MHT M SPORT Saloon',
'transmission': 'automatic',
'trim': 'MHT M SPORT',
'vin': 'WBA32BL0X0WX99892',
'year': 2022}
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520EVF%27 HTTP/1.1" 200 None
2026-03-29 06:14:31 [bca.uk] INFO: Saving data for DS72%20EVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774564088.183802, 'last_price_update_time': 1774764871.794696}
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520EVF') HTTP/1.1" 204 0
2026-03-29 06:14:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO
2026-03-29 06:14:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO
2026-03-29 06:14:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO to the API
2026-03-29 06:14:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM23%20UKO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd0e64c6e-38c8-5886-8ddc-d5a0d522a291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM23 UKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM23%20UKO&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 22056,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00371192656',
'year': 2023}
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Saving data for WM23%20UKO: {'auction_closing_time': 1774951200.0, 'created_time': 1773841634.885217, 'last_price_update_time': 1774764872.091469}
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM23%2520UKO') HTTP/1.1" 204 0
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: FT16%20CWO
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT16%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for FT16%20CWO: 0
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: DV25%20OFO
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV25%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for DV25%20OFO: 2
2026-03-29 06:14:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO
2026-03-29 06:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f260e65-2099-5c6d-9283-47ef325dab1d with scrape type 2
2026-03-29 06:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f260e65-2099-5c6d-9283-47ef325dab1d with scrape type 2
2026-03-29 06:14:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f260e65-2099-5c6d-9283-47ef325dab1d, identifier: DV25%20OFO
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: FX23%20HMV
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX23%2520HMV%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for FX23%20HMV: 2
2026-03-29 06:14:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV
2026-03-29 06:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with scrape type 2
2026-03-29 06:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with scrape type 2
2026-03-29 06:14:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb8cd6df-d76d-5df5-9da6-8556caa3cf71, identifier: FX23%20HMV
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: WT25%20UGF
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WT25%2520UGF%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for WT25%20UGF: 0
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: OV72%20CSZ
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV72%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for OV72%20CSZ: 0
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: OV72%20AHZ
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OV72%2520AHZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for OV72%20AHZ: 0
2026-03-29 06:14:32 [bca.uk] INFO: Found listing with ID: FE70%20NHG
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE70%2520NHG%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Scrape type for FE70%20NHG: 2
2026-03-29 06:14:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2bfaec0-af47-5234-89b9-276603d6c229 with identifier: FE70%20NHG
2026-03-29 06:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2bfaec0-af47-5234-89b9-276603d6c229 with scrape type 2
2026-03-29 06:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2bfaec0-af47-5234-89b9-276603d6c229 with scrape type 2
2026-03-29 06:14:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2bfaec0-af47-5234-89b9-276603d6c229, identifier: FE70%20NHG
2026-03-29 06:14:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO
2026-03-29 06:14:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO
2026-03-29 06:14:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO to the API
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV25%20OFO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '4f260e65-2099-5c6d-9283-47ef325dab1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV25 OFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV25%20OFO&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VAUXHALL',
'model': 'GRANDLAND E',
'odometer': 16261,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': '157KW 73KWH ULTIMATE',
'vin': 'VXKKCZKZ9R6053755',
'year': 2025}
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV25%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 06:14:32 [bca.uk] INFO: Saving data for DV25%20OFO: {'auction_closing_time': 1775124000.0, 'created_time': 1774363139.378021, 'last_price_update_time': 1774764872.78784}
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520OFO') HTTP/1.1" 204 0
2026-03-29 06:14:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV
2026-03-29 06:14:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV
2026-03-29 06:14:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV to the API
2026-03-29 06:14:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 217,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX23%20HMV-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb8cd6df-d76d-5df5-9da6-8556caa3cf71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX23 HMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX23%20HMV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'X5',
'odometer': 72940,
'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 X5 3.0 MHT XDRIVE 40I M SPORT StationWagon',
'transmission': 'automatic',
'trim': 'MHT XDRIVE 40I M SPORT',
'vin': 'WBACR620209N29882',
'year': 2023}
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FX23%2520HMV%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Saving data for FX23%20HMV: {'auction_closing_time': 1775037600.0, 'created_time': 1774564069.40427, 'last_price_update_time': 1774764873.059458}
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX23%2520HMV') HTTP/1.1" 204 0
2026-03-29 06:14:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2bfaec0-af47-5234-89b9-276603d6c229 with identifier: FE70%20NHG
2026-03-29 06:14:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2bfaec0-af47-5234-89b9-276603d6c229 with identifier: FE70%20NHG
2026-03-29 06:14:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2bfaec0-af47-5234-89b9-276603d6c229 with identifier: FE70%20NHG to the API
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE70%20NHG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2bfaec0-af47-5234-89b9-276603d6c229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FE70 NHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE70%20NHG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 47569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
'transmission': 'automatic',
'trim': 'TURBO 100 ELITE PREMIUM',
'vin': 'VXKUPHNKSL4329162',
'year': 2020}
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE70%2520NHG%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Saving data for FE70%20NHG: {'auction_closing_time': 1774778400.0, 'created_time': 1773839561.743404, 'last_price_update_time': 1774764873.348284}
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE70%2520NHG') HTTP/1.1" 204 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: EA67%20ZVE
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA67%2520ZVE%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for EA67%20ZVE: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: MA24%20ZDU
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA24%2520ZDU%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for MA24%20ZDU: 2
2026-03-29 06:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU
2026-03-29 06:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with scrape type 2
2026-03-29 06:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with scrape type 2
2026-03-29 06:14:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60fcf80b-a541-553c-9a7f-36c2ee1cb709, identifier: MA24%20ZDU
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: MA21%20TMO
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA21%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for MA21%20TMO: 2
2026-03-29 06:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO
2026-03-29 06:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with scrape type 2
2026-03-29 06:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with scrape type 2
2026-03-29 06:14:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2f2483a-b80a-5206-ad63-6b0b9d033ba5, identifier: MA21%20TMO
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: HN73%20SSK
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN73%2520SSK%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for HN73%20SSK: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: LR23%20ZGA
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR23%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for LR23%20ZGA: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: PX23%20XZA
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX23%2520XZA%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for PX23%20XZA: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: WP71%20XJL
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP71%2520XJL%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for WP71%20XJL: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: MD71%20KXZ
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD71%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for MD71%20KXZ: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: WP23%20OFM
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP23%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for WP23%20OFM: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: YF23%20DFE
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF23%2520DFE%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for YF23%20DFE: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: YG23%20VZY
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG23%2520VZY%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for YG23%20VZY: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: YM22%20MJX
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM22%2520MJX%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for YM22%20MJX: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: LS73%20MJV
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS73%2520MJV%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for LS73%20MJV: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: AF23%20PCY
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF23%2520PCY%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for AF23%20PCY: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: AF72%20YWW
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF72%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for AF72%20YWW: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: LD23%20OCN
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD23%2520OCN%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for LD23%20OCN: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: LS22%20UMH
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS22%2520UMH%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for LS22%20UMH: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: RO72%20TMV
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO72%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for RO72%20TMV: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: WP71%20XJG
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WP71%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for WP71%20XJG: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: WV71%20SZY
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV71%2520SZY%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for WV71%20SZY: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: CE73%20GHD
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE73%2520GHD%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for CE73%20GHD: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: PX22%20OYN
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX22%2520OYN%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for PX22%20OYN: 0
2026-03-29 06:14:33 [bca.uk] INFO: Found listing with ID: VE72%20AXN
2026-03-29 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 06:14:33 [bca.uk] INFO: Scrape type for VE72%20AXN: 2
2026-03-29 06:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN
2026-03-29 06:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7111ee2a-9820-5154-8064-e674f042da47 with scrape type 2
2026-03-29 06:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7111ee2a-9820-5154-8064-e674f042da47 with scrape type 2
2026-03-29 06:14:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7111ee2a-9820-5154-8064-e674f042da47, identifier: VE72%20AXN
2026-03-29 06:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU
2026-03-29 06:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU
2026-03-29 06:14:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU to the API
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20ZDU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '60fcf80b-a541-553c-9a7f-36c2ee1cb709',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA24 ZDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20ZDU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 28613,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 HYBRID ICON Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID ICON',
'vin': 'JTPAAAAA20R016617',
'year': 2024}
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA24%2520ZDU%27 HTTP/1.1" 200 None
2026-03-29 06:14:34 [bca.uk] INFO: Saving data for MA24%20ZDU: {'auction_closing_time': 1775556000.0, 'created_time': 1774650516.138864, 'last_price_update_time': 1774764874.347043}
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520ZDU') HTTP/1.1" 204 0
2026-03-29 06:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO
2026-03-29 06:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO
2026-03-29 06:14:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO to the API
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 39,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20TMO-GB',
'category': 'Car',
'color': 'alpine white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e2f2483a-b80a-5206-ad63-6b0b9d033ba5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA21 TMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20TMO&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'X2',
'odometer': 41743,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE 25E SPORT Hatchback',
'transmission': 'automatic',
'trim': 'XDRIVE 25E SPORT',
'vin': 'WBAYN920205T18157',
'year': 2021}
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MA21%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 06:14:34 [bca.uk] INFO: Saving data for MA21%20TMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564071.816267, 'last_price_update_time': 1774764874.74656}
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520TMO') HTTP/1.1" 204 0
2026-03-29 06:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN
2026-03-29 06:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN
2026-03-29 06:14:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN to the API
2026-03-29 06:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20AXN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7111ee2a-9820-5154-8064-e674f042da47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VE72 AXN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20AXN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'TAIGO',
'odometer': 97772,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TAIGO 1.5 TSI 150 STYLE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 150 STYLE DSG',
'vin': 'WVGZZZCSZPY025871',
'year': 2023}
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Saving data for VE72%20AXN: {'auction_closing_time': 1774951200.0, 'created_time': 1773933477.452272, 'last_price_update_time': 1774764875.153419}
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520AXN') HTTP/1.1" 204 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: BD60%20GTF
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for BD60%20GTF: 2
2026-03-29 06:14:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF
2026-03-29 06:14:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381be60e-d883-5d02-8dd8-e1998e766d5c with scrape type 2
2026-03-29 06:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 381be60e-d883-5d02-8dd8-e1998e766d5c with scrape type 2
2026-03-29 06:14:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 381be60e-d883-5d02-8dd8-e1998e766d5c, identifier: BD60%20GTF
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: YF18%20FBZ
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF18%2520FBZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for YF18%20FBZ: 2
2026-03-29 06:14:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ
2026-03-29 06:14:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b98c23-293f-5dcd-b2d0-70935bc91676 with scrape type 2
2026-03-29 06:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b98c23-293f-5dcd-b2d0-70935bc91676 with scrape type 2
2026-03-29 06:14:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b98c23-293f-5dcd-b2d0-70935bc91676, identifier: YF18%20FBZ
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: DU61%20HRD
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DU61%2520HRD%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for DU61%20HRD: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: LD69%20VMT
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD69%2520VMT%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for LD69%20VMT: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: PK66%20VPO
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PK66%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for PK66%20VPO: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: DV69%20CWO
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV69%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for DV69%20CWO: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: YJ19%20DNT
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YJ19%2520DNT%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for YJ19%20DNT: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: MD74%20KXY
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD74%2520KXY%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for MD74%20KXY: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: EO16%20RZX
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO16%2520RZX%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for EO16%20RZX: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: KJ18%20HPP
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KJ18%2520HPP%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for KJ18%20HPP: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: EJ18%20UWZ
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ18%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for EJ18%20UWZ: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: KT68%20BGX
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KT68%2520BGX%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for KT68%20BGX: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: KU18%20EWD
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU18%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for KU18%20EWD: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: BG20%20KFL
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG20%2520KFL%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for BG20%20KFL: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: NL69%20ZGT
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NL69%2520ZGT%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for NL69%20ZGT: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: VK71%20LUA
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK71%2520LUA%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for VK71%20LUA: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: SY65%20ODA
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SY65%2520ODA%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for SY65%20ODA: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: LD72%20AWR
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD72%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for LD72%20AWR: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: LD72%20AWM
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD72%2520AWM%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for LD72%20AWM: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: LS12%20NVR
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS12%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for LS12%20NVR: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: LB22%20JLX
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB22%2520JLX%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for LB22%20JLX: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: YT14%20LHX
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT14%2520LHX%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for YT14%20LHX: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: FV70%20OWM
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV70%2520OWM%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for FV70%20OWM: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: SW58%20EDE
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW58%2520EDE%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for SW58%20EDE: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: FE70%20PXL
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FE70%2520PXL%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for FE70%20PXL: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: SP67%20XEC
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP67%2520XEC%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for SP67%20XEC: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: YB10%20UYE
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YB10%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for YB10%20UYE: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: DG23%20NXW
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DG23%2520NXW%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for DG23%20NXW: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: BW19%20CZC
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BW19%2520CZC%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for BW19%20CZC: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: DX67%20ULL
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DX67%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for DX67%20ULL: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: LO64%20MHL
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO64%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for LO64%20MHL: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: WV60%20KXA
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV60%2520KXA%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for WV60%20KXA: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: YK15%20GRF
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK15%2520GRF%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for YK15%20GRF: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: YT67%20MGY
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT67%2520MGY%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for YT67%20MGY: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: BD68%20MYH
2026-03-29 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD68%2520MYH%27 HTTP/1.1" 200 None
2026-03-29 06:14:35 [bca.uk] INFO: Scrape type for BD68%20MYH: 0
2026-03-29 06:14:35 [bca.uk] INFO: Found listing with ID: NA69%20JGF
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for NA69%20JGF: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: LV20%20WVL
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for LV20%20WVL: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: DV70%20WDM
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for DV70%20WDM: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: LG64%20JVH
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for LG64%20JVH: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: DU21%20XKJ
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for DU21%20XKJ: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: EO14%20WGK
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for EO14%20WGK: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: CX71%20BYN
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for CX71%20BYN: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BN72%20XXD
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BN72%20XXD: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: MK70%20LXC
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14: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%2520LXC%27 HTTP/1.1" 200 None
2026-03-29 06:14:36 [bca.uk] INFO: Scrape type for MK70%20LXC: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BK71%20HYF
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BK71%20HYF: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: YK08%20HLC
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for YK08%20HLC: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: HG08%20FRX
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for HG08%20FRX: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: YP20%20KWN
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520KWN%27 HTTP/1.1" 200 None
2026-03-29 06:14:36 [bca.uk] INFO: Scrape type for YP20%20KWN: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: YS21%20SXV
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for YS21%20SXV: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: YF58%20GKZ
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for YF58%20GKZ: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: GJ60%20SXT
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for GJ60%20SXT: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: WJZ%206428
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for WJZ%206428: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: LD21%20EXT
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for LD21%20EXT: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: LB22%20JKZ
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:36 [bca.uk] INFO: Scrape type for LB22%20JKZ: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: KY23%20LWC
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for KY23%20LWC: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: DL69%20LUF
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for DL69%20LUF: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BN19%20XAZ
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BN19%20XAZ: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BJ22%20ZBT
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BJ22%20ZBT: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BF72%20EYD
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BF72%20EYD: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BF20%20WHE
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BF20%20WHE: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: CN19%20KZE
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for CN19%20KZE: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: YP67%20XUL
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for YP67%20XUL: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: VE72%20PPO
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14: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%2520PPO%27 HTTP/1.1" 200 None
2026-03-29 06:14:36 [bca.uk] INFO: Scrape type for VE72%20PPO: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: GV07%20VPA
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for GV07%20VPA: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: LN14%20FHW
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for LN14%20FHW: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: VO21%20XRD
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for VO21%20XRD: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: YT64%20EPL
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for YT64%20EPL: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: VA21%20NKX
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for VA21%20NKX: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: ST67%20SNK
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for ST67%20SNK: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: FP64%20VJM
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for FP64%20VJM: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: SP72%20JNK
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for SP72%20JNK: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: DE24%20YRP
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for DE24%20YRP: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: SL20%20JTU
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for SL20%20JTU: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: HK25%20YHX
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for HK25%20YHX: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: WG66%20ORO
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for WG66%20ORO: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: BT18%20XXM
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for BT18%20XXM: 0
2026-03-29 06:14:36 [bca.uk] INFO: Found listing with ID: VO21%20UWA
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:36 [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 06:14:36 [bca.uk] INFO: Scrape type for VO21%20UWA: 0
2026-03-29 06:14:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF
2026-03-29 06:14:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF
2026-03-29 06:14:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF to the API
2026-03-29 06:14:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD60%20GTF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '381be60e-d883-5d02-8dd8-e1998e766d5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD60 GTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD60%20GTF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'XJ SERIES LWB',
'odometer': 80467,
'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 XJ SERIES LWB 3.0 D V6 275 PORTFOLIO Saloon',
'transmission': 'automatic',
'trim': 'D V6 275 PORTFOLIO',
'vin': 'SAJAC2626BNV11932',
'year': 2010}
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-29 06:14:37 [bca.uk] INFO: Saving data for BD60%20GTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774478150.624283, 'last_price_update_time': 1774764877.12445}
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD60%2520GTF') HTTP/1.1" 204 0
2026-03-29 06:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ
2026-03-29 06:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ
2026-03-29 06:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ to the API
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF18%20FBZ-GB',
'category': 'Car',
'color': 'mineral white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79b98c23-293f-5dcd-b2d0-70935bc91676',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF18 FBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF18%20FBZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'X6',
'odometer': 98525,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'BMW X6 3.0 XDRIVE 30D M SPORT ED.STEP Coupe',
'transmission': 'manual',
'trim': 'XDRIVE 30D M SPORT ED.STEP',
'vin': 'WBAKV220000Z96688',
'year': 2018}
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:37 [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 06:14:37 [bca.uk] INFO: Saving data for YF18%20FBZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564101.74479, 'last_price_update_time': 1774764877.513473}
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF18%2520FBZ') HTTP/1.1" 204 0
2026-03-29 06:14:37 [bca.uk] INFO: Found listing with ID: SW71%20BNE
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:37 [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 06:14:37 [bca.uk] INFO: Scrape type for SW71%20BNE: 2
2026-03-29 06:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE
2026-03-29 06:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with scrape type 2
2026-03-29 06:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with scrape type 2
2026-03-29 06:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87, identifier: SW71%20BNE
2026-03-29 06:14:37 [bca.uk] INFO: Found listing with ID: YM74%20KKV
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:37 [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 06:14:37 [bca.uk] INFO: Scrape type for YM74%20KKV: 2
2026-03-29 06:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV
2026-03-29 06:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with scrape type 2
2026-03-29 06:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with scrape type 2
2026-03-29 06:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97, identifier: YM74%20KKV
2026-03-29 06:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE
2026-03-29 06:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE
2026-03-29 06:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE to the API
2026-03-29 06:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW71%20BNE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SW71 BNE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW71%20BNE&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'AUDI',
'model': 'Q4 E-TRON S/B',
'odometer': 73994,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH S LINE Coupe',
'transmission': 'automatic',
'trim': '40 150KW 82KWH S LINE',
'vin': 'WAUZZZFZXNP022378',
'year': 2022}
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW71%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 06:14:38 [bca.uk] INFO: Saving data for SW71%20BNE: {'auction_closing_time': 1775124000.0, 'created_time': 1773823822.643821, 'last_price_update_time': 1774764878.08367}
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW71%2520BNE') HTTP/1.1" 204 0
2026-03-29 06:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV
2026-03-29 06:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV
2026-03-29 06:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV to the API
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4e71dc4c-160c-5e66-85d5-d1b6c75c9a97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YM74 KKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KKV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'TRANSIT 460 RWD',
'odometer': 6054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
'transmission': 'manual',
'trim': 'EBL 165 L4 H3 LEADER',
'vin': 'WF0MXXTTRMRE66734',
'year': 2024}
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YM74%2520KKV%27 HTTP/1.1" 200 None
2026-03-29 06:14:38 [bca.uk] INFO: Saving data for YM74%20KKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650471.120681, 'last_price_update_time': 1774764878.397346}
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KKV') HTTP/1.1" 204 0
2026-03-29 06:14:38 [bca.uk] INFO: Found listing with ID: AP19%20OSZ
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:38 [bca.uk] INFO: Scrape type for AP19%20OSZ: 2
2026-03-29 06:14:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ
2026-03-29 06:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc750e92-6405-5cbd-bd13-83db02b75ffb with scrape type 2
2026-03-29 06:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc750e92-6405-5cbd-bd13-83db02b75ffb with scrape type 2
2026-03-29 06:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc750e92-6405-5cbd-bd13-83db02b75ffb, identifier: AP19%20OSZ
2026-03-29 06:14:38 [bca.uk] INFO: Found listing with ID: KU69%20TVN
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU69%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 06:14:38 [bca.uk] INFO: Scrape type for KU69%20TVN: 2
2026-03-29 06:14:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN
2026-03-29 06:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4204feec-73c9-56ac-acb3-93f44fe5edd9 with scrape type 2
2026-03-29 06:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4204feec-73c9-56ac-acb3-93f44fe5edd9 with scrape type 2
2026-03-29 06:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4204feec-73c9-56ac-acb3-93f44fe5edd9, identifier: KU69%20TVN
2026-03-29 06:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ
2026-03-29 06:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ
2026-03-29 06:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ to the API
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP19%20OSZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cc750e92-6405-5cbd-bd13-83db02b75ffb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AP19 OSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP19%20OSZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'Q7',
'odometer': 106826,
'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 Q7 3.0 50 TDI QUATTRO BLACK ED.TIP StationWagon',
'transmission': 'manual',
'trim': '50 TDI QUATTRO BLACK ED.TIP',
'vin': 'WAUZZZ4M9KD025146',
'year': 2019}
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:38 [bca.uk] INFO: Saving data for AP19%20OSZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534880.678617, 'last_price_update_time': 1774764878.90806}
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP19%2520OSZ') HTTP/1.1" 204 0
2026-03-29 06:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN
2026-03-29 06:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN
2026-03-29 06:14:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN to the API
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 212,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU69%20TVN-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4204feec-73c9-56ac-acb3-93f44fe5edd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU69 TVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU69%20TVN&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 314',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 314 2.1 CDI 3.5T FWD L1 H2 9G PanelVan',
'transmission': 'automatic',
'trim': 'CDI 3.5T FWD L1 H2 9G',
'vin': 'WDB9106312P152293',
'year': 2019}
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KU69%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 06:14:39 [bca.uk] INFO: Saving data for KU69%20TVN: {'auction_closing_time': 1774864800.0, 'created_time': 1773823615.853814, 'last_price_update_time': 1774764879.203858}
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU69%2520TVN') HTTP/1.1" 204 0
2026-03-29 06:14:39 [bca.uk] INFO: Found listing with ID: LS72%20YXR
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS72%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 06:14:39 [bca.uk] INFO: Scrape type for LS72%20YXR: 2
2026-03-29 06:14:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR
2026-03-29 06:14:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c85fa87-3f26-58e3-abee-013a489f8fef with scrape type 2
2026-03-29 06:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c85fa87-3f26-58e3-abee-013a489f8fef with scrape type 2
2026-03-29 06:14:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c85fa87-3f26-58e3-abee-013a489f8fef, identifier: LS72%20YXR
2026-03-29 06:14:39 [bca.uk] INFO: Found listing with ID: NG68%20LNT
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG68%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 06:14:39 [bca.uk] INFO: Scrape type for NG68%20LNT: 2
2026-03-29 06:14:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT
2026-03-29 06:14:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with scrape type 2
2026-03-29 06:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with scrape type 2
2026-03-29 06:14:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d, identifier: NG68%20LNT
2026-03-29 06:14:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR
2026-03-29 06:14:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR
2026-03-29 06:14:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR to the API
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4c85fa87-3f26-58e3-abee-013a489f8fef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS72 YXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 13712,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC900070991',
'year': 2022}
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS72%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 06:14:39 [bca.uk] INFO: Saving data for LS72%20YXR: {'auction_closing_time': 1775556000.0, 'created_time': 1774650517.246058, 'last_price_update_time': 1774764879.72075}
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXR') HTTP/1.1" 204 0
2026-03-29 06:14:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT
2026-03-29 06:14:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT
2026-03-29 06:14:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT to the API
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG68%20LNT-GB',
'category': 'Car',
'color': 'chili red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5bc3d41c-0d25-58e1-8bf0-002b37a1624d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG68 LNT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG68%20LNT&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 64323,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 2.0 COOPER S Hatchback',
'transmission': 'manual',
'trim': 'COOPER S',
'vin': 'WMWYW720803H99189',
'year': 2019}
2026-03-29 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NG68%2520LNT%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Saving data for NG68%20LNT: {'auction_closing_time': 1775037600.0, 'created_time': 1774564051.106149, 'last_price_update_time': 1774764880.007746}
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG68%2520LNT') HTTP/1.1" 204 0
2026-03-29 06:14:40 [bca.uk] INFO: Found listing with ID: OE74%20HDJ
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE74%2520HDJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Scrape type for OE74%20HDJ: 2
2026-03-29 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ
2026-03-29 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59402d1c-d0a9-5fce-80ed-84bff69fa051 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59402d1c-d0a9-5fce-80ed-84bff69fa051 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59402d1c-d0a9-5fce-80ed-84bff69fa051, identifier: OE74%20HDJ
2026-03-29 06:14:40 [bca.uk] INFO: Found listing with ID: PF68%20VDR
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Scrape type for PF68%20VDR: 2
2026-03-29 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR
2026-03-29 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc754b72-98da-5139-bc23-5a1b7b5bcbd9, identifier: PF68%20VDR
2026-03-29 06:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ
2026-03-29 06:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ
2026-03-29 06:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ to the API
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE74%20HDJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '59402d1c-d0a9-5fce-80ed-84bff69fa051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE74 HDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE74%20HDJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'POLESTAR',
'model': '4',
'odometer': 15256,
'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': 'POLESTAR 4 400KW 100KWH DM LR PLUS Coupe',
'transmission': 'automatic',
'trim': '400KW 100KWH DM LR PLUS',
'vin': 'YSM4ZPAA5SF410207',
'year': 2024}
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE74%2520HDJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Saving data for OE74%20HDJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650517.718997, 'last_price_update_time': 1774764880.514429}
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE74%2520HDJ') HTTP/1.1" 204 0
2026-03-29 06:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR
2026-03-29 06:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR
2026-03-29 06:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR to the API
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF68%20VDR-GB',
'category': 'Car',
'color': 'carbon black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'fc754b72-98da-5139-bc23-5a1b7b5bcbd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PF68 VDR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF68%20VDR&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '530E',
'odometer': 86033,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'BMW 530E 2.0 M SPORT Saloon',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAJA92010BV22396',
'year': 2018}
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Saving data for PF68%20VDR: {'auction_closing_time': 1775037600.0, 'created_time': 1774564052.795574, 'last_price_update_time': 1774764880.805136}
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF68%2520VDR') HTTP/1.1" 204 0
2026-03-29 06:14:40 [bca.uk] INFO: Found listing with ID: OE75%20YYG
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27OE75%2520YYG%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Scrape type for OE75%20YYG: 2
2026-03-29 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG
2026-03-29 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78633c41-36bb-557b-bdc1-07d2f28ef368 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78633c41-36bb-557b-bdc1-07d2f28ef368 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78633c41-36bb-557b-bdc1-07d2f28ef368, identifier: OE75%20YYG
2026-03-29 06:14:40 [bca.uk] INFO: Found listing with ID: YN23%20WFK
2026-03-29 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YN23%2520WFK%27 HTTP/1.1" 200 None
2026-03-29 06:14:40 [bca.uk] INFO: Scrape type for YN23%20WFK: 2
2026-03-29 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK
2026-03-29 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e139f1f7-548a-53ee-8d31-b558d8998b27 with scrape type 2
2026-03-29 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e139f1f7-548a-53ee-8d31-b558d8998b27 with scrape type 2
2026-03-29 06:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e139f1f7-548a-53ee-8d31-b558d8998b27, identifier: YN23%20WFK
2026-03-29 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver%2Fblack HTTP/1.1" 200 None
2026-03-29 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG
2026-03-29 06:14:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG to the API
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 23,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE75%20YYG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '78633c41-36bb-557b-bdc1-07d2f28ef368',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE75 YYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE75%20YYG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAECOO',
'model': 'J7',
'odometer': 3805,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-01-01',
'seller_name': None,
'title': 'JAECOO J7 1.5 T SHS PHEV LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'T SHS PHEV LUXURY',
'vin': 'LNNBBDEE6SC161099',
'year': 2026}
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:41 [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 06:14:41 [bca.uk] INFO: Saving data for OE75%20YYG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650520.467836, 'last_price_update_time': 1774764881.424701}
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE75%2520YYG') HTTP/1.1" 204 0
2026-03-29 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK
2026-03-29 06:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK
2026-03-29 06:14:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK to the API
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN23%20WFK-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e139f1f7-548a-53ee-8d31-b558d8998b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YN23 WFK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN23%20WFK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '840I GRAN COUPE',
'odometer': 41278,
'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 840I GRAN COUPE 3.0 SDRIVE M SPORT Coupe',
'transmission': 'automatic',
'trim': 'SDRIVE M SPORT',
'vin': 'WBAGV22050CM79696',
'year': 2023}
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:41 [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 06:14:41 [bca.uk] INFO: Saving data for YN23%20WFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774564052.39882, 'last_price_update_time': 1774764881.700905}
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN23%2520WFK') HTTP/1.1" 204 0
2026-03-29 06:14:41 [bca.uk] INFO: Found listing with ID: YO24%20MPZ
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:41 [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 06:14:41 [bca.uk] INFO: Scrape type for YO24%20MPZ: 2
2026-03-29 06:14:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ
2026-03-29 06:14:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e0e664-d736-5c6e-8c74-02f32793daae with scrape type 2
2026-03-29 06:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12e0e664-d736-5c6e-8c74-02f32793daae with scrape type 2
2026-03-29 06:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12e0e664-d736-5c6e-8c74-02f32793daae, identifier: YO24%20MPZ
2026-03-29 06:14:41 [bca.uk] INFO: Found listing with ID: BK71%20HNC
2026-03-29 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:41 [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 06:14:41 [bca.uk] INFO: Scrape type for BK71%20HNC: 2
2026-03-29 06:14:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC
2026-03-29 06:14:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec186791-1569-5688-b8c1-903b939ab00b with scrape type 2
2026-03-29 06:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec186791-1569-5688-b8c1-903b939ab00b with scrape type 2
2026-03-29 06:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec186791-1569-5688-b8c1-903b939ab00b, identifier: BK71%20HNC
2026-03-29 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ
2026-03-29 06:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ
2026-03-29 06:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ to the API
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 18,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO24%20MPZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '12e0e664-d736-5c6e-8c74-02f32793daae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YO24 MPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO24%20MPZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': 'X1',
'odometer': 12894,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'BMW X1 1.5 XD 25E M SPORT DTC StationWagon',
'transmission': 'automatic',
'trim': 'XD 25E M SPORT DTC',
'vin': 'WBA22EF0605012810',
'year': 2024}
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [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 06:14:42 [bca.uk] INFO: Saving data for YO24%20MPZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650522.092516, 'last_price_update_time': 1774764882.222774}
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO24%2520MPZ') HTTP/1.1" 204 0
2026-03-29 06:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC
2026-03-29 06:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC
2026-03-29 06:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC to the API
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20HNC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'ec186791-1569-5688-b8c1-903b939ab00b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK71 HNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20HNC&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 12222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD S',
'vin': 'SALZA2AT7MH155346',
'year': 2021}
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 06:14:42 [bca.uk] INFO: Saving data for BK71%20HNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650457.260296, 'last_price_update_time': 1774764882.593395}
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520HNC') HTTP/1.1" 204 0
2026-03-29 06:14:42 [bca.uk] INFO: Found listing with ID: AP16%20YMV
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [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 06:14:42 [bca.uk] INFO: Scrape type for AP16%20YMV: 0
2026-03-29 06:14:42 [bca.uk] INFO: Found listing with ID: YT59%20ZZG
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [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 06:14:42 [bca.uk] INFO: Scrape type for YT59%20ZZG: 2
2026-03-29 06:14:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG
2026-03-29 06:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with scrape type 2
2026-03-29 06:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with scrape type 2
2026-03-29 06:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa, identifier: YT59%20ZZG
2026-03-29 06:14:42 [bca.uk] INFO: Found listing with ID: LP18%20KMM
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [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 06:14:42 [bca.uk] INFO: Scrape type for LP18%20KMM: 0
2026-03-29 06:14:42 [bca.uk] INFO: Found listing with ID: AJ71%20OCA
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:42 [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 06:14:42 [bca.uk] INFO: Scrape type for AJ71%20OCA: 2
2026-03-29 06:14:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA
2026-03-29 06:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8567ad66-6de3-580e-bed4-9424fe884c34 with scrape type 2
2026-03-29 06:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8567ad66-6de3-580e-bed4-9424fe884c34 with scrape type 2
2026-03-29 06:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8567ad66-6de3-580e-bed4-9424fe884c34, identifier: AJ71%20OCA
2026-03-29 06:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG
2026-03-29 06:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG
2026-03-29 06:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG to the API
2026-03-29 06:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT59%20ZZG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT59 ZZG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT59%20ZZG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 65796,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 60 MATCH Hatchback',
'transmission': 'manual',
'trim': '60 MATCH',
'vin': 'WVWZZZ9NZ9U037115',
'year': 2009}
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YT59%2520ZZG%27 HTTP/1.1" 200 None
2026-03-29 06:14:43 [bca.uk] INFO: Saving data for YT59%20ZZG: {'auction_closing_time': 1775037600.0, 'created_time': 1774478150.963315, 'last_price_update_time': 1774764883.131249}
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT59%2520ZZG') HTTP/1.1" 204 0
2026-03-29 06:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA
2026-03-29 06:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA
2026-03-29 06:14:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA to the API
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20OCA-GB',
'category': 'Car',
'color': 'mineral white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8567ad66-6de3-580e-bed4-9424fe884c34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AJ71 OCA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20OCA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': '118D',
'odometer': 43097,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 118D 2.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBA7M920407K38362',
'year': 2022}
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ71%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 06:14:43 [bca.uk] INFO: Saving data for AJ71%20OCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774564040.628776, 'last_price_update_time': 1774764883.40425}
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520OCA') HTTP/1.1" 204 0
2026-03-29 06:14:43 [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 06:14:43 [bca.uk] INFO: Found listing with ID: LP73%20KTK
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP73%2520KTK%27 HTTP/1.1" 200 None
2026-03-29 06:14:43 [bca.uk] INFO: Scrape type for LP73%20KTK: 2
2026-03-29 06:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK
2026-03-29 06:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with scrape type 2
2026-03-29 06:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with scrape type 2
2026-03-29 06:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68, identifier: LP73%20KTK
2026-03-29 06:14:43 [bca.uk] INFO: Found listing with ID: BP74%20LZH
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP74%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 06:14:43 [bca.uk] INFO: Scrape type for BP74%20LZH: 2
2026-03-29 06:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH
2026-03-29 06:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06acc42-7e08-5569-a4bc-8edcf95d32ab with scrape type 2
2026-03-29 06:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06acc42-7e08-5569-a4bc-8edcf95d32ab with scrape type 2
2026-03-29 06:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06acc42-7e08-5569-a4bc-8edcf95d32ab, identifier: BP74%20LZH
2026-03-29 06:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK
2026-03-29 06:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK
2026-03-29 06:14:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK to the API
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 92,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP73%20KTK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LP73 KTK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP73%20KTK&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 1873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID ICON',
'vin': 'VNKKBAC380A330565',
'year': 2024}
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP73%2520KTK%27 HTTP/1.1" 200 None
2026-03-29 06:14:43 [bca.uk] INFO: Saving data for LP73%20KTK: {'auction_closing_time': 1775556000.0, 'created_time': 1774650521.704967, 'last_price_update_time': 1774764883.905966}
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP73%2520KTK') HTTP/1.1" 204 0
2026-03-29 06:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH
2026-03-29 06:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=rebel+red HTTP/1.1" 200 None
2026-03-29 06:14:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH
2026-03-29 06:14:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH to the API
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP74%20LZH-GB',
'category': 'Car',
'color': 'rebel red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c06acc42-7e08-5569-a4bc-8edcf95d32ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP74 LZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP74%20LZH&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'ACEMAN E',
'odometer': 6351,
'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': 'MINI ACEMAN E 160KW 54KWH SE EXCLUSIVE Hatchback',
'transmission': 'automatic',
'trim': '160KW 54KWH SE EXCLUSIVE',
'vin': 'WMW82GC090TA58107',
'year': 2024}
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP74%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 06:14:44 [bca.uk] INFO: Saving data for BP74%20LZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774564063.910083, 'last_price_update_time': 1774764884.335151}
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP74%2520LZH') HTTP/1.1" 204 0
2026-03-29 06:14:44 [bca.uk] INFO: Found listing with ID: YG20%20WDN
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG20%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:14:44 [bca.uk] INFO: Scrape type for YG20%20WDN: 2
2026-03-29 06:14:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN
2026-03-29 06:14:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cceef5e2-11be-5f29-8ac9-02cf23a21f97 with scrape type 2
2026-03-29 06:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cceef5e2-11be-5f29-8ac9-02cf23a21f97 with scrape type 2
2026-03-29 06:14:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cceef5e2-11be-5f29-8ac9-02cf23a21f97, identifier: YG20%20WDN
2026-03-29 06:14:44 [bca.uk] INFO: Found listing with ID: FV74%20WYA
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV74%2520WYA%27 HTTP/1.1" 200 None
2026-03-29 06:14:44 [bca.uk] INFO: Scrape type for FV74%20WYA: 2
2026-03-29 06:14:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA
2026-03-29 06:14:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with scrape type 2
2026-03-29 06:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with scrape type 2
2026-03-29 06:14:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3, identifier: FV74%20WYA
2026-03-29 06:14:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN
2026-03-29 06:14:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN
2026-03-29 06:14:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN to the API
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG20%20WDN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cceef5e2-11be-5f29-8ac9-02cf23a21f97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG20 WDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG20%20WDN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 53074,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'AUDI E-TRON 71KWH 50 Q SPORT StationWagon',
'transmission': 'automatic',
'trim': '71KWH 50 Q SPORT',
'vin': 'WAUZZZGE6LB028393',
'year': 2020}
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG20%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:14:44 [bca.uk] INFO: Saving data for YG20%20WDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774534881.503252, 'last_price_update_time': 1774764884.835179}
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520WDN') HTTP/1.1" 204 0
2026-03-29 06:14:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA
2026-03-29 06:14:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA
2026-03-29 06:14:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA to the API
2026-03-29 06:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV74%20WYA-GB',
'category': 'Car',
'color': 'carbon black',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '555d8fad-e4c1-57c7-8be6-92bc6fde2ee3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV74 WYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV74%20WYA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': '840I GRAN COUPE',
'odometer': 9180,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'BMW 840I GRAN COUPE 3.0 SDRIVE M SPORT Coupe',
'transmission': 'automatic',
'trim': 'SDRIVE M SPORT',
'vin': 'WBAGV22070CT93970',
'year': 2024}
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FV74%2520WYA%27 HTTP/1.1" 200 None
2026-03-29 06:14:45 [bca.uk] INFO: Saving data for FV74%20WYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774016146.259575, 'last_price_update_time': 1774764885.12533}
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV74%2520WYA') HTTP/1.1" 204 0
2026-03-29 06:14:45 [bca.uk] INFO: Total items found: 100
2026-03-29 06:14:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded
2026-03-29 06:14:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:14:45 [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 06:14:45 [bca.uk] INFO: Found listing with ID: LO72%20AHV
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AHV%27 HTTP/1.1" 200 None
2026-03-29 06:14:45 [bca.uk] INFO: Scrape type for LO72%20AHV: 2
2026-03-29 06:14:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV
2026-03-29 06:14:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38775142-554e-539a-9775-788f4f68d9c3 with scrape type 2
2026-03-29 06:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38775142-554e-539a-9775-788f4f68d9c3 with scrape type 2
2026-03-29 06:14:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38775142-554e-539a-9775-788f4f68d9c3, identifier: LO72%20AHV
2026-03-29 06:14:45 [bca.uk] INFO: Found listing with ID: KN68%20LKU
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN68%2520LKU%27 HTTP/1.1" 200 None
2026-03-29 06:14:45 [bca.uk] INFO: Scrape type for KN68%20LKU: 2
2026-03-29 06:14:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU
2026-03-29 06:14:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b828f8f-0481-54bc-92d0-0b2b842ad97b with scrape type 2
2026-03-29 06:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b828f8f-0481-54bc-92d0-0b2b842ad97b with scrape type 2
2026-03-29 06:14:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b828f8f-0481-54bc-92d0-0b2b842ad97b, identifier: KN68%20LKU
2026-03-29 06:14:45 [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 06:14:45 [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 06:14:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV
2026-03-29 06:14:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV
2026-03-29 06:14:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV to the API
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AHV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '38775142-554e-539a-9775-788f4f68d9c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 AHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AHV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 18421,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC400071417',
'year': 2022}
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AHV%27 HTTP/1.1" 200 None
2026-03-29 06:14:45 [bca.uk] INFO: Saving data for LO72%20AHV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650481.106629, 'last_price_update_time': 1774764885.643043}
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AHV') HTTP/1.1" 204 0
2026-03-29 06:14:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pepper+white HTTP/1.1" 200 None
2026-03-29 06:14:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU
2026-03-29 06:14:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU to the API
2026-03-29 06:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN68%20LKU-GB',
'category': 'Car',
'color': 'pepper white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3b828f8f-0481-54bc-92d0-0b2b842ad97b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN68 LKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN68%20LKU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'COOPER',
'odometer': 59889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 Hatchback',
'transmission': 'manual',
'trim': '',
'vin': 'WMWXU72040TN41444',
'year': 2018}
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Saving data for KN68%20LKU: {'auction_closing_time': 1775037600.0, 'created_time': 1774016170.646939, 'last_price_update_time': 1774764886.048332}
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN68%2520LKU') HTTP/1.1" 204 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: NL23%20WWK
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for NL23%20WWK: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: KP71%20VFJ
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for KP71%20VFJ: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: SL15%20OTM
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for SL15%20OTM: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: HN73%20OSZ
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for HN73%20OSZ: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: AV23%20NFO
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for AV23%20NFO: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: GC18%20GWV
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for GC18%20GWV: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: YR19%20BCD
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for YR19%20BCD: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: RV18%20WZM
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for RV18%20WZM: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: SM64%20YYC
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for SM64%20YYC: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: SY21%20YLX
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for SY21%20YLX: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: YM72%20BZY
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520BZY%27 HTTP/1.1" 200 None
2026-03-29 06:14:46 [bca.uk] INFO: Scrape type for YM72%20BZY: 0
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: DE24%20NRX
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 06:14:46 [bca.uk] INFO: Scrape type for DE24%20NRX: 2
2026-03-29 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX
2026-03-29 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with scrape type 2
2026-03-29 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with scrape type 2
2026-03-29 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac, identifier: DE24%20NRX
2026-03-29 06:14:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: LO72%20AHU
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 06:14:46 [bca.uk] INFO: Scrape type for LO72%20AHU: 2
2026-03-29 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU
2026-03-29 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a41eb2-79f2-584c-9244-15b56c64efe8 with scrape type 2
2026-03-29 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a41eb2-79f2-584c-9244-15b56c64efe8 with scrape type 2
2026-03-29 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51a41eb2-79f2-584c-9244-15b56c64efe8, identifier: LO72%20AHU
2026-03-29 06:14:46 [bca.uk] INFO: Found listing with ID: ME12%20JME
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [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 06:14:46 [bca.uk] INFO: Scrape type for ME12%20JME: 2
2026-03-29 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME
2026-03-29 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with scrape type 2
2026-03-29 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with scrape type 2
2026-03-29 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b069fd1c-c678-5ed1-9c57-85d98b06e0c3, identifier: ME12%20JME
2026-03-29 06:14:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX
2026-03-29 06:14:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX
2026-03-29 06:14:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX to the API
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20NRX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cf4556c8-3280-574d-8aa7-b14c5e0fe6ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DE24 NRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20NRX&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'GWM ORA',
'model': 'ORA 03',
'odometer': 10378,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
'transmission': 'automatic',
'trim': '126KW 48KWH PURE+',
'vin': 'LGWEEUA54NK643902',
'year': 2024}
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 06:14:46 [bca.uk] INFO: Saving data for DE24%20NRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774447764.661526, 'last_price_update_time': 1774764886.860021}
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520NRX') HTTP/1.1" 204 0
2026-03-29 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU
2026-03-29 06:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU
2026-03-29 06:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU to the API
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AHU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '51a41eb2-79f2-584c-9244-15b56c64efe8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 AHU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AHU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 23283,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC000071592',
'year': 2022}
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO72%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Saving data for LO72%20AHU: {'auction_closing_time': 1775556000.0, 'created_time': 1774650482.272678, 'last_price_update_time': 1774764887.296006}
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AHU') HTTP/1.1" 204 0
2026-03-29 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME
2026-03-29 06:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME
2026-03-29 06:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME to the API
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME12%20JME-GB',
'category': 'Car',
'color': 'carbon black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b069fd1c-c678-5ed1-9c57-85d98b06e0c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ME12 JME',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME12%20JME&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'X5',
'odometer': 123693,
'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 30D M SPORT StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 30D M SPORT',
'vin': 'WBAKS420100V27081',
'year': 2017}
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ME12%2520JME%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Saving data for ME12%20JME: {'auction_closing_time': 1775037600.0, 'created_time': 1774564047.549351, 'last_price_update_time': 1774764887.578849}
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME12%2520JME') HTTP/1.1" 204 0
2026-03-29 06:14:47 [bca.uk] INFO: Found listing with ID: MJ18%20EUM
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ18%2520EUM%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Scrape type for MJ18%20EUM: 0
2026-03-29 06:14:47 [bca.uk] INFO: Found listing with ID: HK71%20WFB
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK71%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Scrape type for HK71%20WFB: 0
2026-03-29 06:14:47 [bca.uk] INFO: Found listing with ID: RJ22%20UCO
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Scrape type for RJ22%20UCO: 2
2026-03-29 06:14:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO
2026-03-29 06:14:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7675fd1e-66d7-5607-a146-92ddd9bf5004 with scrape type 2
2026-03-29 06:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7675fd1e-66d7-5607-a146-92ddd9bf5004 with scrape type 2
2026-03-29 06:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7675fd1e-66d7-5607-a146-92ddd9bf5004, identifier: RJ22%20UCO
2026-03-29 06:14:47 [bca.uk] INFO: Found listing with ID: WR15%20RXK
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WR15%2520RXK%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Scrape type for WR15%20RXK: 0
2026-03-29 06:14:47 [bca.uk] INFO: Found listing with ID: VHZ%208117
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VHZ%25208117%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Scrape type for VHZ%208117: 2
2026-03-29 06:14:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc with identifier: VHZ%208117
2026-03-29 06:14:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc with scrape type 2
2026-03-29 06:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc with scrape type 2
2026-03-29 06:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc, identifier: VHZ%208117
2026-03-29 06:14:47 [bca.uk] INFO: Found listing with ID: MH18%20WSW
2026-03-29 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH18%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 06:14:47 [bca.uk] INFO: Scrape type for MH18%20WSW: 2
2026-03-29 06:14:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW
2026-03-29 06:14:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da77b482-9430-5e1d-b81d-7044d2ac769c with scrape type 2
2026-03-29 06:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da77b482-9430-5e1d-b81d-7044d2ac769c with scrape type 2
2026-03-29 06:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da77b482-9430-5e1d-b81d-7044d2ac769c, identifier: MH18%20WSW
2026-03-29 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO
2026-03-29 06:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO
2026-03-29 06:14:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO to the API
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ22%20UCO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7675fd1e-66d7-5607-a146-92ddd9bf5004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ22 UCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ22%20UCO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUDI',
'model': 'A6',
'odometer': 48124,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A6 2.0 40 TFSI SPORT S-T Saloon',
'transmission': 'automatic',
'trim': '40 TFSI SPORT S-T',
'vin': 'WAUZZZF24NN058596',
'year': 2022}
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-29 06:14:48 [bca.uk] INFO: Saving data for RJ22%20UCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774449320.729291, 'last_price_update_time': 1774764888.273408}
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520UCO') HTTP/1.1" 204 0
2026-03-29 06:14:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc with identifier: VHZ%208117
2026-03-29 06:14:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc with identifier: VHZ%208117
2026-03-29 06:14:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc with identifier: VHZ%208117 to the API
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VHZ%208117-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '28c4217a-cd5a-5a83-b2bc-4b54c5ae6cbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VHZ 8117',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VHZ%208117&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 54547,
'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 SR Hatchback',
'transmission': 'manual',
'trim': 'VTEC TURBO 129 SR',
'vin': 'SHHFK6760HU020449',
'year': 2018}
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VHZ%25208117%27 HTTP/1.1" 200 None
2026-03-29 06:14:48 [bca.uk] INFO: Saving data for VHZ%208117: {'auction_closing_time': 1774778400.0, 'created_time': 1773831366.874341, 'last_price_update_time': 1774764888.557576}
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VHZ%25208117') HTTP/1.1" 204 0
2026-03-29 06:14:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW
2026-03-29 06:14:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW
2026-03-29 06:14:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW to the API
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH18%20WSW-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'da77b482-9430-5e1d-b81d-7044d2ac769c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MH18 WSW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH18%20WSW&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'X4',
'odometer': 97059,
'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 X4 3.0 XDRIVE 30D X LINE STEP Coupe',
'transmission': 'manual',
'trim': 'XDRIVE 30D X LINE STEP',
'vin': 'WBAXX320600N99413',
'year': 2018}
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MH18%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 06:14:48 [bca.uk] INFO: Saving data for MH18%20WSW: {'auction_closing_time': 1775037600.0, 'created_time': 1774016171.375647, 'last_price_update_time': 1774764888.858056}
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH18%2520WSW') HTTP/1.1" 204 0
2026-03-29 06:14:48 [bca.uk] INFO: Found listing with ID: CK72%20OCL
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK72%2520OCL%27 HTTP/1.1" 200 None
2026-03-29 06:14:48 [bca.uk] INFO: Scrape type for CK72%20OCL: 0
2026-03-29 06:14:48 [bca.uk] INFO: Found listing with ID: AY71%20XNE
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY71%2520XNE%27 HTTP/1.1" 200 None
2026-03-29 06:14:48 [bca.uk] INFO: Scrape type for AY71%20XNE: 0
2026-03-29 06:14:48 [bca.uk] INFO: Found listing with ID: SK22%20UTZ
2026-03-29 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:48 [bca.uk] INFO: Scrape type for SK22%20UTZ: 2
2026-03-29 06:14:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ
2026-03-29 06:14:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with scrape type 2
2026-03-29 06:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with scrape type 2
2026-03-29 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c, identifier: SK22%20UTZ
2026-03-29 06:14:49 [bca.uk] INFO: Found listing with ID: FE22%20ZKO
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:49 [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 06:14:49 [bca.uk] INFO: Scrape type for FE22%20ZKO: 2
2026-03-29 06:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO
2026-03-29 06:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 847ad8f9-28b0-5642-97ff-d4044293f51c with scrape type 2
2026-03-29 06:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 847ad8f9-28b0-5642-97ff-d4044293f51c with scrape type 2
2026-03-29 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 847ad8f9-28b0-5642-97ff-d4044293f51c, identifier: FE22%20ZKO
2026-03-29 06:14:49 [bca.uk] INFO: Found listing with ID: MW67%20EEN
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:49 [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 06:14:49 [bca.uk] INFO: Scrape type for MW67%20EEN: 2
2026-03-29 06:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN
2026-03-29 06:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with scrape type 2
2026-03-29 06:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with scrape type 2
2026-03-29 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67fee5ac-9a26-5fb4-9b7e-120a40730f36, identifier: MW67%20EEN
2026-03-29 06:14:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ
2026-03-29 06:14:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ
2026-03-29 06:14:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ to the API
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK22%20UTZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SK22 UTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK22%20UTZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'IX3',
'odometer': 98347,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH M SPORT',
'vin': 'WBY42DU060S255090',
'year': 2022}
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:49 [bca.uk] INFO: Saving data for SK22%20UTZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449313.34501, 'last_price_update_time': 1774764889.548099}
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520UTZ') HTTP/1.1" 204 0
2026-03-29 06:14:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO
2026-03-29 06:14:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO
2026-03-29 06:14:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO to the API
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZKO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '847ad8f9-28b0-5642-97ff-d4044293f51c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FE22 ZKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZKO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 59887,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID DESIGN',
'vin': 'JTDKBABB40A043239',
'year': 2022}
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:49 [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 06:14:49 [bca.uk] INFO: Saving data for FE22%20ZKO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650475.042346, 'last_price_update_time': 1774764889.925522}
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZKO') HTTP/1.1" 204 0
2026-03-29 06:14:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN
2026-03-29 06:14:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN
2026-03-29 06:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN to the API
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW67%20EEN-GB',
'category': 'Car',
'color': 'alpine white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67fee5ac-9a26-5fb4-9b7e-120a40730f36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW67 EEN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW67%20EEN&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': '218I',
'odometer': 47431,
'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 SPORT Coupe',
'transmission': 'manual',
'trim': 'T SPORT',
'vin': 'WBA2H32000VB97965',
'year': 2017}
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [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 06:14:50 [bca.uk] INFO: Saving data for MW67%20EEN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564057.26907, 'last_price_update_time': 1774764890.203695}
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW67%2520EEN') HTTP/1.1" 204 0
2026-03-29 06:14:50 [bca.uk] INFO: Found listing with ID: HJ73%20ODK
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [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 06:14:50 [bca.uk] INFO: Scrape type for HJ73%20ODK: 0
2026-03-29 06:14:50 [bca.uk] INFO: Found listing with ID: WN22%20NPU
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [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 06:14:50 [bca.uk] INFO: Scrape type for WN22%20NPU: 2
2026-03-29 06:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU
2026-03-29 06:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82192299-20ee-5290-9845-75867a6c84cf with scrape type 2
2026-03-29 06:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82192299-20ee-5290-9845-75867a6c84cf with scrape type 2
2026-03-29 06:14:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82192299-20ee-5290-9845-75867a6c84cf, identifier: WN22%20NPU
2026-03-29 06:14:50 [bca.uk] INFO: Found listing with ID: ND71%20WXU
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [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 06:14:50 [bca.uk] INFO: Scrape type for ND71%20WXU: 2
2026-03-29 06:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU
2026-03-29 06:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baf2c6cb-402d-5156-88db-18964ae74457 with scrape type 2
2026-03-29 06:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baf2c6cb-402d-5156-88db-18964ae74457 with scrape type 2
2026-03-29 06:14:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baf2c6cb-402d-5156-88db-18964ae74457, identifier: ND71%20WXU
2026-03-29 06:14:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU
2026-03-29 06:14:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU
2026-03-29 06:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU to the API
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20NPU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '82192299-20ee-5290-9845-75867a6c84cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN22 NPU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20NPU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'E-NIRO',
'odometer': 49277,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'KIA E-NIRO 150KW 64KWH 2 Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH 2',
'vin': 'KNACB81GUN5142303',
'year': 2022}
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [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 06:14:50 [bca.uk] INFO: Saving data for WN22%20NPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774449310.949031, 'last_price_update_time': 1774764890.724952}
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520NPU') HTTP/1.1" 204 0
2026-03-29 06:14:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU
2026-03-29 06:14:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU
2026-03-29 06:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU to the API
2026-03-29 06:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND71%20WXU-GB',
'category': 'Car',
'color': 'chili red',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'baf2c6cb-402d-5156-88db-18964ae74457',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ND71 WXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND71%20WXU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 21919,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L2',
'vin': 'WMW12DJ0402R96182',
'year': 2021}
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ND71%2520WXU%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Saving data for ND71%20WXU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564033.408635, 'last_price_update_time': 1774764891.010816}
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND71%2520WXU') HTTP/1.1" 204 0
2026-03-29 06:14:51 [bca.uk] INFO: Found listing with ID: AG19%20JVC
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AG19%2520JVC%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Scrape type for AG19%20JVC: 0
2026-03-29 06:14:51 [bca.uk] INFO: Found listing with ID: PO22%20XBG
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Scrape type for PO22%20XBG: 2
2026-03-29 06:14:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG
2026-03-29 06:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe43a985-7fd4-529c-8f11-bf19aab72226 with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe43a985-7fd4-529c-8f11-bf19aab72226 with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe43a985-7fd4-529c-8f11-bf19aab72226, identifier: PO22%20XBG
2026-03-29 06:14:51 [bca.uk] INFO: Found listing with ID: ST18%20XWJ
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST18%2520XWJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Scrape type for ST18%20XWJ: 2
2026-03-29 06:14:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ
2026-03-29 06:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cecd0e82-deb5-5775-a11a-190139ab30d8 with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cecd0e82-deb5-5775-a11a-190139ab30d8 with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cecd0e82-deb5-5775-a11a-190139ab30d8, identifier: ST18%20XWJ
2026-03-29 06:14:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG
2026-03-29 06:14:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG
2026-03-29 06:14:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG to the API
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO22%20XBG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'fe43a985-7fd4-529c-8f11-bf19aab72226',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PO22 XBG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO22%20XBG&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'IX3',
'odometer': 85536,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH M SPORT',
'vin': 'WBY42DU000S269891',
'year': 2022}
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Saving data for PO22%20XBG: {'auction_closing_time': 1774951200.0, 'created_time': 1774006393.788282, 'last_price_update_time': 1774764891.536261}
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO22%2520XBG') HTTP/1.1" 204 0
2026-03-29 06:14:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ
2026-03-29 06:14:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ
2026-03-29 06:14:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ to the API
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST18%20XWJ-GB',
'category': 'Car',
'color': 'mineral white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cecd0e82-deb5-5775-a11a-190139ab30d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST18 XWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST18%20XWJ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'X5',
'odometer': 67127,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 40D M SPORT (7S)',
'vin': 'WBAKS620400Z46876',
'year': 2018}
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST18%2520XWJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Saving data for ST18%20XWJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773828517.2653, 'last_price_update_time': 1774764891.813111}
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520XWJ') HTTP/1.1" 204 0
2026-03-29 06:14:51 [bca.uk] INFO: Found listing with ID: EK23%20HSY
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Scrape type for EK23%20HSY: 2
2026-03-29 06:14:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY
2026-03-29 06:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39, identifier: EK23%20HSY
2026-03-29 06:14:51 [bca.uk] INFO: Found listing with ID: YF71%20LXO
2026-03-29 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF71%2520LXO%27 HTTP/1.1" 200 None
2026-03-29 06:14:51 [bca.uk] INFO: Scrape type for YF71%20LXO: 2
2026-03-29 06:14:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO
2026-03-29 06:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6708d7f6-86f7-5d2b-a658-52c365bffdcd with scrape type 2
2026-03-29 06:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6708d7f6-86f7-5d2b-a658-52c365bffdcd with scrape type 2
2026-03-29 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6708d7f6-86f7-5d2b-a658-52c365bffdcd, identifier: YF71%20LXO
2026-03-29 06:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY
2026-03-29 06:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY
2026-03-29 06:14:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY to the API
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK23%20HSY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'eb4e2a5d-25ca-5ddd-b26b-3c0086108f39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EK23 HSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK23%20HSY&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 9712,
'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 SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
'transmission': 'automatic',
'trim': 'T GDI HEV GT-LINE',
'vin': 'U5YPX81GMPL076779',
'year': 2023}
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:14:52 [bca.uk] INFO: Saving data for EK23%20HSY: {'auction_closing_time': 1774951200.0, 'created_time': 1774449210.733895, 'last_price_update_time': 1774764892.323506}
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK23%2520HSY') HTTP/1.1" 204 0
2026-03-29 06:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO
2026-03-29 06:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO
2026-03-29 06:14:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO to the API
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF71%20LXO-GB',
'category': 'Car',
'color': 'midnight black',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '6708d7f6-86f7-5d2b-a658-52c365bffdcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF71 LXO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20LXO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 44388,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L2',
'vin': 'WMW12DJ0302R96481',
'year': 2021}
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YF71%2520LXO%27 HTTP/1.1" 200 None
2026-03-29 06:14:52 [bca.uk] INFO: Saving data for YF71%20LXO: {'auction_closing_time': 1775037600.0, 'created_time': 1773960550.232001, 'last_price_update_time': 1774764892.607816}
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520LXO') HTTP/1.1" 204 0
2026-03-29 06:14:52 [bca.uk] INFO: Found listing with ID: RO22%20GGE
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-29 06:14:52 [bca.uk] INFO: Scrape type for RO22%20GGE: 2
2026-03-29 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE
2026-03-29 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9278e7d-51b4-5cd9-bd24-a71ad78d264f with scrape type 2
2026-03-29 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9278e7d-51b4-5cd9-bd24-a71ad78d264f with scrape type 2
2026-03-29 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9278e7d-51b4-5cd9-bd24-a71ad78d264f, identifier: RO22%20GGE
2026-03-29 06:14:52 [bca.uk] INFO: Found listing with ID: YG22%20SEO
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG22%2520SEO%27 HTTP/1.1" 200 None
2026-03-29 06:14:52 [bca.uk] INFO: Scrape type for YG22%20SEO: 2
2026-03-29 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO
2026-03-29 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb65a66d-7cab-52dc-b9b6-f279092e5a7f with scrape type 2
2026-03-29 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb65a66d-7cab-52dc-b9b6-f279092e5a7f with scrape type 2
2026-03-29 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb65a66d-7cab-52dc-b9b6-f279092e5a7f, identifier: YG22%20SEO
2026-03-29 06:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE
2026-03-29 06:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE
2026-03-29 06:14:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE to the API
2026-03-29 06:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 22,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20GGE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c9278e7d-51b4-5cd9-bd24-a71ad78d264f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO22 GGE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20GGE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'A250 E',
'odometer': 52260,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE EXECUTIVE ED.DCT Saloon',
'transmission': 'automatic',
'trim': 'AMG LINE EXECUTIVE ED.DCT',
'vin': 'W1K1771862J351113',
'year': 2022}
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-29 06:14:53 [bca.uk] INFO: Saving data for RO22%20GGE: {'auction_closing_time': 1774951200.0, 'created_time': 1774449185.08389, 'last_price_update_time': 1774764893.155402}
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520GGE') HTTP/1.1" 204 0
2026-03-29 06:14:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=phytonic+blue HTTP/1.1" 200 None
2026-03-29 06:14:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:14:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO
2026-03-29 06:14:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO to the API
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20SEO-GB',
'category': 'Car',
'color': 'phytonic blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'bb65a66d-7cab-52dc-b9b6-f279092e5a7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG22 SEO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20SEO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'IX3',
'odometer': 54358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
'transmission': 'automatic',
'trim': '210KW 80KWH M SPORT',
'vin': 'WBY42DU010S248340',
'year': 2022}
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520SEO%27 HTTP/1.1" 200 None
2026-03-29 06:14:53 [bca.uk] INFO: Saving data for YG22%20SEO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564055.320817, 'last_price_update_time': 1774764893.574798}
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520SEO') HTTP/1.1" 204 0
2026-03-29 06:14:53 [bca.uk] INFO: Found listing with ID: WK21%20VYN
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 06:14:53 [bca.uk] INFO: Scrape type for WK21%20VYN: 2
2026-03-29 06:14:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN
2026-03-29 06:14:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a2325b-ca10-507a-8113-661882d2561a with scrape type 2
2026-03-29 06:14:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2a2325b-ca10-507a-8113-661882d2561a with scrape type 2
2026-03-29 06:14:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2a2325b-ca10-507a-8113-661882d2561a, identifier: WK21%20VYN
2026-03-29 06:14:53 [bca.uk] INFO: Found listing with ID: YL71%20LAA
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520LAA%27 HTTP/1.1" 200 None
2026-03-29 06:14:53 [bca.uk] INFO: Scrape type for YL71%20LAA: 2
2026-03-29 06:14:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA
2026-03-29 06:14:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf147d5-1042-5cc3-a355-df19e18ef6ed with scrape type 2
2026-03-29 06:14:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf147d5-1042-5cc3-a355-df19e18ef6ed with scrape type 2
2026-03-29 06:14:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bf147d5-1042-5cc3-a355-df19e18ef6ed, identifier: YL71%20LAA
2026-03-29 06:14:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN
2026-03-29 06:14:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN
2026-03-29 06:14:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN to the API
2026-03-29 06:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 29,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK21%20VYN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'b2a2325b-ca10-507a-8113-661882d2561a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WK21 VYN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK21%20VYN&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 78560,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': '40 TFSI E S LINE S-T',
'vin': 'WAUZZZGY6MA092421',
'year': 2021}
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 06:14:54 [bca.uk] INFO: Saving data for WK21%20VYN: {'auction_closing_time': 1774951200.0, 'created_time': 1774449175.256661, 'last_price_update_time': 1774764894.11602}
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK21%2520VYN') HTTP/1.1" 204 0
2026-03-29 06:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=enigmatic+black HTTP/1.1" 200 None
2026-03-29 06:14:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:14: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 06:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA
2026-03-29 06:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA to the API
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL71%20LAA-GB',
'category': 'Car',
'color': 'enigmatic black',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '0bf147d5-1042-5cc3-a355-df19e18ef6ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YL71 LAA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL71%20LAA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 36651,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L3 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L3',
'vin': 'WMW12DJ0502S34737',
'year': 2022}
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520LAA%27 HTTP/1.1" 200 None
2026-03-29 06:14:54 [bca.uk] INFO: Saving data for YL71%20LAA: {'auction_closing_time': 1775037600.0, 'created_time': 1774564049.732521, 'last_price_update_time': 1774764894.609158}
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL71%2520LAA') HTTP/1.1" 204 0
2026-03-29 06:14:54 [bca.uk] INFO: Found listing with ID: MJ70%20XWT
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-29 06:14:54 [bca.uk] INFO: Scrape type for MJ70%20XWT: 2
2026-03-29 06:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT
2026-03-29 06:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with scrape type 2
2026-03-29 06:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with scrape type 2
2026-03-29 06:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6880a19f-37eb-5f89-8586-8e504ee6f2a3, identifier: MJ70%20XWT
2026-03-29 06:14:54 [bca.uk] INFO: Found listing with ID: YP72%20HGD
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520HGD%27 HTTP/1.1" 200 None
2026-03-29 06:14:54 [bca.uk] INFO: Scrape type for YP72%20HGD: 2
2026-03-29 06:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD
2026-03-29 06:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4807f5d-167b-5bf4-9cb5-ea081164df90 with scrape type 2
2026-03-29 06:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4807f5d-167b-5bf4-9cb5-ea081164df90 with scrape type 2
2026-03-29 06:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4807f5d-167b-5bf4-9cb5-ea081164df90, identifier: YP72%20HGD
2026-03-29 06:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT
2026-03-29 06:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT
2026-03-29 06:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT to the API
2026-03-29 06:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 92,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ70%20XWT-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': '6880a19f-37eb-5f89-8586-8e504ee6f2a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ70 XWT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ70%20XWT&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 19320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID DESIGN',
'vin': 'VNKKBAC360A040003',
'year': 2020}
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Saving data for MJ70%20XWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774449198.371133, 'last_price_update_time': 1774764895.121491}
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ70%2520XWT') HTTP/1.1" 204 0
2026-03-29 06:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD
2026-03-29 06:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD
2026-03-29 06:14:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD to the API
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20HGD-GB',
'category': 'Car',
'color': 'alpine white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4807f5d-167b-5bf4-9cb5-ea081164df90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YP72 HGD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20HGD&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': '118I',
'odometer': 53693,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
'transmission': 'automatic',
'trim': '136 M SPORT (LCP)STEP',
'vin': 'WBA7K320107L62687',
'year': 2022}
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520HGD%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Saving data for YP72%20HGD: {'auction_closing_time': 1775037600.0, 'created_time': 1774564048.533435, 'last_price_update_time': 1774764895.421179}
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520HGD') HTTP/1.1" 204 0
2026-03-29 06:14:55 [bca.uk] INFO: Found listing with ID: ML24%20YNO
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520YNO%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Scrape type for ML24%20YNO: 0
2026-03-29 06:14:55 [bca.uk] INFO: Found listing with ID: YP73%20XTR
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTR%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Scrape type for YP73%20XTR: 0
2026-03-29 06:14:55 [bca.uk] INFO: Found listing with ID: LM23%20GNZ
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Scrape type for LM23%20GNZ: 2
2026-03-29 06:14:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ
2026-03-29 06:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with scrape type 2
2026-03-29 06:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with scrape type 2
2026-03-29 06:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a89dad9-1200-5f3b-b65b-f08aa00fa001, identifier: LM23%20GNZ
2026-03-29 06:14:55 [bca.uk] INFO: Found listing with ID: NA22%20DCV
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Scrape type for NA22%20DCV: 2
2026-03-29 06:14:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV
2026-03-29 06:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c49ec9a-71f8-5058-8121-8d306622abe2 with scrape type 2
2026-03-29 06:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c49ec9a-71f8-5058-8121-8d306622abe2 with scrape type 2
2026-03-29 06:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c49ec9a-71f8-5058-8121-8d306622abe2, identifier: NA22%20DCV
2026-03-29 06:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ
2026-03-29 06:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ
2026-03-29 06:14:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ to the API
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20GNZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '8a89dad9-1200-5f3b-b65b-f08aa00fa001',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM23 GNZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20GNZ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'I4 GRAN COUPE',
'odometer': 71282,
'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 I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
'transmission': 'automatic',
'trim': '250KW 84KWH ED40 M SPORT',
'vin': 'WBY72AW0X0FP63564',
'year': 2023}
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-29 06:14:55 [bca.uk] INFO: Saving data for LM23%20GNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449272.546184, 'last_price_update_time': 1774764895.9388}
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520GNZ') HTTP/1.1" 204 0
2026-03-29 06:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV
2026-03-29 06:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV
2026-03-29 06:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV to the API
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 243,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA22%20DCV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c49ec9a-71f8-5058-8121-8d306622abe2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA22 DCV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA22%20DCV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'MASTER 3.5T FWD',
'odometer': 22482,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
'transmission': 'manual',
'trim': 'DCI 135 LM BUSINESS+',
'vin': 'VF1MA000368689488',
'year': 2022}
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NA22%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 06:14:56 [bca.uk] INFO: Saving data for NA22%20DCV: {'auction_closing_time': 1774864800.0, 'created_time': 1773834221.638405, 'last_price_update_time': 1774764896.246335}
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA22%2520DCV') HTTP/1.1" 204 0
2026-03-29 06:14:56 [bca.uk] INFO: Found listing with ID: YP73%20XTN
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YP73%2520XTN%27 HTTP/1.1" 200 None
2026-03-29 06:14:56 [bca.uk] INFO: Scrape type for YP73%20XTN: 0
2026-03-29 06:14:56 [bca.uk] INFO: Found listing with ID: MK23%20NYA
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 06:14:56 [bca.uk] INFO: Scrape type for MK23%20NYA: 2
2026-03-29 06:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA
2026-03-29 06:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with scrape type 2
2026-03-29 06:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with scrape type 2
2026-03-29 06:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89b27bd5-875a-54a6-9e53-7ea18b25fad4, identifier: MK23%20NYA
2026-03-29 06:14:56 [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 06:14:56 [bca.uk] INFO: Found listing with ID: NU22%20CVO
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU22%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 06:14:56 [bca.uk] INFO: Scrape type for NU22%20CVO: 2
2026-03-29 06:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO
2026-03-29 06:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with scrape type 2
2026-03-29 06:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with scrape type 2
2026-03-29 06:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85, identifier: NU22%20CVO
2026-03-29 06:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA
2026-03-29 06:14:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA
2026-03-29 06:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA to the API
2026-03-29 06:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK23%20NYA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '89b27bd5-875a-54a6-9e53-7ea18b25fad4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MK23 NYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK23%20NYA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 40525,
'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 SPORTAGE 1.6 T GDI HEV 3 StationWagon',
'transmission': 'automatic',
'trim': 'T GDI HEV 3',
'vin': 'U5YPV81GMPL070684',
'year': 2023}
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 06:14:57 [bca.uk] INFO: Saving data for MK23%20NYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774449188.364065, 'last_price_update_time': 1774764897.523111}
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520NYA') HTTP/1.1" 204 0
2026-03-29 06:14:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO
2026-03-29 06:14:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO
2026-03-29 06:14:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO to the API
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU22%20CVO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '153e4cc2-7820-5068-b9c7-dd3acfc3cc85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU22 CVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU22%20CVO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 162110,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.PREM.STD Van',
'transmission': 'manual',
'trim': 'B/HDI 100 1000 PROF.PREM.STD',
'vin': 'VR3EFYHT2NJ588212',
'year': 2022}
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NU22%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 06:14:57 [bca.uk] INFO: Saving data for NU22%20CVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650455.716404, 'last_price_update_time': 1774764897.844219}
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520CVO') HTTP/1.1" 204 0
2026-03-29 06:14:57 [bca.uk] INFO: Found listing with ID: RO22%20EUN
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-29 06:14:57 [bca.uk] INFO: Scrape type for RO22%20EUN: 2
2026-03-29 06:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN
2026-03-29 06:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae6c93f-3755-518f-874b-b96838ad7442 with scrape type 2
2026-03-29 06:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae6c93f-3755-518f-874b-b96838ad7442 with scrape type 2
2026-03-29 06:14:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ae6c93f-3755-518f-874b-b96838ad7442, identifier: RO22%20EUN
2026-03-29 06:14:57 [bca.uk] INFO: Found listing with ID: VO22%20HCL
2026-03-29 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO22%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 06:14:57 [bca.uk] INFO: Scrape type for VO22%20HCL: 2
2026-03-29 06:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL
2026-03-29 06:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with scrape type 2
2026-03-29 06:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with scrape type 2
2026-03-29 06:14:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e1c1dbb-7d3e-5488-b757-42cc9807e519, identifier: VO22%20HCL
2026-03-29 06:14:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN
2026-03-29 06:14:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN
2026-03-29 06:14:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN to the API
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 23,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20EUN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7ae6c93f-3755-518f-874b-b96838ad7442',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO22 EUN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20EUN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'CLA 250 E',
'odometer': 32401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'W1K1183862N297518',
'year': 2022}
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-29 06:14:58 [bca.uk] INFO: Saving data for RO22%20EUN: {'auction_closing_time': 1774951200.0, 'created_time': 1774449154.009001, 'last_price_update_time': 1774764898.346792}
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520EUN') HTTP/1.1" 204 0
2026-03-29 06:14:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL
2026-03-29 06:14:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL
2026-03-29 06:14:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL to the API
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20HCL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6e1c1dbb-7d3e-5488-b757-42cc9807e519',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VO22 HCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20HCL&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'VAUXHALL',
'model': 'INSIGNIA GS',
'odometer': 41694,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA GS 1.5 D 120 SE ED. Hatchback',
'transmission': 'manual',
'trim': 'D 120 SE ED.',
'vin': 'W0VZT6EN2M1031777',
'year': 2022}
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VO22%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 06:14:58 [bca.uk] INFO: Saving data for VO22%20HCL: {'auction_closing_time': 1774951200.0, 'created_time': 1774650444.113817, 'last_price_update_time': 1774764898.707919}
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520HCL') HTTP/1.1" 204 0
2026-03-29 06:14:58 [bca.uk] INFO: Found listing with ID: LJ23%20MBP
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ23%2520MBP%27 HTTP/1.1" 200 None
2026-03-29 06:14:58 [bca.uk] INFO: Scrape type for LJ23%20MBP: 0
2026-03-29 06:14:58 [bca.uk] INFO: Found listing with ID: MD72%20VVJ
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD72%2520VVJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:58 [bca.uk] INFO: Scrape type for MD72%20VVJ: 2
2026-03-29 06:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ
2026-03-29 06:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f657fb44-8f75-5df7-a20b-debea9fe478d with scrape type 2
2026-03-29 06:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f657fb44-8f75-5df7-a20b-debea9fe478d with scrape type 2
2026-03-29 06:14:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f657fb44-8f75-5df7-a20b-debea9fe478d, identifier: MD72%20VVJ
2026-03-29 06:14:58 [bca.uk] INFO: Found listing with ID: EA71%20XSJ
2026-03-29 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA71%2520XSJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:58 [bca.uk] INFO: Scrape type for EA71%20XSJ: 2
2026-03-29 06:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ
2026-03-29 06:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85b474d-4e0c-5a66-a783-9f750a48480e with scrape type 2
2026-03-29 06:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85b474d-4e0c-5a66-a783-9f750a48480e with scrape type 2
2026-03-29 06:14:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a85b474d-4e0c-5a66-a783-9f750a48480e, identifier: EA71%20XSJ
2026-03-29 06:14:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ
2026-03-29 06:14:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ
2026-03-29 06:14:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ to the API
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VVJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f657fb44-8f75-5df7-a20b-debea9fe478d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD72 VVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VVJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 22047,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
'transmission': 'automatic',
'trim': '50KWH 135 GT LINE+ (50KW)',
'vin': 'VF1AG000069739761',
'year': 2022}
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14: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%2520VVJ%27 HTTP/1.1" 200 None
2026-03-29 06:14:59 [bca.uk] INFO: Saving data for MD72%20VVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449303.922606, 'last_price_update_time': 1774764899.248504}
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VVJ') HTTP/1.1" 204 0
2026-03-29 06:14:59 [bca.uk] INFO: Total items found: 100
2026-03-29 06:14:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded
2026-03-29 06:14:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:14:59 [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 06:14:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ
2026-03-29 06:14:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ
2026-03-29 06:14:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ to the API
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:14: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 06:14:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 262,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20XSJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a85b474d-4e0c-5a66-a783-9f750a48480e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA71 XSJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20XSJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 145820,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
'transmission': 'manual',
'trim': 'EBL 130 L4 LEADER',
'vin': 'WF0AXXTTRAMA17301',
'year': 2021}
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:59 [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 06:14:59 [bca.uk] INFO: Saving data for EA71%20XSJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477669.80278, 'last_price_update_time': 1774764899.559506}
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520XSJ') HTTP/1.1" 204 0
2026-03-29 06:14:59 [bca.uk] INFO: Found listing with ID: BK25%20YEL
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:59 [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 06:14:59 [bca.uk] INFO: Scrape type for BK25%20YEL: 0
2026-03-29 06:14:59 [bca.uk] INFO: Found listing with ID: BJ23%20CYZ
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:59 [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 06:14:59 [bca.uk] INFO: Scrape type for BJ23%20CYZ: 2
2026-03-29 06:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ
2026-03-29 06:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db4062f-58d4-5f4a-b744-68541b520dd3 with scrape type 2
2026-03-29 06:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db4062f-58d4-5f4a-b744-68541b520dd3 with scrape type 2
2026-03-29 06:14:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3db4062f-58d4-5f4a-b744-68541b520dd3, identifier: BJ23%20CYZ
2026-03-29 06:14:59 [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 06:14:59 [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 06:14:59 [bca.uk] INFO: Found listing with ID: LS72%20YXC
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:14:59 [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 06:14:59 [bca.uk] INFO: Scrape type for LS72%20YXC: 2
2026-03-29 06:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC
2026-03-29 06:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e0ef695-4876-56ab-886e-0a93b13ff584 with scrape type 2
2026-03-29 06:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e0ef695-4876-56ab-886e-0a93b13ff584 with scrape type 2
2026-03-29 06:14:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e0ef695-4876-56ab-886e-0a93b13ff584, identifier: LS72%20YXC
2026-03-29 06:14:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ
2026-03-29 06:14:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ
2026-03-29 06:14:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ to the API
2026-03-29 06:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20CYZ-GB',
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '3db4062f-58d4-5f4a-b744-68541b520dd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BJ23 CYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20CYZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'NIRO EV',
'odometer': 23948,
'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 NIRO EV 150KW 65KWH 3 Hatchback',
'transmission': 'automatic',
'trim': '150KW 65KWH 3',
'vin': 'KNACR811UP5033369',
'year': 2023}
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Saving data for BJ23%20CYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774447778.723015, 'last_price_update_time': 1774764900.16457}
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520CYZ') HTTP/1.1" 204 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: MF62%20ZHE
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for MF62%20ZHE: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: WJ58%20ZYW
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for WJ58%20ZYW: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YK09%20RLU
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YK09%20RLU: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YW15%20JZT
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YW15%20JZT: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: AF64%20XAD
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for AF64%20XAD: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: BG09%20PWY
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 06:15:00 [bca.uk] INFO: Scrape type for BG09%20PWY: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: BJ07%20FXF
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for BJ07%20FXF: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: DG10%20CJE
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for DG10%20CJE: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: FE08%20SUV
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for FE08%20SUV: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: WN09%20WNE
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for WN09%20WNE: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YK57%20HJD
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YK57%20HJD: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: FV05%20SXW
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for FV05%20SXW: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: DK14%20MUE
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for DK14%20MUE: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: KT07%20EJJ
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for KT07%20EJJ: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: MF08%20OWR
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for MF08%20OWR: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: NU12%20HVK
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for NU12%20HVK: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YT64%20NMO
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YT64%20NMO: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: MD07%20ECA
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for MD07%20ECA: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: NA15%20VFU
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for NA15%20VFU: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: NX68%20YWG
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for NX68%20YWG: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: OV67%20YLG
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for OV67%20YLG: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YS66%20OZH
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS66%2520OZH%27 HTTP/1.1" 200 None
2026-03-29 06:15:00 [bca.uk] INFO: Scrape type for YS66%20OZH: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: AE14%20PHU
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 06:15:00 [bca.uk] INFO: Scrape type for AE14%20PHU: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: EY15%20MLZ
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for EY15%20MLZ: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: HK15%20BNX
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for HK15%20BNX: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: HN13%20VMC
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for HN13%20VMC: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: HY62%20XOF
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for HY62%20XOF: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: LX63%20TBY
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for LX63%20TBY: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: RJ62%20UDU
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for RJ62%20UDU: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: VO58%20VJY
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for VO58%20VJY: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: AF62%20VWX
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for AF62%20VWX: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: BG58%20UJK
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for BG58%20UJK: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: BX63%20PGE
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for BX63%20PGE: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: FD12%20OXZ
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for FD12%20OXZ: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: KM15%20BYX
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for KM15%20BYX: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YB71%20DKO
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YB71%20DKO: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: LD15%20GCY
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for LD15%20GCY: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: ML15%20VSM
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for ML15%20VSM: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: KP72%20UNW
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for KP72%20UNW: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YY65%20CKG
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YY65%20CKG: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: WU21%20YXA
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for WU21%20YXA: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YO22%20UJB
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YO22%20UJB: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: PY19%20YTM
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for PY19%20YTM: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: GX19%20VJN
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for GX19%20VJN: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: YJ66%20ANS
2026-03-29 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:00 [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 06:15:00 [bca.uk] INFO: Scrape type for YJ66%20ANS: 0
2026-03-29 06:15:00 [bca.uk] INFO: Found listing with ID: XX07%20KEL
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for XX07%20KEL: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YH69%20SLZ
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YH69%20SLZ: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YH15%20KZD
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YH15%20KZD: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YG63%20HKA
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YG63%20HKA: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: VA13%20CYL
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for VA13%20CYL: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YC67%20AON
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YC67%20AON: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YB69%20XUD
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YB69%20XUD: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: WR62%20HBY
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for WR62%20HBY: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: WP15%20YZD
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for WP15%20YZD: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: T123%20DLW
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for T123%20DLW: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: NL20%20WRP
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for NL20%20WRP: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: UFZ%205180
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for UFZ%205180: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: KM69%20JZK
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for KM69%20JZK: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: SK16%20KLJ
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for SK16%20KLJ: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: DU20%20FSN
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for DU20%20FSN: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: OFZ%206303
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for OFZ%206303: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: CA17%20CLR
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for CA17%20CLR: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: NJ67%20BRF
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for NJ67%20BRF: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: LX17%20OPU
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 06:15:01 [bca.uk] INFO: Scrape type for LX17%20OPU: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: LX13%20SYP
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for LX13%20SYP: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: LN21%20ZNM
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for LN21%20ZNM: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YY70%20SWO
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YY70%20SWO: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: LS68%20YOG
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for LS68%20YOG: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: T18%20AFG
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for T18%20AFG: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: LL69%20TKO
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for LL69%20TKO: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: FV17%20ZSR
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for FV17%20ZSR: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: DY11%20PMO
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for DY11%20PMO: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: CX16%20BWZ
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for CX16%20BWZ: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: FX13%20FVC
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for FX13%20FVC: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YX22%20TVT
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YX22%20TVT: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YW15%20KZO
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YW15%20KZO: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YR66%20CUC
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YR66%20CUC: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YF62%20KLM
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YF62%20KLM: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YF16%20FHG
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YF16%20FHG: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YE67%20JZJ
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YE67%20JZJ: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: YD15%20YVG
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for YD15%20YVG: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: MF56%20ZXC
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for MF56%20ZXC: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: FD63%20HBE
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:15:01 [bca.uk] INFO: Scrape type for FD63%20HBE: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: EJ17%20GCU
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 06:15:01 [bca.uk] INFO: Scrape type for EJ17%20GCU: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: DG66%20LNN
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for DG66%20LNN: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: KO19%20UYF
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for KO19%20UYF: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: VO14%20XXY
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for VO14%20XXY: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: DA68%20PGV
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for DA68%20PGV: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: WX16%20XYN
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for WX16%20XYN: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: BX63%20XDO
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for BX63%20XDO: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: AY64%20WVH
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for AY64%20WVH: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: KV66%20DXR
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for KV66%20DXR: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: FE14%20VKD
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for FE14%20VKD: 0
2026-03-29 06:15:01 [bca.uk] INFO: Found listing with ID: PN63%20UBR
2026-03-29 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:01 [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 06:15:01 [bca.uk] INFO: Scrape type for PN63%20UBR: 2
2026-03-29 06:15:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR
2026-03-29 06:15:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 597b6cdd-d28e-5729-8800-8fdbb4706b61 with scrape type 2
2026-03-29 06:15:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 597b6cdd-d28e-5729-8800-8fdbb4706b61 with scrape type 2
2026-03-29 06:15:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 597b6cdd-d28e-5729-8800-8fdbb4706b61, identifier: PN63%20UBR
2026-03-29 06:15: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 06:15:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC
2026-03-29 06:15:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC
2026-03-29 06:15:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC to the API
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-07T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e0ef695-4876-56ab-886e-0a93b13ff584',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS72 YXC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 19238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I PURE',
'vin': 'JTDAGNAC200070752',
'year': 2022}
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXC%27 HTTP/1.1" 200 None
2026-03-29 06:15:02 [bca.uk] INFO: Saving data for LS72%20YXC: {'auction_closing_time': 1775556000.0, 'created_time': 1774650442.747064, 'last_price_update_time': 1774764902.388964}
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXC') HTTP/1.1" 204 0
2026-03-29 06:15:02 [bca.uk] INFO: Found listing with ID: WV22%20URE
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [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 06:15:02 [bca.uk] INFO: Scrape type for WV22%20URE: 0
2026-03-29 06:15:02 [bca.uk] INFO: Found listing with ID: PE24%20XOW
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [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 06:15:02 [bca.uk] INFO: Scrape type for PE24%20XOW: 2
2026-03-29 06:15:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW
2026-03-29 06:15:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b431eba2-9764-541f-b733-f87286022db1 with scrape type 2
2026-03-29 06:15:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b431eba2-9764-541f-b733-f87286022db1 with scrape type 2
2026-03-29 06:15:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b431eba2-9764-541f-b733-f87286022db1, identifier: PE24%20XOW
2026-03-29 06:15:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR
2026-03-29 06:15:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR
2026-03-29 06:15:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR to the API
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN63%20UBR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '597b6cdd-d28e-5729-8800-8fdbb4706b61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN63 UBR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN63%20UBR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 96718,
'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 CX-5 2.2 D 175 SPORT AWD StationWagon',
'transmission': 'manual',
'trim': 'D 175 SPORT AWD',
'vin': 'JMZKEN92600163358',
'year': 2013}
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [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 06:15:02 [bca.uk] INFO: Saving data for PN63%20UBR: {'auction_closing_time': 1774864800.0, 'created_time': 1774354630.09863, 'last_price_update_time': 1774764902.942887}
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN63%2520UBR') HTTP/1.1" 204 0
2026-03-29 06:15:02 [bca.uk] INFO: Found listing with ID: LN14%20CGF
2026-03-29 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:02 [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 06:15:02 [bca.uk] INFO: Scrape type for LN14%20CGF: 2
2026-03-29 06:15:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF
2026-03-29 06:15:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 775e9620-5c4e-5b05-921b-8070e367dec6 with scrape type 2
2026-03-29 06:15:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 775e9620-5c4e-5b05-921b-8070e367dec6 with scrape type 2
2026-03-29 06:15:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 775e9620-5c4e-5b05-921b-8070e367dec6, identifier: LN14%20CGF
2026-03-29 06:15:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW
2026-03-29 06:15:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW
2026-03-29 06:15:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW to the API
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE24%20XOW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b431eba2-9764-541f-b733-f87286022db1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PE24 XOW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE24%20XOW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'GWM ORA',
'model': 'ORA 03',
'odometer': 5757,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
'transmission': 'automatic',
'trim': '126KW 48KWH PURE+',
'vin': 'LGWEEUA58NK633213',
'year': 2024}
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Saving data for PE24%20XOW: {'auction_closing_time': 1774951200.0, 'created_time': 1774449314.934154, 'last_price_update_time': 1774764903.367869}
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE24%2520XOW') HTTP/1.1" 204 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: HX68%20DNO
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520DNO%27 HTTP/1.1" 200 None
2026-03-29 06:15:03 [bca.uk] INFO: Scrape type for HX68%20DNO: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: LO69%20XCA
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for LO69%20XCA: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: DF68%20ACO
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for DF68%20ACO: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: LK18%20EBL
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for LK18%20EBL: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: DU65%20FLH
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for DU65%20FLH: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: HE10%20TEL
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for HE10%20TEL: 0
2026-03-29 06:15:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF
2026-03-29 06:15:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF
2026-03-29 06:15:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF to the API
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN14%20CGF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '775e9620-5c4e-5b05-921b-8070e367dec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN14 CGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN14%20CGF&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 91054,
'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 EDGE Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 EDGE',
'vin': 'WF0KXXGCBKEL54540',
'year': 2014}
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Saving data for LN14%20CGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650474.566752, 'last_price_update_time': 1774764903.810781}
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN14%2520CGF') HTTP/1.1" 204 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: BF10%20LFM
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for BF10%20LFM: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: VK71%20OAJ
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520OAJ%27 HTTP/1.1" 200 None
2026-03-29 06:15:03 [bca.uk] INFO: Scrape type for VK71%20OAJ: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: YF66%20XUP
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for YF66%20XUP: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: AF68%20EJK
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for AF68%20EJK: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: FY67%20UCG
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for FY67%20UCG: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: EK71%20FTZ
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for EK71%20FTZ: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: MV23%20VTO
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for MV23%20VTO: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: FV21%20ZTC
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for FV21%20ZTC: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: SG65%20YBJ
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for SG65%20YBJ: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: VF69%20HJG
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:03 [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 06:15:03 [bca.uk] INFO: Scrape type for VF69%20HJG: 0
2026-03-29 06:15:03 [bca.uk] INFO: Found listing with ID: DA21%20EWV
2026-03-29 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for DA21%20EWV: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: NX16%20EHU
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for NX16%20EHU: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: PK20%20YWT
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for PK20%20YWT: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: WV71%20VFO
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520VFO%27 HTTP/1.1" 200 None
2026-03-29 06:15:04 [bca.uk] INFO: Scrape type for WV71%20VFO: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: WF09%20CHK
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for WF09%20CHK: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: IGZ%206918
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for IGZ%206918: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: YK71%20URY
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for YK71%20URY: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: YH21%20FMX
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for YH21%20FMX: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: WX23%20ZDM
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for WX23%20ZDM: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: WA70%20XVF
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for WA70%20XVF: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: RJ74%20BWF
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for RJ74%20BWF: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: LB20%20VHZ
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for LB20%20VHZ: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: Y447%20GHC
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for Y447%20GHC: 0
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: FT19%20KWD
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Scrape type for FT19%20KWD: 2
2026-03-29 06:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD
2026-03-29 06:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602e0c9a-5eb6-55b8-a696-930859a167f4 with scrape type 2
2026-03-29 06:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602e0c9a-5eb6-55b8-a696-930859a167f4 with scrape type 2
2026-03-29 06:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 602e0c9a-5eb6-55b8-a696-930859a167f4, identifier: FT19%20KWD
2026-03-29 06:15:04 [bca.uk] INFO: Found listing with ID: MK64%20DKY
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK64%2520DKY%27 HTTP/1.1" 200 None
2026-03-29 06:15:04 [bca.uk] INFO: Scrape type for MK64%20DKY: 2
2026-03-29 06:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b76b565-4126-52b5-9298-6a66c2cb4921 with identifier: MK64%20DKY
2026-03-29 06:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b76b565-4126-52b5-9298-6a66c2cb4921 with scrape type 2
2026-03-29 06:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b76b565-4126-52b5-9298-6a66c2cb4921 with scrape type 2
2026-03-29 06:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b76b565-4126-52b5-9298-6a66c2cb4921, identifier: MK64%20DKY
2026-03-29 06:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD
2026-03-29 06:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD
2026-03-29 06:15:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD to the API
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT19%20KWD-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '602e0c9a-5eb6-55b8-a696-930859a167f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT19 KWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT19%20KWD&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'ADRIA',
'model': 'CORAL',
'odometer': 26355,
'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': 'ADRIA CORAL 2.3 AXESS S670 SC MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': 'AXESS S670 SC MOTORHOME',
'vin': 'ZFA25000002K34149',
'year': 2019}
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [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 06:15:04 [bca.uk] INFO: Saving data for FT19%20KWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774650608.300326, 'last_price_update_time': 1774764904.907997}
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT19%2520KWD') HTTP/1.1" 204 0
2026-03-29 06:15:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b76b565-4126-52b5-9298-6a66c2cb4921 with identifier: MK64%20DKY
2026-03-29 06:15:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b76b565-4126-52b5-9298-6a66c2cb4921 with identifier: MK64%20DKY
2026-03-29 06:15:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b76b565-4126-52b5-9298-6a66c2cb4921 with identifier: MK64%20DKY to the API
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK64%20DKY-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5b76b565-4126-52b5-9298-6a66c2cb4921',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK64 DKY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK64%20DKY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'PEUGEOT',
'model': 'PARTNER L1',
'odometer': 51345,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'PEUGEOT PARTNER L1 1.6 HDI 75 625 PROFESSIONAL Van',
'transmission': 'manual',
'trim': 'HDI 75 625 PROFESSIONAL',
'vin': 'VF37B9HN0EN540222',
'year': 2014}
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MK64%2520DKY%27 HTTP/1.1" 200 None
2026-03-29 06:15:05 [bca.uk] INFO: Saving data for MK64%20DKY: {'auction_closing_time': 1774778400.0, 'created_time': 1774650464.881836, 'last_price_update_time': 1774764905.386839}
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK64%2520DKY') HTTP/1.1" 204 0
2026-03-29 06:15:05 [bca.uk] INFO: Found listing with ID: KS54%20UBV
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS54%2520UBV%27 HTTP/1.1" 200 None
2026-03-29 06:15:05 [bca.uk] INFO: Scrape type for KS54%20UBV: 2
2026-03-29 06:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV
2026-03-29 06:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee62ba93-be9d-5056-aa9b-a777beecfa6f with scrape type 2
2026-03-29 06:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee62ba93-be9d-5056-aa9b-a777beecfa6f with scrape type 2
2026-03-29 06:15:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee62ba93-be9d-5056-aa9b-a777beecfa6f, identifier: KS54%20UBV
2026-03-29 06:15:05 [bca.uk] INFO: Found listing with ID: AF22%20SYA
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF22%2520SYA%27 HTTP/1.1" 200 None
2026-03-29 06:15:05 [bca.uk] INFO: Scrape type for AF22%20SYA: 2
2026-03-29 06:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA
2026-03-29 06:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ba5119-2392-5330-b980-e15f9919ba05 with scrape type 2
2026-03-29 06:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ba5119-2392-5330-b980-e15f9919ba05 with scrape type 2
2026-03-29 06:15:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88ba5119-2392-5330-b980-e15f9919ba05, identifier: AF22%20SYA
2026-03-29 06:15:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV
2026-03-29 06:15:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV
2026-03-29 06:15:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV to the API
2026-03-29 06:15:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS54%20UBV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee62ba93-be9d-5056-aa9b-a777beecfa6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS54 UBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS54%20UBV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 94144,
'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 EDGE Hatchback',
'transmission': 'manual',
'trim': 'EDGE',
'vin': 'WF0BXXGCDB4E59081',
'year': 2005}
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS54%2520UBV%27 HTTP/1.1" 200 None
2026-03-29 06:15:06 [bca.uk] INFO: Saving data for KS54%20UBV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650621.368207, 'last_price_update_time': 1774764906.030406}
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS54%2520UBV') HTTP/1.1" 204 0
2026-03-29 06:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA
2026-03-29 06:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA
2026-03-29 06:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA to the API
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20SYA-GB',
'category': 'Car',
'color': 'black sapphire',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '88ba5119-2392-5330-b980-e15f9919ba05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF22 SYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20SYA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'BMW',
'model': 'IX',
'odometer': 57938,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW IX 240KW 76KWH XD40 M SPORT StationWagon',
'transmission': 'automatic',
'trim': '240KW 76KWH XD40 M SPORT',
'vin': 'WBY12CF090CK11928',
'year': 2022}
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF22%2520SYA%27 HTTP/1.1" 200 None
2026-03-29 06:15:06 [bca.uk] INFO: Saving data for AF22%20SYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774564014.617806, 'last_price_update_time': 1774764906.319075}
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520SYA') HTTP/1.1" 204 0
2026-03-29 06:15:06 [bca.uk] INFO: Found listing with ID: ET18%20TFK
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET18%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 06:15:06 [bca.uk] INFO: Scrape type for ET18%20TFK: 2
2026-03-29 06:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK
2026-03-29 06:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f997a08c-b723-583a-9bc8-ceb1db4223b1 with scrape type 2
2026-03-29 06:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f997a08c-b723-583a-9bc8-ceb1db4223b1 with scrape type 2
2026-03-29 06:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f997a08c-b723-583a-9bc8-ceb1db4223b1, identifier: ET18%20TFK
2026-03-29 06:15:06 [bca.uk] INFO: Found listing with ID: SL23%20KWV
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL23%2520KWV%27 HTTP/1.1" 200 None
2026-03-29 06:15:06 [bca.uk] INFO: Scrape type for SL23%20KWV: 2
2026-03-29 06:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV
2026-03-29 06:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feefaa75-0127-593a-8e74-f04c996c1332 with scrape type 2
2026-03-29 06:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feefaa75-0127-593a-8e74-f04c996c1332 with scrape type 2
2026-03-29 06:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feefaa75-0127-593a-8e74-f04c996c1332, identifier: SL23%20KWV
2026-03-29 06:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK
2026-03-29 06:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK
2026-03-29 06:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK to the API
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET18%20TFK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f997a08c-b723-583a-9bc8-ceb1db4223b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET18 TFK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET18%20TFK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '520D',
'odometer': 208110,
'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 520D 2.0 M SPORT Saloon',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAJF32030BP88226',
'year': 2018}
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET18%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 06:15:06 [bca.uk] INFO: Saving data for ET18%20TFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774650613.546434, 'last_price_update_time': 1774764906.837937}
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET18%2520TFK') HTTP/1.1" 204 0
2026-03-29 06:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=nanuq+white HTTP/1.1" 200 None
2026-03-29 06:15:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV
2026-03-29 06:15:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV to the API
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL23%20KWV-GB',
'category': 'Car',
'color': 'nanuq white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'feefaa75-0127-593a-8e74-f04c996c1332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SL23 KWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL23%20KWV&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MINI',
'model': 'COOPER',
'odometer': 25962,
'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': 'MINI COOPER 1.5 EXCLUSIVE PREMIUM PLUS Convertible',
'transmission': 'automatic',
'trim': 'EXCLUSIVE PREMIUM PLUS',
'vin': 'WMW22DL0303R27771',
'year': 2023}
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL23%2520KWV%27 HTTP/1.1" 200 None
2026-03-29 06:15:07 [bca.uk] INFO: Saving data for SL23%20KWV: {'auction_closing_time': 1775037600.0, 'created_time': 1774564038.527528, 'last_price_update_time': 1774764907.260322}
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL23%2520KWV') HTTP/1.1" 204 0
2026-03-29 06:15:07 [bca.uk] INFO: Found listing with ID: WV69%20JWM
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV69%2520JWM%27 HTTP/1.1" 200 None
2026-03-29 06:15:07 [bca.uk] INFO: Scrape type for WV69%20JWM: 0
2026-03-29 06:15:07 [bca.uk] INFO: Found listing with ID: LD19%20LGG
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-29 06:15:07 [bca.uk] INFO: Scrape type for LD19%20LGG: 2
2026-03-29 06:15:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG
2026-03-29 06:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with scrape type 2
2026-03-29 06:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with scrape type 2
2026-03-29 06:15:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1, identifier: LD19%20LGG
2026-03-29 06:15:07 [bca.uk] INFO: Found listing with ID: YG69%20HLE
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG69%2520HLE%27 HTTP/1.1" 200 None
2026-03-29 06:15:07 [bca.uk] INFO: Scrape type for YG69%20HLE: 2
2026-03-29 06:15:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE
2026-03-29 06:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc7d87ad-c767-57b0-9112-331403e2ff75 with scrape type 2
2026-03-29 06:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc7d87ad-c767-57b0-9112-331403e2ff75 with scrape type 2
2026-03-29 06:15:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc7d87ad-c767-57b0-9112-331403e2ff75, identifier: YG69%20HLE
2026-03-29 06:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG
2026-03-29 06:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG
2026-03-29 06:15:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG to the API
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD19%20LGG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD19 LGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD19%20LGG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': 'X1',
'odometer': 98980,
'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 X1 2.0 XDRIVE 20D M SPORT STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 20D M SPORT STEP',
'vin': 'WBAJJ120403H64646',
'year': 2019}
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-29 06:15:07 [bca.uk] INFO: Saving data for LD19%20LGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774354478.725069, 'last_price_update_time': 1774764907.771281}
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD19%2520LGG') HTTP/1.1" 204 0
2026-03-29 06:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey HTTP/1.1" 200 None
2026-03-29 06:15:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE
2026-03-29 06:15:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE to the API
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG69%20HLE-GB',
'category': 'Car',
'color': 'moonwalk grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc7d87ad-c767-57b0-9112-331403e2ff75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG69 HLE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG69%20HLE&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 92852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER EXCLUSIVE ALL4 Hatchback',
'transmission': 'automatic',
'trim': 'COOPER EXCLUSIVE ALL4',
'vin': 'WMWYW520403L29243',
'year': 2019}
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:08 [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 06:15:08 [bca.uk] INFO: Saving data for YG69%20HLE: {'auction_closing_time': 1775037600.0, 'created_time': 1774564037.991428, 'last_price_update_time': 1774764908.187296}
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG69%2520HLE') HTTP/1.1" 204 0
2026-03-29 06:15:08 [bca.uk] INFO: Found listing with ID: PX69%20VGU
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:08 [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 06:15:08 [bca.uk] INFO: Scrape type for PX69%20VGU: 2
2026-03-29 06:15:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU
2026-03-29 06:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with scrape type 2
2026-03-29 06:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with scrape type 2
2026-03-29 06:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd, identifier: PX69%20VGU
2026-03-29 06:15:08 [bca.uk] INFO: Found listing with ID: YK19%20MJC
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:08 [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 06:15:08 [bca.uk] INFO: Scrape type for YK19%20MJC: 2
2026-03-29 06:15:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC
2026-03-29 06:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with scrape type 2
2026-03-29 06:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with scrape type 2
2026-03-29 06:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8cbf3c5-6462-5c3d-b13d-4fa571231e57, identifier: YK19%20MJC
2026-03-29 06:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU
2026-03-29 06:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU
2026-03-29 06:15:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU to the API
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e75798f7-55b2-5c77-8a75-e1e1f22dc4cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX69 VGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX69%20VGU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MERCEDES-BENZ',
'model': 'C300 D',
'odometer': 82163,
'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 C300 D 2.0 AMG LINE PREMIUM 9G Saloon',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 9G',
'vin': 'WDD2050182R536314',
'year': 2019}
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:08 [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 06:15:08 [bca.uk] INFO: Saving data for PX69%20VGU: {'auction_closing_time': 1775037600.0, 'created_time': 1774650537.099557, 'last_price_update_time': 1774764908.691157}
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX69%2520VGU') HTTP/1.1" 204 0
2026-03-29 06:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mineral+grey HTTP/1.1" 200 None
2026-03-29 06:15:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:15: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 06:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC
2026-03-29 06:15:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC to the API
2026-03-29 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20MJC-GB',
'category': 'Car',
'color': 'mineral grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8cbf3c5-6462-5c3d-b13d-4fa571231e57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK19 MJC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20MJC&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'BMW',
'model': '2 GRAN TOURER',
'odometer': 57052,
'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 2 GRAN TOURER 2.0 220D XDRIVE M SPORT STEP MPV',
'transmission': 'automatic',
'trim': '220D XDRIVE M SPORT STEP',
'vin': 'WBA6X520005N43347',
'year': 2019}
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [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 06:15:09 [bca.uk] INFO: Saving data for YK19%20MJC: {'auction_closing_time': 1775037600.0, 'created_time': 1774564035.368601, 'last_price_update_time': 1774764909.074733}
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520MJC') HTTP/1.1" 204 0
2026-03-29 06:15:09 [bca.uk] INFO: Found listing with ID: CK67%20TXJ
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [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 06:15:09 [bca.uk] INFO: Scrape type for CK67%20TXJ: 0
2026-03-29 06:15:09 [bca.uk] INFO: Found listing with ID: DG12%20YOW
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [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 06:15:09 [bca.uk] INFO: Scrape type for DG12%20YOW: 2
2026-03-29 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW
2026-03-29 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab54ef2-4154-53ef-95d3-2e322287a02d with scrape type 2
2026-03-29 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab54ef2-4154-53ef-95d3-2e322287a02d with scrape type 2
2026-03-29 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ab54ef2-4154-53ef-95d3-2e322287a02d, identifier: DG12%20YOW
2026-03-29 06:15:09 [bca.uk] INFO: Found listing with ID: BF14%20LDZ
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [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 06:15:09 [bca.uk] INFO: Scrape type for BF14%20LDZ: 2
2026-03-29 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ
2026-03-29 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f94f041-4fb6-5ef0-9696-810980530b40 with scrape type 2
2026-03-29 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f94f041-4fb6-5ef0-9696-810980530b40 with scrape type 2
2026-03-29 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f94f041-4fb6-5ef0-9696-810980530b40, identifier: BF14%20LDZ
2026-03-29 06:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW
2026-03-29 06:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW
2026-03-29 06:15:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW to the API
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG12%20YOW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5ab54ef2-4154-53ef-95d3-2e322287a02d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG12 YOW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG12%20YOW&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'GOLF CABRIOLET',
'odometer': 88632,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF CABRIOLET 1.4 TSI 122 S Convertible',
'transmission': 'manual',
'trim': 'TSI 122 S',
'vin': 'WVWZZZ1KZCK020697',
'year': 2012}
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [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 06:15:09 [bca.uk] INFO: Saving data for DG12%20YOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774265923.420102, 'last_price_update_time': 1774764909.595676}
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG12%2520YOW') HTTP/1.1" 204 0
2026-03-29 06:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ
2026-03-29 06:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ
2026-03-29 06:15:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ to the API
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF14%20LDZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3f94f041-4fb6-5ef0-9696-810980530b40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF14 LDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF14%20LDZ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 122177,
'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.0 E/B 125 TITANIUM NAVIGATOR Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 TITANIUM NAVIGATOR',
'vin': 'WF0KXXGCBKDC55522',
'year': 2014}
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:09 [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 06:15:09 [bca.uk] INFO: Saving data for BF14%20LDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650465.696558, 'last_price_update_time': 1774764909.990878}
2026-03-29 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF14%2520LDZ') HTTP/1.1" 204 0
2026-03-29 06:15:10 [bca.uk] INFO: Found listing with ID: EK65%20FOP
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Scrape type for EK65%20FOP: 2
2026-03-29 06:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP
2026-03-29 06:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36fb9b51-0f89-5690-bd87-94f977d461de with scrape type 2
2026-03-29 06:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36fb9b51-0f89-5690-bd87-94f977d461de with scrape type 2
2026-03-29 06:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36fb9b51-0f89-5690-bd87-94f977d461de, identifier: EK65%20FOP
2026-03-29 06:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP
2026-03-29 06:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP
2026-03-29 06:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP to the API
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK65%20FOP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '36fb9b51-0f89-5690-bd87-94f977d461de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK65 FOP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK65%20FOP&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 109762,
'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': 'SJNFEAJ11U1559909',
'year': 2015}
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Saving data for EK65%20FOP: {'auction_closing_time': 1774864800.0, 'created_time': 1773907564.40381, 'last_price_update_time': 1774764910.378938}
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK65%2520FOP') HTTP/1.1" 204 0
2026-03-29 06:15:10 [scrapy.extensions.logstats] INFO: Crawled 81 pages (at 3 pages/min), scraped 1639 items (at 121 items/min)
2026-03-29 06:15:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:15:10 [bca.uk] INFO: Found listing with ID: MH65%20UFE
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Scrape type for MH65%20UFE: 0
2026-03-29 06:15:10 [bca.uk] INFO: Found listing with ID: RE14%20VAK
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Scrape type for RE14%20VAK: 0
2026-03-29 06:15:10 [bca.uk] INFO: Found listing with ID: WF09%20HMZ
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Scrape type for WF09%20HMZ: 0
2026-03-29 06:15:10 [bca.uk] INFO: Found listing with ID: RX52%20CAE
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Scrape type for RX52%20CAE: 2
2026-03-29 06:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE
2026-03-29 06:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db570cbb-e4d3-557f-a15a-7229bad64a0a with scrape type 2
2026-03-29 06:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db570cbb-e4d3-557f-a15a-7229bad64a0a with scrape type 2
2026-03-29 06:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db570cbb-e4d3-557f-a15a-7229bad64a0a, identifier: RX52%20CAE
2026-03-29 06:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE
2026-03-29 06:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE
2026-03-29 06:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE to the API
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX52%20CAE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db570cbb-e4d3-557f-a15a-7229bad64a0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX52 CAE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX52%20CAE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FUSION',
'odometer': 78492,
'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': 'FORD FUSION 1.6 3 Estate',
'transmission': 'manual',
'trim': '3',
'vin': 'WF0UXXGAJU2M44476',
'year': 2002}
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Saving data for RX52%20CAE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650572.392723, 'last_price_update_time': 1774764910.815525}
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX52%2520CAE') HTTP/1.1" 204 0
2026-03-29 06:15:10 [bca.uk] INFO: Found listing with ID: AV18%20KAE
2026-03-29 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:10 [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 06:15:10 [bca.uk] INFO: Scrape type for AV18%20KAE: 2
2026-03-29 06:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE
2026-03-29 06:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with scrape type 2
2026-03-29 06:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with scrape type 2
2026-03-29 06:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e39ab68-aa89-5c38-b1d7-21eb3f421792, identifier: AV18%20KAE
2026-03-29 06:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE
2026-03-29 06:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE
2026-03-29 06:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE to the API
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV18%20KAE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7e39ab68-aa89-5c38-b1d7-21eb3f421792',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV18 KAE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV18%20KAE&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 96315,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0JXXGAHJHD03508',
'year': 2018}
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:11 [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 06:15:11 [bca.uk] INFO: Saving data for AV18%20KAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390783.146385, 'last_price_update_time': 1774764911.219739}
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV18%2520KAE') HTTP/1.1" 204 0
2026-03-29 06:15:11 [bca.uk] INFO: Found listing with ID: SV21%20WXG
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:11 [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 06:15:11 [bca.uk] INFO: Scrape type for SV21%20WXG: 2
2026-03-29 06:15:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG
2026-03-29 06:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9eeb44e-e026-5b58-91b1-914e638e1692 with scrape type 2
2026-03-29 06:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9eeb44e-e026-5b58-91b1-914e638e1692 with scrape type 2
2026-03-29 06:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9eeb44e-e026-5b58-91b1-914e638e1692, identifier: SV21%20WXG
2026-03-29 06:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG
2026-03-29 06:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG
2026-03-29 06:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG to the API
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 217,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV21%20WXG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c9eeb44e-e026-5b58-91b1-914e638e1692',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV21 WXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV21%20WXG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': 'X5',
'odometer': 33334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'BMW X5 3.0 MHT XDRIVE 40I M SPORT StationWagon',
'transmission': 'automatic',
'trim': 'MHT XDRIVE 40I M SPORT',
'vin': 'WBACR620609G21354',
'year': 2021}
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:11 [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 06:15:11 [bca.uk] INFO: Saving data for SV21%20WXG: {'auction_closing_time': 1774864800.0, 'created_time': 1773908068.417824, 'last_price_update_time': 1774764911.640243}
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV21%2520WXG') HTTP/1.1" 204 0
2026-03-29 06:15:11 [bca.uk] INFO: Found listing with ID: DL70%20KHF
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520KHF%27 HTTP/1.1" 200 None
2026-03-29 06:15:11 [bca.uk] INFO: Scrape type for DL70%20KHF: 2
2026-03-29 06:15:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF
2026-03-29 06:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079737ae-31d6-508f-b8fa-83b49b7e8fcd with scrape type 2
2026-03-29 06:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 079737ae-31d6-508f-b8fa-83b49b7e8fcd with scrape type 2
2026-03-29 06:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 079737ae-31d6-508f-b8fa-83b49b7e8fcd, identifier: DL70%20KHF
2026-03-29 06:15:11 [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 06:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF
2026-03-29 06:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF
2026-03-29 06:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF to the API
2026-03-29 06:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 30,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL70%20KHF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '079737ae-31d6-508f-b8fa-83b49b7e8fcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL70 KHF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL70%20KHF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 71040,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND X 1.6 PHEV 300 AWD ELITE (8SP) Hatchback',
'transmission': 'automatic',
'trim': 'PHEV 300 AWD ELITE (8SP)',
'vin': 'W0VZ45GB7LS073607',
'year': 2020}
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Saving data for DL70%20KHF: {'auction_closing_time': 1774864800.0, 'created_time': 1773823229.351567, 'last_price_update_time': 1774764912.039625}
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520KHF') HTTP/1.1" 204 0
2026-03-29 06:15:12 [bca.uk] INFO: Found listing with ID: KW18%20VNT
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Scrape type for KW18%20VNT: 2
2026-03-29 06:15:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT
2026-03-29 06:15:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49884812-049e-5484-a026-fd10972b672e with scrape type 2
2026-03-29 06:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49884812-049e-5484-a026-fd10972b672e with scrape type 2
2026-03-29 06:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49884812-049e-5484-a026-fd10972b672e, identifier: KW18%20VNT
2026-03-29 06:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT
2026-03-29 06:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT
2026-03-29 06:15:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT to the API
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW18%20VNT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '49884812-049e-5484-a026-fd10972b672e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW18 VNT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20VNT&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 60466,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VOLVO XC60 2.0 D4 190 AWD MOMENTUM PRO G/T StationWagon',
'transmission': 'automatic',
'trim': 'D4 190 AWD MOMENTUM PRO G/T',
'vin': 'YV1UZA8VCK1179851',
'year': 2018}
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Saving data for KW18%20VNT: {'auction_closing_time': 1774864800.0, 'created_time': 1773959574.638495, 'last_price_update_time': 1774764912.433411}
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520VNT') HTTP/1.1" 204 0
2026-03-29 06:15:12 [bca.uk] INFO: Found listing with ID: VA19%20HEV
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Scrape type for VA19%20HEV: 2
2026-03-29 06:15:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV
2026-03-29 06:15:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with scrape type 2
2026-03-29 06:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with scrape type 2
2026-03-29 06:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5d9a52f-c7c0-5ac8-aa17-882e468a8767, identifier: VA19%20HEV
2026-03-29 06:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV
2026-03-29 06:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV
2026-03-29 06:15:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV to the API
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20HEV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a5d9a52f-c7c0-5ac8-aa17-882e468a8767',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA19 HEV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20HEV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 78190,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND X 1.2 ELITE Hatchback',
'transmission': 'manual',
'trim': 'ELITE',
'vin': 'W0V7H9EE0K4360337',
'year': 2019}
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Saving data for VA19%20HEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774436702.102403, 'last_price_update_time': 1774764912.84873}
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520HEV') HTTP/1.1" 204 0
2026-03-29 06:15:12 [bca.uk] INFO: Total items found: 100
2026-03-29 06:15:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded
2026-03-29 06:15:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Found listing with ID: AO69%20NDJ
2026-03-29 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:12 [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 06:15:12 [bca.uk] INFO: Scrape type for AO69%20NDJ: 2
2026-03-29 06:15:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ
2026-03-29 06:15:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb88252-690d-5ac0-9de0-60868bf11a27 with scrape type 2
2026-03-29 06:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb88252-690d-5ac0-9de0-60868bf11a27 with scrape type 2
2026-03-29 06:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2eb88252-690d-5ac0-9de0-60868bf11a27, identifier: AO69%20NDJ
2026-03-29 06:15:12 [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 06:15:12 [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 06:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ
2026-03-29 06:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ
2026-03-29 06:15:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ to the API
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO69%20NDJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2eb88252-690d-5ac0-9de0-60868bf11a27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO69 NDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO69%20NDJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 46131,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 EVO 65 BEATS Hatchback',
'transmission': 'manual',
'trim': 'EVO 65 BEATS',
'vin': 'WVWZZZAWZKU045869',
'year': 2019}
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Saving data for AO69%20NDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363855.020292, 'last_price_update_time': 1774764913.249289}
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO69%2520NDJ') HTTP/1.1" 204 0
2026-03-29 06:15:13 [bca.uk] INFO: Found listing with ID: FV66%20WUC
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Scrape type for FV66%20WUC: 0
2026-03-29 06:15:13 [bca.uk] INFO: Found listing with ID: GFZ%206210
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Scrape type for GFZ%206210: 0
2026-03-29 06:15:13 [bca.uk] INFO: Found listing with ID: EY09%20OGJ
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Scrape type for EY09%20OGJ: 0
2026-03-29 06:15:13 [bca.uk] INFO: Found listing with ID: GF62%20WVL
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Scrape type for GF62%20WVL: 2
2026-03-29 06:15:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL
2026-03-29 06:15:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a4daaa-4784-501b-8ce0-15a54dbec170 with scrape type 2
2026-03-29 06:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a4daaa-4784-501b-8ce0-15a54dbec170 with scrape type 2
2026-03-29 06:15:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a4daaa-4784-501b-8ce0-15a54dbec170, identifier: GF62%20WVL
2026-03-29 06:15: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 06:15:13 [bca.uk] INFO: Found listing with ID: LL69%20HUO
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Scrape type for LL69%20HUO: 0
2026-03-29 06:15:13 [bca.uk] INFO: Found listing with ID: EK70%20ZYR
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Scrape type for EK70%20ZYR: 2
2026-03-29 06:15:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR
2026-03-29 06:15:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e2c31c-a913-57bc-a71b-77c0c92870f8 with scrape type 2
2026-03-29 06:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e2c31c-a913-57bc-a71b-77c0c92870f8 with scrape type 2
2026-03-29 06:15:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e2c31c-a913-57bc-a71b-77c0c92870f8, identifier: EK70%20ZYR
2026-03-29 06:15:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL
2026-03-29 06:15:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL
2026-03-29 06:15:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL to the API
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 230,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF62%20WVL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '58a4daaa-4784-501b-8ce0-15a54dbec170',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF62 WVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF62%20WVL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY 4',
'odometer': 122170,
'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': 'SALLAAAG5CA648972',
'year': 2012}
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [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 06:15:13 [bca.uk] INFO: Saving data for GF62%20WVL: {'auction_closing_time': 1774864800.0, 'created_time': 1773843761.067774, 'last_price_update_time': 1774764913.921347}
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF62%2520WVL') HTTP/1.1" 204 0
2026-03-29 06:15:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR
2026-03-29 06:15:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR
2026-03-29 06:15:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR to the API
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK70%20ZYR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e3e2c31c-a913-57bc-a71b-77c0c92870f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK70 ZYR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK70%20ZYR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 16787,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 160 TEKNA DCT Hatchback',
'transmission': 'automatic',
'trim': 'DIG-T 160 TEKNA DCT',
'vin': 'SJNFFAJ11U2875948',
'year': 2020}
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Saving data for EK70%20ZYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650634.541923, 'last_price_update_time': 1774764914.210557}
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK70%2520ZYR') HTTP/1.1" 204 0
2026-03-29 06:15:14 [bca.uk] INFO: Found listing with ID: GY16%20CWG
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Scrape type for GY16%20CWG: 0
2026-03-29 06:15:14 [bca.uk] INFO: Found listing with ID: RX16%20RVA
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Scrape type for RX16%20RVA: 0
2026-03-29 06:15:14 [bca.uk] INFO: Found listing with ID: WD14%20GVV
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Scrape type for WD14%20GVV: 0
2026-03-29 06:15:14 [bca.uk] INFO: Found listing with ID: MT71%20VMX
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Scrape type for MT71%20VMX: 0
2026-03-29 06:15:14 [bca.uk] INFO: Found listing with ID: AV66%20NKH
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Scrape type for AV66%20NKH: 2
2026-03-29 06:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH
2026-03-29 06:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950541e8-d48c-598e-85b8-d10dc3312716 with scrape type 2
2026-03-29 06:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950541e8-d48c-598e-85b8-d10dc3312716 with scrape type 2
2026-03-29 06:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 950541e8-d48c-598e-85b8-d10dc3312716, identifier: AV66%20NKH
2026-03-29 06:15:14 [bca.uk] INFO: Found listing with ID: RF19%20ZFY
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Scrape type for RF19%20ZFY: 2
2026-03-29 06:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY
2026-03-29 06:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06eb4c5-a06a-5522-9662-4a7116ece308 with scrape type 2
2026-03-29 06:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06eb4c5-a06a-5522-9662-4a7116ece308 with scrape type 2
2026-03-29 06:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06eb4c5-a06a-5522-9662-4a7116ece308, identifier: RF19%20ZFY
2026-03-29 06:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH
2026-03-29 06:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH
2026-03-29 06:15:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH to the API
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV66%20NKH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '950541e8-d48c-598e-85b8-d10dc3312716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV66 NKH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV66%20NKH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'HYUNDAI',
'model': 'IX20',
'odometer': 90891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'HYUNDAI IX20 1.4 B/D SE MPV',
'transmission': 'manual',
'trim': 'B/D SE',
'vin': 'TMAPU81CLHJ239212',
'year': 2016}
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [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 06:15:14 [bca.uk] INFO: Saving data for AV66%20NKH: {'auction_closing_time': 1774864800.0, 'created_time': 1773907462.905076, 'last_price_update_time': 1774764914.786235}
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV66%2520NKH') HTTP/1.1" 204 0
2026-03-29 06:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY
2026-03-29 06:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY
2026-03-29 06:15:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY to the API
2026-03-29 06:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF19%20ZFY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a06eb4c5-a06a-5522-9662-4a7116ece308',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF19 ZFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF19%20ZFY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 38532,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 SD4 240 HSE StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE',
'vin': 'SALCA2AN4KH821552',
'year': 2019}
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [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 06:15:15 [bca.uk] INFO: Saving data for RF19%20ZFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774361861.184707, 'last_price_update_time': 1774764915.168997}
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF19%2520ZFY') HTTP/1.1" 204 0
2026-03-29 06:15:15 [bca.uk] INFO: Found listing with ID: BP66%20FWH
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [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 06:15:15 [bca.uk] INFO: Scrape type for BP66%20FWH: 2
2026-03-29 06:15:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH
2026-03-29 06:15:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fac04965-9c3a-5422-b1fd-9112c4d4011f with scrape type 2
2026-03-29 06:15:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fac04965-9c3a-5422-b1fd-9112c4d4011f with scrape type 2
2026-03-29 06:15:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fac04965-9c3a-5422-b1fd-9112c4d4011f, identifier: BP66%20FWH
2026-03-29 06:15:15 [bca.uk] INFO: Found listing with ID: LT69%20LKE
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [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 06:15:15 [bca.uk] INFO: Scrape type for LT69%20LKE: 2
2026-03-29 06:15:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE
2026-03-29 06:15:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38abe686-f20a-545d-941a-b009c982575e with scrape type 2
2026-03-29 06:15:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38abe686-f20a-545d-941a-b009c982575e with scrape type 2
2026-03-29 06:15:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38abe686-f20a-545d-941a-b009c982575e, identifier: LT69%20LKE
2026-03-29 06:15:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH
2026-03-29 06:15:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH
2026-03-29 06:15:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH to the API
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP66%20FWH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fac04965-9c3a-5422-b1fd-9112c4d4011f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP66 FWH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP66%20FWH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 98809,
'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 S-MAX 2.0 TDCI 180 TITANIUM MPV',
'transmission': 'manual',
'trim': 'TDCI 180 TITANIUM',
'vin': 'WF0JXXWPCJGS22988',
'year': 2016}
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [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 06:15:15 [bca.uk] INFO: Saving data for BP66%20FWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774362747.852696, 'last_price_update_time': 1774764915.658889}
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP66%2520FWH') HTTP/1.1" 204 0
2026-03-29 06:15:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE
2026-03-29 06:15:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE
2026-03-29 06:15:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE to the API
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT69%20LKE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '38abe686-f20a-545d-941a-b009c982575e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT69 LKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT69%20LKE&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 77167,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.5 DCI 115 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI 115 N-CONNECTA',
'vin': 'SJNFAAJ11U2763816',
'year': 2020}
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [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 06:15:15 [bca.uk] INFO: Saving data for LT69%20LKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774361871.956727, 'last_price_update_time': 1774764915.942784}
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT69%2520LKE') HTTP/1.1" 204 0
2026-03-29 06:15:15 [bca.uk] INFO: Found listing with ID: KT65%20DXC
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [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 06:15:15 [bca.uk] INFO: Scrape type for KT65%20DXC: 0
2026-03-29 06:15:15 [bca.uk] INFO: Found listing with ID: MT18%20VSP
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520VSP%27 HTTP/1.1" 200 None
2026-03-29 06:15:15 [bca.uk] INFO: Scrape type for MT18%20VSP: 2
2026-03-29 06:15:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP
2026-03-29 06:15:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c8f526-ef5c-5d01-b931-49b891023e5f with scrape type 2
2026-03-29 06:15:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7c8f526-ef5c-5d01-b931-49b891023e5f with scrape type 2
2026-03-29 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7c8f526-ef5c-5d01-b931-49b891023e5f, identifier: MT18%20VSP
2026-03-29 06:15:16 [bca.uk] INFO: Found listing with ID: FT68%20OJC
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-29 06:15:16 [bca.uk] INFO: Scrape type for FT68%20OJC: 2
2026-03-29 06:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC
2026-03-29 06:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93c5783a-7071-5384-b47b-98d559e7de2d with scrape type 2
2026-03-29 06:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93c5783a-7071-5384-b47b-98d559e7de2d with scrape type 2
2026-03-29 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93c5783a-7071-5384-b47b-98d559e7de2d, identifier: FT68%20OJC
2026-03-29 06:15:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP
2026-03-29 06:15:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP
2026-03-29 06:15:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP to the API
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT18%20VSP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c7c8f526-ef5c-5d01-b931-49b891023e5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT18 VSP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT18%20VSP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SUZUKI',
'model': 'VITARA',
'odometer': 95962,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'SUZUKI VITARA 1.6 SZ-T Hatchback',
'transmission': 'manual',
'trim': 'SZ-T',
'vin': 'TSMLYD21S00474471',
'year': 2018}
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT18%2520VSP%27 HTTP/1.1" 200 None
2026-03-29 06:15:16 [bca.uk] INFO: Saving data for MT18%20VSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774354716.892059, 'last_price_update_time': 1774764916.490652}
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT18%2520VSP') HTTP/1.1" 204 0
2026-03-29 06:15:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC
2026-03-29 06:15:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC
2026-03-29 06:15:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC to the API
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT68%20OJC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '93c5783a-7071-5384-b47b-98d559e7de2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT68 OJC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT68%20OJC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'A220',
'odometer': 74070,
'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 A220 2.0 AMG LINE PREMIUM PLUS 4M DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM PLUS 4M DCT',
'vin': 'WDD1770452N055690',
'year': 2019}
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-29 06:15:16 [bca.uk] INFO: Saving data for FT68%20OJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774353573.334207, 'last_price_update_time': 1774764916.793005}
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT68%2520OJC') HTTP/1.1" 204 0
2026-03-29 06:15:16 [bca.uk] INFO: Found listing with ID: AL05%20VJA
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AL05%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 06:15:16 [bca.uk] INFO: Scrape type for AL05%20VJA: 2
2026-03-29 06:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA
2026-03-29 06:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a5b6bc0-627f-5176-a25a-cad39c15f3db with scrape type 2
2026-03-29 06:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a5b6bc0-627f-5176-a25a-cad39c15f3db with scrape type 2
2026-03-29 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a5b6bc0-627f-5176-a25a-cad39c15f3db, identifier: AL05%20VJA
2026-03-29 06:15:16 [bca.uk] INFO: Found listing with ID: HX14%20MJY
2026-03-29 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-29 06:15:16 [bca.uk] INFO: Scrape type for HX14%20MJY: 2
2026-03-29 06:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY
2026-03-29 06:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with scrape type 2
2026-03-29 06:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with scrape type 2
2026-03-29 06:15:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca, identifier: HX14%20MJY
2026-03-29 06:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA
2026-03-29 06:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA
2026-03-29 06:15:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA to the API
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AL05%20VJA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8a5b6bc0-627f-5176-a25a-cad39c15f3db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AL05 VJA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AL05%20VJA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'SLK 200K',
'odometer': 104687,
'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 SLK 200K 1.8 Roadster',
'transmission': 'manual',
'trim': '',
'vin': 'WDB1714452F234919',
'year': 2010}
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AL05%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Saving data for AL05%20VJA: {'auction_closing_time': 1774864800.0, 'created_time': 1774447406.575172, 'last_price_update_time': 1774764917.286752}
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AL05%2520VJA') HTTP/1.1" 204 0
2026-03-29 06:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY
2026-03-29 06:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY
2026-03-29 06:15:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY to the API
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX14%20MJY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '96491a2b-0038-5043-b9db-7cc2bf4bf4ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX14 MJY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX14%20MJY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 93113,
'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': 'ZFA3120000J075726',
'year': 2014}
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Saving data for HX14%20MJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774447860.405121, 'last_price_update_time': 1774764917.553285}
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520MJY') HTTP/1.1" 204 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: FM17%20XHW
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FM17%2520XHW%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for FM17%20XHW: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: DF19%20BFM
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF19%2520BFM%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for DF19%20BFM: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: SG72%20WGY
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG72%2520WGY%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for SG72%20WGY: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: AK71%20DCV
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK71%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for AK71%20DCV: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: DY66%20KHT
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY66%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for DY66%20KHT: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: GD74%20XKV
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD74%2520XKV%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for GD74%20XKV: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: GY20%20PPX
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY20%2520PPX%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for GY20%20PPX: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: BX23%20TGK
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX23%2520TGK%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for BX23%20TGK: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: KV20%20KKZ
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KV20%2520KKZ%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for KV20%20KKZ: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: BC24%20YDX
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BC24%2520YDX%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for BC24%20YDX: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: BD69%20AUX
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD69%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for BD69%20AUX: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: BK68%20SWX
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK68%2520SWX%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for BK68%20SWX: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: MV65%20PSU
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MV65%2520PSU%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for MV65%20PSU: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: RV20%20YUE
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RV20%2520YUE%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for RV20%20YUE: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: VE67%20ETD
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VE67%2520ETD%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for VE67%20ETD: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: YY15%20RXF
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YY15%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for YY15%20RXF: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: LJ67%20VWR
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LJ67%2520VWR%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for LJ67%20VWR: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: KM67%20YLP
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM67%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for KM67%20YLP: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: LO67%20TYC
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO67%2520TYC%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for LO67%20TYC: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: DY18%20XSM
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY18%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for DY18%20XSM: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: LC22%20LDK
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LC22%2520LDK%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for LC22%20LDK: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: MF67%20YME
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MF67%2520YME%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for MF67%20YME: 0
2026-03-29 06:15:17 [bca.uk] INFO: Found listing with ID: YG66%20HWR
2026-03-29 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG66%2520HWR%27 HTTP/1.1" 200 None
2026-03-29 06:15:17 [bca.uk] INFO: Scrape type for YG66%20HWR: 2
2026-03-29 06:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR
2026-03-29 06:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with scrape type 2
2026-03-29 06:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with scrape type 2
2026-03-29 06:15:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc, identifier: YG66%20HWR
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: LM63%20FKO
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for LM63%20FKO: 2
2026-03-29 06:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO
2026-03-29 06:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d962df55-3257-5c22-9ee7-925f8e841666 with scrape type 2
2026-03-29 06:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d962df55-3257-5c22-9ee7-925f8e841666 with scrape type 2
2026-03-29 06:15:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d962df55-3257-5c22-9ee7-925f8e841666, identifier: LM63%20FKO
2026-03-29 06:15:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR
2026-03-29 06:15:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR
2026-03-29 06:15:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR to the API
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG66%20HWR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4a0ccbbf-510b-5c89-a1b7-26ec099a26bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG66 HWR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG66%20HWR&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 133569,
'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 NOTE 1.2 DIG-S TEKNA Hatchback',
'transmission': 'manual',
'trim': 'DIG-S TEKNA',
'vin': 'SJNTBAE12U1172992',
'year': 2016}
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG66%2520HWR%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Saving data for YG66%20HWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774447575.749772, 'last_price_update_time': 1774764918.45071}
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG66%2520HWR') HTTP/1.1" 204 0
2026-03-29 06:15:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO
2026-03-29 06:15:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO
2026-03-29 06:15:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO to the API
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM63%20FKO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd962df55-3257-5c22-9ee7-925f8e841666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM63 FKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM63%20FKO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 73237,
'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 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'ZFA3120000J099895',
'year': 2013}
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Saving data for LM63%20FKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774447880.905236, 'last_price_update_time': 1774764918.818699}
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM63%2520FKO') HTTP/1.1" 204 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: EJ09%20XLP
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ09%2520XLP%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for EJ09%20XLP: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: EX08%20SYR
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX08%2520SYR%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for EX08%20SYR: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: RJ10%20AVX
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ10%2520AVX%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for RJ10%20AVX: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: YL67%20DFN
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YL67%2520DFN%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for YL67%20DFN: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: MT67%20VTO
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT67%2520VTO%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for MT67%20VTO: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: HJ70%20VZM
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HJ70%2520VZM%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for HJ70%20VZM: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: BO04%20OPU
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BO04%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for BO04%20OPU: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: HY61%20YAU
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY61%2520YAU%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for HY61%20YAU: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: LD67%20TLV
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD67%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for LD67%20TLV: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: GY66%20LGD
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GY66%2520LGD%27 HTTP/1.1" 200 None
2026-03-29 06:15:18 [bca.uk] INFO: Scrape type for GY66%20LGD: 0
2026-03-29 06:15:18 [bca.uk] INFO: Found listing with ID: MA68%20UZB
2026-03-29 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Scrape type for MA68%20UZB: 0
2026-03-29 06:15:19 [bca.uk] INFO: Found listing with ID: AY16%20TMV
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Scrape type for AY16%20TMV: 0
2026-03-29 06:15:19 [bca.uk] INFO: Found listing with ID: SP18%20MZE
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Scrape type for SP18%20MZE: 2
2026-03-29 06:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE
2026-03-29 06:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78798663-02e3-592f-a98c-a6611bead3e8 with scrape type 2
2026-03-29 06:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78798663-02e3-592f-a98c-a6611bead3e8 with scrape type 2
2026-03-29 06:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78798663-02e3-592f-a98c-a6611bead3e8, identifier: SP18%20MZE
2026-03-29 06:15:19 [bca.uk] INFO: Found listing with ID: RE66%20OXK
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Scrape type for RE66%20OXK: 2
2026-03-29 06:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK
2026-03-29 06:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd80acf4-d2f0-53e8-a481-c63a0ebf243c with scrape type 2
2026-03-29 06:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd80acf4-d2f0-53e8-a481-c63a0ebf243c with scrape type 2
2026-03-29 06:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd80acf4-d2f0-53e8-a481-c63a0ebf243c, identifier: RE66%20OXK
2026-03-29 06:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE
2026-03-29 06:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE
2026-03-29 06:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE to the API
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '78798663-02e3-592f-a98c-a6611bead3e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP18 MZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP18%20MZE&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 76546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'D180 AWD R-DYNAMIC HSE',
'vin': 'SADFA2AN1J1Z00919',
'year': 2018}
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Saving data for SP18%20MZE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650569.715945, 'last_price_update_time': 1774764919.529995}
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP18%2520MZE') HTTP/1.1" 204 0
2026-03-29 06:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK
2026-03-29 06:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK
2026-03-29 06:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK to the API
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE66%20OXK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bd80acf4-d2f0-53e8-a481-c63a0ebf243c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE66 OXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE66%20OXK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A4',
'odometer': 104294,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'AUDI A4 1.4 TFSI 150 SPORT Saloon',
'transmission': 'manual',
'trim': 'TFSI 150 SPORT',
'vin': 'WAUZZZF46HA072609',
'year': 2016}
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Saving data for RE66%20OXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774650590.191778, 'last_price_update_time': 1774764919.954991}
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE66%2520OXK') HTTP/1.1" 204 0
2026-03-29 06:15:19 [bca.uk] INFO: Found listing with ID: PN10%20DWP
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:19 [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 06:15:19 [bca.uk] INFO: Scrape type for PN10%20DWP: 0
2026-03-29 06:15:19 [bca.uk] INFO: Found listing with ID: WL15%20BPF
2026-03-29 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for WL15%20BPF: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: EY11%20UXN
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for EY11%20UXN: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: BT11%20UXB
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for BT11%20UXB: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: EN10%20NNP
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for EN10%20NNP: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: ET66%20JVE
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for ET66%20JVE: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: GU13%20LXG
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for GU13%20LXG: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: GX18%20JXU
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JXU%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for GX18%20JXU: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: GX66%20OWR
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for GX66%20OWR: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: YG70%20KXS
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for YG70%20KXS: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: CP19%20EWO
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for CP19%20EWO: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: EX66%20LNT
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for EX66%20LNT: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: EY10%20KKF
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for EY10%20KKF: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: FE61%20YFF
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for FE61%20YFF: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: LG60%20OXF
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for LG60%20OXF: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: LV15%20ZDR
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for LV15%20ZDR: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: ML66%20BXZ
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520BXZ%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for ML66%20BXZ: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: OV62%20LHG
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for OV62%20LHG: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: PO63%20UJX
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for PO63%20UJX: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: RF11%20HFU
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for RF11%20HFU: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: WG59%20OBT
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for WG59%20OBT: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: YC64%20PKK
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for YC64%20PKK: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: AV14%20OKZ
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for AV14%20OKZ: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: AX15%20CTE
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for AX15%20CTE: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: BP65%20FSY
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for BP65%20FSY: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: LO20%20BWN
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for LO20%20BWN: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: WJ67%20MWD
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for WJ67%20MWD: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: CN18%20KMM
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN18%2520KMM%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for CN18%20KMM: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: YL15%20SZR
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for YL15%20SZR: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: SM70%20ASV
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for SM70%20ASV: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: SH67%20DGE
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for SH67%20DGE: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: RE16%20KKP
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for RE16%20KKP: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: HJ14%20JWC
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for HJ14%20JWC: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: HV17%20XYJ
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for HV17%20XYJ: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: YP68%20PBU
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for YP68%20PBU: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: FA69%20BYD
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for FA69%20BYD: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: SP65%20FND
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for SP65%20FND: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: WK68%20POF
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for WK68%20POF: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: YC67%20MGE
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for YC67%20MGE: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: BG19%20LGC
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for BG19%20LGC: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: LL69%20YKC
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520YKC%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for LL69%20YKC: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: SX19%20PDK
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for SX19%20PDK: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: DX16%20XRN
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for DX16%20XRN: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: LG18%20RKJ
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520RKJ%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for LG18%20RKJ: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: LN69%20GWK
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for LN69%20GWK: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: OU20%20ORK
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for OU20%20ORK: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: WV23%20NVL
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for WV23%20NVL: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: BX70%20NKD
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 06:15:20 [bca.uk] INFO: Scrape type for BX70%20NKD: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: CA69%20FUW
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for CA69%20FUW: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: KN21%20OGW
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for KN21%20OGW: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: VE69%20NGU
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for VE69%20NGU: 0
2026-03-29 06:15:20 [bca.uk] INFO: Found listing with ID: WJ14%20XTV
2026-03-29 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:20 [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 06:15:20 [bca.uk] INFO: Scrape type for WJ14%20XTV: 2
2026-03-29 06:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV
2026-03-29 06:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcdebcd6-30f2-514a-811d-00412caa9d8f with scrape type 2
2026-03-29 06:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcdebcd6-30f2-514a-811d-00412caa9d8f with scrape type 2
2026-03-29 06:15:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcdebcd6-30f2-514a-811d-00412caa9d8f, identifier: WJ14%20XTV
2026-03-29 06:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV
2026-03-29 06:15:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV
2026-03-29 06:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV to the API
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ14%20XTV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dcdebcd6-30f2-514a-811d-00412caa9d8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ14 XTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ14%20XTV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 51291,
'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.2 DIG-T ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DIG-T ACENTA PREMIUM',
'vin': 'SJNFEAJ11U1075269',
'year': 2014}
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WJ14%2520XTV%27 HTTP/1.1" 200 None
2026-03-29 06:15:21 [bca.uk] INFO: Saving data for WJ14%20XTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774447906.47298, 'last_price_update_time': 1774764921.259281}
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520XTV') HTTP/1.1" 204 0
2026-03-29 06:15:21 [bca.uk] INFO: Found listing with ID: AK11%20RKO
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 06:15:21 [bca.uk] INFO: Scrape type for AK11%20RKO: 2
2026-03-29 06:15:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO
2026-03-29 06:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with scrape type 2
2026-03-29 06:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with scrape type 2
2026-03-29 06:15:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1, identifier: AK11%20RKO
2026-03-29 06:15:21 [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 06:15:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO
2026-03-29 06:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO
2026-03-29 06:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO to the API
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK11%20RKO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3f30affe-2a0f-5cc1-b064-b3ec64cef5a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK11 RKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK11%20RKO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER CLUBMAN',
'odometer': 81765,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'MINI COOPER CLUBMAN 2.0 D Estate',
'transmission': 'automatic',
'trim': 'D',
'vin': 'WMWXE52080T146118',
'year': 2011}
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 06:15:21 [bca.uk] INFO: Saving data for AK11%20RKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774447885.928102, 'last_price_update_time': 1774764921.758082}
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK11%2520RKO') HTTP/1.1" 204 0
2026-03-29 06:15:21 [bca.uk] INFO: Found listing with ID: HD15%20FWV
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HD15%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:15:21 [bca.uk] INFO: Scrape type for HD15%20FWV: 2
2026-03-29 06:15:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV
2026-03-29 06:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with scrape type 2
2026-03-29 06:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with scrape type 2
2026-03-29 06:15:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb, identifier: HD15%20FWV
2026-03-29 06:15:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV
2026-03-29 06:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV
2026-03-29 06:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV to the API
2026-03-29 06:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD15%20FWV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5634fe7f-955a-59a0-a7b9-c74766e1d8fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD15 FWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD15%20FWV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 96761,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.2 SD4 190 SE TECH StationWagon',
'transmission': 'automatic',
'trim': 'SD4 190 SE TECH',
'vin': 'SALCA2AE5FH524408',
'year': 2015}
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HD15%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Saving data for HD15%20FWV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650571.00294, 'last_price_update_time': 1774764922.156989}
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD15%2520FWV') HTTP/1.1" 204 0
2026-03-29 06:15:22 [bca.uk] INFO: Found listing with ID: HK10%20TZB
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK10%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Scrape type for HK10%20TZB: 2
2026-03-29 06:15:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB
2026-03-29 06:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaeddb90-de2c-520f-834b-fbfe97b5767c with scrape type 2
2026-03-29 06:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaeddb90-de2c-520f-834b-fbfe97b5767c with scrape type 2
2026-03-29 06:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aaeddb90-de2c-520f-834b-fbfe97b5767c, identifier: HK10%20TZB
2026-03-29 06:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB
2026-03-29 06:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB
2026-03-29 06:15:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB to the API
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK10%20TZB-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aaeddb90-de2c-520f-834b-fbfe97b5767c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK10 TZB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK10%20TZB&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 88640,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.2 TCE DYNAMIQUE TOM TOM Hatchback',
'transmission': 'manual',
'trim': 'TCE DYNAMIQUE TOM TOM',
'vin': 'VF1BRC40H43695870',
'year': 2010}
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HK10%2520TZB%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Saving data for HK10%20TZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774650594.908798, 'last_price_update_time': 1774764922.542466}
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK10%2520TZB') HTTP/1.1" 204 0
2026-03-29 06:15:22 [bca.uk] INFO: Total items found: 100
2026-03-29 06:15:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded
2026-03-29 06:15:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:15:22 [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 06:15:22 [bca.uk] INFO: Found listing with ID: HF53%20FDY
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF53%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Scrape type for HF53%20FDY: 2
2026-03-29 06:15:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY
2026-03-29 06:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with scrape type 2
2026-03-29 06:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with scrape type 2
2026-03-29 06:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65fc6c16-baef-5a0d-85b3-a22211afd9a1, identifier: HF53%20FDY
2026-03-29 06:15:22 [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 06:15:22 [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 06:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY
2026-03-29 06:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY
2026-03-29 06:15:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY to the API
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF53%20FDY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '65fc6c16-baef-5a0d-85b3-a22211afd9a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HF53 FDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF53%20FDY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'GETZ',
'odometer': 113241,
'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': 'HYUNDAI GETZ 1.3 GSI Hatchback',
'transmission': 'manual',
'trim': 'GSI',
'vin': 'KMHBT31HR4U048924',
'year': 2003}
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HF53%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Saving data for HF53%20FDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774650632.400825, 'last_price_update_time': 1774764922.937515}
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF53%2520FDY') HTTP/1.1" 204 0
2026-03-29 06:15:22 [bca.uk] INFO: Found listing with ID: EX64%20LWF
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX64%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Scrape type for EX64%20LWF: 0
2026-03-29 06:15:22 [bca.uk] INFO: Found listing with ID: SP65%20HHN
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP65%2520HHN%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Scrape type for SP65%20HHN: 0
2026-03-29 06:15:22 [bca.uk] INFO: Found listing with ID: HV66%20TAU
2026-03-29 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HV66%2520TAU%27 HTTP/1.1" 200 None
2026-03-29 06:15:22 [bca.uk] INFO: Scrape type for HV66%20TAU: 0
2026-03-29 06:15:22 [bca.uk] INFO: Found listing with ID: EJ02%20SEJ
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EJ02%2520SEJ%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for EJ02%20SEJ: 0
2026-03-29 06:15:23 [bca.uk] INFO: Found listing with ID: DE20%20WEW
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DE20%2520WEW%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for DE20%20WEW: 0
2026-03-29 06:15:23 [bca.uk] INFO: Found listing with ID: HN18%20UPS
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HN18%2520UPS%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for HN18%20UPS: 0
2026-03-29 06:15:23 [bca.uk] INFO: Found listing with ID: KR71%20GXO
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KR71%2520GXO%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for KR71%20GXO: 0
2026-03-29 06:15:23 [bca.uk] INFO: Found listing with ID: EY18%20FZX
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY18%2520FZX%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for EY18%20FZX: 0
2026-03-29 06:15:23 [bca.uk] INFO: Found listing with ID: LM72%20UJT
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LM72%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for LM72%20UJT: 0
2026-03-29 06:15:23 [bca.uk] INFO: Found listing with ID: GD67%20NWV
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD67%2520NWV%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for GD67%20NWV: 2
2026-03-29 06:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee147d14-48e9-57ab-b5f9-ad0ca4669390 with identifier: GD67%20NWV
2026-03-29 06:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee147d14-48e9-57ab-b5f9-ad0ca4669390 with scrape type 2
2026-03-29 06:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee147d14-48e9-57ab-b5f9-ad0ca4669390 with scrape type 2
2026-03-29 06:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee147d14-48e9-57ab-b5f9-ad0ca4669390, identifier: GD67%20NWV
2026-03-29 06:15: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 06:15:23 [bca.uk] INFO: Found listing with ID: FA06%20WRJ
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA06%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Scrape type for FA06%20WRJ: 2
2026-03-29 06:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ
2026-03-29 06:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67712e19-7a1b-5532-86f4-a5de6e9d147f with scrape type 2
2026-03-29 06:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67712e19-7a1b-5532-86f4-a5de6e9d147f with scrape type 2
2026-03-29 06:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67712e19-7a1b-5532-86f4-a5de6e9d147f, identifier: FA06%20WRJ
2026-03-29 06:15:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee147d14-48e9-57ab-b5f9-ad0ca4669390 with identifier: GD67%20NWV
2026-03-29 06:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee147d14-48e9-57ab-b5f9-ad0ca4669390 with identifier: GD67%20NWV
2026-03-29 06:15:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee147d14-48e9-57ab-b5f9-ad0ca4669390 with identifier: GD67%20NWV to the API
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD67%20NWV-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ee147d14-48e9-57ab-b5f9-ad0ca4669390',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD67 NWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD67%20NWV&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 171778,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 170 290 LWB LIMITED L/R CrewCab Van',
'transmission': 'manual',
'trim': 'TDCI 170 290 LWB LIMITED L/R',
'vin': 'WF0ZXXTTGZHD37381',
'year': 2018}
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GD67%2520NWV%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Saving data for GD67%20NWV: {'auction_closing_time': 1774778400.0, 'created_time': 1773844790.680065, 'last_price_update_time': 1774764923.61389}
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD67%2520NWV') HTTP/1.1" 204 0
2026-03-29 06:15:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ
2026-03-29 06:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ
2026-03-29 06:15:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ to the API
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA06%20WRJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '67712e19-7a1b-5532-86f4-a5de6e9d147f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FA06 WRJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA06%20WRJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 167614,
'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 TOURAN 1.9 TDI PD 100 SE (7ST) MPV',
'transmission': 'manual',
'trim': 'TDI PD 100 SE (7ST)',
'vin': 'WVGZZZ1TZ6W209142',
'year': 2006}
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FA06%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 06:15:23 [bca.uk] INFO: Saving data for FA06%20WRJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650628.589961, 'last_price_update_time': 1774764923.984744}
2026-03-29 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA06%2520WRJ') HTTP/1.1" 204 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: SW68%20USX
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520USX%27 HTTP/1.1" 200 None
2026-03-29 06:15:24 [bca.uk] INFO: Scrape type for SW68%20USX: 2
2026-03-29 06:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e0ee63d-61a7-5654-9627-6f38b878664c with identifier: SW68%20USX
2026-03-29 06:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e0ee63d-61a7-5654-9627-6f38b878664c with scrape type 2
2026-03-29 06:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e0ee63d-61a7-5654-9627-6f38b878664c with scrape type 2
2026-03-29 06:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e0ee63d-61a7-5654-9627-6f38b878664c, identifier: SW68%20USX
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: GF15%20BPZ
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for GF15%20BPZ: 2
2026-03-29 06:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ
2026-03-29 06:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257de934-01ab-5dcb-bedc-fae3153a22f5 with scrape type 2
2026-03-29 06:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 257de934-01ab-5dcb-bedc-fae3153a22f5 with scrape type 2
2026-03-29 06:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 257de934-01ab-5dcb-bedc-fae3153a22f5, identifier: GF15%20BPZ
2026-03-29 06:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e0ee63d-61a7-5654-9627-6f38b878664c with identifier: SW68%20USX
2026-03-29 06:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e0ee63d-61a7-5654-9627-6f38b878664c with identifier: SW68%20USX
2026-03-29 06:15:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e0ee63d-61a7-5654-9627-6f38b878664c with identifier: SW68%20USX to the API
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 220,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW68%20USX-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3e0ee63d-61a7-5654-9627-6f38b878664c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW68 USX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW68%20USX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A33',
'odometer': 32926,
'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 AMAROK A33 3.0 V6 TDI 258 BMT HIGHLINE 4M CrewCab '
'Pick-up',
'transmission': 'manual',
'trim': 'V6 TDI 258 BMT HIGHLINE 4M',
'vin': 'WV1ZZZ2HZKH004164',
'year': 2018}
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520USX%27 HTTP/1.1" 200 None
2026-03-29 06:15:24 [bca.uk] INFO: Saving data for SW68%20USX: {'auction_closing_time': 1774778400.0, 'created_time': 1774304600.707375, 'last_price_update_time': 1774764924.486729}
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520USX') HTTP/1.1" 204 0
2026-03-29 06:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ
2026-03-29 06:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ
2026-03-29 06:15:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ to the API
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF15%20BPZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '257de934-01ab-5dcb-bedc-fae3153a22f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF15 BPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF15%20BPZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 94547,
'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 MERIVA 1.4 16V TECH LINE MPV',
'transmission': 'manual',
'trim': '16V TECH LINE',
'vin': 'W0LSH9EC6F4128705',
'year': 2015}
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Saving data for GF15%20BPZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650623.280038, 'last_price_update_time': 1774764924.772976}
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF15%2520BPZ') HTTP/1.1" 204 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: WF22%20JWJ
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for WF22%20JWJ: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: CN18%20EWY
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN18%2520EWY%27 HTTP/1.1" 200 None
2026-03-29 06:15:24 [bca.uk] INFO: Scrape type for CN18%20EWY: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: KK17%20DSY
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for KK17%20DSY: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: LP15%20HZY
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for LP15%20HZY: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: DV67%20RXG
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for DV67%20RXG: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: ND72%20BOU
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for ND72%20BOU: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: EA70%20CJJ
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for EA70%20CJJ: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: NV71%20BWY
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for NV71%20BWY: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: BP69%20LYH
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520LYH%27 HTTP/1.1" 200 None
2026-03-29 06:15:24 [bca.uk] INFO: Scrape type for BP69%20LYH: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: KU17%20VNL
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for KU17%20VNL: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: AY56%20ZHX
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for AY56%20ZHX: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: DE12%20ZYC
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:24 [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 06:15:24 [bca.uk] INFO: Scrape type for DE12%20ZYC: 0
2026-03-29 06:15:24 [bca.uk] INFO: Found listing with ID: EJ65%20ZHT
2026-03-29 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for EJ65%20ZHT: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: EN51%20CXW
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for EN51%20CXW: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: KM60%20FRZ
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for KM60%20FRZ: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: LD12%20PVY
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for LD12%20PVY: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: LN60%20XUF
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for LN60%20XUF: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: LX59%20XDL
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for LX59%20XDL: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: NG55%20UAC
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for NG55%20UAC: 0
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: SP64%20YVD
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for SP64%20YVD: 2
2026-03-29 06:15:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cb3dbc7-5b02-56b4-8734-925c80fd39fe with identifier: SP64%20YVD
2026-03-29 06:15:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cb3dbc7-5b02-56b4-8734-925c80fd39fe with scrape type 2
2026-03-29 06:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cb3dbc7-5b02-56b4-8734-925c80fd39fe with scrape type 2
2026-03-29 06:15:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cb3dbc7-5b02-56b4-8734-925c80fd39fe, identifier: SP64%20YVD
2026-03-29 06:15:25 [bca.uk] INFO: Found listing with ID: YD07%20AWP
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Scrape type for YD07%20AWP: 2
2026-03-29 06:15:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP
2026-03-29 06:15:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78acffd5-36f4-515f-bbb4-3b350da40aab with scrape type 2
2026-03-29 06:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78acffd5-36f4-515f-bbb4-3b350da40aab with scrape type 2
2026-03-29 06:15:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78acffd5-36f4-515f-bbb4-3b350da40aab, identifier: YD07%20AWP
2026-03-29 06:15:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cb3dbc7-5b02-56b4-8734-925c80fd39fe with identifier: SP64%20YVD
2026-03-29 06:15:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cb3dbc7-5b02-56b4-8734-925c80fd39fe with identifier: SP64%20YVD
2026-03-29 06:15:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cb3dbc7-5b02-56b4-8734-925c80fd39fe with identifier: SP64%20YVD to the API
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP64%20YVD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5cb3dbc7-5b02-56b4-8734-925c80fd39fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP64 YVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP64%20YVD&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 97114,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL ADAM 1.2 VVT 70 JAM Hatchback',
'transmission': 'manual',
'trim': 'VVT 70 JAM',
'vin': 'W0L0MAP08F6001282',
'year': 2014}
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Saving data for SP64%20YVD: {'auction_closing_time': 1774778400.0, 'created_time': 1773839898.680073, 'last_price_update_time': 1774764925.596248}
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP64%2520YVD') HTTP/1.1" 204 0
2026-03-29 06:15:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP
2026-03-29 06:15:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP
2026-03-29 06:15:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP to the API
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD07%20AWP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '78acffd5-36f4-515f-bbb4-3b350da40aab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD07 AWP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD07%20AWP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': '320D',
'odometer': 114788,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'BMW 320D 2.0 SE Saloon',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBAVC32010VF39175',
'year': 2007}
2026-03-29 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:25 [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 06:15:25 [bca.uk] INFO: Saving data for YD07%20AWP: {'auction_closing_time': 1775037600.0, 'created_time': 1774650623.897774, 'last_price_update_time': 1774764925.995165}
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD07%2520AWP') HTTP/1.1" 204 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: SV66%20XMB
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for SV66%20XMB: 2
2026-03-29 06:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a36b64d1-3e4b-5e17-be18-979131396da8 with identifier: SV66%20XMB
2026-03-29 06:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a36b64d1-3e4b-5e17-be18-979131396da8 with scrape type 2
2026-03-29 06:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a36b64d1-3e4b-5e17-be18-979131396da8 with scrape type 2
2026-03-29 06:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a36b64d1-3e4b-5e17-be18-979131396da8, identifier: SV66%20XMB
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: EO54%20EKR
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for EO54%20EKR: 2
2026-03-29 06:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR
2026-03-29 06:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb7401e8-b6bb-5130-9a95-2cc13c1d45be with scrape type 2
2026-03-29 06:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb7401e8-b6bb-5130-9a95-2cc13c1d45be with scrape type 2
2026-03-29 06:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb7401e8-b6bb-5130-9a95-2cc13c1d45be, identifier: EO54%20EKR
2026-03-29 06:15:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a36b64d1-3e4b-5e17-be18-979131396da8 with identifier: SV66%20XMB
2026-03-29 06:15:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a36b64d1-3e4b-5e17-be18-979131396da8 with identifier: SV66%20XMB
2026-03-29 06:15:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a36b64d1-3e4b-5e17-be18-979131396da8 with identifier: SV66%20XMB to the API
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV66%20XMB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a36b64d1-3e4b-5e17-be18-979131396da8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV66 XMB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV66%20XMB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MAZDA',
'model': 'CX-3',
'odometer': 125625,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'MAZDA CX-3 1.5 D 105 SPORT AWD Hatchback',
'transmission': 'automatic',
'trim': 'D 105 SPORT AWD',
'vin': 'JMZDKFWSA10110085',
'year': 2016}
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Saving data for SV66%20XMB: {'auction_closing_time': 1774778400.0, 'created_time': 1773960514.309205, 'last_price_update_time': 1774764926.493843}
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV66%2520XMB') HTTP/1.1" 204 0
2026-03-29 06:15:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR
2026-03-29 06:15:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR
2026-03-29 06:15:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR to the API
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 208,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO54%20EKR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb7401e8-b6bb-5130-9a95-2cc13c1d45be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO54 EKR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO54%20EKR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'ZAFIRA',
'odometer': 129096,
'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': 'VAUXHALL ZAFIRA 1.8 LIFE MPV',
'transmission': 'automatic',
'trim': 'LIFE',
'vin': 'W0L0TGF7552003788',
'year': 2004}
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Saving data for EO54%20EKR: {'auction_closing_time': 1775037600.0, 'created_time': 1774650612.087168, 'last_price_update_time': 1774764926.771972}
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO54%2520EKR') HTTP/1.1" 204 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: YG64%20HJK
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520HJK%27 HTTP/1.1" 200 None
2026-03-29 06:15:26 [bca.uk] INFO: Scrape type for YG64%20HJK: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: YK62%20NWE
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for YK62%20NWE: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: CP19%20UCT
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for CP19%20UCT: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: U12G66171
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for U12G66171: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: VK59%20DWL
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for VK59%20DWL: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: WN66%20CVC
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for WN66%20CVC: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: RA66%20VMC
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for RA66%20VMC: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: EX58%20KFL
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for EX58%20KFL: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: SY65%20XGP
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for SY65%20XGP: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: PE57%20ARF
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for PE57%20ARF: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: SC66%20MVE
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for SC66%20MVE: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: VU62%20UVA
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for VU62%20UVA: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: BV63%20MWY
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:26 [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 06:15:26 [bca.uk] INFO: Scrape type for BV63%20MWY: 0
2026-03-29 06:15:26 [bca.uk] INFO: Found listing with ID: DS65%20LGA
2026-03-29 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for DS65%20LGA: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: MT67%20OED
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for MT67%20OED: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: YD11%20CFK
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for YD11%20CFK: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: NU65%20LDY
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for NU65%20LDY: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: RK71%20CHV
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for RK71%20CHV: 2
2026-03-29 06:15:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8923287-7696-5c99-b5e8-fb508dfc10a8 with identifier: RK71%20CHV
2026-03-29 06:15:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8923287-7696-5c99-b5e8-fb508dfc10a8 with scrape type 2
2026-03-29 06:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8923287-7696-5c99-b5e8-fb508dfc10a8 with scrape type 2
2026-03-29 06:15:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8923287-7696-5c99-b5e8-fb508dfc10a8, identifier: RK71%20CHV
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: NJ52%20ZYO
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for NJ52%20ZYO: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: FH06%20VGN
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for FH06%20VGN: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: LM63%20NDL
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for LM63%20NDL: 0
2026-03-29 06:15:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8923287-7696-5c99-b5e8-fb508dfc10a8 with identifier: RK71%20CHV
2026-03-29 06:15:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8923287-7696-5c99-b5e8-fb508dfc10a8 with identifier: RK71%20CHV
2026-03-29 06:15:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8923287-7696-5c99-b5e8-fb508dfc10a8 with identifier: RK71%20CHV to the API
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK71%20CHV-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8923287-7696-5c99-b5e8-fb508dfc10a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK71 CHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK71%20CHV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 31157,
'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 DISCOVERY 3.0 D300 SE COMMERCIAL Van',
'transmission': 'automatic',
'trim': 'D300 SE COMMERCIAL',
'vin': 'SALRACAW2N2460287',
'year': 2021}
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Saving data for RK71%20CHV: {'auction_closing_time': 1774778400.0, 'created_time': 1773844168.089309, 'last_price_update_time': 1774764927.488598}
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK71%2520CHV') HTTP/1.1" 204 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: BU15%20WPP
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for BU15%20WPP: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: WA06%20XCM
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for WA06%20XCM: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: ET19%20TUO
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for ET19%20TUO: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: KS73%20BWH
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for KS73%20BWH: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: LK65%20OOF
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for LK65%20OOF: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: RK20%20KSJ
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for RK20%20KSJ: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: VE14%20BDV
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for VE14%20BDV: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: VK18%20ERU
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for VK18%20ERU: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: VN69%20VZU
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for VN69%20VZU: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: VX73%20HHM
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for VX73%20HHM: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: AA57%20TEC
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for AA57%20TEC: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: AO69%20GHX
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for AO69%20GHX: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: BC19%20XPT
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for BC19%20XPT: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: BL74%20LVO
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for BL74%20LVO: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: BN69%20HNH
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for BN69%20HNH: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: BW19%20VEU
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for BW19%20VEU: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: LN72%20VDO
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for LN72%20VDO: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: WM22%20LHF
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for WM22%20LHF: 0
2026-03-29 06:15:27 [bca.uk] INFO: Found listing with ID: WR73%20NUW
2026-03-29 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:27 [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 06:15:27 [bca.uk] INFO: Scrape type for WR73%20NUW: 2
2026-03-29 06:15:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW
2026-03-29 06:15:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec81d07a-8daf-5413-a65c-8938fafcc461 with scrape type 2
2026-03-29 06:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec81d07a-8daf-5413-a65c-8938fafcc461 with scrape type 2
2026-03-29 06:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec81d07a-8daf-5413-a65c-8938fafcc461, identifier: WR73%20NUW
2026-03-29 06:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW
2026-03-29 06:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW
2026-03-29 06:15:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW to the API
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR73%20NUW-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ec81d07a-8daf-5413-a65c-8938fafcc461',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR73 NUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR73%20NUW&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'RENAULT',
'model': 'TRAFIC 30',
'odometer': 24137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL ADVANCE PanelVan',
'transmission': 'manual',
'trim': 'B/DCI 130 LL ADVANCE',
'vin': 'VF1FL000671605757',
'year': 2023}
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Saving data for WR73%20NUW: {'auction_closing_time': 1774864800.0, 'created_time': 1773824646.835905, 'last_price_update_time': 1774764928.266227}
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR73%2520NUW') HTTP/1.1" 204 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: AP64%20FXF
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for AP64%20FXF: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: BG23%20XZB
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for BG23%20XZB: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: KE23%20WFX
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for KE23%20WFX: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: NL72%20JYY
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for NL72%20JYY: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: WM23%20RXO
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520RXO%27 HTTP/1.1" 200 None
2026-03-29 06:15:28 [bca.uk] INFO: Scrape type for WM23%20RXO: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: MX68%20WWL
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for MX68%20WWL: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: RE72%20XTG
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for RE72%20XTG: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: YS18%20YUH
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for YS18%20YUH: 2
2026-03-29 06:15:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd571c08-eafe-5e8e-a0a3-e9f35e20effc with identifier: YS18%20YUH
2026-03-29 06:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd571c08-eafe-5e8e-a0a3-e9f35e20effc with scrape type 2
2026-03-29 06:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd571c08-eafe-5e8e-a0a3-e9f35e20effc with scrape type 2
2026-03-29 06:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd571c08-eafe-5e8e-a0a3-e9f35e20effc, identifier: YS18%20YUH
2026-03-29 06:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd571c08-eafe-5e8e-a0a3-e9f35e20effc with identifier: YS18%20YUH
2026-03-29 06:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd571c08-eafe-5e8e-a0a3-e9f35e20effc with identifier: YS18%20YUH
2026-03-29 06:15:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd571c08-eafe-5e8e-a0a3-e9f35e20effc with identifier: YS18%20YUH to the API
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20YUH-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cd571c08-eafe-5e8e-a0a3-e9f35e20effc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS18 YUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20YUH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'RANGER',
'odometer': 111915,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.2 TDCI 160 XLT 4WD CrewCab Pick-up',
'transmission': 'manual',
'trim': 'TDCI 160 XLT 4WD',
'vin': '6FPPXXMJ2PJT73089',
'year': 2018}
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Saving data for YS18%20YUH: {'auction_closing_time': 1774778400.0, 'created_time': 1773833156.347268, 'last_price_update_time': 1774764928.861906}
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520YUH') HTTP/1.1" 204 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: CP69%20EJK
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for CP69%20EJK: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: LC71%20GGJ
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520GGJ%27 HTTP/1.1" 200 None
2026-03-29 06:15:28 [bca.uk] INFO: Scrape type for LC71%20GGJ: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: MM66%20LYO
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for MM66%20LYO: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: GF21%20HVA
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for GF21%20HVA: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: KS69%20FVZ
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for KS69%20FVZ: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: EK19%20ZNY
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for EK19%20ZNY: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: OY59%20MPE
2026-03-29 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:28 [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 06:15:28 [bca.uk] INFO: Scrape type for OY59%20MPE: 0
2026-03-29 06:15:28 [bca.uk] INFO: Found listing with ID: LN17%20CKV
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for LN17%20CKV: 2
2026-03-29 06:15:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3664ead6-0c39-5b10-a644-de9f3be9fe0b with identifier: LN17%20CKV
2026-03-29 06:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3664ead6-0c39-5b10-a644-de9f3be9fe0b with scrape type 2
2026-03-29 06:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3664ead6-0c39-5b10-a644-de9f3be9fe0b with scrape type 2
2026-03-29 06:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3664ead6-0c39-5b10-a644-de9f3be9fe0b, identifier: LN17%20CKV
2026-03-29 06:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3664ead6-0c39-5b10-a644-de9f3be9fe0b with identifier: LN17%20CKV
2026-03-29 06:15:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3664ead6-0c39-5b10-a644-de9f3be9fe0b with identifier: LN17%20CKV
2026-03-29 06:15:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3664ead6-0c39-5b10-a644-de9f3be9fe0b with identifier: LN17%20CKV to the API
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:15: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 06:15:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN17%20CKV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3664ead6-0c39-5b10-a644-de9f3be9fe0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN17 CKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN17%20CKV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': 'EXPERT 1400',
'odometer': 125374,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'PEUGEOT EXPERT 1400 2.0 B/HDI 120 STD.PROFESSIONAL PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 120 STD.PROFESSIONAL',
'vin': 'VF3VFAHKHGZ072219',
'year': 2017}
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Saving data for LN17%20CKV: {'auction_closing_time': 1774778400.0, 'created_time': 1774447889.263709, 'last_price_update_time': 1774764929.415593}
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN17%2520CKV') HTTP/1.1" 204 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: BU64%20HFZ
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15: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%2520HFZ%27 HTTP/1.1" 200 None
2026-03-29 06:15:29 [bca.uk] INFO: Scrape type for BU64%20HFZ: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: HG60%20MOU
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for HG60%20MOU: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: OE63%20PXW
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for OE63%20PXW: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: OV13%20BCY
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for OV13%20BCY: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: GM15%20GRU
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for GM15%20GRU: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: DP67%20BZC
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for DP67%20BZC: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: PE10%20VPC
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for PE10%20VPC: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: SD14%20YZT
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for SD14%20YZT: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: PE09%20KEU
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for PE09%20KEU: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: KY65%20OFL
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for KY65%20OFL: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: LV16%20UBM
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for LV16%20UBM: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: C5%20SGG
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for C5%20SGG: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: BN57%20TPO
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for BN57%20TPO: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: KL08%20MZN
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for KL08%20MZN: 0
2026-03-29 06:15:29 [bca.uk] INFO: Found listing with ID: YF10%20WHJ
2026-03-29 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:15:29 [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 06:15:29 [bca.uk] INFO: Scrape type for YF10%20WHJ: 0
2026-03-29 06:16:01 [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 06:16:01 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded
2026-03-29 06:16:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:01 [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 06:16:01 [bca.uk] INFO: Found listing with ID: SG10%20DVX
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SG10%2520DVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for SG10%20DVX: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: PL16%20LGZ
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PL16%2520LGZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for PL16%20LGZ: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: SW65%20EYA
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SW65%2520EYA%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for SW65%20EYA: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: SD71%20ENU
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SD71%2520ENU%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for SD71%20ENU: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: WV67%20WXA
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WV67%2520WXA%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for WV67%20WXA: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: LB71%20URJ
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB71%2520URJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for LB71%20URJ: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CE57%20YUK
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE57%2520YUK%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CE57%20YUK: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: EO17%20HFL
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EO17%2520HFL%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for EO17%20HFL: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: WU13%20NKG
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU13%2520NKG%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for WU13%20NKG: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: YG16%20XGE
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YG16%2520XGE%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for YG16%20XGE: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: SP71%20OVW
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SP71%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for SP71%20OVW: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GUE
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GUE%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GUE: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: MJ24%20OAZ
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MJ24%2520OAZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for MJ24%20OAZ: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: MW74%20XBU
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW74%2520XBU%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for MW74%20XBU: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: VN74%20DFP
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN74%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for VN74%20DFP: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: YD24%20VSV
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD24%2520VSV%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for YD24%20VSV: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BP23%20OWA
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP23%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BP23%20OWA: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BT23%20KGO
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT23%2520KGO%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BT23%20KGO: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BT73%20VNY
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BT73%2520VNY%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BT73%20VNY: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GAO
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GAO%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GAO: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GBV
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GBV%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GBV: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GDO
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GDO: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GKU
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GKU%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GKU: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GRZ
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GRZ: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CF74%20GSV
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GSV%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CF74%20GSV: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BF71%20EFD
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BF71%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BF71%20EFD: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: CK11%20THG
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CK11%2520THG%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for CK11%20THG: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: HY11%20ZDK
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY11%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for HY11%20ZDK: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BK12%20HXD
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK12%2520HXD%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BK12%20HXD: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BK60%20WFP
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BK60%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BK60%20WFP: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: BX63%20YWP
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BX63%2520YWP%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for BX63%20YWP: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: DV74%20EKY
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DV74%2520EKY%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for DV74%20EKY: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: DF59%20CZD
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DF59%2520CZD%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for DF59%20CZD: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: KS10%20KFX
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS10%2520KFX%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for KS10%20KFX: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: KN74%20WBP
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KN74%2520WBP%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for KN74%20WBP: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: LN69%20HJX
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LN69%2520HJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for LN69%20HJX: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: AY68%20HZF
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AY68%2520HZF%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for AY68%20HZF: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: GN19%20XSV
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN19%2520XSV%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for GN19%20XSV: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: LR17%20YKD
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR17%2520YKD%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for LR17%20YKD: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: MW23%20LPL
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW23%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for MW23%20LPL: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: MW23%20YLS
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MW23%2520YLS%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for MW23%20YLS: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: MD73%20YHH
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD73%2520YHH%27 HTTP/1.1" 200 None
2026-03-29 06:16:01 [bca.uk] INFO: Scrape type for MD73%20YHH: 0
2026-03-29 06:16:01 [bca.uk] INFO: Found listing with ID: AJ17%20AZT
2026-03-29 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AJ17%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for AJ17%20AZT: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: BN69%20VGV
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BN69%2520VGV%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for BN69%20VGV: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: SM59%20FAJ
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SM59%2520FAJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for SM59%20FAJ: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: SH13%20CDZ
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SH13%2520CDZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for SH13%20CDZ: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: CF74%20GDE
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GDE%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for CF74%20GDE: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: CF74%20GHO
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GHO%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for CF74%20GHO: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: CF74%20GPU
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for CF74%20GPU: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: VN74%20CYX
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN74%2520CYX%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for VN74%20CYX: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: VN74%20CZB
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN74%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for VN74%20CZB: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: CF74%20GDA
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GDA%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for CF74%20GDA: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: HT74%20YXJ
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HT74%2520YXJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for HT74%20YXJ: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: GN19%20NKM
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for GN19%20NKM: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: RK16%20WKP
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RK16%2520WKP%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for RK16%20WKP: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: CX68%20KPN
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CX68%2520KPN%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for CX68%20KPN: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: LR14%20AZB
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LR14%2520AZB%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for LR14%20AZB: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: PX07%20OTF
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27PX07%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for PX07%20OTF: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: AF12%20TYO
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AF12%2520TYO%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for AF12%20TYO: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: CE21%20AVV
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CE21%2520AVV%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for CE21%20AVV: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: YD18%20RTL
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YD18%2520RTL%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for YD18%20RTL: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: LA69%20SXH
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LA69%2520SXH%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for LA69%20SXH: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: DY14%20ZVW
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27DY14%2520ZVW%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for DY14%20ZVW: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: LU19%20BRX
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LU19%2520BRX%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for LU19%20BRX: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: LB72%20BZL
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LB72%2520BZL%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for LB72%20BZL: 0
2026-03-29 06:16:02 [bca.uk] INFO: Found listing with ID: ST14%20VDX
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST14%2520VDX%27 HTTP/1.1" 200 None
2026-03-29 06:16:02 [bca.uk] INFO: Scrape type for ST14%20VDX: 2
2026-03-29 06:16:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a with identifier: ST14%20VDX
2026-03-29 06:16:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a with scrape type 2
2026-03-29 06:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a with scrape type 2
2026-03-29 06:16:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a, identifier: ST14%20VDX
2026-03-29 06:16:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a with identifier: ST14%20VDX
2026-03-29 06:16:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a with identifier: ST14%20VDX
2026-03-29 06:16:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87a54d9f-b1dd-5d36-817d-5bf99b6cae6a with identifier: ST14%20VDX to the API
2026-03-29 06:16:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 92,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST14%20VDX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '87a54d9f-b1dd-5d36-817d-5bf99b6cae6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST14 VDX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST14%20VDX&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'TOYOTA',
'model': 'AURIS TOURING',
'odometer': 104774,
'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 AURIS TOURING 1.8 VVTI HYBRID EXCEL Estate',
'transmission': 'automatic',
'trim': 'VVTI HYBRID EXCEL',
'vin': 'SB1ZS3JE40E089334',
'year': 2014}
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ST14%2520VDX%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Saving data for ST14%20VDX: {'auction_closing_time': 1774778400.0, 'created_time': 1774352416.783187, 'last_price_update_time': 1774764963.334604}
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST14%2520VDX') HTTP/1.1" 204 0
2026-03-29 06:16: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 06:16:03 [bca.uk] INFO: Found listing with ID: HD10%20USZ
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HD10%2520USZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for HD10%20USZ: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: NJ20%20YJF
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NJ20%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for NJ20%20YJF: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: ME73%20BHO
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ME73%2520BHO%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for ME73%20BHO: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: VN74%20CZA
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN74%2520CZA%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for VN74%20CZA: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: VN74%20DFZ
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VN74%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for VN74%20DFZ: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: CJ23%20MUO
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ23%2520MUO%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for CJ23%20MUO: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: CJ23%20MUY
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ23%2520MUY%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for CJ23%20MUY: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: CJ23%20MVF
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ23%2520MVF%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for CJ23%20MVF: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: CJ23%20NAU
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ23%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for CJ23%20NAU: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: CJ23%20NBN
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ23%2520NBN%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for CJ23%20NBN: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: CJ23%20NFA
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CJ23%2520NFA%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for CJ23%20NFA: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: MD73%20CVG
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MD73%2520CVG%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for MD73%20CVG: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: ET67%20NEY
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27ET67%2520NEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for ET67%20NEY: 0
2026-03-29 06:16:03 [bca.uk] INFO: Found listing with ID: GJ66%20FPG
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ66%2520FPG%27 HTTP/1.1" 200 None
2026-03-29 06:16:03 [bca.uk] INFO: Scrape type for GJ66%20FPG: 2
2026-03-29 06:16:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9333da4d-eea0-5600-ae17-27c170acd019 with identifier: GJ66%20FPG
2026-03-29 06:16:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9333da4d-eea0-5600-ae17-27c170acd019 with scrape type 2
2026-03-29 06:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9333da4d-eea0-5600-ae17-27c170acd019 with scrape type 2
2026-03-29 06:16:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9333da4d-eea0-5600-ae17-27c170acd019, identifier: GJ66%20FPG
2026-03-29 06:16:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9333da4d-eea0-5600-ae17-27c170acd019 with identifier: GJ66%20FPG
2026-03-29 06:16:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9333da4d-eea0-5600-ae17-27c170acd019 with identifier: GJ66%20FPG
2026-03-29 06:16:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9333da4d-eea0-5600-ae17-27c170acd019 with identifier: GJ66%20FPG to the API
2026-03-29 06:16:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ66%20FPG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9333da4d-eea0-5600-ae17-27c170acd019',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ66 FPG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ66%20FPG&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 129375,
'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 A3 SPORTBACK 2.0 TFSI 190 S LINE Hatchback',
'transmission': 'manual',
'trim': 'TFSI 190 S LINE',
'vin': 'WAUZZZ8V1HA039720',
'year': 2016}
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GJ66%2520FPG%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Saving data for GJ66%20FPG: {'auction_closing_time': 1774778400.0, 'created_time': 1773958810.488969, 'last_price_update_time': 1774764964.066987}
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ66%2520FPG') HTTP/1.1" 204 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: NV63%20UFK
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27NV63%2520UFK%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for NV63%20UFK: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: SL66%20AXM
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SL66%2520AXM%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for SL66%20AXM: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: CF74%20GFZ
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF74%2520GFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for CF74%20GFZ: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: EY63%20TFZ
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EY63%2520TFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for EY63%20TFZ: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: MT19%20BNY
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27MT19%2520BNY%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for MT19%20BNY: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: YK13%20MMF
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YK13%2520MMF%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for YK13%20MMF: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: YS18%20VJO
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27YS18%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for YS18%20VJO: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: CV11%20MXY
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for CV11%20MXY: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: LG19%20FDD
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LG19%2520FDD%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for LG19%20FDD: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: WA16%20UDO
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WA16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for WA16%20UDO: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: WU68%20XGF
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WU68%2520XGF%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for WU68%20XGF: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: CF69%20BMU
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27CF69%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for CF69%20BMU: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: EK69%20NZM
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EK69%2520NZM%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for EK69%20NZM: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: EA72%20ZZC
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA72%2520ZZC%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for EA72%20ZZC: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: EU18%20PZT
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU18%2520PZT%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for EU18%20PZT: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: EX22%20YTL
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX22%2520YTL%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for EX22%20YTL: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: EX23%20DWW
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EX23%2520DWW%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for EX23%20DWW: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: KM73%20YDN
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM73%2520YDN%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for KM73%20YDN: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: KS70%20OTJ
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KS70%2520OTJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for KS70%20OTJ: 0
2026-03-29 06:16:04 [bca.uk] INFO: Found listing with ID: LD68%20TFK
2026-03-29 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LD68%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 06:16:04 [bca.uk] INFO: Scrape type for LD68%20TFK: 0
2026-03-29 06:16:06 [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 06:16:06 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded
2026-03-29 06:16:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:06 [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 06:16:06 [bca.uk] INFO: Found listing with ID: RJ13%20WRO
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RJ13%2520WRO%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for RJ13%20WRO: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: SB52%20SVA
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB52%2520SVA%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for SB52%20SVA: 2
2026-03-29 06:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA
2026-03-29 06:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692a2e7e-4aa2-573d-87b7-76f07a99d974 with scrape type 2
2026-03-29 06:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692a2e7e-4aa2-573d-87b7-76f07a99d974 with scrape type 2
2026-03-29 06:16:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 692a2e7e-4aa2-573d-87b7-76f07a99d974, identifier: SB52%20SVA
2026-03-29 06:16:06 [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 06:16:06 [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 06:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA
2026-03-29 06:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA
2026-03-29 06:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA to the API
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB52%20SVA-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '692a2e7e-4aa2-573d-87b7-76f07a99d974',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB52 SVA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB52%20SVA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 75571,
'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': 'TOYOTA YARIS 1.3 CDX VVTI 16V Hatchback',
'transmission': 'automatic',
'trim': 'CDX VVTI 16V',
'vin': 'VNKKL12360A026598',
'year': 2003}
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SB52%2520SVA%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Saving data for SB52%20SVA: {'auction_closing_time': 1775642400.0, 'created_time': 1773933199.326113, 'last_price_update_time': 1774764966.64893}
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB52%2520SVA') HTTP/1.1" 204 0
2026-03-29 06:16: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 06:16:06 [bca.uk] INFO: Found listing with ID: BD24%20OCG
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BD24%2520OCG%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for BD24%20OCG: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: HY19%20YJF
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY19%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for HY19%20YJF: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: KW17%20VSO
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KW17%2520VSO%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for KW17%20VSO: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: VK23%20WPF
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27VK23%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for VK23%20WPF: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: WO17%20EFJ
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WO17%2520EFJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for WO17%20EFJ: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: GK73%20PWN
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GK73%2520PWN%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for GK73%20PWN: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: GV11%20FZA
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GV11%2520FZA%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for GV11%20FZA: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: GX68%20ZLE
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GX68%2520ZLE%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for GX68%20ZLE: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: HY67%20YJF
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27HY67%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for HY67%20YJF: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: LO04%20NLL
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LO04%2520NLL%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for LO04%20NLL: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: SF19%20CYL
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27SF19%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for SF19%20CYL: 0
2026-03-29 06:16:06 [bca.uk] INFO: Found listing with ID: AD19%20NZJ
2026-03-29 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD19%2520NZJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:06 [bca.uk] INFO: Scrape type for AD19%20NZJ: 2
2026-03-29 06:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ
2026-03-29 06:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with scrape type 2
2026-03-29 06:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with scrape type 2
2026-03-29 06:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56, identifier: AD19%20NZJ
2026-03-29 06:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ
2026-03-29 06:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ
2026-03-29 06:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ to the API
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD19%20NZJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AD19 NZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD19%20NZJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 108908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE 2.0 TDI SCR 150 4M MATCH DSG '
'StationWagon',
'transmission': 'automatic',
'trim': 'TDI SCR 150 4M MATCH DSG',
'vin': 'WVGZZZ5NZKM145126',
'year': 2019}
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27AD19%2520NZJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Saving data for AD19%20NZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931774.617572, 'last_price_update_time': 1774764967.331084}
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520NZJ') HTTP/1.1" 204 0
2026-03-29 06:16:07 [bca.uk] INFO: Found listing with ID: BG15%20FBL
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BG15%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Scrape type for BG15%20FBL: 0
2026-03-29 06:16:07 [bca.uk] INFO: Found listing with ID: EA73%20MXP
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA73%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Scrape type for EA73%20MXP: 2
2026-03-29 06:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP
2026-03-29 06:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0352b286-4a4c-5766-b3dc-2eb4698413ac with scrape type 2
2026-03-29 06:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0352b286-4a4c-5766-b3dc-2eb4698413ac with scrape type 2
2026-03-29 06:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0352b286-4a4c-5766-b3dc-2eb4698413ac, identifier: EA73%20MXP
2026-03-29 06:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP
2026-03-29 06:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP
2026-03-29 06:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP to the API
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA73%20MXP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '0352b286-4a4c-5766-b3dc-2eb4698413ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA73 MXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA73%20MXP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'KIA',
'model': 'EV6',
'odometer': 19383,
'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 EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
'transmission': 'automatic',
'trim': '166KW 77.4KWH RWD GT-LINE',
'vin': 'KNAC481AUR5167094',
'year': 2023}
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EA73%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Saving data for EA73%20MXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774265798.086408, 'last_price_update_time': 1774764967.893016}
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA73%2520MXP') HTTP/1.1" 204 0
2026-03-29 06:16:07 [bca.uk] INFO: Found listing with ID: EU20%20UOE
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27EU20%2520UOE%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Scrape type for EU20%20UOE: 0
2026-03-29 06:16:07 [bca.uk] INFO: Found listing with ID: FG73%20PGO
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27FG73%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Scrape type for FG73%20PGO: 0
2026-03-29 06:16:07 [bca.uk] INFO: Found listing with ID: BP67%20AOT
2026-03-29 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP67%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 06:16:07 [bca.uk] INFO: Scrape type for BP67%20AOT: 2
2026-03-29 06:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT
2026-03-29 06:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4ee3506-b281-5854-8942-b8fc90752de1 with scrape type 2
2026-03-29 06:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4ee3506-b281-5854-8942-b8fc90752de1 with scrape type 2
2026-03-29 06:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4ee3506-b281-5854-8942-b8fc90752de1, identifier: BP67%20AOT
2026-03-29 06:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT
2026-03-29 06:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT
2026-03-29 06:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT to the API
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP67%20AOT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4ee3506-b281-5854-8942-b8fc90752de1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP67 AOT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP67%20AOT&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 84477,
'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 VISIA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T VISIA',
'vin': 'SJNFEAJ11U2192752',
'year': 2018}
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27BP67%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Saving data for BP67%20AOT: {'auction_closing_time': 1774864800.0, 'created_time': 1774265655.853181, 'last_price_update_time': 1774764968.338932}
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP67%2520AOT') HTTP/1.1" 204 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: LE74%20FJJ
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LE74%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for LE74%20FJJ: 2
2026-03-29 06:16:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ
2026-03-29 06:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277851cf-4f96-56b1-9e23-e9284cbbb93d with scrape type 2
2026-03-29 06:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277851cf-4f96-56b1-9e23-e9284cbbb93d with scrape type 2
2026-03-29 06:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 277851cf-4f96-56b1-9e23-e9284cbbb93d, identifier: LE74%20FJJ
2026-03-29 06:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ
2026-03-29 06:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ
2026-03-29 06:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ to the API
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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 06:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE74%20FJJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '277851cf-4f96-56b1-9e23-e9284cbbb93d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LE74 FJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE74%20FJJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MG MOTOR UK',
'model': 'MG3',
'odometer': 7015,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MG MOTOR UK MG3 1.5 HYBRID TROPHY Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID TROPHY',
'vin': 'LSJWP4396RZ232875',
'year': 2024}
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LE74%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Saving data for LE74%20FJJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265592.506395, 'last_price_update_time': 1774764968.741445}
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE74%2520FJJ') HTTP/1.1" 204 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: LP73%20AOY
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LP73%2520AOY%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for LP73%20AOY: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: LS23%20ZHO
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27LS23%2520ZHO%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for LS23%20ZHO: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: RF09%20ATO
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RF09%2520ATO%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for RF09%20ATO: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: RO24%20YYD
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27RO24%2520YYD%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for RO24%20YYD: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: WM66%20CHF
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27WM66%2520CHF%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for WM66%20CHF: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: KM18%20KVR
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27KM18%2520KVR%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for KM18%20KVR: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: J100%20GFF
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27J100%2520GFF%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for J100%20GFF: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: GU68%20TYY
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GU68%2520TYY%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for GU68%20TYY: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: GO20%20FOX
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06: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%27GO20%2520FOX%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for GO20%20FOX: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: PO16%20ZBY
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "